From f89c24c33817cea0a18e8ec1f66b3c488b76b1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 20 Jun 2024 17:28:05 +0200 Subject: [PATCH] Merge Sphinx translations with Weblate translations --- .../about/complying_with_licenses.po | 2 +- .../po/cs/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/cs/LC_MESSAGES/about/faq.po | 2 +- .../po/cs/LC_MESSAGES/about/introduction.po | 2 +- .../cs/LC_MESSAGES/about/list_of_features.po | 16 +- .../po/cs/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/cs/LC_MESSAGES/community/channels.po | 2 +- .../po/cs/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 16 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/cs/LC_MESSAGES/index.po | 27 +- sphinx/po/cs/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../cs/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../cs/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../cs/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../cs/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../cs/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../cs/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../cs/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../cs/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../cs/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../cs/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../cs/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../cs/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/cs/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/de/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/de/LC_MESSAGES/about/faq.po | 2 +- .../po/de/LC_MESSAGES/about/introduction.po | 2 +- .../de/LC_MESSAGES/about/list_of_features.po | 7 +- .../po/de/LC_MESSAGES/about/release_policy.po | 12 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/de/LC_MESSAGES/community/channels.po | 2 +- .../po/de/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 17 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 9 +- .../compiling/compiling_for_windows.po | 11 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 5 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 5 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 5 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 8 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 3 +- .../documentation/docs_image_guidelines.po | 4 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 3 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 3 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 16 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 7 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 3 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 9 +- .../step_by_step/nodes_and_scenes.po | 5 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 5 +- sphinx/po/de/LC_MESSAGES/index.po | 43 +- sphinx/po/de/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../de/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/de/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/de/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../de/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/de/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../de/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 3 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 3 +- .../tutorials/3d/particles/properties.po | 3 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 5 +- .../tutorials/3d/resolution_scaling.po | 7 +- .../tutorials/3d/standard_material_3d.po | 27 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 3 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 3 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 9 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../de/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 3 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 3 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 75 +- .../tutorials/editor/external_editor.po | 2 +- .../de/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 20 +- .../export/exporting_for_dedicated_servers.po | 5 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../de/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/de/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 5 +- .../de/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 11 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../de/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../de/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/de/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/de/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 3 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 6 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 3 +- ...gation_using_navigationpathqueryobjects.po | 3 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../de/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 3 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 6 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 6 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 3 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 15 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../de/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 3 +- .../rendering/multiple_resolutions.po | 59 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 12 +- .../scripting/creating_script_templates.po | 10 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 11 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 6 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 6 +- .../shaders/advanced_postprocessing.po | 10 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../de/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 8 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 10 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/de/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/de/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 9 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/es/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/es/LC_MESSAGES/about/faq.po | 2 +- .../po/es/LC_MESSAGES/about/introduction.po | 2 +- .../es/LC_MESSAGES/about/list_of_features.po | 2 +- .../po/es/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/es/LC_MESSAGES/community/channels.po | 2 +- .../po/es/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 20 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/es/LC_MESSAGES/index.po | 27 +- sphinx/po/es/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 6 +- .../es/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/es/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 23 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/es/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../es/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/es/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../es/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../es/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 6 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../es/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../es/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/es/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../es/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../es/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../es/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/es/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/es/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../es/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../es/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../es/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/es/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/es/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/fr/LC_MESSAGES/about/docs_changelog.po | 3 +- sphinx/po/fr/LC_MESSAGES/about/faq.po | 10 +- .../po/fr/LC_MESSAGES/about/introduction.po | 2 +- .../fr/LC_MESSAGES/about/list_of_features.po | 173 +- .../po/fr/LC_MESSAGES/about/release_policy.po | 4 +- .../LC_MESSAGES/about/system_requirements.po | 53 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/fr/LC_MESSAGES/community/channels.po | 4 +- .../po/fr/LC_MESSAGES/community/tutorials.po | 5 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 25 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 4 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 4 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 4 +- .../compiling/optimizing_for_size.po | 7 +- .../configuring_an_ide/android_studio.po | 6 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 5 +- .../internal_rendering_architecture.po | 10 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 32 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 6 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 14 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 12 +- .../first_2d_game/07.finishing-up.po | 7 +- .../getting_started/first_2d_game/index.po | 5 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 9 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 8 +- .../first_3d_game/05.spawning_mobs.po | 4 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 29 +- .../introduction/godot_design_philosophy.po | 49 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 49 +- .../introduction/key_concepts_overview.po | 12 +- .../introduction/learning_new_features.po | 41 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 9 +- .../step_by_step/nodes_and_scenes.po | 6 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 4 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/fr/LC_MESSAGES/index.po | 43 +- sphinx/po/fr/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 6 +- .../fr/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 9 +- .../po/fr/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 5 +- .../tutorials/2d/using_tilemaps.po | 4 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 5 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/3d/3d_text.po | 5 +- .../fr/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 6 +- .../faking_global_illumination.po | 6 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 21 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 10 +- .../3d/global_illumination/using_sdfgi.po | 4 +- .../3d/global_illumination/using_voxel_gi.po | 9 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 4 +- .../tutorials/3d/lights_and_shadows.po | 4 +- .../fr/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 16 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 9 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 9 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 5 +- .../tutorials/3d/particles/trails.po | 8 +- .../tutorials/3d/particles/turbulence.po | 5 +- .../3d/physical_light_and_camera_units.po | 6 +- .../3d/procedural_geometry/arraymesh.po | 5 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 124 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 4 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 47 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 6 +- .../tutorials/animation/animation_tree.po | 4 +- .../tutorials/animation/creating_movies.po | 6 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 6 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 11 +- .../assets_pipeline/importing_images.po | 30 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 13 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../fr/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 17 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 36 +- .../tutorials/editor/command_line_tutorial.po | 61 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 6 +- .../tutorials/editor/external_editor.po | 4 +- .../fr/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 4 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 6 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 16 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 8 +- .../tutorials/export/exporting_for_linux.po | 4 +- .../tutorials/export/exporting_for_macos.po | 24 +- .../tutorials/export/exporting_for_web.po | 4 +- .../tutorials/export/exporting_for_windows.po | 10 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 8 +- .../fr/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../fr/LC_MESSAGES/tutorials/i18n/locales.po | 2559 +++++++++-------- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../fr/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 19 +- .../fr/LC_MESSAGES/tutorials/io/data_paths.po | 5 +- .../po/fr/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 9 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 88 +- .../migrating/upgrading_to_godot_4.2.po | 48 +- .../migrating/upgrading_to_godot_4.po | 378 +-- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 10 +- .../navigation/navigation_introduction_3d.po | 10 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 4 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 6 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../fr/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 92 +- .../tutorials/physics/physics_introduction.po | 4 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 4 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 4 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../fr/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 4 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 92 +- .../scripting/c_sharp/c_sharp_differences.po | 567 ++-- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 16 +- .../scripting/c_sharp/diagnostics/GD0001.po | 8 +- .../scripting/c_sharp/diagnostics/GD0002.po | 8 +- .../scripting/c_sharp/diagnostics/GD0101.po | 8 +- .../scripting/c_sharp/diagnostics/GD0102.po | 8 +- .../scripting/c_sharp/diagnostics/GD0103.po | 8 +- .../scripting/c_sharp/diagnostics/GD0104.po | 8 +- .../scripting/c_sharp/diagnostics/GD0105.po | 8 +- .../scripting/c_sharp/diagnostics/GD0106.po | 8 +- .../scripting/c_sharp/diagnostics/GD0107.po | 8 +- .../scripting/c_sharp/diagnostics/GD0201.po | 8 +- .../scripting/c_sharp/diagnostics/GD0202.po | 8 +- .../scripting/c_sharp/diagnostics/GD0203.po | 8 +- .../scripting/c_sharp/diagnostics/GD0301.po | 8 +- .../scripting/c_sharp/diagnostics/GD0302.po | 8 +- .../scripting/c_sharp/diagnostics/GD0303.po | 11 +- .../scripting/c_sharp/diagnostics/GD0401.po | 8 +- .../scripting/c_sharp/diagnostics/GD0402.po | 8 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 4 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 12 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 4 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 21 +- .../gdscript_documentation_comments.po | 20 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 4 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 4 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../fr/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 4 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 18 +- .../shader_reference/shading_language.po | 17 +- .../shaders/shader_reference/sky_shader.po | 4 +- .../shader_reference/spatial_shader.po | 10 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 14 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 48 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 5 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 29 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/fr/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 32 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 6 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/it/LC_MESSAGES/about/docs_changelog.po | 5 +- sphinx/po/it/LC_MESSAGES/about/faq.po | 2 +- .../po/it/LC_MESSAGES/about/introduction.po | 53 +- .../it/LC_MESSAGES/about/list_of_features.po | 2 +- .../po/it/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/it/LC_MESSAGES/community/channels.po | 2 +- .../po/it/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/it/LC_MESSAGES/index.po | 42 +- sphinx/po/it/LC_MESSAGES/sphinx.po | 10 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../it/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/it/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/it/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../it/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/it/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../it/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../it/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../it/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../it/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/it/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../it/LC_MESSAGES/tutorials/i18n/locales.po | 100 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../it/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 8 +- .../it/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/it/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/it/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../it/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../it/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../it/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/it/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/it/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/ja/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/ja/LC_MESSAGES/about/faq.po | 2 +- .../po/ja/LC_MESSAGES/about/introduction.po | 2 +- .../ja/LC_MESSAGES/about/list_of_features.po | 203 +- .../po/ja/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/ja/LC_MESSAGES/community/channels.po | 2 +- .../po/ja/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 4 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 5 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 8 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 12 +- .../getting_started/step_by_step/signals.po | 8 +- sphinx/po/ja/LC_MESSAGES/index.po | 34 +- sphinx/po/ja/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../ja/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../ja/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 5 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../ja/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 51 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../ja/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../ja/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../ja/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../ja/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../ja/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../ja/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 4 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../ja/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../ja/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 4 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 98 +- .../tutorials/shaders/compute_shaders.po | 160 +- .../converting_glsl_to_godot_shaders.po | 24 +- .../shaders/custom_postprocessing.po | 72 +- .../ja/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 164 +- .../tutorials/shaders/making_trees.po | 13 +- .../shaders/screen-reading_shaders.po | 143 +- .../tutorials/shaders/shader_materials.po | 15 +- .../shader_reference/canvas_item_shader.po | 255 +- .../shaders/shader_reference/fog_shader.po | 86 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 231 +- .../shader_reference/shader_preprocessor.po | 35 +- .../shader_reference/shading_language.po | 812 +++--- .../shaders/shader_reference/sky_shader.po | 197 +- .../shader_reference/spatial_shader.po | 256 +- .../tutorials/shaders/shaders_style_guide.po | 98 +- .../shaders/using_viewport_as_texture.po | 66 +- .../tutorials/shaders/visual_shaders.po | 89 +- .../shaders/your_first_shader/index.po | 20 +- .../your_first_shader/your_first_2d_shader.po | 122 +- .../your_first_shader/your_first_3d_shader.po | 189 +- .../your_second_3d_shader.po | 51 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/ui/index.po | 7 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/ja/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/ko/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/ko/LC_MESSAGES/about/faq.po | 2 +- .../po/ko/LC_MESSAGES/about/introduction.po | 2 +- .../ko/LC_MESSAGES/about/list_of_features.po | 5 +- .../po/ko/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/ko/LC_MESSAGES/community/channels.po | 2 +- .../po/ko/LC_MESSAGES/community/tutorials.po | 8 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 16 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 8 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 29 +- sphinx/po/ko/LC_MESSAGES/index.po | 27 +- sphinx/po/ko/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../ko/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../ko/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../ko/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../ko/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 17 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../ko/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../ko/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../ko/LC_MESSAGES/tutorials/i18n/locales.po | 8 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../ko/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../ko/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../ko/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../ko/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../ko/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/ko/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 126 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/pl/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/pl/LC_MESSAGES/about/faq.po | 8 +- .../po/pl/LC_MESSAGES/about/introduction.po | 2 +- .../pl/LC_MESSAGES/about/list_of_features.po | 2 +- .../po/pl/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/pl/LC_MESSAGES/community/channels.po | 2 +- .../po/pl/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 17 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 8 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/pl/LC_MESSAGES/index.po | 39 +- sphinx/po/pl/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../pl/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 10 +- .../po/pl/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../pl/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 5 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 8 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../pl/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 12 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 5 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 5 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../pl/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 5 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../pl/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 5 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../pl/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../pl/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../pl/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 8 +- .../pl/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 8 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 12 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../pl/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../pl/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 11 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 8 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../pl/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 11 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 6 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/pl/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 21 +- .../pt_BR/LC_MESSAGES/about/docs_changelog.po | 4 +- sphinx/po/pt_BR/LC_MESSAGES/about/faq.po | 7 +- .../pt_BR/LC_MESSAGES/about/introduction.po | 2 +- .../LC_MESSAGES/about/list_of_features.po | 258 +- .../pt_BR/LC_MESSAGES/about/release_policy.po | 93 +- .../LC_MESSAGES/about/system_requirements.po | 164 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../pt_BR/LC_MESSAGES/community/channels.po | 2 +- .../pt_BR/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 4 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 23 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 10 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 6 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 8 +- .../development/debugging/using_sanitizers.po | 12 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 6 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 6 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 23 +- .../first_2d_game/04.creating_the_enemy.po | 9 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 8 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 6 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 4 +- .../first_3d_game/08.score_and_replay.po | 4 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 4 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 16 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 17 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 6 +- .../step_by_step/nodes_and_scenes.po | 5 +- .../step_by_step/scripting_first_script.po | 7 +- .../step_by_step/scripting_languages.po | 8 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 5 +- sphinx/po/pt_BR/LC_MESSAGES/index.po | 27 +- sphinx/po/pt_BR/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 4 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 5 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 5 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 13 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 5 +- .../best_practices/version_control_systems.po | 7 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 10 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 9 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 11 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 10 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 19 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 4 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 46 +- .../tutorials/performance/using_multimesh.po | 9 +- .../performance/using_multiple_threads.po | 29 +- .../tutorials/performance/using_servers.po | 4 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 5 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 43 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../pt_BR/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/ru/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/ru/LC_MESSAGES/about/faq.po | 2 +- .../po/ru/LC_MESSAGES/about/introduction.po | 6 +- .../ru/LC_MESSAGES/about/list_of_features.po | 18 +- .../po/ru/LC_MESSAGES/about/release_policy.po | 7 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/ru/LC_MESSAGES/community/channels.po | 2 +- .../po/ru/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 20 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/ru/LC_MESSAGES/index.po | 27 +- sphinx/po/ru/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../ru/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 4 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../ru/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../ru/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../ru/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 4 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 53 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 6 +- .../tutorials/editor/external_editor.po | 13 +- .../ru/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 7 +- .../tutorials/editor/using_the_web_editor.po | 5 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../ru/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../ru/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../ru/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../ru/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../ru/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../ru/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 4 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../ru/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/ru/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/tr/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/tr/LC_MESSAGES/about/faq.po | 2 +- .../po/tr/LC_MESSAGES/about/introduction.po | 2 +- .../tr/LC_MESSAGES/about/list_of_features.po | 19 +- .../po/tr/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/tr/LC_MESSAGES/community/channels.po | 2 +- .../po/tr/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 16 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/tr/LC_MESSAGES/index.po | 31 +- sphinx/po/tr/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../tr/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../tr/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../tr/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../tr/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../tr/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../tr/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../tr/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../tr/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../tr/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../tr/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../tr/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../tr/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/tr/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../po/uk/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/uk/LC_MESSAGES/about/faq.po | 2 +- .../po/uk/LC_MESSAGES/about/introduction.po | 2 +- .../uk/LC_MESSAGES/about/list_of_features.po | 2 +- .../po/uk/LC_MESSAGES/about/release_policy.po | 4 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../po/uk/LC_MESSAGES/community/channels.po | 2 +- .../po/uk/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 18 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 22 +- .../first_2d_game/07.finishing-up.po | 11 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/uk/LC_MESSAGES/index.po | 27 +- sphinx/po/uk/LC_MESSAGES/sphinx.po | 6 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../uk/LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../uk/LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../uk/LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../uk/LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../uk/LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../uk/LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../uk/LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../uk/LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../uk/LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../uk/LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../uk/LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../uk/LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../po/uk/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../zh_CN/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/zh_CN/LC_MESSAGES/about/faq.po | 55 +- .../zh_CN/LC_MESSAGES/about/introduction.po | 2 +- .../LC_MESSAGES/about/list_of_features.po | 20 +- .../zh_CN/LC_MESSAGES/about/release_policy.po | 10 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../zh_CN/LC_MESSAGES/community/channels.po | 2 +- .../zh_CN/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 17 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 4 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 4 +- .../compiling_with_script_encryption_key.po | 27 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 5 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 4 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 4 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 52 +- .../contributing/development/index.po | 7 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 29 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 5 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 10 +- .../first_2d_game/04.creating_the_enemy.po | 6 +- .../first_2d_game/05.the_main_game_scene.po | 3 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 8 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 13 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 13 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 6 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 11 +- .../step_by_step/nodes_and_scenes.po | 5 +- .../step_by_step/scripting_first_script.po | 32 +- .../step_by_step/scripting_languages.po | 86 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 5 +- sphinx/po/zh_CN/LC_MESSAGES/index.po | 27 +- sphinx/po/zh_CN/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 4 +- .../LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 5 +- .../tutorials/3d/particles/collision.po | 3 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 64 +- .../tutorials/3d/particles/properties.po | 11 +- .../tutorials/3d/particles/subemitters.po | 5 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 7 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 29 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 13 +- .../best_practices/data_preferences.po | 31 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 7 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 9 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 77 +- .../tutorials/editor/external_editor.po | 2 +- .../LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 9 +- .../tutorials/export/exporting_for_android.po | 5 +- .../export/exporting_for_dedicated_servers.po | 56 +- .../tutorials/export/exporting_for_ios.po | 31 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 12 +- .../tutorials/export/exporting_for_web.po | 29 +- .../tutorials/export/exporting_for_windows.po | 6 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 61 +- .../LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 9 +- .../tutorials/i18n/pseudolocalization.po | 37 +- .../inputs/controllers_gamepads_joysticks.po | 31 +- .../tutorials/inputs/custom_mouse_cursor.po | 6 +- .../inputs/handling_quit_requests.po | 2 +- .../LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 4 +- .../tutorials/inputs/inputevent.po | 5 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 28 +- .../tutorials/io/binary_serialization_api.po | 11 +- .../LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 58 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 10 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 4 +- .../math/random_number_generation.po | 16 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 88 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 18 +- .../navigation/navigation_debug_tools.po | 34 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 10 +- .../navigation_different_actor_types.po | 4 +- .../navigation/navigation_introduction_2d.po | 4 +- .../navigation/navigation_introduction_3d.po | 4 +- .../navigation_optimizing_performance.po | 72 +- .../navigation_using_navigationagents.po | 98 +- .../navigation_using_navigationlayers.po | 23 +- .../navigation_using_navigationlinks.po | 33 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 91 +- .../navigation_using_navigationobstacles.po | 27 +- ...gation_using_navigationpathqueryobjects.po | 18 +- .../navigation_using_navigationpaths.po | 30 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 28 +- .../networking/high_level_multiplayer.po | 92 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 15 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 4 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 23 +- .../tutorials/performance/thread_safe_apis.po | 6 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 4 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 6 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 26 +- .../tutorials/physics/collision_shapes_3d.po | 9 +- .../LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 68 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 7 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 89 +- .../tutorials/physics/using_area_2d.po | 5 +- .../physics/using_character_body_2d.po | 19 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 63 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 10 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 8 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 4 +- .../scripting/c_sharp/diagnostics/GD0202.po | 4 +- .../scripting/c_sharp/diagnostics/GD0203.po | 4 +- .../scripting/c_sharp/diagnostics/GD0301.po | 4 +- .../scripting/c_sharp/diagnostics/GD0302.po | 4 +- .../scripting/c_sharp/diagnostics/GD0303.po | 6 +- .../scripting/c_sharp/diagnostics/GD0401.po | 4 +- .../scripting/c_sharp/diagnostics/GD0402.po | 4 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 110 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 41 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 161 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 57 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 19 +- .../shader_reference/shading_language.po | 4 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 26 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../zh_CN/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 75 +- .../zh_CN/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 6 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 102 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 4 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- .../about/complying_with_licenses.po | 2 +- .../zh_TW/LC_MESSAGES/about/docs_changelog.po | 2 +- sphinx/po/zh_TW/LC_MESSAGES/about/faq.po | 2 +- .../zh_TW/LC_MESSAGES/about/introduction.po | 2 +- .../LC_MESSAGES/about/list_of_features.po | 2 +- .../zh_TW/LC_MESSAGES/about/release_policy.po | 2 +- .../LC_MESSAGES/about/system_requirements.po | 2 +- .../community/asset_library/index.po | 2 +- .../asset_library/submitting_to_assetlib.po | 2 +- .../community/asset_library/using_assetlib.po | 2 +- .../asset_library/what_is_assetlib.po | 2 +- .../zh_TW/LC_MESSAGES/community/channels.po | 2 +- .../zh_TW/LC_MESSAGES/community/tutorials.po | 2 +- .../best_practices_for_engine_contributors.po | 2 +- .../development/code_style_guidelines.po | 2 +- .../compiling/compiling_for_android.po | 2 +- .../compiling/compiling_for_ios.po | 2 +- .../compiling/compiling_for_linuxbsd.po | 17 +- .../compiling/compiling_for_macos.po | 2 +- .../compiling/compiling_for_web.po | 2 +- .../compiling/compiling_for_windows.po | 2 +- .../compiling/compiling_with_dotnet.po | 2 +- .../compiling_with_script_encryption_key.po | 2 +- .../cross-compiling_for_ios_on_linux.po | 2 +- .../development/compiling/getting_source.po | 2 +- .../development/compiling/index.po | 2 +- .../introduction_to_the_buildsystem.po | 2 +- .../compiling/optimizing_for_size.po | 2 +- .../configuring_an_ide/android_studio.po | 2 +- .../development/configuring_an_ide/clion.po | 2 +- .../configuring_an_ide/code_blocks.po | 2 +- .../development/configuring_an_ide/index.po | 2 +- .../configuring_an_ide/kdevelop.po | 2 +- .../configuring_an_ide/qt_creator.po | 2 +- .../development/configuring_an_ide/rider.po | 2 +- .../configuring_an_ide/visual_studio.po | 2 +- .../configuring_an_ide/visual_studio_code.po | 2 +- .../development/configuring_an_ide/xcode.po | 2 +- .../core_and_modules/2d_coordinate_systems.po | 2 +- .../binding_to_external_libraries.po | 2 +- .../common_engine_methods_and_macros.po | 2 +- .../core_and_modules/core_types.po | 2 +- .../core_and_modules/custom_audiostreams.po | 2 +- .../core_and_modules/custom_godot_servers.po | 2 +- .../core_and_modules/custom_modules_in_cpp.po | 2 +- .../core_and_modules/custom_platform_ports.po | 2 +- .../custom_resource_format_loaders.po | 2 +- .../godot_architecture_diagram.po | 2 +- .../development/core_and_modules/index.po | 2 +- .../inheritance_class_tree.po | 2 +- .../internal_rendering_architecture.po | 2 +- .../core_and_modules/object_class.po | 2 +- .../core_and_modules/unit_testing.po | 2 +- .../core_and_modules/variant_class.po | 2 +- .../development/cpp_usage_guidelines.po | 2 +- .../development/debugging/index.po | 2 +- .../development/debugging/macos_debug.po | 2 +- .../debugging/using_cpp_profilers.po | 2 +- .../development/debugging/using_sanitizers.po | 2 +- .../development/debugging/vulkan/index.po | 2 +- .../vulkan/vulkan_validation_layers.po | 2 +- .../development/editor/creating_icons.po | 2 +- .../development/editor/editor_style_guide.po | 2 +- .../contributing/development/editor/index.po | 2 +- .../introduction_to_editor_development.po | 2 +- .../file_formats/gdscript_grammar.po | 2 +- .../development/file_formats/index.po | 2 +- .../development/file_formats/tscn.po | 2 +- .../contributing/development/index.po | 2 +- .../documentation/building_the_manual.po | 2 +- .../documentation/class_reference_primer.po | 2 +- .../documentation/content_guidelines.po | 2 +- .../contributing_to_the_documentation.po | 2 +- .../documentation/docs_image_guidelines.po | 2 +- .../documentation/docs_writing_guidelines.po | 2 +- .../editor_and_docs_localization.po | 2 +- .../contributing/documentation/index.po | 2 +- .../updating_the_class_reference.po | 2 +- .../contributing/ways_to_contribute.po | 2 +- .../workflow/bisecting_regressions.po | 2 +- .../workflow/bug_triage_guidelines.po | 2 +- .../contributing/workflow/index.po | 2 +- .../workflow/pr_review_guidelines.po | 2 +- .../contributing/workflow/pr_workflow.po | 2 +- .../workflow/testing_pull_requests.po | 2 +- .../first_2d_game/01.project_setup.po | 2 +- .../first_2d_game/02.player_scene.po | 2 +- .../first_2d_game/03.coding_the_player.po | 2 +- .../first_2d_game/04.creating_the_enemy.po | 2 +- .../first_2d_game/05.the_main_game_scene.po | 2 +- .../first_2d_game/06.heads_up_display.po | 2 +- .../first_2d_game/07.finishing-up.po | 2 +- .../getting_started/first_2d_game/index.po | 2 +- .../first_3d_game/01.game_setup.po | 2 +- .../first_3d_game/02.player_input.po | 2 +- .../first_3d_game/03.player_movement_code.po | 2 +- .../first_3d_game/04.mob_scene.po | 2 +- .../first_3d_game/05.spawning_mobs.po | 2 +- .../first_3d_game/06.jump_and_squash.po | 2 +- .../first_3d_game/07.killing_player.po | 2 +- .../first_3d_game/08.score_and_replay.po | 2 +- .../first_3d_game/09.adding_animations.po | 2 +- .../first_3d_game/going_further.po | 2 +- .../getting_started/first_3d_game/index.po | 2 +- .../introduction/first_look_at_the_editor.po | 2 +- .../introduction/godot_design_philosophy.po | 2 +- .../getting_started/introduction/index.po | 2 +- .../introduction/introduction_to_godot.po | 2 +- .../introduction/key_concepts_overview.po | 2 +- .../introduction/learning_new_features.po | 2 +- .../getting_started/step_by_step/index.po | 2 +- .../step_by_step/instancing.po | 2 +- .../step_by_step/nodes_and_scenes.po | 2 +- .../step_by_step/scripting_first_script.po | 2 +- .../step_by_step/scripting_languages.po | 2 +- .../step_by_step/scripting_player_input.po | 2 +- .../getting_started/step_by_step/signals.po | 2 +- sphinx/po/zh_TW/LC_MESSAGES/index.po | 27 +- sphinx/po/zh_TW/LC_MESSAGES/sphinx.po | 2 +- .../tutorials/2d/2d_antialiasing.po | 2 +- .../tutorials/2d/2d_lights_and_shadows.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_meshes.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_movement.po | 2 +- .../tutorials/2d/2d_sprite_animation.po | 2 +- .../LC_MESSAGES/tutorials/2d/2d_transforms.po | 2 +- .../LC_MESSAGES/tutorials/2d/canvas_layers.po | 2 +- .../tutorials/2d/custom_drawing_in_2d.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/2d/index.po | 2 +- .../tutorials/2d/particle_systems_2d.po | 2 +- .../tutorials/2d/using_tilemaps.po | 2 +- .../tutorials/2d/using_tilesets.po | 2 +- .../tutorials/3d/3d_antialiasing.po | 2 +- .../tutorials/3d/3d_rendering_limitations.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/3d/3d_text.po | 2 +- .../LC_MESSAGES/tutorials/3d/csg_tools.po | 2 +- .../3d/environment_and_post_processing.po | 2 +- .../faking_global_illumination.po | 2 +- .../tutorials/3d/global_illumination/index.po | 2 +- .../introduction_to_global_illumination.po | 2 +- .../global_illumination/reflection_probes.po | 2 +- .../global_illumination/using_lightmap_gi.po | 2 +- .../3d/global_illumination/using_sdfgi.po | 2 +- .../3d/global_illumination/using_voxel_gi.po | 2 +- .../tutorials/3d/high_dynamic_range.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/3d/index.po | 2 +- .../tutorials/3d/introduction_to_3d.po | 2 +- .../tutorials/3d/lights_and_shadows.po | 2 +- .../LC_MESSAGES/tutorials/3d/mesh_lod.po | 2 +- .../tutorials/3d/occlusion_culling.po | 2 +- .../tutorials/3d/particles/attractors.po | 2 +- .../tutorials/3d/particles/collision.po | 2 +- .../tutorials/3d/particles/complex_shapes.po | 2 +- .../creating_a_3d_particle_system.po | 2 +- .../tutorials/3d/particles/index.po | 2 +- .../particles/process_material_properties.po | 2 +- .../tutorials/3d/particles/properties.po | 2 +- .../tutorials/3d/particles/subemitters.po | 2 +- .../tutorials/3d/particles/trails.po | 2 +- .../tutorials/3d/particles/turbulence.po | 2 +- .../3d/physical_light_and_camera_units.po | 2 +- .../3d/procedural_geometry/arraymesh.po | 2 +- .../3d/procedural_geometry/immediatemesh.po | 2 +- .../tutorials/3d/procedural_geometry/index.po | 2 +- .../3d/procedural_geometry/meshdatatool.po | 2 +- .../3d/procedural_geometry/surfacetool.po | 2 +- .../tutorials/3d/resolution_scaling.po | 2 +- .../tutorials/3d/standard_material_3d.po | 2 +- .../LC_MESSAGES/tutorials/3d/using_decals.po | 2 +- .../tutorials/3d/using_gridmaps.po | 2 +- .../tutorials/3d/using_multi_mesh_instance.po | 2 +- .../tutorials/3d/using_transforms.po | 2 +- .../tutorials/3d/variable_rate_shading.po | 2 +- .../tutorials/3d/visibility_ranges.po | 2 +- .../tutorials/3d/volumetric_fog.po | 2 +- .../tutorials/animation/2d_skeletons.po | 2 +- .../animation/animation_track_types.po | 2 +- .../tutorials/animation/animation_tree.po | 2 +- .../tutorials/animation/creating_movies.po | 2 +- .../tutorials/animation/cutout_animation.po | 2 +- .../LC_MESSAGES/tutorials/animation/index.po | 2 +- .../tutorials/animation/introduction.po | 2 +- .../tutorials/animation/playing_videos.po | 2 +- .../escn_exporter/animation.po | 2 +- .../assets_pipeline/escn_exporter/index.po | 2 +- .../assets_pipeline/escn_exporter/lights.po | 2 +- .../assets_pipeline/escn_exporter/material.po | 2 +- .../assets_pipeline/escn_exporter/mesh.po | 2 +- .../assets_pipeline/escn_exporter/physics.po | 2 +- .../assets_pipeline/escn_exporter/skeleton.po | 2 +- .../assets_pipeline/exporting_3d_scenes.po | 2 +- .../assets_pipeline/import_process.po | 2 +- .../importing_3d_scenes/available_formats.po | 2 +- .../import_configuration.po | 2 +- .../importing_3d_scenes/index.po | 2 +- .../model_export_considerations.po | 2 +- .../node_type_customization.po | 2 +- .../importing_audio_samples.po | 2 +- .../assets_pipeline/importing_images.po | 2 +- .../assets_pipeline/importing_translations.po | 2 +- .../tutorials/assets_pipeline/index.po | 2 +- .../retargeting_3d_skeletons.po | 2 +- .../tutorials/audio/audio_buses.po | 2 +- .../tutorials/audio/audio_effects.po | 2 +- .../tutorials/audio/audio_streams.po | 2 +- .../LC_MESSAGES/tutorials/audio/index.po | 2 +- .../audio/recording_with_microphone.po | 2 +- .../tutorials/audio/sync_with_audio.po | 2 +- .../tutorials/audio/text_to_speech.po | 2 +- .../autoloads_versus_internal_nodes.po | 2 +- .../best_practices/data_preferences.po | 2 +- .../best_practices/godot_interfaces.po | 2 +- .../best_practices/godot_notifications.po | 2 +- .../tutorials/best_practices/index.po | 2 +- .../introduction_best_practices.po | 2 +- .../best_practices/logic_preferences.po | 2 +- .../best_practices/node_alternatives.po | 2 +- .../best_practices/project_organization.po | 2 +- .../best_practices/scene_organization.po | 2 +- .../best_practices/scenes_versus_scripts.po | 2 +- .../best_practices/version_control_systems.po | 2 +- .../best_practices/what_are_godot_classes.po | 2 +- .../tutorials/editor/command_line_tutorial.po | 2 +- .../tutorials/editor/customizing_editor.po | 2 +- .../tutorials/editor/default_key_mapping.po | 2 +- .../tutorials/editor/external_editor.po | 2 +- .../LC_MESSAGES/tutorials/editor/index.po | 2 +- .../tutorials/editor/inspector_dock.po | 2 +- .../editor/managing_editor_features.po | 2 +- .../tutorials/editor/project_manager.po | 2 +- .../tutorials/editor/project_settings.po | 2 +- .../editor/using_the_android_editor.po | 2 +- .../tutorials/editor/using_the_web_editor.po | 2 +- .../tutorials/export/android_gradle_build.po | 2 +- .../changing_application_icon_for_windows.po | 2 +- .../tutorials/export/exporting_for_android.po | 2 +- .../export/exporting_for_dedicated_servers.po | 2 +- .../tutorials/export/exporting_for_ios.po | 2 +- .../tutorials/export/exporting_for_linux.po | 2 +- .../tutorials/export/exporting_for_macos.po | 2 +- .../tutorials/export/exporting_for_web.po | 2 +- .../tutorials/export/exporting_for_windows.po | 2 +- .../tutorials/export/exporting_pcks.po | 2 +- .../tutorials/export/exporting_projects.po | 2 +- .../tutorials/export/feature_tags.po | 2 +- .../LC_MESSAGES/tutorials/export/index.po | 2 +- .../tutorials/export/one-click_deploy.po | 2 +- .../tutorials/export/running_on_macos.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/i18n/index.po | 2 +- .../i18n/internationalizing_games.po | 2 +- .../LC_MESSAGES/tutorials/i18n/locales.po | 2 +- .../i18n/localization_using_gettext.po | 2 +- .../tutorials/i18n/pseudolocalization.po | 2 +- .../inputs/controllers_gamepads_joysticks.po | 2 +- .../tutorials/inputs/custom_mouse_cursor.po | 2 +- .../inputs/handling_quit_requests.po | 2 +- .../LC_MESSAGES/tutorials/inputs/index.po | 2 +- .../tutorials/inputs/input_examples.po | 2 +- .../tutorials/inputs/inputevent.po | 2 +- .../inputs/mouse_and_input_coordinates.po | 2 +- .../tutorials/io/background_loading.po | 2 +- .../tutorials/io/binary_serialization_api.po | 2 +- .../LC_MESSAGES/tutorials/io/data_paths.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/io/index.po | 2 +- .../io/runtime_file_loading_and_saving.po | 2 +- .../LC_MESSAGES/tutorials/io/saving_games.po | 2 +- .../tutorials/math/beziers_and_curves.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/math/index.po | 2 +- .../tutorials/math/interpolation.po | 2 +- .../tutorials/math/matrices_and_transforms.po | 2 +- .../math/random_number_generation.po | 2 +- .../LC_MESSAGES/tutorials/math/vector_math.po | 2 +- .../tutorials/math/vectors_advanced.po | 2 +- .../LC_MESSAGES/tutorials/migrating/index.po | 2 +- .../migrating/upgrading_to_godot_4.1.po | 2 +- .../migrating/upgrading_to_godot_4.2.po | 2 +- .../migrating/upgrading_to_godot_4.po | 2 +- .../LC_MESSAGES/tutorials/navigation/index.po | 2 +- .../navigation_connecting_navmesh.po | 2 +- .../navigation/navigation_debug_tools.po | 2 +- .../navigation_different_actor_area_access.po | 2 +- .../navigation_different_actor_locomotion.po | 2 +- .../navigation_different_actor_types.po | 2 +- .../navigation/navigation_introduction_2d.po | 2 +- .../navigation/navigation_introduction_3d.po | 2 +- .../navigation_optimizing_performance.po | 2 +- .../navigation_using_navigationagents.po | 2 +- .../navigation_using_navigationlayers.po | 2 +- .../navigation_using_navigationlinks.po | 2 +- .../navigation_using_navigationmaps.po | 2 +- .../navigation_using_navigationmeshes.po | 2 +- .../navigation_using_navigationobstacles.po | 2 +- ...gation_using_navigationpathqueryobjects.po | 2 +- .../navigation_using_navigationpaths.po | 2 +- .../navigation_using_navigationregions.po | 2 +- .../navigation_using_navigationservers.po | 2 +- .../networking/high_level_multiplayer.po | 2 +- .../tutorials/networking/http_client_class.po | 2 +- .../networking/http_request_class.po | 2 +- .../LC_MESSAGES/tutorials/networking/index.po | 2 +- .../tutorials/networking/ssl_certificates.po | 2 +- .../tutorials/networking/webrtc.po | 2 +- .../tutorials/networking/websocket.po | 2 +- .../tutorials/performance/cpu_optimization.po | 2 +- .../performance/general_optimization.po | 2 +- .../tutorials/performance/gpu_optimization.po | 2 +- .../tutorials/performance/index.po | 2 +- .../performance/optimizing_3d_performance.po | 2 +- .../tutorials/performance/thread_safe_apis.po | 2 +- .../tutorials/performance/using_multimesh.po | 2 +- .../performance/using_multiple_threads.po | 2 +- .../tutorials/performance/using_servers.po | 2 +- .../animating_thousands_of_fish.po | 2 +- .../controlling_thousands_of_fish.po | 2 +- .../performance/vertex_animation/index.po | 2 +- .../tutorials/physics/collision_shapes_2d.po | 2 +- .../tutorials/physics/collision_shapes_3d.po | 2 +- .../LC_MESSAGES/tutorials/physics/index.po | 2 +- .../physics/kinematic_character_2d.po | 2 +- .../physics/large_world_coordinates.po | 2 +- .../tutorials/physics/physics_introduction.po | 2 +- .../tutorials/physics/ragdoll_system.po | 2 +- .../tutorials/physics/ray-casting.po | 2 +- .../tutorials/physics/rigid_body.po | 2 +- .../tutorials/physics/soft_body.po | 2 +- .../physics/troubleshooting_physics_issues.po | 2 +- .../tutorials/physics/using_area_2d.po | 2 +- .../physics/using_character_body_2d.po | 2 +- .../android/android_in_app_purchases.po | 2 +- .../platform/android/android_library.po | 2 +- .../platform/android/android_plugin.po | 2 +- .../tutorials/platform/android/index.po | 2 +- .../tutorials/platform/consoles.po | 2 +- .../LC_MESSAGES/tutorials/platform/index.po | 2 +- .../tutorials/platform/ios/index.po | 2 +- .../tutorials/platform/ios/ios_plugin.po | 2 +- .../tutorials/platform/ios/plugins_for_ios.po | 2 +- .../platform/web/customizing_html5_shell.po | 2 +- .../platform/web/html5_shell_classref.po | 2 +- .../tutorials/platform/web/index.po | 2 +- .../tutorials/plugins/editor/3d_gizmos.po | 2 +- .../plugins/editor/import_plugins.po | 2 +- .../tutorials/plugins/editor/index.po | 2 +- .../plugins/editor/inspector_plugins.po | 2 +- .../plugins/editor/installing_plugins.po | 2 +- .../editor/making_main_screen_plugins.po | 2 +- .../plugins/editor/making_plugins.po | 2 +- .../plugins/editor/visual_shader_plugins.po | 2 +- .../LC_MESSAGES/tutorials/plugins/index.po | 2 +- .../plugins/running_code_in_the_editor.po | 2 +- .../LC_MESSAGES/tutorials/rendering/index.po | 2 +- .../tutorials/rendering/jitter_stutter.po | 2 +- .../rendering/multiple_resolutions.po | 2 +- .../tutorials/rendering/viewports.po | 2 +- .../scripting/c_sharp/c_sharp_basics.po | 2 +- .../scripting/c_sharp/c_sharp_collections.po | 2 +- .../scripting/c_sharp/c_sharp_differences.po | 2 +- .../scripting/c_sharp/c_sharp_exports.po | 2 +- .../scripting/c_sharp/c_sharp_features.po | 2 +- .../c_sharp/c_sharp_global_classes.po | 2 +- .../scripting/c_sharp/c_sharp_signals.po | 2 +- .../scripting/c_sharp/c_sharp_style_guide.po | 2 +- .../scripting/c_sharp/c_sharp_variant.po | 2 +- .../scripting/c_sharp/diagnostics/GD0001.po | 2 +- .../scripting/c_sharp/diagnostics/GD0002.po | 2 +- .../scripting/c_sharp/diagnostics/GD0101.po | 2 +- .../scripting/c_sharp/diagnostics/GD0102.po | 2 +- .../scripting/c_sharp/diagnostics/GD0103.po | 2 +- .../scripting/c_sharp/diagnostics/GD0104.po | 2 +- .../scripting/c_sharp/diagnostics/GD0105.po | 2 +- .../scripting/c_sharp/diagnostics/GD0106.po | 2 +- .../scripting/c_sharp/diagnostics/GD0107.po | 2 +- .../scripting/c_sharp/diagnostics/GD0201.po | 2 +- .../scripting/c_sharp/diagnostics/GD0202.po | 2 +- .../scripting/c_sharp/diagnostics/GD0203.po | 2 +- .../scripting/c_sharp/diagnostics/GD0301.po | 2 +- .../scripting/c_sharp/diagnostics/GD0302.po | 2 +- .../scripting/c_sharp/diagnostics/GD0303.po | 2 +- .../scripting/c_sharp/diagnostics/GD0401.po | 2 +- .../scripting/c_sharp/diagnostics/GD0402.po | 2 +- .../scripting/c_sharp/diagnostics/index.po | 2 +- .../tutorials/scripting/c_sharp/index.po | 2 +- .../scripting/change_scenes_manually.po | 2 +- .../scripting/creating_script_templates.po | 2 +- .../scripting/cross_language_scripting.po | 2 +- .../debug/custom_performance_monitors.po | 2 +- .../scripting/debug/debugger_panel.po | 2 +- .../tutorials/scripting/debug/index.po | 2 +- .../debug/overview_of_debugging_tools.po | 2 +- .../tutorials/scripting/debug/the_profiler.po | 2 +- .../scripting/evaluating_expressions.po | 2 +- .../tutorials/scripting/filesystem.po | 2 +- .../gdextension/gdextension_cpp_example.po | 2 +- .../tutorials/scripting/gdextension/index.po | 2 +- .../gdextension/what_is_gdextension.po | 2 +- .../scripting/gdscript/gdscript_advanced.po | 2 +- .../scripting/gdscript/gdscript_basics.po | 2 +- .../gdscript_documentation_comments.po | 2 +- .../scripting/gdscript/gdscript_exports.po | 2 +- .../gdscript/gdscript_format_string.po | 2 +- .../scripting/gdscript/gdscript_styleguide.po | 2 +- .../tutorials/scripting/gdscript/index.po | 2 +- .../scripting/gdscript/static_typing.po | 2 +- .../scripting/gdscript/warning_system.po | 2 +- .../LC_MESSAGES/tutorials/scripting/groups.po | 2 +- .../scripting/how_to_read_the_godot_api.po | 2 +- .../scripting/idle_and_physics_processing.po | 2 +- .../LC_MESSAGES/tutorials/scripting/index.po | 2 +- .../scripting/instancing_with_signals.po | 2 +- .../scripting/nodes_and_scene_instances.po | 2 +- .../scripting/overridable_functions.po | 2 +- .../tutorials/scripting/pausing_games.po | 2 +- .../tutorials/scripting/resources.po | 2 +- .../tutorials/scripting/scene_tree.po | 2 +- .../tutorials/scripting/scene_unique_nodes.po | 2 +- .../scripting/singletons_autoload.po | 2 +- .../shaders/advanced_postprocessing.po | 2 +- .../tutorials/shaders/compute_shaders.po | 2 +- .../converting_glsl_to_godot_shaders.po | 2 +- .../shaders/custom_postprocessing.po | 2 +- .../LC_MESSAGES/tutorials/shaders/index.po | 2 +- .../shaders/introduction_to_shaders.po | 2 +- .../tutorials/shaders/making_trees.po | 2 +- .../shaders/screen-reading_shaders.po | 2 +- .../tutorials/shaders/shader_materials.po | 2 +- .../shader_reference/canvas_item_shader.po | 2 +- .../shaders/shader_reference/fog_shader.po | 2 +- .../shaders/shader_reference/index.po | 2 +- .../shader_reference/particle_shader.po | 2 +- .../shader_reference/shader_preprocessor.po | 2 +- .../shader_reference/shading_language.po | 2 +- .../shaders/shader_reference/sky_shader.po | 2 +- .../shader_reference/spatial_shader.po | 2 +- .../tutorials/shaders/shaders_style_guide.po | 2 +- .../shaders/using_viewport_as_texture.po | 2 +- .../tutorials/shaders/visual_shaders.po | 2 +- .../shaders/your_first_shader/index.po | 2 +- .../your_first_shader/your_first_2d_shader.po | 2 +- .../your_first_shader/your_first_3d_shader.po | 2 +- .../your_second_3d_shader.po | 2 +- .../LC_MESSAGES/tutorials/troubleshooting.po | 2 +- .../tutorials/ui/bbcode_in_richtextlabel.po | 2 +- .../tutorials/ui/control_node_gallery.po | 2 +- .../tutorials/ui/custom_gui_controls.po | 2 +- .../tutorials/ui/gui_containers.po | 2 +- .../tutorials/ui/gui_navigation.po | 2 +- .../LC_MESSAGES/tutorials/ui/gui_skinning.po | 2 +- .../tutorials/ui/gui_theme_type_variations.po | 2 +- .../tutorials/ui/gui_using_fonts.po | 2 +- .../tutorials/ui/gui_using_theme_editor.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/ui/index.po | 2 +- .../tutorials/ui/size_and_anchors.po | 2 +- .../tutorials/xr/basic_xr_locomotion.po | 2 +- .../tutorials/xr/deploying_to_android.po | 2 +- .../zh_TW/LC_MESSAGES/tutorials/xr/index.po | 2 +- .../tutorials/xr/introducing_xr_tools.po | 2 +- .../tutorials/xr/openxr_hand_tracking.po | 2 +- .../tutorials/xr/openxr_passthrough.po | 2 +- .../LC_MESSAGES/tutorials/xr/setting_up_xr.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_action_map.po | 2 +- .../LC_MESSAGES/tutorials/xr/xr_room_scale.po | 2 +- 6440 files changed, 14463 insertions(+), 12300 deletions(-) diff --git a/sphinx/po/cs/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/cs/LC_MESSAGES/about/complying_with_licenses.po index 199b85ebc0..f9232c8e71 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/cs/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/cs/LC_MESSAGES/about/docs_changelog.po index d109ad83c7..ba71b77a96 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/cs/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/about/faq.po b/sphinx/po/cs/LC_MESSAGES/about/faq.po index 9b38dee0c3..99a6ba8059 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/faq.po +++ b/sphinx/po/cs/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/about/introduction.po b/sphinx/po/cs/LC_MESSAGES/about/introduction.po index 88057edad4..688f00b164 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/cs/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/about/list_of_features.po b/sphinx/po/cs/LC_MESSAGES/about/list_of_features.po index 5d5ce2e0bb..900e06a58f 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/cs/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -628,6 +628,8 @@ msgstr "" msgid "" "Supports lighting dynamic objects using automatic and manually placed probes." msgstr "" +"Podporuje osvětlení dynamických objektů pomocí automaticky a ručně " +"umístěných sond (probes)." msgid "" "Optionally supports directional lighting and rough reflections based on " @@ -689,7 +691,7 @@ msgstr "" "ReflectionProbe. Korekci paralaxe lze volitelně povolit." msgid "Screen-space reflections with support for material roughness." -msgstr "" +msgstr "Odrazy v obrazovkovém prostoru s podporou pro drsnost materiálu." msgid "" "Reflection techniques can be mixed together for greater accuracy or " @@ -707,6 +709,8 @@ msgid "" "When using the Forward Mobile backend, up to 8 reflection probes can be " "displayed per mesh resource." msgstr "" +"Při použití backendu Forward Mobile může být zobrazeno až 8 odrazových sond " +"(reflection probes) na zdroj typu model (mesh)." #, fuzzy msgid "**Decals:**" @@ -783,10 +787,10 @@ msgid "**Fog:**" msgstr "**Mlha:**" msgid "Exponential depth fog." -msgstr "" +msgstr "Mlha s exponenciální hloubkou." msgid "Exponential height fog." -msgstr "" +msgstr "Mlha s exponenciální výškou." msgid "" "Support for automatic fog color depending on the sky color (aerial " @@ -802,12 +806,14 @@ msgid "" "Support for controlling how much fog rendering should affect the sky, with " "separate controls for traditional and volumetric fog." msgstr "" +"Podpora pro kontrolu toho, jak moc bude vykreslování mlhy ovlivňovat oblohu, " +"se samostatnými ovladači pro tradiční a volumetrickou mlhu." msgid "Support for making specific materials ignore fog." msgstr "Podpora pro ignorování mlhy u konkrétních materiálů." msgid "**Volumetric fog:**" -msgstr "" +msgstr "**Volumetrická mlha:**" msgid "" "Global :ref:`volumetric fog ` that reacts to lights and " diff --git a/sphinx/po/cs/LC_MESSAGES/about/release_policy.po b/sphinx/po/cs/LC_MESSAGES/about/release_policy.po index 825576349a..b79e29fd22 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/cs/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/about/system_requirements.po b/sphinx/po/cs/LC_MESSAGES/about/system_requirements.po index 97d4c69992..8e2ca4b571 100644 --- a/sphinx/po/cs/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/cs/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/cs/LC_MESSAGES/community/asset_library/index.po index 2ab7e6ade1..4a83d218a2 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/cs/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/cs/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 6cc5e425bb..de606d3a34 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/cs/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/cs/LC_MESSAGES/community/asset_library/using_assetlib.po index 1756f947b9..8058793372 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/cs/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/cs/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 56eb0f25af..37fd2335d8 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/cs/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/channels.po b/sphinx/po/cs/LC_MESSAGES/community/channels.po index 0b5dbbca3e..e428880487 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/channels.po +++ b/sphinx/po/cs/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/community/tutorials.po b/sphinx/po/cs/LC_MESSAGES/community/tutorials.po index 199ccb9706..418f588005 100644 --- a/sphinx/po/cs/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/cs/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 32ab9ccbf1..7259fedf44 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/code_style_guidelines.po index fa9f7f4d18..aca44d2798 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 15de5c3429..cc991b3bfb 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 67c06a0d06..afdcb234c8 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index b6853bd796..0933cbd4f8 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -60,7 +60,7 @@ msgstr "Vývojové knihovny:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -108,18 +108,18 @@ msgstr "" msgid "Mageia" msgstr "" -msgid "OpenBSD" -msgstr "" - -msgid "openSUSE" -msgstr "" - msgid "NetBSD" msgstr "" msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" +msgid "OpenBSD" +msgstr "" + +msgid "openSUSE" +msgstr "" + msgid "Solus" msgstr "" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index aa0151253b..e15e9ed015 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 1417116203..12edb24368 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 1589f45c24..7954df91ae 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index b295ac1b9d..67e7a5cff1 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index e827808bba..b8868d477a 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index ee454d76de..124693c9e1 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/getting_source.po index 11b486108f..fa33fad46a 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/index.po index 3b18da5872..60b8ce416a 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 5f472d9d81..04498e5896 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 62c28cf42d..83056b39f8 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 8c3fbbf07f..6ae650f25d 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 34e63abb34..48217e4164 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index c7d4ab959e..3a1bacee85 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 7d05334b30..8d5e37238c 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 8c259eeb72..b5e5d9eb6c 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 4c100a776d..bdf3c97121 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index a194f05de7..51f59334e6 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 9197239477..ee18e244cc 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 6835343c13..a402dcada0 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 482764888e..c31be3476f 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 3c6c50108c..772082a8a5 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 0aa24c41b3..467fcdc672 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index c6a0f6941a..d127fc70f3 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 006f152ad6..3de4fb122b 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 490404e96e..b3a052e270 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 81ac1407de..b61f47f907 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 49d5fedaa2..f250e2b102 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 40629b346a..fae833cd42 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 04efe6b27e..02ff39527c 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 758243b4f1..df6c978068 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/index.po index bc91b27a81..9523c41e26 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index fffd040a00..56e5633a60 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 40744af41c..aced34d236 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index c855e73d0e..41601ae791 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index dc8551194d..aeff4f7e05 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 01d604031c..6d26979378 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index dd4476f191..16219b7df6 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/index.po index 8be619760a..2006fc6bb9 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/macos_debug.po index cc3b3515a9..433622fbd6 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 7cc1390e2c..8c6921f79f 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index ce339509b1..2cc375e880 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index f36e0195d0..7fbc2ff8bb 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 82711b6cc5..78c300a8e9 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/creating_icons.po index d3666328f5..7b95b3ee4d 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 3525d1456f..bcd2c3bd2e 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/index.po index 212c7f6e99..800d0f4081 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 5b6f8e172f..bebb95bd3e 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 7b903f30b6..4c46c10929 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/index.po index 8f28272eac..8ac3cc97f2 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/tscn.po index dde2fac083..7a7f977cfe 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/development/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/development/index.po index c831d5b0c1..59d0a5d98a 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/building_the_manual.po index fd9fd96ab8..25cf323943 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 0b9562ed05..fe980d6e2e 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/content_guidelines.po index 5ac4bbd57f..08e94abf55 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 97b44e3544..b6523ac70e 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 996a57bfff..81f25a50b0 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index f99ac334d0..f48583d89b 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index c592ad5491..a72fbebfd2 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/index.po index 6dc9b65988..fc9768da45 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 277c4e7099..eae602d897 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/cs/LC_MESSAGES/contributing/ways_to_contribute.po index f59225dc4b..f136be9fc2 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 770a72e8d5..cfec4a5e31 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 8ca5126858..66ac468053 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/index.po index 59e3bf8fb0..361253e3eb 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index d94b758b38..d348e988fc 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_workflow.po index 707cb9dfdc..c7582b78a7 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 211f134898..fb88b445bc 100644 --- a/sphinx/po/cs/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/cs/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 6c91672a07..e25b05113d 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 3580d4c864..f99ce8d77a 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index f916c953bb..e186bd24e5 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 3faada90a1..6f19bcda15 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 9bdc1cfbb7..bff444103f 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index bb755bd47a..c20526fde5 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 2aca566020..3ff41113a1 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/index.po index 86d7d177ca..3675b37515 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index d26ce70321..85155e77d3 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index a11dca6cd4..f341fc91ad 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 7f1c74876a..5b25f5995d 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index da655101a8..2483676c28 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index d1cec924d9..2d278f8cf5 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 575c3a5e01..12b4414062 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 71e2a68c23..e0149ed462 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 066fd93a54..1d6c58f310 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 22b655d6f9..fab79312b0 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/going_further.po index bd3166eb8c..adc0dd019b 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/index.po index ca8473e6e3..4990d19214 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 17a415f0b7..a0a10612f9 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index b9aac15757..56bf308e09 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/index.po index 0eb8ca7c03..ac7855f13c 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index d26b3b95e0..d5e7e1955d 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index d0ddff6164..73de349d00 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 0d861addbd..105a632727 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/index.po index 8fc40cc2f8..1bee9face8 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/instancing.po index 58c55ff370..043c11f4e4 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 005634febb..0e60ee42af 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 9e4dbb92cb..434b2de3ea 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index 5e37b8185f..ec65429d08 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 3eeab7679a..443690afc3 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/signals.po index 96b90707e8..8d2e595166 100644 --- a/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/cs/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/index.po b/sphinx/po/cs/LC_MESSAGES/index.po index 7bfebcbf60..c82b0f6b4f 100644 --- a/sphinx/po/cs/LC_MESSAGES/index.po +++ b/sphinx/po/cs/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -135,23 +135,30 @@ msgstr "Offline dokumentace" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Můžete si také `stáhnout kopii HTML `__ pro " "čtení offline (aktualizováno každé pondělí). Rozbalte archiv ZIP a poté " "otevřete nejvýše umístěný soubor ``index.html`` ve webovém prohlížeči." +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Pro mobilní zařízení a čtečky knih si můžete také `stáhnout kopii ePub " "\n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index c229704f20..f5671699db 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 44e902c6f1..8a798676a3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_meshes.po index 8db9df727b..42388a8e4b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_movement.po index ec6f4a82f8..1b89e48c78 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index b880ca6f84..ae9f7ca628 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_transforms.po index 61e69d65c7..73b579e1b5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/canvas_layers.po index 98b9a58e30..5681238a6f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 812bfbb557..1290d0e377 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/index.po index 38fc87b6eb..44b9e47b7a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index a9d2cac1cd..c3c8f8be3f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilemaps.po index adc8794a89..725346d98f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilesets.po index 668c6954dd..e3d3844108 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index e03071abe5..94e82b024f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 6b9553fb5d..487646b960 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_text.po index ac25d4880d..c0fd35bb71 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/csg_tools.po index 85602da3cb..3dea13f323 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index dc8a1b06c9..d3a6d4f27e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index a970852a72..4cfbfa5c77 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 0cf3ff2674..ff9b12167a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 34de2028a1..ae78ba273c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index cb34a55240..67457cea53 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index d4110784bb..2a01db0035 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index e536bd4eb0..f0e1765098 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 66e7d1d251..b751a1cb2d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 8bef878629..5d513539d3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/index.po index da46d29429..55de198069 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 42db9fe457..7e07ffadb9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 22b7fca1e8..fe7b57ce9a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/mesh_lod.po index 8e77c3abb5..5320cd98cc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 7b16f30862..786453431c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/attractors.po index 99b800b218..563ac1acf4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/collision.po index be81286072..87bd0cb824 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index c71792f90f..5b6daad3cd 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 78e7e0d764..6769013264 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/index.po index 8a22a535cf..da596d1cc7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 1fb604f9e0..4d62116c23 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/properties.po index 6b1cdcdf3d..31d5fe6abf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/subemitters.po index e7afd429a0..95a6794f64 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/trails.po index ef8736ec5e..ab6912cc8a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/turbulence.po index b1225f6677..48befaca76 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 59f90d6bbe..09ffa0ae44 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 144ed8bc8d..216d4cc121 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index fb22b81fc7..37886ca2c9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index b91d548eb1..b0ec36e482 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 171a662bda..69ac05713d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index a4172dc638..93267baea8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 3e3a779408..9af818b996 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 207bad543e..795376296e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_decals.po index 2c297ed87e..8ef2e1d2fc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_gridmaps.po index f66dac3db8..3363b0dca7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 417daad8a4..a75be669b0 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_transforms.po index 9129e84a4e..f7b964c18f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index d41733e77b..610b8d4dd3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/visibility_ranges.po index 61d3d0c6dc..55e47e2f48 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 45ae454fdf..21846a0f2a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 47f92bda6b..b33b36afa0 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_track_types.po index 4e65bc1c80..1f02cd444c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_tree.po index 0044d65d8e..bb738b5eae 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/creating_movies.po index 72aa03e142..e832ca8298 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/cutout_animation.po index b75e452408..9b61e6702f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/index.po index 2bc3d143a4..59aa91a85e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/introduction.po index 22ef6313aa..b333d1ae94 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/playing_videos.po index 702d7998b8..6758548efd 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index c2845bc4d0..939265efa3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 357ca4f662..d4339db9fc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 00267d48ec..4ddcda9022 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 8f7352399a..5310dd68b5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index dd44f535fe..f89b25901b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index e83e2e7eb0..309894063b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index a8a34b8021..9c340f2c0c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index c8df6e5d4c..322b663bba 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index f03a29dc09..e4fa25498b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index ea80e2b3ce..143469f2cf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 37213826c6..1314ed0910 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 5a8935fea1..0577db3e15 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 2e319c6b5d..4bdfc1e0b3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 887c7bfaca..affecd918a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index fcdedd62e9..9f3322babe 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 96dc55fb94..697f614946 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index d437228e87..120defac86 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/index.po index ba4f074b1a..8c56d0c50e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index f11e80f925..e533b76846 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_buses.po index 5bbe83e899..ba1604c059 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_effects.po index adef8682ee..41ed0a1342 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_streams.po index 4a39d2d90e..f42afe5a84 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/index.po index 3c4609d4e2..1753f3ff8f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index d2768743e0..7af55877b5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 5495389c42..1d336776b6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/text_to_speech.po index 02bfd94ac4..4a540e7b80 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index c816309eba..79c59591f1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 0b42b181ea..27cbd8883e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 794491a225..92b9aef5ee 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 41fefb3173..e1fa6f09a1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/index.po index 5be6a6c244..759561001b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 8bd2605ea2..d5b055e720 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 91a4f84c3f..cac7f276f4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 2a102eeab2..226e750770 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/project_organization.po index 0d67d059e3..f6cad1eef3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 68b845964f..e67df919ce 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index f3a6fa3f82..d50d992842 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 9666aefe47..12720db627 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index bd95531000..fd7c940ea5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 56d26232f3..4cbe32d8e4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/customizing_editor.po index 273e15d46e..0e113d2bd3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/default_key_mapping.po index ec0ca5a721..99a34d2cc6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/external_editor.po index dbffe3b19b..410bf90772 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/index.po index 4c1c7f3825..ba72b231a4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/inspector_dock.po index 898187dc74..32fbf3504b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/managing_editor_features.po index 1793755247..43a2a4b31c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_manager.po index d3e7d7bdc7..f49e80920d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_settings.po index 5db0fbe56f..1cbd1a160d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 2f991f8248..f4712c7e9c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index b8681126ed..e14ba84af4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/android_gradle_build.po index a97c50f24f..f4c0783e60 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 135c7364fc..1ed6cb9148 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_android.po index 3c5cb98f1b..ad8a7e1901 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 3045616e74..15ba55b088 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 17980a189e..fb6548c325 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 99e9ea1cb5..aeeafad28e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 9052436196..b49976094d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_web.po index b68c451b56..032421d03f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_windows.po index db746e95fa..1a26ee4b69 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_pcks.po index fad7de67f5..60dc0cdae0 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_projects.po index 779f7b760e..8a575c41b5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/feature_tags.po index 7b174fc26e..5b750fe3f9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/index.po index 2f00f70090..bd84dacdcb 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/one-click_deploy.po index 6a5e3aa9bc..b3fe231004 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/cs/LC_MESSAGES/tutorials/export/running_on_macos.po index 64233c59bd..aa183dd4a1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/index.po index ce0c0cd4ef..da463a6e64 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 6f89efe381..55f63e59ac 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/locales.po index 96916c2eea..d70f54e4b1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 03116dfc26..bdb0c64ce9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 413cb8f7a5..5beb6d899e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index c71e42927d..580245159b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 1c645511ef..a31e689c69 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 74c11d8ade..0b75966bdf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/index.po index c2208ba63f..de61acf7d0 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/input_examples.po index c82ffff9d7..846c64a2b7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/inputevent.po index f98e4d98bb..61ff3c2315 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index e808276846..cf19f80254 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/background_loading.po index e6161bfe2a..ba92eec394 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/binary_serialization_api.po index e72c73bc18..5c055190cf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/data_paths.po index 5ce91bc871..462d81e36b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/index.po index 4286aa03aa..d4857b4399 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 3f09d25d10..5ec14bfd00 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/cs/LC_MESSAGES/tutorials/io/saving_games.po index 614f6fe843..050abe1421 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/beziers_and_curves.po index cccf206420..9fdb78cf0b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/index.po index 6919fda05d..794225d84a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/interpolation.po index 1c84838d41..b468b98756 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index d815409381..90b30b235a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/random_number_generation.po index 292241234f..bf1a21d364 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/vector_math.po index e7f8f8c0a3..6aeedb9d11 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/cs/LC_MESSAGES/tutorials/math/vectors_advanced.po index f612681921..82aebc8db1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/index.po index dee6f37b6e..84a9ac84b7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index e414c2c403..2c1969b53a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index d9ea71aca6..2362871b71 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index cf12e76960..dbc32fa6e1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/index.po index 3b327eb3c7..bef49c02dd 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 5994bdcf7a..94f19cc834 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index c08a65a749..9682075315 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index feabb4f1d1..9bfdf39014 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 32755a7da0..cacf996639 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index fd852e3b69..d2bd116486 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 0dfd3a88f7..ac6148474f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index c1c78a7d6a..0ad7fa3f3d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 4da34bc952..95689dec51 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 9cdd9eba00..c34e9b3453 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 4416f32bb3..be3ba335af 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index ad50a5144b..97a08eeb2c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 860ab1c9a9..acc78101c7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index e1f50336b4..185b3da35b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 842eee2eac..eb78ab02b9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index d25cbac4f2..1d464b7d64 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index fd8a1653b5..3f4e8dd0e4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 21a8888e1d..ef46ceb090 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index afbee1bff4..f3fb11cb6c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 0830b46ff1..833770b332 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_client_class.po index fe67ab5c72..150a256510 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_request_class.po index a031efebc0..d6325efb74 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/index.po index c809e98379..3b5dc7fa1c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 3194352429..e7a5cad2c6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/webrtc.po index 76e99717a4..0d984255d5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/websocket.po index 216a68e76e..ccc2038fc9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/cpu_optimization.po index baf663e315..5f33332a62 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/general_optimization.po index bb5eb1d350..49ff5198b4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/gpu_optimization.po index fc0a00cb47..0de4c4af8d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/index.po index 7a85b2b451..0fff227283 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 760a7db341..19ff5997f1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 1fbe8cfcee..12b0e28ae9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multimesh.po index c53199bb1b..235d8d96e9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 4d4906b243..ba9a3a343e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_servers.po index 73dfb75aea..7750613757 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index a076279db1..2d256d3800 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index beb7cee2f1..d69c8c1256 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 21557ec3a0..559500ebdc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index e60d42b410..3dc5965a75 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index b31b24f579..3ceb089502 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/index.po index b65a80ab54..a250cf42c1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 97a7559279..8fd3447a58 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 9b6e7835fc..efb0be0d5b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/physics_introduction.po index 69fd6793e0..864f275069 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 38313c2c65..edbbd461d6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ray-casting.po index cf1627efc0..7a64d926b7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/rigid_body.po index c0bc12f5a6..3ee1a84aa9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/soft_body.po index 99449b3cd8..153a9bda9f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index ea86be592f..ee7ee4ee40 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_area_2d.po index ae5ea90672..7d7b0d4a70 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index ff6487e1ea..d3239f4abd 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 3d913bdfda..1f686d5604 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_library.po index fa4d68141d..13668ba33c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 2c0ed30ebf..989dfa318b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/index.po index 3e77108012..e380ea3408 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/consoles.po index b335664b86..979c3b0f67 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/index.po index 4a9efd08df..f04a15acbc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/index.po index e4ac771c44..c883672787 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index b5c7df21be..117941f576 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index e2995578e4..cc35c55786 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 56445b6978..804901362a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 603e45423a..19598152a8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/index.po index 9094547865..d2d3ff44ae 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 66c747ed1b..5af85ba18f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 241e6e7d03..176f3c0cb9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/index.po index 38ede91c06..7a208a1eab 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 4254f81753..901a9e4ab4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index d560a4e40e..08a34e5b86 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 2de3d5d6ff..5c6964eb3f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index e180ced1f9..1db092a7e6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 54706cf051..930aa2af95 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/index.po index 2a62cc6a65..0f6cceb5ec 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index ac9aab7ec1..ab22e94103 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/index.po index 355ff5eee7..d21d88644e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 0babfba98e..e1bbc9f775 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 19a8f164fe..7f29c0109b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/viewports.po index 649c5b7277..5bc52dfc10 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 1d1fe74570..e92602e9b8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 9e6ecbc564..727ac5216a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 244bfc9738..ce84e44ebc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 6a5fef35cc..d340e4bff7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 02bb291076..a607c91789 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 214e266698..61350c6eac 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index f05e1b09cd..aecb693c5c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index f0aee3de3e..eb878ee622 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 1a577cacad..2e2ea5eb8f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 7e4076c37b..0828c1c89b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 8d3f1b747c..34ffe964cc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index e451f14506..c69b6d534f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 8775595e0d..bfb6aa5f9e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index ba03c13e46..3bee7abb65 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 51899256d3..eeb2e4da10 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 8ab2aa4b1a..bbbef59544 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 421eca5e97..395a45f2e1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index a2e9480cf4..fa72dc7caa 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 5abeee97d1..deb7929454 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index a277651601..c608047875 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 3635717fdb..8137be18d9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 3c4f3e6326..837ad5645f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index ed099fc863..7a8279e3d5 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index ff76f29bdb..367ee2ebca 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 992ab82165..04d2b2ae2c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 61187f78c7..6ea534341a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 046c154af4..a622f5fb63 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 19c1618b97..e4390434e1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index df2a7c484d..da325d3ac4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 2b6d41366e..5c17458e31 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index cccffd3616..90ed1f84c7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 1aae31958c..64c2d25935 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 3fa567f59e..01aaf2fbf3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/index.po index a676c8aaa3..6722b2f39e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 4d948f60c2..34a6e0495b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 96013a14a2..ddfad8790c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 8fd1ab4dc2..b690f3a8e8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/filesystem.po index cd7b1d131a..462e4435b9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index fd250405f1..b8ab98123b 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 96a7c4d6bd..5a3a7ba905 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 8a1f8a5930..0ba10436c3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 78501594e7..fb4380f2de 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 6db2bbea6e..be0c6ce600 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 364858a413..b3bdc29c01 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index a4d2e9ac08..0941036f1c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 2505a54e2c..598385629e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 515d359c41..8372bda97d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 8e49b5478b..b6a8e8bcce 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 2c1bd677eb..e64bd4810e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 37ca045e28..4190faad0e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/groups.po index 6443aab8b4..bd50e659ac 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 8b6c74a8a5..c6cd9bcfed 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index c6ffd58c5f..28c899d260 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/index.po index a1351d4a59..daad72da08 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index eb5a0222fb..7857ee024f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index cb9250932b..9e5a8266f1 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 203847b78f..c1656b3080 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/pausing_games.po index 90ae034d66..1853e67de7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/resources.po index 14ed5f6ec7..e5142d7941 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_tree.po index 26ce939b3a..c77af002d8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 520b70b525..af030bfccb 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 4c473164ad..bb1ded9df0 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 31717b1e86..8c8c131090 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/compute_shaders.po index a6082b9335..bcdcceeec6 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 68eb2a65de..13b1b3ca19 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 6dd693dd06..037abae222 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/index.po index 2866a77d2f..9bccdadd37 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index f9672cbcb6..1e209ce399 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/making_trees.po index ea4a8b712f..77c2572d72 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 30b783ce46..a38323b93f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_materials.po index 938996a42a..a831acbebd 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 082a4d6c75..ee7403119f 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 3e19b901e7..600a76fecf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 76d9d2592e..8bfc3eabb7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 7acf7a8dbe..d8913a7861 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index f031b12b07..814ccc391e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index a798212888..d9a4028f32 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 10b497ee3c..b3cee96b40 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 75e50c642e..13830d503c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 085995ae77..97b3283a34 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 11f821e0a1..6e4e5ba791 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/visual_shaders.po index d08892dcfd..78f653f09e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index bde31c34fd..bff96996dc 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 89a8658a80..1021d89c43 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index d3f5bb534c..10dd547101 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 6ab207618b..00c45bb72c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/cs/LC_MESSAGES/tutorials/troubleshooting.po index dfb4d02b0f..f90d21490e 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index c2b5ef01b5..c7ae9a5d89 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 3865616cfd..8e5cc8e3f9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index b55f43eac3..566901041c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_containers.po index 61e8c11ed6..69c2f71498 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_navigation.po index 151413c328..603a290ae7 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_skinning.po index bf0fe06f87..041d1d9c8c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 1e54e9e30a..4cefdaccf2 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 743b5d29a0..cc112e6760 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index e4068f0b87..c581863281 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/index.po index 6da1755a85..40e0b62fcf 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 218c8e9793..08e089d6fe 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 811ad10af6..8e9f72a97d 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 5eec517193..90341068a8 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/index.po index bdf98c74ac..fecd0884c9 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index b5096833d7..e73a4fcc6a 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index dbb88f793a..210fae0892 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index e975aa0fef..3d8ba070a3 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/setting_up_xr.po index deea905614..154dc9fa8c 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_action_map.po index 26240b9acd..9fb0c3f9f4 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_room_scale.po index d0494126a8..770c119f03 100644 --- a/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/cs/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/de/LC_MESSAGES/about/complying_with_licenses.po index 84de584969..d83944ed67 100644 --- a/sphinx/po/de/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/de/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/de/LC_MESSAGES/about/docs_changelog.po index 06231ebdcc..7d21bf7b8d 100644 --- a/sphinx/po/de/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/de/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/about/faq.po b/sphinx/po/de/LC_MESSAGES/about/faq.po index 7d9cba675c..286ebd5e90 100644 --- a/sphinx/po/de/LC_MESSAGES/about/faq.po +++ b/sphinx/po/de/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/about/introduction.po b/sphinx/po/de/LC_MESSAGES/about/introduction.po index 14c43d6d7a..36a1f6806f 100644 --- a/sphinx/po/de/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/de/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/about/list_of_features.po b/sphinx/po/de/LC_MESSAGES/about/list_of_features.po index 82519a83f8..668f0c1ce2 100644 --- a/sphinx/po/de/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/de/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -818,12 +818,11 @@ msgstr "" "Unterstützung für Nearest, Bilinear, Trilinear oder Anisotropic Texture " "Filtering (global konfiguriert)." -#, fuzzy msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" -"Optionales Fernausblendungssystem zum Ausblenden entfernter Lichter und " -"ihrer Schatten, um die Leistung zu verbessern." +"Optionales Fernausblendungssystem zum Ausblenden entfernter Decals, um die " +"Performance zu verbessern." msgid "" "When using the Forward+ backend (default on desktop), decals are rendered " diff --git a/sphinx/po/de/LC_MESSAGES/about/release_policy.po b/sphinx/po/de/LC_MESSAGES/about/release_policy.po index 58c4e709d6..7e2cc98a69 100644 --- a/sphinx/po/de/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/de/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -189,9 +189,8 @@ msgstr "**Support-Level**" msgid "Godot 4.3 (`master`)" msgstr "Godot 4.3 (`Master`)" -#, fuzzy msgid "June 2024 (estimate)" -msgstr "Q1 2024 (voraussichtlich)" +msgstr "Juni 2024 (voraussichtlich)" msgid "" "|unstable| *Development.* Receives new features, usability and performance " @@ -476,15 +475,14 @@ msgstr "" "Godot-Mitarbeiter arbeiten zwar nicht unter Termindruck, aber wir bemühen " "uns, relativ häufig kleinere Versionen zu veröffentlichen." -#, fuzzy msgid "" "In particular, after the very length release cycle for 4.0, we are pivoting " "to a faster paced development workflow, 4.1 released 4 months after 4.0, and " "4.2 released 4 months after 4.1" msgstr "" -"Nach dem sehr langen Release-Zyklus für 4.0 stellen wir auf einen " -"schnelleren Entwicklungs-Workflow um, wobei die Veröffentlichung von 4.1 für " -"Ende Q2/Anfang Q3 2023 erwartet wird." +"Insbesondere nach dem sehr langen Veröffentlichungszyklus für 4.0 stellen " +"wir auf einen schnelleren Entwicklungsablauf um: 4.1 wird 4 Monate nach 4.0 " +"und 4.2 4 Monate nach 4.1 veröffentlicht" msgid "" "Frequent minor releases will enable us to ship new features faster (possibly " diff --git a/sphinx/po/de/LC_MESSAGES/about/system_requirements.po b/sphinx/po/de/LC_MESSAGES/about/system_requirements.po index df7c270420..5e9c9f0ad2 100644 --- a/sphinx/po/de/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/de/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/de/LC_MESSAGES/community/asset_library/index.po index 168206c7c3..6b32a73126 100644 --- a/sphinx/po/de/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/de/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/de/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 6bc9f3dbc9..7ca72d3c8b 100644 --- a/sphinx/po/de/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/de/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/de/LC_MESSAGES/community/asset_library/using_assetlib.po index 0ac6b114bd..a913170004 100644 --- a/sphinx/po/de/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/de/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/de/LC_MESSAGES/community/asset_library/what_is_assetlib.po index f356e96a28..04dcbc0e88 100644 --- a/sphinx/po/de/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/de/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/channels.po b/sphinx/po/de/LC_MESSAGES/community/channels.po index f8645687c7..af0e0c54a5 100644 --- a/sphinx/po/de/LC_MESSAGES/community/channels.po +++ b/sphinx/po/de/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/community/tutorials.po b/sphinx/po/de/LC_MESSAGES/community/tutorials.po index 352d7e1724..1fd5eb9e4e 100644 --- a/sphinx/po/de/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/de/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/de/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 38b991d525..275a0354d4 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/development/code_style_guidelines.po index dab99b2f70..f79a0ef7cb 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 0e8b15f5b7..82e732fb50 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 2420099c1e..6c292eb5e7 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 8efc8eea29..4933dabbea 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -71,7 +71,8 @@ msgstr "Entwicklungsbibliotheken:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "X11, Xcursor, Xinerama, Xi und XRandR." -msgid "MesaGL." +#, fuzzy +msgid "Mesa." msgstr "MesaGL." msgid "ALSA." @@ -120,12 +121,6 @@ msgstr "Gentoo" msgid "Mageia" msgstr "Mageia" -msgid "OpenBSD" -msgstr "OpenBSD" - -msgid "openSUSE" -msgstr "openSUSE" - msgid "NetBSD" msgstr "NetBSD" @@ -133,6 +128,12 @@ msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" "Für Audio-Unterstützung können Sie optional ``pulseaudio`` installieren." +msgid "OpenBSD" +msgstr "OpenBSD" + +msgid "openSUSE" +msgstr "openSUSE" + msgid "Solus" msgstr "Solus" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 7a6a28670d..838e8c397d 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index e7b1f2a3c9..648acae42c 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,9 +36,8 @@ msgid "To compile export templates for the Web, the following is required:" msgstr "" "Zum Kompilieren von Exportvorlagen für das Web ist Folgendes erforderlich:" -#, fuzzy msgid "`Emscripten 3.1.39+ `__." -msgstr "`Emscripten 1.39.9+ `__." +msgstr "`Emscripten 3.1.39+ `__." msgid "`Python 3.6+ `__." msgstr "`Python 3.6+ `__." @@ -62,10 +61,14 @@ msgstr "" msgid "" "Emscripten 3.1.39+ is recommended, but older 3.x versions are known to work." msgstr "" +"Emscripten 3.1.39+ wird empfohlen, aber auch ältere 3.x-Versionen wurden " +"bereits erfolgreich eingesetzt." msgid "" "Please note that the minimum requirement for GDExtension support is 3.1.14." msgstr "" +"Bitte beachten Sie, dass die Mindestanforderung für die Unterstützung der " +"GDExtension 3.1.14 ist." msgid "Building export templates" msgstr "Exportvorlagen erstellen" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 7feafb3c2c..34034383c8 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -265,13 +265,12 @@ msgstr "" msgid "Running SCons" msgstr "SCons starten" -#, fuzzy msgid "" "After opening a command prompt, change to the root directory of the engine " "source code (using ``cd``) and type:" msgstr "" "Nachdem Sie eine Eingabeaufforderung geöffnet haben, wechseln Sie in das " -"Stammverzeichnis des Quellcodes der Engine (mit ``cd``) und geben Sie ein::" +"Stammverzeichnis des Quellcodes der Engine (mit ``cd``) und geben Sie ein:" msgid "" "When compiling with multiple CPU threads, SCons may warn about pywin32 being " @@ -469,15 +468,13 @@ msgstr "Und für 32 Bit::" msgid "Creating Windows export templates" msgstr "Erstellen von Windows-Exportvorlagen" -#, fuzzy msgid "" "Windows export templates are created by compiling Godot without the editor, " "with the following flags:" msgstr "" "Windows-Exportvorlagen werden durch Kompilieren von Godot ohne Editor und " -"mit den folgenden Flags erstellt::" +"mit den folgenden Flags erstellt:" -#, fuzzy msgid "" "If you plan on replacing the standard export templates, copy these to the " "following location, replacing ```` with the version identifier " @@ -485,7 +482,7 @@ msgid "" msgstr "" "Wenn Sie vorhaben, die Default-Exportvorlagen zu ersetzen, kopieren Sie " "diese in das folgende Verzeichnis, wobei Sie ```` durch die " -"Versionskennung (wie ``3.1.1.stable`` oder ``3.2.dev``) ersetzen::" +"Versionskennung (wie ``3.1.1.stable`` oder ``3.2.dev``) ersetzen:" msgid "With the following names::" msgstr "Mit den folgenden Namen::" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 5bf820829b..8224b3de62 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 11fd85c98d..0c2fde707b 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 0e8c2782f7..9077688421 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/getting_source.po index 427684a963..3df03e1da0 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/index.po index 97f7ede904..4c9886a50d 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index e54790e92a..f4888d3faf 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -159,10 +159,9 @@ msgstr "" "Die erzeugten Binärdateien werden in das Unterverzeichnis ``bin/`` gelegt, " "im Allgemeinen mit folgender Namenskonvention::" -#, fuzzy msgid "For the previous build attempt, the result would look like this:" msgstr "" -"Für den obigen Build-Versuch würde das Ergebnis folgendermaßen aussehen::" +"Für den obigen Build-Versuch würde das Ergebnis folgendermaßen aussehen:" msgid "" "This means that the binary is for Linux *or* \\*BSD (*not* both), is not " diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 25fa13f313..29105152a1 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 2d261f9482..b2e1f192dc 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 8e624dc2e3..d001192fcd 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 965acc0c66..7d90d03498 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 9bc6b5d4b3..83404f2d55 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index c1a4710f77..c3cf3b007e 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index b7838bb5b8..06b18f2197 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 68022ec857..f3bb5e4cea 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index e6bd2e382a..03747e60e0 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index a34eddfb60..f087e3da8e 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -162,7 +162,6 @@ msgstr "" "Beachten Sie, dass lldb besser mit LLVM-basierten Builds funktionieren kann. " "Siehe :ref:`doc_compiling_for_linuxbsd` für weitere Informationen." -#, fuzzy msgid "" "The name under ``program`` depends on your build configuration, e.g. ``godot." "linuxbsd.editor.dev.x86_64`` for 64-bit LinuxBSD platform with " @@ -170,7 +169,7 @@ msgid "" msgstr "" "Der Name unter ``program`` hängt von Ihrer Build-Konfiguration ab, z.B. " "``godot.linuxbsd.editor.dev.x86_64`` für die 64-bit LinuxBSD Plattform mit " -"``platform=editor`` und ``dev_build=yes``." +"``target=editor`` und ``dev_build=yes``." msgid "" "If you run into any issues, ask for help in one of `Godot's community " diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index cc71f720f4..2b42e86f35 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index ebdaa561f1..2b9e0a0335 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -368,7 +368,6 @@ msgstr "" msgid "**SubViewportContainer shrink transform**" msgstr "**SubViewportContainer Shrink-Transformation**" -#, fuzzy msgid "" ":ref:`stretch ` together with :" "ref:`stretch_shrink ` " @@ -379,7 +378,7 @@ msgstr "" "Die :ref:`stretch `-Property " "zusammen mit der :ref:`stretch_shrink " "`-Property deklarieren " -"für einen *SubViewportContaner*, ob und um welchen Integer-Faktor das " +"für einen *SubViewportContainer*, ob und um welchen Integer-Faktor das " "enthaltene *SubViewport* im Vergleich zur Containergröße skaliert werden " "soll." diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 92454e4ec4..c3a0b6124d 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index bb3a92176d..86f1bc194f 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 11d3c48614..1f561c1d71 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index c64c54a872..4de0302e25 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index c3abcb5f7c..ba413c73c5 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 3d4b13d9b3..7cb669e344 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 94e6b6f762..4bf2cc29e0 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 7319564e18..e3b5761463 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index afd0f241ba..3f3f5fcac6 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/index.po index d6b81fd68f..956ea5e894 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index 65ab91cee3..8f9c06cb4a 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 3de9dde1aa..fb6a5a89f0 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -595,14 +595,12 @@ msgstr "" msgid "**Vulkan RenderingDevice implementation:**" msgstr "**Vulkan RenderingDevice-Implementierung:**" -#, fuzzy msgid "" "`drivers/vulkan/rendering_device_vulkan.cpp `__" msgstr "" -"`drivers/vulkan/rendering_device_driver_vulkan.cpp `__" +"`drivers/vulkan/rendering_device_vulkan.cpp `__" msgid "**Direct3D 12 RenderingDevice implementation:**" msgstr "**Direct3D 12 RenderingDevice-Implementierung:**" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index de32a8bddf..23759299df 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index b2ab5d02e7..4b5e651e63 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 225d84abcb..d7bd98e1c9 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 4413b2c5ad..54653f6ddf 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/index.po index ec06304081..331bca27a3 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/macos_debug.po index a18e3d78ef..d3343ffe56 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index bee199c4de..b1f99fbc98 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 51066a0175..886c6333f7 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index c22879531c..924dc3037c 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index b97e5d8324..9431ba76e1 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/creating_icons.po index c8d782e688..958928b316 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index e0a6a8d1d6..252e027f70 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/index.po index f4d7bf8a96..2cfb7c9fcc 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index a150a2c84c..8a71f2b60b 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index f027ba1e9a..e1d34b2c58 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/index.po index cb63a922bb..588b3c99c6 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/tscn.po index cc3ad22fb2..2eb3634e8b 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/development/index.po b/sphinx/po/de/LC_MESSAGES/contributing/development/index.po index 3a29514f25..db20ad5dab 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/building_the_manual.po index f4cd160f0b..5aa6502055 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/class_reference_primer.po index cadb3f3ef9..0d2257b3db 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/content_guidelines.po index e263d26c29..18be8e64ee 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 0333544331..f9c70ecd16 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -300,7 +300,6 @@ msgstr "**Gut:** Understanding signals in Godot" msgid "**Bad:** Understanding Signals In Godot" msgstr "**Schlecht:** Understanding Signals In Godot" -#, fuzzy msgid "" "Only proper nouns, projects, people, and node class names should have their " "first letter capitalized." diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 9183950206..c8f80d2b8e 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,7 +89,6 @@ msgstr "" msgid "Format conversion" msgstr "Formatkonvertierung" -#, fuzzy msgid "" "The current format for images in Godot's documentation is WebP (``.webp``). " "While some Linux programs will support saving screenshots in this format, " @@ -237,7 +236,6 @@ msgstr "" "und **Quality** auf 100% eingestellt ist. Das bedeutet, dass das Bild keine " "Details verliert und so klein wie möglich ist." -#, fuzzy msgid "" "If the image is over 300KB in size try compressing it losslessly using " "`Squoosh `_. If it's still over 300KB change to lossy " diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index c8fd846237..6abc5eeb58 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 86a4baf953..588d22dfaa 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/index.po index 46c2458ec2..512a1b0b34 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/de/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index dfa02bc8d5..c5748210ce 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/de/LC_MESSAGES/contributing/ways_to_contribute.po index 0d771ef258..c6a7abb4f9 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index c0a19893e1..fbdd5c95fe 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 0f1719a57d..6c0a5472c3 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -459,7 +459,6 @@ msgstr "" "*Dependencies*: beschreibt Pull Requests, die eine Abhängigkeitsdatei " "aktualisieren." -#, fuzzy msgid "*Enhancement*: new information to be added in an existing page." msgstr "" "*Enhancement*: neue Informationen, die einer bestehenden Seite hinzugefügt " diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/index.po index 25620e262e..9fd8c635cc 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 901af3b504..df153a161e 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_workflow.po index cb5bf781d2..cd9fb24283 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/de/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 952afba702..68942af23f 100644 --- a/sphinx/po/de/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/de/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -122,7 +122,6 @@ msgstr "" "Öffnen Sie die Pull Request-Seite. Klicken Sie auf den Branch-Namen des " "*Forks* am oberen Rand der Seite:" -#, fuzzy msgid "" "Now that you are on the fork's branch page, click the ``.github`` folder at " "the top of the file list. Then, click on the ``workflows`` folder (which is " diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index ef61136491..38ba348d96 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 70b0ff814e..3295884637 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index a566100c4c..6925132318 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,6 @@ msgstr "" "Beginnen Sie, indem Sie die Member-Variablen deklarieren, die dieses Objekt " "benötigt:" -#, fuzzy msgid "" "Using the ``export`` keyword on the first variable ``speed`` allows us to " "set its value in the Inspector. This can be handy for values that you want " @@ -75,9 +74,9 @@ msgstr "" "verwenden, ermöglicht Ihnen dies, dessen Wert im Inspektor einzustellen. " "Dies kann für Werte nützlich sein, die Sie genau wie die Built-in-" "Eigenschaften eines Nodes anpassen möchten. Klicken Sie auf den Node " -"``Player``, und die Eigenschaft wird jetzt im Bereich mit den " -"Skriptvariablen des Inspektors angezeigt. Denken Sie daran, wenn Sie den " -"Wert hier ändern, wird der im Skript verwendete Wert überladen." +"``Player``, und Sie sehen, dass die Property jetzt im Inspektor in einem " +"neuen Abschnitt mit dem Namen des Skripts erscheint. Denken Sie daran, wenn " +"Sie den Wert hier ändern, wird der im Skript verwendete Wert überladen." msgid "" "If you're using C#, you need to (re)build the project assemblies whenever " @@ -299,14 +298,13 @@ msgstr "" "benötigt hat. Durch die Verwendung dieses Werts wird sichergestellt, dass " "Ihre Bewegung auch dann konstant bleibt, wenn sich die Bildrate ändert." -#, fuzzy msgid "" "Click \"Run Current Scene\" (:kbd:`F6`, :kbd:`Cmd + R` on macOS) and confirm " "you can move the player around the screen in all directions." msgstr "" -"Klicken Sie auf \"Szene abspielen\" (:kbd:`F6`, :kbd:`Cmd + R` unter macOS) " -"und stellen Sie sicher, dass der Spieler sich auf dem Bildschirm in alle " -"Richtungen bewegen kann." +"Klicken Sie auf \"Aktuelle Szene abspielen\" (:kbd:`F6`, :kbd:`Cmd + R` " +"unter macOS) und stellen Sie sicher, dass der Spieler sich auf dem " +"Bildschirm in alle Richtungen bewegen kann." msgid "If you get an error in the \"Debugger\" panel that says" msgstr "Wenn ein Fehler im \"Debugger\" Bereich auftaucht, der sagt" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index d9598b3710..066305e346 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index a28235fff3..227d449f05 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -171,13 +171,12 @@ msgstr "" "``@export var mob_scene: PackedScene``, was uns erlaubt, die Mob-Szene " "auszuwählen, die wir instanziieren wollen." -#, fuzzy msgid "" "Click the ``Main`` node and you will see the ``Mob Scene`` property in the " "Inspector under \"Main.gd\"." msgstr "" -"Klicken Sie auf den ``Main``-Node und Sie werden die Eigenschaft ``Mob " -"Scene`` im Inspektor unter dem Abschnitt mit den Skriptvariablen sehen." +"Klicken Sie auf den ``Main``-Node und Sie werden die Property ``Mob Scene`` " +"im Inspektor unter \"Main.gd\" sehen." msgid "You can assign this property's value in two ways:" msgstr "Sie können einen Wert für diese Eigenschaft auf zwei Wege hinzufügen:" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index d9363e382a..ec6a8202e3 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 4a24c76a1d..c295c50ea9 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/index.po index 646f12fdf5..13b7a45535 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 463813144a..28df090652 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 2ae3ddc24f..f100a18b48 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index de6ee71739..212b9d2ebe 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 62d56a56ca..5658b0c967 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -349,7 +349,6 @@ msgstr "|image10|" msgid "image10" msgstr "|image10|" -#, fuzzy msgid "" "This will take you back to the script editor and add a new function for you, " "``_on_visible_on_screen_notifier_3d_screen_exited()``. From it, call the " diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 191ca37e21..9d2f558f98 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 9584ff9ec2..c971cc7237 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 07ed89059a..d217df105e 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 2656edd3bf..f6b9ea75ab 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 14cdb0a28e..78413b3691 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 8e9f7ff84d..d3148ce9e3 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/index.po index ee36454bcb..3563b078be 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 599060354c..fc964d0909 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index b2bffc58de..122944d44b 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/index.po index 1765e412a7..aac91d2621 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 052186308e..9693938185 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index f10d04727f..5a087ad09b 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/learning_new_features.po index af07862838..3106d871f7 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/index.po index 05b9ff2bf1..20a5c0c678 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/instancing.po index 1142626a25..aafdfaa69e 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,7 +56,6 @@ msgstr "" "`-Node und einem :ref:`CollisionShape2D " "`." -#, fuzzy msgid "" "Once you have saved a scene, it works as a blueprint: you can reproduce it " "in other scenes as many times as you'd like. Replicating an object from a " @@ -122,13 +121,13 @@ msgstr "" "Klicken Sie im Projektmanager auf den *Importieren*-Button, um das Projekt " "zu importieren." -#, fuzzy msgid "" "In the pop-up that appears navigate to the folder you extracted. Double-" "click the ``project.godot`` file to open it." msgstr "" -"Klicken Sie in dem daraufhin angezeigten Popup-Fenster auf den Durchsuchen-" -"Button und navigieren Sie zu dem von Ihnen extrahierten Ordner." +"In dem erscheinenden Pop-up-Fenster navigieren Sie zu dem Ordner, den Sie " +"entpackt haben. Doppelklicken Sie auf die Datei ``project.godot``, um sie zu " +"öffnen." msgid "Finally, click the Import & Edit button." msgstr "Klicken Sie abschließend auf den Button Importieren & Bearbeiten." diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 4e5b29a5e4..acfec2b042 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,10 +125,9 @@ msgstr "" "Zusätzlich zu ihrer Funktion als Nodes haben Szenen die folgenden " "Eigenschaften:" -#, fuzzy msgid "They always have one root node, like the \"Player\" in our example." msgstr "" -"Sie haben immer einen Root-Node, wie der „Charakter“ in unserem Beispiel." +"Sie haben immer einen Root-Node, wie der „Spieler“ in unserem Beispiel." msgid "You can save them to your local drive and load them later." msgstr "" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index e1c326f7b3..ffb49924e8 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index 283750e8b9..9a063e1db9 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 860a59fd49..9428b737a4 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/signals.po index 7e9cca6bd9..abe606b644 100644 --- a/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/de/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -76,14 +76,13 @@ msgstr "" msgid "Scene setup" msgstr "Einrichten einer Szene" -#, fuzzy msgid "" "To add a button to our game, we will create a new scene which will include " "both a :ref:`Button ` and the ``sprite_2d.tscn`` scene we " "created in the :ref:`doc_scripting_first_script` lesson." msgstr "" "Um einen Button zu unserem Spiel hinzuzufügen, erstellen wir eine neue " -"Hauptszene, die sowohl einen :ref:`Button ` als auch die Szene " +"Szene, die sowohl einen :ref:`Button ` als auch die Szene " "``sprite_2d.tscn`` enthält, die wir in der Lektion :ref:" "`doc_scripting_first_script` erstellt haben." diff --git a/sphinx/po/de/LC_MESSAGES/index.po b/sphinx/po/de/LC_MESSAGES/index.po index 9d64008153..1e3b56e55d 100644 --- a/sphinx/po/de/LC_MESSAGES/index.po +++ b/sphinx/po/de/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -141,24 +141,31 @@ msgstr "Offline-Dokumentation" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." -msgstr "" -"Sie können ebenfalls eine `HTML Kopie von `__ herunterladen, um es offline zu lesen (Wird jeden Montag " -"aktualisiert). Extrahieren Sie die ZIP-Datei und öffnen Sie die ``index." -"html`` in einem Webbrowser." - -msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-html-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." +msgstr "" +"Um die Dokumentation offline zu lesen, können Sie eine `HTML-Kopie " +"herunterladen `__ (jeden Montag " +"aktualisiert). Entpacken Sie das ZIP-Archiv und öffnen Sie die oberste Ebene " +"``index.html`` in einem Webbrowser." + +#, fuzzy +msgid "" +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Für Mobilgeräte und E-reader steht zusätzlich ein `Download einer ePub Kopie " "\n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index e3a8b7f3f4..067db90d4a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 1fb6e68415..6079852c5b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_meshes.po index 2c1994acd7..35956a5de1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_movement.po index f72ee0d822..e2f3bc5fb2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index c1949e8ebb..3516bf014e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_transforms.po index 07f31b73ab..d0db2f8659 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/canvas_layers.po index 010633cf37..0aac8d726d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 95770206b6..15a4f3d749 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/index.po index a3eb444bcb..9d50e6e3bc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 98adc831bd..029bdf1356 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 664fa6eeb7..adb73f1136 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilesets.po index de72124459..44ab783456 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 472981e3ea..f9d5cfa9f7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 47e879a730..173ff9adf4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_text.po index 07898bf225..f8bd1d7a6d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/csg_tools.po index 4787e533dd..72efbd6a9c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index ae30a9a517..da5b6a866a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index ad2e46d07f..ad6a0dab8b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 073d089002..eabeddb95e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 801e16637c..f9e83937dc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index c30439568a..055504c643 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index f3051f0e99..fa470e4499 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 8196247023..a3a22b3a37 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 882d790657..7547626cb9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index eba75f4b0e..a788a1e5d8 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/index.po index d50f85010c..53c6ee7e1e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 203822a409..d89ab14cbb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 2fbb3df51d..90c32b9f39 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/mesh_lod.po index 9af7a16fad..18d49e5b5c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/occlusion_culling.po index bd33251ac2..0794d78c4d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -166,7 +166,6 @@ msgstr "" "mit der Software-Raytracing-Bibliothek `Embree `__." -#, fuzzy msgid "" "The engine then uses this low-resolution buffer to test the occludee's :abbr:" "`AABB (Axis-Aligned Bounding Box)` against the occluder shapes. The " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/attractors.po index add61af7b6..24639858d4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/collision.po index 3bca3c355b..0c9a183ee9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 8796ea4665..62029a91fc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 3f3f30da56..5510dc1533 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/index.po index 9d95dd6239..7a7b50f1ff 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index c6b5f32da5..e5237d368a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -112,7 +112,6 @@ msgstr "" "Partikelsystems oder die Welt-Z-Achse ist, wird durch die Property :ref:" "`Lokale Koordinaten ` bestimmt." -#, fuzzy msgid "" "The ``Damping as Friction`` property changes the behavior of damping from a " "constant deceleration to a deceleration based on speed." diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/properties.po index f216ea4aec..fac1cf3d3a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,7 +43,6 @@ msgstr "" "einem bestimmten Zeitpunkt sichtbar sind. Erhöhen Sie den Wert, um mehr " "Partikel zu erzeugen, allerdings auf Kosten der Performance." -#, fuzzy msgid "" "The ``Amount Ratio`` property is the radio of particles compared to the " "ammount that will be emitted. If it's less than ``1.0`` the ammount of " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 78c0ece5ab..e96aa471cd 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/trails.po index fb2cbd9698..6ca567599d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/turbulence.po index 6f87fde90f..bd7e53f198 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 817f3d7658..b9d4c0427b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index b138252cdc..1e4ffc8921 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 0eae34856b..99f126533c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index ddad5f5b63..e886c570a9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 033647de74..7c4b2c2f40 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 85a177c21c..e12981b978 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,6 @@ msgstr "" msgid "Using the SurfaceTool" msgstr "Nutzen des SurfaceTools" -#, fuzzy msgid "" "The :ref:`SurfaceTool ` provides a useful interface for " "constructing geometry. The interface is similar to the :ref:`ImmediateMesh " @@ -29,7 +28,7 @@ msgid "" msgstr "" "Das :ref:`SurfaceTool ` bietet eine nützliche " "Schnittstelle für die Konstruktion von Geometrie. Die Schnittstelle ist " -"ähnlich wie der :ref:`ImmediateMesh `-Node. Man setzt " +"ähnlich wie der :ref:`ImmediateMesh `-Klasse. Man setzt " "jedes Attribut pro Vertex (z.B. normal, uv, Farbe) und wenn man dann einen " "Vertex hinzufügt, werden die Attribute erfasst." diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/resolution_scaling.po index b53e8035b4..b0dabae6a4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -480,11 +480,12 @@ msgstr "" "das 3D-Rendering betroffen ist, es sei denn, Sie haben Mipmaps für 2D-" "Texturen im Import-Dock aktiviert." -#, fuzzy msgid "" "The formula used to determine the texture mipmap bias is: " "``log2f(min(scaling_3d_scale, 1.0)) + custom_texture_mipmap_bias``" -msgstr "Die Formel zur Bestimmung des Textur-Mipmap-Bias lautet: TODO" +msgstr "" +"Die Formel zur Bestimmung des Textur-Mipmap-Bias lautet: " +"``log2f(min(scaling_3d_scale, 1.0)) + custom_texture_mipmap_bias``" msgid "" "To counteract the blurriness added by some antialiasing methods, Godot also " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/standard_material_3d.po index f0f838503a..fc28c67c54 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -543,7 +543,6 @@ msgstr "Shading" msgid "Shading mode" msgstr "Shading-Modus" -#, fuzzy msgid "" "Godot has a more or less uniform cost per pixel thanks to the depth pre-" "pass. All lighting calculations are made by running the lighting shader on " @@ -553,7 +552,6 @@ msgstr "" "pro Pixel. Alle Beleuchtungsberechnungen werden durchgeführt, indem der " "Beleuchtungs-Shader für jedes Pixel ausgeführt wird." -#, fuzzy msgid "" "As these calculations are costly, performance can be brought down " "considerably in some corner cases such as drawing several layers of " @@ -564,45 +562,50 @@ msgstr "" "Da diese Berechnungen kostspielig sind, kann die Performance in einigen " "Fällen erheblich beeinträchtigt werden, z.B. beim Zeichnen mehrerer " "Transparenz-Ebenen (was in Partikelsystemen üblich ist). In diesen Fällen " -"kann die Umstellung auf Vertex-Beleuchtung hilfreich sein." +"kann das Umschalten auf den **Unshaded**-Schattierungsmodus die Performance " +"verbessern, insbesondere wenn sich die Kamera in der Nähe von Partikeln " +"befindet." -#, fuzzy msgid "" "Additionally, on low-end or mobile devices, switching to unshaded rendering " "can considerably increase rendering performance." msgstr "" -"Darüber hinaus kann die Umstellung auf Vertex-Beleuchtung auf Low-End- oder " -"Mobilgeräten die Renderleistung erheblich verbessern." +"Darüber hinaus kann auf Low-End- oder Mobilgeräten der Wechsel zum Rendern " +"ohne Schattierung die Render-Performance erheblich steigern." msgid "" "Keep in mind that when unshaded rendering is enabled, lights will not affect " "the material at all." msgstr "" +"Beachten Sie, dass bei aktiviertem schattenlosem Rendering die Lichter das " +"Material nicht beeinflussen." msgid "" "**Per-Vertex** shading is listed as an option in the shading mode property. " "However, per-vertex shading is currently unimplemented and will act " "identical to per-pixel shading." msgstr "" +"Das **Pro-Vertex**-Shading ist als Option in der Property Shading-Modus " +"aufgeführt. Allerdings ist das Pro-Vertex-Shading derzeit nicht " +"implementiert und verhält sich identisch zum Pro-Pixel-Shading." -#, fuzzy msgid "" "Support for per-vertex shading is planned to be reimplemented in a future " "Godot release." msgstr "" -"Unterstützung für *HDR-Ausgabe* ist für ein zukünftiges Release geplant." +"Es ist geplant, die Unterstützung für pro-Vertex-Shading in einer " +"zukünftigen Godot-Version neu zu implementieren." msgid "Diffuse Mode" msgstr "Diffusmodus" -#, fuzzy msgid "" "Specifies the algorithm used by diffuse scattering of light when hitting the " "object. The default is **Burley**. Other modes are also available:" msgstr "" "Gibt den Algorithmus an, der bei der diffusen Streuung des Lichts beim " -"Auftreffen auf das Objekt verwendet wird. Die Vorgabe ist *Burley*. Es sind " -"auch andere Modi verfügbar:" +"Auftreffen auf das Objekt verwendet wird. Die Vorgabe ist **Burley**. Es " +"sind auch andere Modi verfügbar:" msgid "" "**Burley:** Default mode, the original Disney Principled PBS diffuse " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_decals.po index c31eeea8bc..31c32f621c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_gridmaps.po index c2f59bfff8..9ffde218eb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 9547dc1dbc..9dc1e68be3 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_transforms.po index f21932e8b5..bc3ed5aa9d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index e86b6b465e..69cf870f84 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/visibility_ranges.po index fba3384806..305280c172 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -266,7 +266,6 @@ msgstr "" "Im Abschnitt **Sichtbarkeitsbereich** des Inspektors können Sie zwischen 3 " "Fading-Modi wählen:" -#, fuzzy msgid "" "**Disabled:** Uses hysteresis to switch between LOD levels instantly. This " "prevents situations where LOD levels are switched back and forth quickly " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/de/LC_MESSAGES/tutorials/3d/volumetric_fog.po index c89c0d221b..6c310b30a7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 6b0d806ac1..f54529b069 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_track_types.po index 175c9e1e70..7b00ab5131 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_tree.po index ed25ecde5e..1a7d0a0ba6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/creating_movies.po index d7fbf54761..ca3d0718b6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/cutout_animation.po index 05a34cfc07..1c3bdb023e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/index.po index f0d4d7f961..b42f6ee8fe 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/introduction.po index 60a711ca45..c87d49ff19 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/de/LC_MESSAGES/tutorials/animation/playing_videos.po index b65d344535..c1b06299b6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index e7ecb39694..6838fa63d0 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -119,7 +119,6 @@ msgstr "" msgid "Animation Mode" msgstr "Animationsmodus" -#, fuzzy msgid "" "Godot and Blender have different structure to store animation data. In Godot " "animation data is stored in an AnimationPlayer node, instead of in each " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index c49199cea4..b8e0de5b94 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 32ae3b23a6..0c9e459449 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index c90c8b9f96..e27539a88f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 988dffd12c..aa99885094 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 901c03279c..ed4c0793c2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index a030c13ee0..60e0f32699 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -53,7 +53,6 @@ msgstr "" msgid "Bone Weights" msgstr "Knochengewichte" -#, fuzzy msgid "" "Blender puts rigged mesh vertices which have no bone weights at their " "original position, but these vertices would be placed at (0, 0, 0) in Godot, " @@ -62,9 +61,9 @@ msgid "" msgstr "" "Blender setzt geriggte Mesh-Vertices, die an ihrer ursprünglichen Position " "keine Knochengewichte aufweisen. Diese Vertices werden jedoch in Godot bei " -"(0, 0, 0) platziert, wodurch das Mesh deformiert wird. Daher würde der " -"Exporter einen Fehler für jeden Vertex auslösen, ohne dass in einem " -"manipulierten Mesh Knochengewichte erkannt werden." +"(0, 0, 0) platziert, wodurch das Mesh deformiert wird. Daher löst der " +"Exporter einen Fehler für jeden Vertex aus, ohne dass in einem manipulierten " +"Mesh Knochengewichte erkannt werden." msgid "Non-Deform Bone" msgstr "Nicht deformierte Knochen" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index b889383b4f..05e2a0e337 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 0d1264846f..82c0663b41 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 34070f31e6..f6ec27d086 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index db2b47995c..5929e86cbd 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index bedaf60270..54f9f254d7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index df3d978ff9..53da7472de 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 20852d0db0..5531fb9bd5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 3c2c2ad60a..a7fb19629e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 3dc096d883..563af9c9ce 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index ce135ce2d5..07704243c6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/index.po index f1d6e500fb..720b7b25ef 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 953235faf7..c78d23c37a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_buses.po index 1b398427e3..14b3380002 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_effects.po index 3064441a19..db00e22c4d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_streams.po index d9b2d14da4..ff7920e8da 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/index.po index 7fd91fe771..d09682342d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index d2ff8ce4a0..7fb421580b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 6648a4e081..95b2da85cb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/de/LC_MESSAGES/tutorials/audio/text_to_speech.po index 37907abb6f..8c77e15686 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index cbb27d78cf..a3adb9f983 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/data_preferences.po index f8f0cdc5b5..6b7a595354 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 177363cf5d..6b5463195c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 5aae9bcb3d..eca712db65 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/index.po index 96d183f3e1..ccaca3ee21 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 8176b3d274..a2d866a436 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 3c627aa49c..4314542277 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 3070af3559..3e58a7355d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -120,7 +120,6 @@ msgstr "" "Ressourcendateien zu serialisieren/deserialisieren (d. h. zu speichern und " "zu laden)." -#, fuzzy msgid "" "**Example:** Scripts, PackedScene (for scene files), and other types like " "each of the :ref:`AudioEffect ` classes. Each of these " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/project_organization.po index e1ef23f8b9..99994db36c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 86948403b9..92ca7cb9d8 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -230,7 +230,6 @@ msgstr "" "Autoren, benötigen klare Anweisungen in den Meldungen, die ihnen sagen, was " "sie tun müssen, um ihn zu konfigurieren." -#, fuzzy msgid "" "So, why does all this complex switcheroo work? Well, because scenes operate " "best when they operate alone. If unable to work alone, then working with " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 17045b02cb..f24b161cbb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index eae542960e..ab652de8a7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 9b94e5e27d..0b14d65154 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 618b084186..0eb812d3b0 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/customizing_editor.po index f2992cce60..b0be928753 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/default_key_mapping.po index bbe2a67aed..5d13523d7e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1756,82 +1756,65 @@ msgstr "TileMap-Editor" msgid "Select" msgstr "Auswählen" -#, fuzzy msgid "``tiles_editor/selection_tool``" -msgstr "``tile_map_editor/cut_selection``" +msgstr "``tiles_editor/selection_tool``" msgid "Cut Selection" msgstr "Auswahl ausschneiden" -#, fuzzy msgid "``tiles_editor/cut``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/cut``" -#, fuzzy msgid "``tiles_editor/copy``" -msgstr "``script_text_editor/copy``" +msgstr "``tiles_editor/copy``" -#, fuzzy msgid "Paste Selection" -msgstr "Auswahl löschen" +msgstr "Auswahl einfügen" -#, fuzzy msgid "``tiles_editor/paste``" -msgstr "``tile_map_editor/paint_tile``" +msgstr "``tiles_editor/paste``" -#, fuzzy msgid "``tiles_editor/delete``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/delete``" -#, fuzzy msgid "Cancel" -msgstr "Frankreich" +msgstr "Abbrechen" -#, fuzzy msgid ":kbd:`Esc`" -msgstr ":kbd:`E`" +msgstr ":kbd:`Esc`" -#, fuzzy msgid "``tiles_editor/cancel``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/cancel``" msgid "Paint" msgstr "Malen" -#, fuzzy msgid "``tiles_editor/paint_tool``" -msgstr "``tile_map_editor/paint_tile``" +msgstr "``tiles_editor/paint_tool``" msgid "Line" msgstr "Linie" -#, fuzzy msgid ":kbd:`L`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`L`" -#, fuzzy msgid "``tiles_editor/line_tool``" -msgstr "``tile_map_editor/find_tile``" +msgstr "``tiles_editor/line_tool``" -#, fuzzy msgid "Rect" -msgstr "Rect2" +msgstr "Rect" -#, fuzzy msgid "``tiles_editor/rect_tool``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/rect_tool``" -#, fuzzy msgid "Bucket" msgstr "Fülleimer" -#, fuzzy msgid ":kbd:`B`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`B`" -#, fuzzy msgid "``tiles_editor/bucket_tool``" -msgstr "``tile_map_editor/bucket_fill``" +msgstr "``tiles_editor/bucket_tool``" msgid "Picker" msgstr "Pipette" @@ -1839,38 +1822,32 @@ msgstr "Pipette" msgid ":kbd:`P`" msgstr ":kbd:`P`" -#, fuzzy msgid "``tiles_editor/picker``" -msgstr "``tile_map_editor/pick_tile``" +msgstr "``tiles_editor/bucket_tool``" msgid "Eraser" msgstr "Radierer" -#, fuzzy msgid "``tiles_editor/eraser``" -msgstr "``tileset_editor/next_shape``" +msgstr "``tiles_editor/eraser``" msgid "Flip Horizontally" msgstr "Horizontal spiegeln" -#, fuzzy msgid ":kbd:`C`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`C`" -#, fuzzy msgid "``tiles_editor/flip_tile_horizontal``" -msgstr "``tile_map_editor/flip_horizontal``" +msgstr "``tiles_editor/flip_tile_horizontal``" msgid "Flip Vertically" msgstr "Vertikal spiegeln" -#, fuzzy msgid ":kbd:`V`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`V`" -#, fuzzy msgid "``tiles_editor/flip_tile_vertical``" -msgstr "``tile_map_editor/flip_vertical``" +msgstr "``tiles_editor/flip_tile_vertical``" msgid "Rotate Left" msgstr "Nach links rotieren" @@ -1878,9 +1855,8 @@ msgstr "Nach links rotieren" msgid ":kbd:`Z`" msgstr ":kbd:`Z`" -#, fuzzy msgid "``tiles_editor/rotate_tile_left``" -msgstr "``tile_map_editor/rotate_left``" +msgstr "``tiles_editor/rotate_tile_left``" msgid "Rotate Right" msgstr "Nach rechts rotieren" @@ -1888,9 +1864,8 @@ msgstr "Nach rechts rotieren" msgid ":kbd:`X`" msgstr ":kbd:`X`" -#, fuzzy msgid "``tiles_editor/rotate_tile_right``" -msgstr "``tile_map_editor/rotate_right``" +msgstr "``tiles_editor/rotate_tile_right``" msgid "Tileset Editor" msgstr "TileSet-Editor" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/external_editor.po index 8615197212..abb49699ff 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/index.po index 5996af5c12..bb57c41aec 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/inspector_dock.po index 871f893642..ab3cd48f10 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/managing_editor_features.po index db89b094f1..c20399882e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_manager.po index 964f106786..1002cb74ea 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_settings.po index 444f6b8372..6ef07b8264 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 9c2508f933..3c8205e04b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 6df9f67a31..0db6ef943f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/android_gradle_build.po index 36190796a2..0763787d2b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index accae6e2c4..c3d5dc8141 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_android.po index 2ad5e75da5..d2299339af 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -103,32 +103,26 @@ msgstr "CMake-Version 3.10.2.4988404" msgid "NDK version r23c (23.2.8568313)" msgstr "NDK-Version r23c (23.2.8568313)" -#, fuzzy msgid "" "Alternatively, you can install the Android SDK with the `sdkmanager` command " "line tool." msgstr "" -"Alternativ können Sie das Android-SDK auch mit den `Kommandozeilen-Tools " -"`__ " -"installieren." +"Alternativ können Sie das Android-SDK auch mit dem Kommandozeilen-Tool " +"„sdkmanager“ installieren." -#, fuzzy msgid "" "Install the command line tools package using these `instructions `__." msgstr "" -"Führen Sie es einmal aus, um das SDK-Setup mithilfe dieser `Anweisungen " -"` __ " -"abzuschließen." +"Installieren Sie das Paket der Befehlszeilentools mit Hilfe dieser " +"`Anleitung `__." -#, fuzzy msgid "" "Once the command line tools are installed, run the following `sdkmanager` " "command to complete the setup process:" msgstr "" -"Führen Sie nach der Installation des Kommandozeilen-Tools den Befehl " -"`sdkmanager ` " -"__ aus, um den Installationsvorgang abzuschließen:" +"Sobald die Befehlszeilentools installiert sind, führen Sie den folgenden " +"Befehl `sdkmanager` aus, um den Einrichtungsprozess abzuschließen:" msgid "" "If you are using Linux, **do not use an Android SDK provided by your " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index f748114b99..b1c29cdb58 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -218,11 +218,10 @@ msgstr "" "Positionierung von Elementen in einer 2D-Szene verwendet wird), aber nichts " "anderes." -#, fuzzy msgid "**Keep:** Export this resource as usual, with visual files intact." msgstr "" "**Beibehalten:** Exportieren Sie diese Ressource wie gewohnt, wobei visuelle " -"Dateien interagieren." +"Dateien erhalten bleiben." msgid "" "**Remove:** The file is not included in the PCK. This is useful to ignore " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_ios.po index f7005616fd..dfaf9a4d5d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 300a5c448e..fe3b45afbc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 501710e60d..8ad2413718 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_web.po index f7dbdd4048..537e2c5993 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 20678338c6..3551d35a9a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_pcks.po index 5f256243d9..99e407870c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_projects.po index 1f673ea5af..7c479970a2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/feature_tags.po index 3e9c48a7b6..c163b801d9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/index.po index 25e1a931c7..03a405bb06 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/one-click_deploy.po index a75e811776..8a61179d05 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/de/LC_MESSAGES/tutorials/export/running_on_macos.po index dfa3685457..4640bb2a1f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/index.po index f5e67129ee..5e1733d803 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index af781778c8..637e484d19 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,13 +57,12 @@ msgstr "" "die Seite zum Importieren von Übersetzungen noch nicht gelesen haben, " "empfehlen wir Ihnen, dies zu tun, bevor Sie diese Seite lesen." -#, fuzzy msgid "" "We will be using the official demo as an example; you can `download it from " "the Asset Library `_." msgstr "" "Wir werden die offizielle Demo als Beispiel verwenden. Sie können sie aus " -"der `Asset-Bibliothek `_ " +"der `Asset-Bibliothek `_ " "herunterladen." msgid "Configuring the imported translation" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/locales.po index 0c9d8ed539..1944a656d3 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 1c443f0359..994bbe0c7a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index a691dcd0ba..24c9ceb506 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index a9fb5b96d3..3b652484af 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -469,7 +469,6 @@ msgstr "" "beisteuern, das in die nächste Godot-Version aufgenommen wird, indem Sie " "einen Pull-Request im verlinkten Repository öffnen." -#, fuzzy msgid "" "There are many ways to create mappings. One option is to use the mapping " "wizard in the `official Joypads demo `__. Sobald Sie ein funktionierendes " -"Mapping für Ihren Controller haben, können Sie es testen, indem Sie die " -"Umgebungsvariable ``SDL_GAMECONTROLLERCONFIG`` definieren, bevor Sie Godot " -"starten:" +"godotengine.org/asset-library/asset/2785>`__. Sobald Sie ein " +"funktionierendes Mapping für Ihren Controller haben, können Sie es testen, " +"indem Sie die Umgebungsvariable ``SDL_GAMECONTROLLERCONFIG`` definieren, " +"bevor Sie Godot starten:" msgid "" "To test mappings on non-desktop platforms or to distribute your project with " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index fd8ecc47a1..db4d1c6e6d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index eb8dfba4ca..ed02cc96b9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/index.po index 6a5a175688..0cacbbb1af 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/input_examples.po index 25f3618402..5bbe8cdf6f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/inputevent.po index 2e02f038f5..c6f753e50f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index c3b4fbf48f..dad37715ab 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/background_loading.po index 2b099e4092..567b627d03 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/binary_serialization_api.po index b0ff1c34cf..6286fe3d4c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/data_paths.po index 4d0bfbc6a3..55948c683c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/index.po index 6ea5d16dff..157512144a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 715ac91770..a840d8e691 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/de/LC_MESSAGES/tutorials/io/saving_games.po index 344da35361..efff37fab7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/beziers_and_curves.po index f4b4e4a4cd..5e6aadf1ad 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/index.po index 860883dde9..e32b53776a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/interpolation.po index 98273734fd..9fad1107ad 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 671206eedc..7502c94c1a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/random_number_generation.po index 69c436bad6..f663371fc9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/vector_math.po index 66a84833a6..93adb58a0c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/de/LC_MESSAGES/tutorials/math/vectors_advanced.po index 9c55fad95e..ca37b92721 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/index.po index 563d3a58a8..98eaa68ea1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 50624aa416..8616905306 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index d2cb3fefa0..3a74576521 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index dd28fc29c8..8941c50475 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/index.po index 6fd1ad9776..8c2cb384b8 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 8e8149711b..492795ab92 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 68c423b400..290aef8c52 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 44a48e438d..6df4d9dcae 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 2e4c91994f..3a50191531 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,7 +45,6 @@ msgstr "" "Wenn ein Akteur seinen Bewegungszustand ändert, z.B. aufsteht, sich duckt " "oder krabbelt, wird die entsprechende Karte nach einem Pfad abgefragt." -#, fuzzy msgid "" "If the avoidance behavior should also change with the locomotion e.g. only " "avoid while standing or only avoid other agents in the same locomotion " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 8f05b242fa..1ab702b14e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 070a17c563..4635af7839 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -303,13 +303,13 @@ msgstr "" "Klicken Sie auf den Regions-Node und fügen Sie eine neue NavigationPolygon-" "Resource zum Regions-Node hinzu." -#, fuzzy msgid "" "Define the movable navigation area with the NavigationPolygon draw tool. " "Then click the `Bake NavigationPolygon`` button on the toolbar." msgstr "" "Definieren Sie den beweglichen Navigationsbereich mit dem Zeichenwerkzeug " -"von NavigationPolygon." +"von NavigationPolygon. Klicken Sie dann auf die Schaltfläche " +"`Navigationspolygon backen` in der Symbolleiste." msgid "" "The navigation mesh defines the area where an actor can stand and move with " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 56f8578226..1d51d57e44 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index ac15b3dbba..75ac8a12cc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 7eda3776ea..bc3e65c4e1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index a03ea82e6d..6a499863b5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 857ebcadc4..b6659d1441 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 12b4b29557..ea067df981 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 8ad5cd50b3..3fccf69817 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 4bb6952b44..a175f941d4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -215,7 +215,6 @@ msgstr "" "``avoidance_layers`` verwenden. Alle Agenten mit einem passenden Bit auf " "ihrer eigenen Ausweichmaske werden das Hindernis meiden." -#, fuzzy msgid "Procedural obstacles" msgstr "Prozedurale Hindernisse" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 0c884cffd3..beb3f7c43d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -63,7 +63,6 @@ msgstr "" "`NavigationPathQueryParameters3D` " "verfügbar." -#, fuzzy msgid "" "2D and 3D versions of ``NavigationPathQueryResult`` are available as :ref:" "`NavigationPathQueryResult2D` and :ref:" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index d5eaea74a5..7462b94085 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 824db17c16..f56c2b338a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index a3fe5d3175..013ff6b3d2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 1c74993f17..f35a1217e0 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_client_class.po index c4360abd56..762acdadef 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_request_class.po index b8e9563f96..421623980b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/index.po index 0fac74a04f..bd717a9d96 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/ssl_certificates.po index b68aa5bd6d..cf48030ce3 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/webrtc.po index d137c4c8db..1078340658 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/de/LC_MESSAGES/tutorials/networking/websocket.po index ea8a50ef3b..8658ba7cbc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/cpu_optimization.po index ba38af6090..45f7513806 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/general_optimization.po index f97f371a43..531be78f64 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 6a292609e2..96896b972a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/index.po index 458fd701bd..012cf5a308 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 828a7844b0..f7cde0fa26 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index aee6f557b2..7ef588d60b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multimesh.po index ba934ffd49..3f14fb24e8 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 0d3304d45b..0505825077 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_servers.po index 4dbce96967..6f52ed8c6e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 53db5163b4..4b84d66dfd 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 49c764a331..59bad21c5c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 92f0826c57..59e82ac3cb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 206bef8e68..ca3ca4ebbc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 0bd1c00ea6..46c3f12aa5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/index.po index 9b73b4dabd..6cdc7df9c3 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index d96b22b20d..71216c5831 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 4f21e9854f..9bc1104672 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -129,7 +129,6 @@ msgstr "" "**Single-Precision-Gleitkomma-Wertebereich (stellt alle ganzen Zahlen dar):" "** Zwischen -16.777.216 und 16.777.216" -#, fuzzy msgid "" "**Double-precision float range (represent all integers):** Between -9 " "quadrillion and 9 quadrillion" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/physics_introduction.po index 78837bac20..45267e1e50 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 83e8c9be5c..24fddc04c2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,6 @@ msgstr "" "In diesem Tutorial verwenden wir die Platformer3D-Demo, um eine Ragdoll " "einzurichten." -#, fuzzy msgid "" "You can download the Platformer3D demo on `GitHub `_ or using the " @@ -46,7 +45,8 @@ msgid "" msgstr "" "Sie können die Platformer3D-Demo auf `GitHub `_ oder über die `Asset-" -"Bibliothek `_ herunterladen." +"Bibliothek `_ " +"herunterladen." msgid "Setting up the ragdoll" msgstr "Einrichten der Ragdoll" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/ray-casting.po index 7c562e9480..744e33739f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/rigid_body.po index fb20a01f4c..691df3da57 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/soft_body.po index 9c578a0b89..d164c7c877 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,7 +91,6 @@ msgstr "Stoffsimulation" msgid "Let's make a cloak in the Platformer3D demo." msgstr "Erstellen wir einen Umhang in der Platformer3D-Demo." -#, fuzzy msgid "" "You can download the Platformer3D demo on `GitHub `_ or `the Asset " @@ -99,7 +98,8 @@ msgid "" msgstr "" "Sie können die Platformer3D-Demo auf `GitHub `_ oder aus der `Asset-" -"Bibliothek `_ herunterladen." +"Bibliothek `_ " +"herunterladen." msgid "" "Open the ``Player`` scene, add a ``SoftBody`` node and assign a " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index ab213e82d5..32f1bf7ea8 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_area_2d.po index e79e2b4bb6..3e6d727870 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 9c758c18cf..2766328934 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index a5f9c1df0f..dc4ccd6607 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_library.po index 5ce39e345b..36c05b3143 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 809ee1fadd..9bf4040914 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -721,7 +721,6 @@ msgstr "" "Bibliothek ` durch Android-Anwendungen bereitgestellt " "werden." -#, fuzzy msgid "" "If targeting this use-case, make sure to include additional instructions for " "how the ``AAR`` binaries should be included (e.g: custom additions to the " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/index.po index dd4aa82719..6b51eeb53f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/consoles.po index 18031e53ef..7d13c62f57 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/index.po index c8cd82be3d..c441165dd9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/index.po index 7184e5f9ff..34a69c5e20 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 77a4024b98..526186dfc4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 1fb57a7c14..346a9de211 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 2d0ea32070..77a1b21b9a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 3a568f07f5..6634c26bcf 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/index.po index 51800cbf91..d5a3ac3333 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 8d8bc8872d..2362b3621b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 50602bd792..baad2fa97b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/index.po index aeb1a9237e..25818b1c70 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index a2f1240f18..3c980dafb9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -126,7 +126,6 @@ msgstr "" "Dies schließt jede :ref:`class_Resource` ein, die mit dem Objekt verbunden " "ist." -#, fuzzy msgid "" "You can implement four other methods to add controls to the inspector at " "specific positions. The ``_parse_begin()`` and ``_parse_end()`` methods are " @@ -135,12 +134,12 @@ msgid "" "layout by calling ``add_custom_control()``." msgstr "" "Sie können vier weitere Methoden implementieren, um dem Inspektor an " -"bestimmten Positionen Controls hinzuzufügen. Die Methoden ``parse_begin()`` " -"und ``parse_end()`` werden nur einmal am Anfang bzw. am Ende des Parsens für " -"jedes Objekt aufgerufen. Sie können Controls am oberen oder unteren Rand des " -"Inspektor-Layouts hinzufügen, indem sie ``add_custom_control()`` aufrufen." +"bestimmten Positionen Controls hinzuzufügen. Die Methoden ``_parse_begin()`` " +"und ``_parse_end()`` werden nur einmal am Anfang bzw. am Ende des Parsens " +"für jedes Objekt aufgerufen. Sie können Controls am oberen oder unteren Rand " +"des Inspektor-Layouts hinzufügen, indem sie ``add_custom_control()`` " +"aufrufen." -#, fuzzy msgid "" "As the editor parses the object, it calls the ``_parse_category()`` and " "``_parse_property()`` methods. There, in addition to " @@ -149,7 +148,7 @@ msgid "" "methods to specifically add :ref:`class_EditorProperty`-based controls." msgstr "" "Wenn der Editor das Objekt analysiert, ruft er die Methoden " -"``parse_category()`` und ``_parse_property()`` auf. Dort können Sie, " +"``_parse_category()`` und ``_parse_property()`` auf. Dort können Sie, " "zusätzlich zu ``add_custom_control()``, sowohl ``add_property_editor()`` als " "auch ``add_property_editor_for_multiple_properties()`` aufrufen. Benutzen " "Sie diese letzten beiden Methoden, um speziell :ref:`class_EditorProperty`-" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index c0e35d49ff..ed65227450 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index dc256503c7..1245116584 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 5c5dca7a20..2c82944f68 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 6f93c81e9e..45fdf891a7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/index.po index 7977fc7eb3..27f2864970 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 97d4b74712..f022b49869 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/index.po index 08fc18817b..670bf9fe5b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 5e44481f38..d2f2972d75 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -331,7 +331,6 @@ msgstr "" "verringert werden. Dies führt jedoch zu Tearing, insbesondere bei Monitoren " "mit niedrigen Bildwiederholraten." -#, fuzzy msgid "" "Increasing the number of physics iterations per second can also reduce " "physics-induced input latency. This is especially noticeable when using " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 61d5aa9306..fbf403476f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -170,6 +170,12 @@ msgid "" "viewport is a :ref:`Window ` instance. Recall from the :ref:" "`introduction ` that *all* Window objects are viewports." msgstr "" +"Auf dieser Seite bezieht sich *Fenster* auf den Bildschirmbereich, der dem " +"Spiel vom System zugewiesen wird, während sich *Viewport* auf das Root-" +"Objekt (zugänglich über ``get_tree().root``) bezieht, das vom Spiel " +"verwendet wird, um diesen Bildschirmbereich zu füllen. Dieser Viewport ist " +"eine :ref:`Window `-Instanz. Wir erinnern uns aus der :ref:" +"`Einführung `, dass *alle* Window-Objekte Viewports sind." msgid "" "To configure the stretch base size at runtime from a script, use the " @@ -270,7 +276,6 @@ msgstr "" msgid "Stretch Mode" msgstr "Streckungsmodus" -#, fuzzy msgid "" "The **Stretch Mode** setting defines how the base size is stretched to fit " "the resolution of the window or screen. The animations below use a \"base " @@ -278,11 +283,12 @@ msgid "" "modes. A single sprite, also 16×9 pixels in size, covers the entire " "viewport, and a diagonal :ref:`Line2D ` is added on top of it:" msgstr "" -"Die folgenden Animationen verwenden eine \"Basisgröße\" von nur 16×9 Pixeln, " -"um die Wirkung der verschiedenen Streckungsmodi zu demonstrieren. Ein " -"einzelnes Sprite, ebenfalls 16×9 Pixel groß, deckt das gesamte " -"Ansichtsfenster ab, und ein diagonales :ref:`Line2D ` wird " -"darüber gelegt:" +"Die Einstellung **Streckmodus** legt fest, wie die Basisgröße gestreckt " +"wird, um sie an die Auflösung des Fensters oder Bildschirms anzupassen. Die " +"folgenden Animationen verwenden eine „Basisgröße“ von nur 16×9 Pixeln, um " +"die Wirkung der verschiedenen Streckmodi zu demonstrieren. Ein einzelnes " +"Sprite, ebenfalls 16×9 Pixel groß, bedeckt den gesamten Viewport, und ein " +"diagonales :ref:`Line2D ` wird darüber gelegt:" msgid "" "**Stretch Mode = Disabled** (default): No stretching happens. One unit in " @@ -936,15 +942,14 @@ msgstr "" "Behalten Sie das Streckungsverhältnis auf seinem Defaultwert, ``ignorieren`` " "(sein Wert wird nicht verwendet, da der Streckungsmodus ``deaktiviert`` ist)." -#, fuzzy msgid "" "You can define a minimum window size by calling ``get_window()." "set_min_size()`` in a script's ``_ready()`` function. This prevents the user " "from resizing the application below a certain size, which could break the UI " "layout." msgstr "" -"Sie können eine minimale Fenstergröße definieren, indem Sie ``OS." -"min_window_size`` in der ``_ready()`` Funktion eines Skripts setzen. Dies " +"Sie können eine minimale Fenstergröße definieren, indem Sie ``get_window()." +"set_min_size()`` in der ``_ready()``-Funktion eines Skripts aufrufen. Dies " "verhindert, dass der Benutzer die Größe der Anwendung unter eine bestimmte " "Größe ändert, was das UI-Layout zerstören könnte." @@ -969,6 +974,11 @@ msgid "" "setting, which should be left enabled whenever possible. Disabling DPI " "awareness can break fullscreen behavior on Windows." msgstr "" +"Standardmäßig werden Godot-Projekte vom Betriebssystem als DPI-kompatibel " +"angesehen. Dies wird durch die Projekteinstellung **Anzeige > Fenster > DPI " +"> Hidpi zulassen** gesteuert, die nach Möglichkeit aktiviert bleiben sollte. " +"Das Deaktivieren der DPI-Erkennung kann das Vollbildverhalten unter Windows " +"beeinträchtigen." msgid "" "Since Godot projects are DPI-aware, they may appear at a very small window " @@ -978,14 +988,26 @@ msgid "" "size in an :ref:`autoload `'s ``_ready()`` function " "according to the screen size." msgstr "" +"Da Godot-Projekte DPI-konform sind, kann es vorkommen, dass sie in einem " +"sehr kleinen Fenster erscheinen, wenn sie auf einem hiDPI-Display gestartet " +"werden (proportional zur Bildschirmauflösung). Bei einem Spiel ist die " +"gängigste Methode, dieses Problem zu umgehen, sie standardmäßig auf Vollbild " +"zu stellen. Alternativ könnte man die Fenstergröße in der Funktion " +"``_ready()`` von :ref:`autoload ` entsprechend der " +"Bildschirmgröße einstellen." msgid "To ensure 2D elements don't appear too small on hiDPI displays:" msgstr "" +"Um sicherzustellen, dass 2D-Elemente auf HiDPI-Displays nicht zu klein " +"erscheinen:" msgid "" "For games, use the ``canvas_items`` or ``viewport`` stretch modes so that 2D " "elements are automatically resized according to the current window size." msgstr "" +"Für Spiele sollten Sie die Stretch-Modi ``canvas_items`` oder ``viewport`` " +"verwenden, damit 2D-Elemente automatisch an die aktuelle Fenstergröße " +"angepasst werden." msgid "" "For non-game applications, use the ``disabled`` stretch mode and set the " @@ -999,14 +1021,25 @@ msgid "" "screen resolution (with a setting to let the user override this if needed). " "This is the approach currently used by the Godot editor." msgstr "" +"Für Anwendungen, die keine Spiele sind, verwenden Sie den Stretch-Modus " +"``deaktiviert`` und setzen die Stretch-Skala auf einen Wert, der dem Anzeige-" +"Skalierungsfaktor in der ``_ready()``-Funktion eines :ref:`Autoloads " +"` entspricht. Der Anzeige-Skalierungsfaktor wird in " +"den Einstellungen des Betriebssystems gesetzt und kann mit :ref:" +"`screen_get_scale` abgefragt " +"werden. Diese Methode ist derzeit nur unter macOS implementiert. Auf anderen " +"Betriebssystemen müssen Sie eine Methode implementieren, um den Anzeige-" +"Skalierungsfaktor basierend auf der Bildschirmauflösung zu erraten (mit " +"einer Einstellung, die es dem Benutzer erlaubt, dies bei Bedarf zu " +"überschreiben). Dies ist der Ansatz, der derzeit vom Godot-Editor verwendet " +"wird." -#, fuzzy msgid "" "The **Allow Hidpi** setting is only effective on Windows and macOS. It's " "ignored on all other platforms." msgstr "" -"**Hidpi zulassen** ist nur unter Windows und macOS wirksam. Auf allen " -"anderen Plattformen wird es ignoriert." +"Die Einstellung **Hidpi zulassen** ist nur unter Windows und macOS wirksam. " +"Auf allen anderen Plattformen wird es ignoriert." msgid "" "The Godot editor itself is always marked as DPI-aware. Running the project " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/viewports.po index 67df1eee5b..dd7e39fcbd 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index e1e7163875..86955be31d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 235bc96807..7a4f4aeb0d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index dda4f119d2..4c1a42e299 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index d3c7cc202d..436479f5af 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 634282cddc..56d63b5155 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index dd792e2184..87567f2ebf 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 628c200c91..41a77e30ae 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 47b89e17bd..e2e7810ebc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 07b44fa0f2..64680904e5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 34bffc61f7..ad66f017d3 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 0b62e4ddb8..50a348ba11 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index d10ffbb2e5..793aea8a70 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 0a3fc96bce..0ba34886e7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 090b716f6c..8e7a7c90cf 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 63f1a4d155..d24d98c563 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 2e2c189619..f7605b80bf 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index d511095f98..57a097bdb6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 65c6eb680e..f7f324ee82 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 6a87b69187..cdbc96c0a1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 368d1aa923..c893b601dd 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index f22c63ea20..43f3c5d574 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index df676f4141..28e310826d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index f9a9abc8e2..faa65e943e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index d598436e84..aacbfe8fd6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 625a330478..40a6060468 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 466fb3a172..c5cabe1ce4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 90b8582df0..f45ceb994a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 7fc332fcbf..da926e874e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 72c20ec022..91a1f06d79 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,6 @@ msgstr "" msgid "Change scenes manually" msgstr "Manuelles Wechseln von Szenen" -#, fuzzy msgid "" "Sometimes it helps to have more control over how one swaps scenes around. A :" "ref:`Viewport `'s child nodes will render to the image it " @@ -29,11 +28,10 @@ msgid "" "adds to the tree at runtime:" msgstr "" "Manchmal ist es hilfreich, mehr Kontrolle darüber zu haben, wie man zwischen " -"Szenen wechselt. Wie oben erwähnt, werden die Child-Nodes eines :ref:" -"`Viewport ` in dem Bild gerendert, das er erzeugt. Dies gilt " -"auch für Nodes außerhalb der \"aktuellen\" Szene. Autoloads fallen in diese " -"Kategorie, aber auch Szenen, die man zur Laufzeit instanziiert und dem Baum " -"hinzufügt:" +"Szenen wechselt. Die Child-Nodes eines :ref:`Viewport ` " +"werden in dem Bild gerendert, das er erzeugt. Dies gilt auch für Nodes " +"außerhalb der \"aktuellen\" Szene. Autoloads fallen in diese Kategorie, aber " +"auch Szenen, die man zur Laufzeit instanziiert und dem Baum hinzufügt:" msgid "" "To complete the cycle and swap out the new scene with the old one, " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 1539975413..7e317a79d1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,11 @@ msgid "" "will open a folder in your file browser, inside that folder is the " "``script_templates`` folder." msgstr "" +"Wenn Sie Godot von einer anderen als der offiziellen Website beziehen, z.B. " +"von Steam, befindet sich der Ordner möglicherweise an einem anderen Ort. Sie " +"können ihn mit dem Godot-Editor finden. Gehen Sie auf ``Editor > Editor-" +"Daten öffnen/Einstellungs-Ordner`` und es wird ein Ordner in Ihrem " +"Dateibrowser geöffnet, in dem sich der Ordner ``script_templates`` befindet." msgid "Project-defined templates" msgstr "Projektdefinierte Vorlagen" @@ -303,9 +308,8 @@ msgstr "Der Name des Godot-Namespaces (nur in C# verwendet)." msgid "``_CLASS_``" msgstr "``_CLASS_``" -#, fuzzy msgid "The name of the new class." -msgstr "Der Name der neuen Klasse (wird nur in C# verwendet)." +msgstr "Der Name der neuen Klasse." msgid "``_BASE_``" msgstr "``_BASE_``" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 90ef178142..15ad9da2e7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 005bce5a5e..5ca68c06c4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 05c86fa0af..8ca94eb880 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/index.po index 4663e7eeba..0b0cb3bdf9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index eb4af2884e..488794fa27 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 307f5b5329..17368a5130 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -153,16 +153,15 @@ msgstr "" "Physikaufgaben wie `_physics_process` und eingebauten Nodes, die auf " "**Physik** eingestellt sind, benötigt hat." -#, fuzzy msgid "" "**Frame Time** includes rendering time. Say you find a mysterious spike of " "lag in your game, but your physics and scripts are all running fast. The " "delay could be due to the appearance of particles or visual effects!" msgstr "" -"In Godot 3 umfasst **Frame Time** die Rendering-Zeit. Angenommen, Sie " -"stellen eine mysteriöse Verzögerung in Ihrem Spiel fest, aber Ihre Physik " -"und Skripte laufen alle schnell. Die Verzögerung könnte auf das Auftreten " -"von Partikeln oder visuellen Effekten zurückzuführen sein!" +"**Frame Time** beinhaltet die Render-Zeit. Angenommen, Sie stellen eine " +"mysteriöse Verzögerung in Ihrem Spiel fest, aber Ihre Physik und Skripte " +"laufen alle schnell. Die Verzögerung könnte auf das Auftreten von Partikeln " +"oder visuellen Effekten zurückzuführen sein!" msgid "" "By default, Godot ticks on Frame Time and Physics Time. This gives you an " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index cb32235911..f8a478c1d4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/filesystem.po index b961417097..8909dc898b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 890876ea89..4e1e0e028d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 19b048f7b2..e1a0a0f5c7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index fbe3e945a2..5bab38b573 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index c752c20860..22909cc613 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 6d4751bdc6..7bf039d2ca 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index fc64db1216..21b7075262 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index 5865f4719e..2723f541b4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index b652e60c40..3262c1c370 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 1df2e960d2..0cc923bc0d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 2b38c07f63..4bb8a1fbc7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 744f7f0d57..35014b14f5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index c3ebbe2f3b..d76f98bb97 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/groups.po index 355962afe0..02972b5a81 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index bc1b35aaf4..7c4b3c6d1b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index daa5754fe1..64ba002fe7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/index.po index a986ace892..9cf6778240 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 4550ced91f..af708ee1e9 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 56611d4710..964c67d3c6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 367da712fb..cfa3f91729 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/pausing_games.po index 4d22b161cd..69d46e7016 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/resources.po index 66ce0de06c..fb2a9df104 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -240,7 +240,6 @@ msgstr "" msgid "Creating your own resources" msgstr "Erstellen Sie Ihre eigenen Ressourcen" -#, fuzzy msgid "" "Like any Object in Godot, users can also script Resources. Resource scripts " "inherit the ability to freely translate between object properties and " @@ -250,7 +249,8 @@ msgstr "" "Wie jedes Objekt in Godot können Benutzer auch Ressourcen skripten. " "Ressourcenskripte erben die Fähigkeit, frei zwischen Objekt-Propertys und " "serialisiertem Text oder Binärdaten (\\*.tres, \\*.res) zu übersetzen. Sie " -"erben auch die Verwaltung des Reference-Counting-Speichers vom Referenztypen." +"erben auch die Verwaltung des Reference-Counting-Speichers vom RefCounted-" +"Typ." msgid "" "This comes with many distinct advantages over alternative data structures, " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_tree.po index 13cea7bf3d..4c60f6a364 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index d4005d156e..70737c4896 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index fdae7563e5..365dd8c4ce 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -155,14 +155,12 @@ msgstr "" "geändert werden. Wie bei regulären Szenen liest die Engine diese Nodes in " "der Reihenfolge von oben nach unten." -#, fuzzy msgid "" "If the **Enable** column is checked (which is the default), then the " "singleton can be accessed directly in GDScript:" msgstr "" "Wenn die Spalte **Aktivieren** angekreuzt ist (was der Default ist), dann " -"kann auf das Singleton direkt in GDScript zugegriffen werden, ohne " -"``get_node()`` zu benötigen:" +"kann auf das Singleton direkt in GDScript zugegriffen werden:" msgid "" "Note that autoload objects (scripts and/or scenes) are accessed just like " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 677c73326e..15925af269 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -41,15 +41,13 @@ msgstr "" msgid "Full screen quad" msgstr "Vollbild-Quad" -#, fuzzy msgid "" "One way to make custom post-processing effects is by using a viewport. " "However, there are two main drawbacks of using a Viewport:" msgstr "" -"Im :ref:`Benutzerdefiniertes Post-Processing-Tutorial " -"` wurde erläutert, wie Sie mit einem Viewport " -"benutzerdefinierte Nachbearbeitungseffekte erzielen. Die Verwendung eines " -"Ansichtsfensters hat zwei Hauptnachteile:" +"Eine Möglichkeit, benutzerdefinierte Post-Processing-Effekte zu erstellen, " +"ist die Verwendung eines Viewports. Die Verwendung eines Viewports birgt " +"jedoch zwei wesentliche Nachteile:" msgid "The depth buffer cannot be accessed" msgstr "Auf den Tiefenpuffer kann nicht zugegriffen werden" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/compute_shaders.po index ff8057af1e..fa504cdb4f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index beeb9e8b92..f679c30217 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 1fc89778ed..1e93999732 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/index.po index 83c27b3c7c..18c3e37850 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index e2ff424d2b..65cd5b505e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/making_trees.po index d3eaabcddd..fb6859d62b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 3e56577ffe..52da0f47de 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_materials.po index bcbcc06b4d..e33058bcfc 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index ab69bffcc3..a2f1b8cde2 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 4bb41323c5..4678c80387 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 56e091b681..642971bac1 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index e42798ba56..0bc3fc945b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index a626c63d89..8d3a652249 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 07fbf90d13..5c9249a11c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 85482379e7..ec0bde4c33 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -319,13 +319,13 @@ msgstr "Farbe von ``LIGHTX``." msgid "in float **LIGHTX_SIZE**" msgstr "in float **LIGHTX_SIZE**" -#, fuzzy msgid "" "Angular diameter of ``LIGHTX`` in the sky. Expressed in radians. For " "reference, the sun from earth is about .0087 radians (0.5 degrees)." msgstr "" -"Winkeldurchmesser von ``LIGHTX`` am Himmel. Ausgedrückt in Grad. Zum " -"Vergleich: Die Sonne ist von der Erde aus gesehen etwa 0,5 Grad groß." +"Winkeldurchmesser von ``LIGHTX`` am Himmel. Ausgedrückt in Bogenmaß. Zum " +"Vergleich: Die Sonne ist von der Erde aus gesehen etwa 0,0087 rad (0,5 Grad) " +"groß." msgid "in float **PI**" msgstr "in float **PI**" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 0127c9f147..379d6f461b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index a04b2a2bec..1787d52dc5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" "Diskussionen und Anleitungen fördern. Dies wird hoffentlich auch zur " "Entwicklung automatisierter Formatierungswerkzeuge beitragen." -#, fuzzy msgid "" "Since the Godot shader language is close to C-style languages and GLSL, this " "guide is inspired by Godot's own GLSL formatting. You can view examples of " @@ -39,10 +38,9 @@ msgid "" "godot/blob/master/drivers/gles3/shaders/>`__." msgstr "" "Da die Godot-Shader-Sprache den Sprachen im C-Stil und GLSL sehr nahe steht, " -"ist diese Anleitung von der Godot-eigenen GLSL-Formatierung inspiriert. Ein " -"Beispiel für eine GLSL-Datei finden Sie im Quellcode von Godot `hier " -"`__." +"ist diese Anleitung von der Godot-eigenen GLSL-Formatierung inspiriert. " +"Beispiele für eine GLSL-Datei finden Sie im Quellcode von Godot `hier " +"`__." msgid "" "Style guides aren't meant as hard rulebooks. At times, you may not be able " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index a92754d36d..48b462779e 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 6209dbf240..4d0cc5e362 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 77b2a9d9fc..260be7249f 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 2826df088b..e06b4b7c5a 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index affab3c84b..59ccd3f9f6 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index fb2e9ae6f5..859cd66a54 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/de/LC_MESSAGES/tutorials/troubleshooting.po index ba872f6db4..b597371d74 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 367c6a35bc..24051632ad 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 66558d1f1d..1cad23bed4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 3266ba8f41..f57a5d0e2c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_containers.po index 6e0bebfaed..d5329282bf 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_navigation.po index 19bce09a17..c27b218b0b 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_skinning.po index 81cfd83325..fa97474b86 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index b03c3d64ef..f53eb9d6a5 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index b300a4a534..267b1f2ef7 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 9daf0523b9..17aa3ca316 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/index.po index 9ec2157670..45904c830c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/de/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 0bb83809f5..6ddfb660d4 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 99fccbb8d9..b72bd91617 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 49dd0abc28..1ebec80248 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/index.po index 66116d4e60..98ed5ff470 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index a121088fcd..71dc582b99 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 3c5586be6b..89a4e45beb 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 0e9f3061d1..1719d67496 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 9add89b34e..947f10473d 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_action_map.po index 7d661375aa..a1b83d3f5c 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -495,15 +495,14 @@ msgstr "" "Posen für verschiedene Controller unterstützt werden. Die Posen, die OpenXR " "derzeit definiert, sind:" -#, fuzzy msgid "" "The aim pose on most controllers is positioned slightly in front of the " "controller and aims forward. This is a great pose to use for laser pointers " "or to align the muzzle of a weapon with." msgstr "" -"Bei den meisten Controllern ist die Zielposition leicht vor dem Controller " -"positioniert und zielt nach vorne. Dies ist eine großartige Pose für " -"Laserpointer oder zum Ausrichten der Mündung einer Waffe." +"Bei den meisten Controllern ist die \"Zielen\"-Pose leicht vor dem " +"Controller positioniert und zielt nach vorne. Dies ist eine großartige Pose " +"für Laserpointer oder zum Ausrichten der Mündung einer Waffe." msgid "" "The grip pose on most controllers is positioned where the grip button is " diff --git a/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 17e6534b29..b196579cfe 100644 --- a/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/de/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/es/LC_MESSAGES/about/complying_with_licenses.po index b96404d006..ebfcc7c739 100644 --- a/sphinx/po/es/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/es/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/es/LC_MESSAGES/about/docs_changelog.po index f9ca35abc1..bfe4662d68 100644 --- a/sphinx/po/es/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/es/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/faq.po b/sphinx/po/es/LC_MESSAGES/about/faq.po index 1d1bbd407a..3609854809 100644 --- a/sphinx/po/es/LC_MESSAGES/about/faq.po +++ b/sphinx/po/es/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/introduction.po b/sphinx/po/es/LC_MESSAGES/about/introduction.po index 3679aa207e..11c0416de6 100644 --- a/sphinx/po/es/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/es/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/list_of_features.po b/sphinx/po/es/LC_MESSAGES/about/list_of_features.po index 32cbf884ff..6de6eace77 100644 --- a/sphinx/po/es/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/es/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/release_policy.po b/sphinx/po/es/LC_MESSAGES/about/release_policy.po index fec749cdc4..811eebd8db 100644 --- a/sphinx/po/es/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/es/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/about/system_requirements.po b/sphinx/po/es/LC_MESSAGES/about/system_requirements.po index 4fc2a75706..8a0c28f274 100644 --- a/sphinx/po/es/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/es/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/es/LC_MESSAGES/community/asset_library/index.po index 692f7fa2d0..531f69b039 100644 --- a/sphinx/po/es/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/es/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/es/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index be9d0780d0..bfb66e984c 100644 --- a/sphinx/po/es/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/es/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/es/LC_MESSAGES/community/asset_library/using_assetlib.po index 3930e06cbd..08946629f8 100644 --- a/sphinx/po/es/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/es/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/es/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 0deeacbdea..e0e24bb46c 100644 --- a/sphinx/po/es/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/es/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/channels.po b/sphinx/po/es/LC_MESSAGES/community/channels.po index 2f51efa1f7..459a853585 100644 --- a/sphinx/po/es/LC_MESSAGES/community/channels.po +++ b/sphinx/po/es/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/community/tutorials.po b/sphinx/po/es/LC_MESSAGES/community/tutorials.po index 7c1bcdacce..53aec9cdba 100644 --- a/sphinx/po/es/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/es/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/es/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 93e3ad95d6..f7fa8b4ba3 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/development/code_style_guidelines.po index 6f75311b4f..3550d9e767 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 196a2993e4..9eccf56a95 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index f692f225dd..ac977063b6 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 126f74b221..2cf81279fd 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,7 +78,7 @@ msgstr "Librerías de desarrollo:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "Las bibliotecas de desarrollo X11, Xcursor, Xinerama, Xi y XRandR." -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -134,14 +134,6 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" -#, fuzzy -msgid "OpenBSD" -msgstr "**OpenBSD**" - -#, fuzzy -msgid "openSUSE" -msgstr "**openSUSE**" - #, fuzzy msgid "NetBSD" msgstr "**NetBSD**" @@ -150,6 +142,14 @@ msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" "Para tener soporte de audio, opcionalmente puedes instalar \"pulseaudio\"." +#, fuzzy +msgid "OpenBSD" +msgstr "**OpenBSD**" + +#, fuzzy +msgid "openSUSE" +msgstr "**openSUSE**" + #, fuzzy msgid "Solus" msgstr "**Solus**" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 9e37a89eb6..d9afc2da90 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 5596b077af..13088710e0 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index a43694e51c..383a6dcfb0 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 47a46e60e6..ddf1749cc6 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 492f8f42f0..bae4d98c0b 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index d83ddec303..0f3cf3abac 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/getting_source.po index 8a2e5b2b62..c95a0d1a7f 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/index.po index 411dab7859..64b8c109ca 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index f91cc45e3e..c7e3935e48 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index fb1b53fc08..7684547daa 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 7ad3b75b42..7f4dc77322 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index feda93aca5..23c1506f7e 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 06821b6f48..2c2f8cc648 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index dfc9303dd3..45289771be 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 1723f45d20..33ab7be498 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index c82a2c4b53..ac13da8aa7 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index f3ac84b943..84e1fce349 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 39cb72f9ab..38690005e7 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index e381cbd330..602df2e9e7 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 3831fb87e0..0b29a8fc01 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index ee70f4df81..0df96dabc5 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index d84b3e0318..06e509f6bc 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index a9ca5ad65a..0b7e1bc023 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 22a41e41fc..c2491b7019 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 08e740805c..38ce55de8b 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 08f4db1770..2a5f57bca8 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index ee32db5d42..82ac2d843e 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index b4ce886d6b..849dd50e1d 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 9b4ca3b9ab..9b7d319b18 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index df3949f8d9..8b0dd76dec 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/index.po index 4535e2bb54..274386157b 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index 1386f9be34..384d473a5a 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index f2414c23ca..0ce2f4b3a6 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 191465dcb0..5fba9e2e0a 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 6327092403..4b0dab8f21 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index a47f16e6bb..e423794efb 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index b63d8b739a..fa4a7a32e8 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/index.po index 9ce8b20a78..ab3206e172 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 34a6beb986..32fa19db36 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 9c5529bc5b..88e59f0142 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index af6b7c7d33..b9e0cfd4aa 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 1a611152a3..19575d7ec3 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 4f1797a0d7..c61d51c74c 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/creating_icons.po index 7a0aceea67..121b6f01bb 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index f5999b5a08..1f405ec472 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/index.po index 40d24b509c..87c48a91ee 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index e0a3bac969..9a218c2ae1 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 416ae319f9..587943d846 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/index.po index c9a4940ffa..4ec0677000 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/tscn.po index 3f89cb05a0..5d072081d5 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/development/index.po b/sphinx/po/es/LC_MESSAGES/contributing/development/index.po index 5e3b806c99..1319a8f9ff 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/building_the_manual.po index 22ed106786..9b835b391c 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/class_reference_primer.po index c843b63835..18b2f5cad9 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/content_guidelines.po index d26f3a6330..10a60ed229 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index fb796ae83a..4f87e3014d 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index a96b6de6ea..e884c44651 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 82411590bf..869e1ea582 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 87ffe2ff39..28758799dd 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/index.po index bc46ede2f7..dfbd3903b4 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/es/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 8d202a738b..ff564a4087 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/es/LC_MESSAGES/contributing/ways_to_contribute.po index 2ed6dfcdee..383589c459 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 55d2e583bb..44b30776da 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 8a9dcdf1a0..1800c16c25 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/index.po index 22cc2c48f1..6a26fbf497 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 9d57bc7c0e..43d7fc7261 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_workflow.po index 90e85a61b6..1e910dae1e 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/es/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index f6846a476b..ede547a9bd 100644 --- a/sphinx/po/es/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/es/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index c6cc844012..7f4920c210 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 22e4ddfee3..e9613e5499 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 8999d40a57..79e5131778 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index c9da7489d9..b938aaf170 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 00675e9ef1..81f02416b1 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index b47eb75fef..9209ce22d0 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 9ba653ce63..6f087e1169 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/index.po index 5757267510..ac4b020d8a 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index ec686b95e2..5e2933507e 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 2858a31159..5714b9c237 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 624c4321d2..ee0cf34bca 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 6744eaf6e1..2ad6df5e40 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index b8167082a3..6d2163def5 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 71a41453d5..75077d59a7 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index b5d6c73a06..50cfa3d5ef 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 9cba78ae6f..65288321e4 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index ea1f8db21a..79597c1913 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/going_further.po index fb5be386d8..f1c0030e95 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/index.po index af2b750b4c..68c0c436b8 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 3d72f87c26..c7db056916 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index c074c57b0f..dc883a51de 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/index.po index b19f1d0e96..da55fe5174 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 35ca453a10..06b58e5cca 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 9fe8cfc2ad..508e9e0ed0 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 32ea2ed187..f3df5efdde 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/index.po index 7865cb0108..94ed03f2c4 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/instancing.po index 67781b5a97..7aa6600797 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index d2849199a6..5b334cdfd5 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index fc98fe28c9..a8351ae1c9 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index d705adc6da..3d90902279 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index d23d50cfc8..8b57c20a20 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/signals.po index 2e75ead35b..9e5f5fe06c 100644 --- a/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/es/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/index.po b/sphinx/po/es/LC_MESSAGES/index.po index a167611a55..549555577b 100644 --- a/sphinx/po/es/LC_MESSAGES/index.po +++ b/sphinx/po/es/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -139,11 +139,14 @@ msgstr "Documentación sin conexión" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "También puede `descargar una copia en HTML `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Para dispositivos móviles o lectores electrónicos (E-Readers), puedes " "también descargar una copia en formato ePub \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index b1b5c610e3..1eb5725376 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 3469cd4728..1e5f5b128e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -684,6 +684,10 @@ msgid "" "regardless of what the node's property is set to (or the **Rendering > " "Textures > Canvas Textures > Default Texture Filter** project setting)." msgstr "" +"**Textura > Filtro:** Se puede configurar para anular el modo de filtrado de " +"textura, independientemente de la configuración de la propiedad del nodo (o " +"la configuración del proyecto **Renderizado > Texturas > Texturas del Canvas " +"> Filtro de Textura Predeterminado**)." msgid "" "**Texture > Repeat:** Can be set to override the texture filtering mode, " diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_meshes.po index f2f4f139b5..04dfe90c41 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_movement.po index 24c7dc85fa..a24a2d216d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 442dcf24c9..54388025d2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_transforms.po index af02fd16d6..51cc179c37 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/canvas_layers.po index 5846f89720..cd38675eb0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 504fb1e5f1..6fab7a4628 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/index.po index c61625bc67..25fa510ed8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 0cdeb61140..376f3d69a3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 5783ac5078..f38d4a4993 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilesets.po index ee7ce7cd35..4279183d3f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,6 @@ msgstr "Usando TileMaps" msgid "Introduction" msgstr "Introducción" -#, fuzzy msgid "" "A tilemap is a grid of tiles used to create a game's layout. There are " "several benefits to using :ref:`TileMap ` nodes to design " @@ -51,6 +50,10 @@ msgid "" "TileSet, you will be able to place them :ref:`using the TileMap editor " "`." msgstr "" +"Para utilizar tilemaps, primero necesitarás crear un TileSet. Un TileSet es " +"una colección de tiles que se pueden colocar en un nodo TileMap. Después de " +"crear un TileSet, podrás colocarlas :ref:`usando el editor de TileMap " +"`." msgid "" "To follow this guide, you will need an image containing your tiles where " @@ -88,9 +91,11 @@ msgid "" "Create a new **TileMap** node, then select it and create a new TileSet " "resource in the inspector:" msgstr "" +"Crea un nuevo nodo **TileMap**, luego selecciónalo y crea un nuevo recurso " +"TileSet en el inspector:" msgid "Creating a new TileSet resource within the TileMap node" -msgstr "" +msgstr "Creando un nuevo recurso TileSet dentro del nodo TileMap" msgid "" "After creating the TileSet resource, click the value to unfold it in the " @@ -110,12 +115,17 @@ msgstr "" msgid "Setting the tile size to 64×64 to match the example tilesheet" msgstr "" +#, fuzzy msgid "" "If relying on automatic tiles creation (like we're about to do here), you " "must set the tile size **before** creating the *atlas*. The atlas will " "determine which tiles from the tilesheet can be added to a TileMap node (as " "not every part of the image may be a valid tile)." msgstr "" +"Si confías en la creación automática de tiles (como vamos a hacer aquí), " +"debes establecer el tamaño del tile **antes** de crear el *atlas*. El atlas " +"determinará qué tiles de la hoja de tiles se pueden agregar a un nodo " +"TileMap (ya que no todas las partes de la imagen pueden ser un tile válido)." msgid "" "Open the **TileSet** panel at the bottom of the editor, then click the \"+\" " @@ -174,6 +184,9 @@ msgid "" "using the middle or right mouse buttons, and zoom using the mouse wheel or " "buttons in the top-left corner." msgstr "" +"Al igual que en los editores 2D y TileMap, puedes desplazarte por el panel " +"TileSet usando los botones del medio o derecho del ratón, y hacer zoom con " +"la rueda del ratón o los botones de la esquina superior izquierda." msgid "" "If you wish to source tiles from several tilesheet images for a single " @@ -214,11 +227,15 @@ msgid "" "guides (such as outlines between every tile)." msgstr "" +#, fuzzy msgid "" "**Texture Region Size:** The size of each tile on the atlas in pixels. In " "most cases, this should match the tile size defined in the TileMap property " "(although this is not strictly necessary)." msgstr "" +"**Texture Region Size:** El tamaño de cada tile en el atlas en píxeles. En " +"la mayoría de los casos, esto debe coincidir con el tamaño de la tile " +"definido en la propiedad TileMap (aunque no es estrictamente necesario)." msgid "" "**Use Texture Padding:** If checked, adds a 1-pixel transparent edge around " diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 6e80f8bb29..467e20e9bc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 40e0387a7f..f5084522d9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_text.po index 01908dc66a..22a0eda545 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/csg_tools.po index 9d289e793b..efcafc4720 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 9409e5a8e1..b1d2ef1d40 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 2943ee713b..4208c495d2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 62d76f2513..36fb43ec6c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index dee36e14cc..8c4f93dac4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index a8bdf1887a..4e484860e8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 1546977135..bd42b7299f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 62fdebb770..0871152ee0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 294efbde6a..2695060ca7 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 28b6466a79..d1c2e8aaf4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/index.po index 5cb9e73294..25167258be 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 1bdc263f1f..2b14c3b5fb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 7197fc0bca..0eeb525796 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/mesh_lod.po index 9636f111f4..a8375f1df5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 1d0970e96d..599c6916af 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/attractors.po index 984ffdcb3e..9a8a0beca2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/collision.po index aaf987b68e..e474177777 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 7f25a9edb1..e51f9a46b9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 4741f15b98..d56043926f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/index.po index 8ffeaebc22..24aa2595d5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index afc1d373cd..2683ff0ab8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/properties.po index ed72838ae0..ffd5b139d2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 4ec49bd7ba..319b888d67 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/trails.po index bdbccbcd73..7f72f92f36 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/turbulence.po index ffd75e4653..91c9667522 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 5e9bf5bfaf..f780ed2c35 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 4d34386200..9f8652182d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index c3b1e9135d..52ad1ae82a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index edbdf50e55..27bea95b52 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index e3dbe85b12..bfeade93c0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 428449366d..62e2192505 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/resolution_scaling.po index ed5f71bdf9..bbd1ffc639 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 7192e4da2d..3fd677e544 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_decals.po index b18ac70e5d..66f94dbd35 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_gridmaps.po index 9a6b93802a..af2b50fd40 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index a03611423b..8442c17c11 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_transforms.po index 4ee316d334..f86112f3c2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index d96ddfdee8..2256d1738e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/visibility_ranges.po index b8a8ed959b..785f7bca24 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/es/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 36c3d9e6d8..fe8f53ecbd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/2d_skeletons.po index aa7e907242..b436115099 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_track_types.po index ef5c3b6737..97207666ea 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_tree.po index 64d06e98b9..5bba8c52d4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/creating_movies.po index a1ef3ebf63..72422d1dc9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/cutout_animation.po index 274373d366..de38644ac2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/index.po index 99492831d9..98d306dead 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/introduction.po index 3f67bfe22e..2118dda67b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/es/LC_MESSAGES/tutorials/animation/playing_videos.po index c04d96cafd..ebc6354e37 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 3c230300ea..f031ccfb27 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index da1383e3ac..ccb52603de 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index a74e99a432..df8cc39e98 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 8745a07543..c64ba3ca30 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 57de9f65c1..fac4d3871b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 059913c555..33de1c355f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index f819b02115..2562f2d911 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index a844ed0b48..25f9d97c46 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index ceab4ad6a4..42b45addd6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 3f63005331..a7155aaaea 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index a7bd210fcd..152515c161 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 7c07ca7d31..e1ce4d9081 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index b7b43e4373..b791c4e29c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index e13a9bd69f..725365539f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 978cd5384f..3b32982f41 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 5af89cc4e0..1f4547b781 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 1af33dc8c7..b9ff7a2bb0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/index.po index 06f256c37e..227838765d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 03293378b8..b476dead5a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_buses.po index 5ab42d81da..8148996b49 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_effects.po index cfdc4c08fe..2848158998 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_streams.po index 41b13b8955..bd8d01ebb8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/index.po index f30677e4c8..a4706969d5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 4714e323d8..7318897563 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/sync_with_audio.po index e32247a029..eaaec95ee6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/es/LC_MESSAGES/tutorials/audio/text_to_speech.po index 3aecbac1cf..a092e6ffbc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 9ffad9b265..e37d130d2c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 52b80cd088..33d96fbd64 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -605,8 +605,8 @@ msgid "" "`TileMap ` for many auto-animating backgrounds that all " "render in a single batched draw call." msgstr "" -"Tambien nótese que AnimatedTexture es un :ref:`Resource ` a " -"diferencia de los demás objetos ref:`Node ` mencionados aquí.Se " +"También nótese que AnimatedTexture es un :ref:`Resource ` a " +"diferencia de los demás objetos ref:`Node ` mencionados aquí. Se " "puede crear un nodo :ref:`Sprite2D ` que utilice " "AnimatedTexture como textura. O (algo que otros no pueden hacer) se puede " "agregar AnimatedTextures como tiles en un :ref:`TileSet ` e " diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 548fd96877..2c6045480e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 7778c8bc28..864008fbc8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/index.po index 1a8a676d04..a7776d4594 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index ba2c6c3c4b..46c210a738 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index a53db74604..7eb89a3b55 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 2a9eb16e45..2500b30bc6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/project_organization.po index 7f6ba8fb57..a60c6241f9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 752d287045..20e60b0148 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 4b50b3ef6a..177e646e2b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 6e2aea8957..42991fed11 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 63eebfe639..e4e78be9c9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index acda99f319..0ab8509987 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/customizing_editor.po index 08eb065ff0..6ea107e99f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/default_key_mapping.po index ad0be5d74e..3bba777417 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/external_editor.po index 588a6ac017..83889cc6b2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/index.po index 987249e0e1..0a042cc385 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/inspector_dock.po index 418273930d..f2f89165b9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/managing_editor_features.po index a50c82c945..82b5807f78 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_manager.po index aea44e3b62..120ae63fc3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_settings.po index d82f6bcd10..20352a109d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index a936d8bc6a..bd685ccd84 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 50a6fa21f8..5e18569d0b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/android_gradle_build.po index b2be65371f..f3e6476a37 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 39944264c9..94b0a54166 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_android.po index 3cfae57f57..94c876e435 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index dbe7b26132..2fb25788ba 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 044fde1110..69df74d558 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 8d0eb4f631..29171d7d8d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_macos.po index e691068d10..62237eef76 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_web.po index b5351641bb..54617daa52 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_windows.po index f3fbe3f914..55c4ae0455 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_pcks.po index 6733be4f9b..a56904bc86 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_projects.po index 6c8031ac9c..352da3afbd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/feature_tags.po index 1175bd6cf7..1d29059c55 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/index.po index 19a58e0276..07f8803f23 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/one-click_deploy.po index 8f3fca4d66..76be34f80d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/es/LC_MESSAGES/tutorials/export/running_on_macos.po index 41be5ed50f..99c7654299 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/index.po index badf9c4261..81109bf74e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 888b09a2a6..98b6a08a40 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/locales.po index 537220f869..3204b5b26a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 461dac2d10..118d88852a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index ca400cdc56..475c3bd493 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 329938be8c..346b7c4819 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 4a2e4f328c..09a27ee042 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index e9633aa7ad..af56992a8b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/index.po index 77fb6d0e4d..11144d46cf 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/input_examples.po index 675722de64..e09b6de599 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/inputevent.po index 3cd5b16cc5..785e2466b0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index d48c1ce687..73ba2d1250 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/background_loading.po index 2ebfcbaf0c..68889f5316 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/binary_serialization_api.po index dfa8fa3edc..42b3653caf 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/data_paths.po index 87b8c9bfb6..2ae0fe96b2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/index.po index 6378bd1fa9..ea43985091 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 063fd6f4c5..f6b2f0e331 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/es/LC_MESSAGES/tutorials/io/saving_games.po index 6cfa87fd02..2f37d944d6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/beziers_and_curves.po index ed0fc79d90..1ce925796a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/index.po index 48bc1e0bfb..8783c7d543 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/interpolation.po index eb7877ee97..b1ab245387 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 50fab85bac..7e4555d2e6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/random_number_generation.po index 08c01a0b43..c976a0db27 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/vector_math.po index f62e817f81..53210723b9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/es/LC_MESSAGES/tutorials/math/vectors_advanced.po index 81849a96dc..e75c7d881d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/index.po index 738c623465..f7c64b91e9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index c7d43cc716..09a61afa30 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 0b39468e4a..a60b4b7274 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 9f8e3a2ff0..082be6626e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/index.po index c8f0d972d7..f40cc56962 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 1d4402fe29..ec056c2425 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 00ba5b4eeb..dadbb3e6c4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 35f197e260..044d2ec94a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 43fd2e601e..fe838d102a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index b31c2ba2e2..2a3e3049fa 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 958f55909b..97f2ba14a8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 7a3c66ec2e..1a6056371d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index df002dd9cf..ca5e43c86d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 00eafb11c3..95d35624b5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index cff08c9e88..148c7d9e29 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index ee651103b5..f28dba16dc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index cfc6edb2ff..bb9b0b92d3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 3498bebef5..1752f4c516 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 18bfa50ca7..1a1e261deb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index fb2c53b4c2..59d2b30302 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 67f42c697b..d55ed1b1c1 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index c681a71fb2..c182c2924c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 505eb8d476..838d061b61 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index f6d9c9f313..191870274b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_client_class.po index a5b4344d61..4997c8dd59 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_request_class.po index 3f6c560dfa..5a7a6fe945 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/index.po index 5190340538..57c98e5d46 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 37d2235f02..95cdfb8651 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/webrtc.po index f764d4904e..bc9dee35c0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/es/LC_MESSAGES/tutorials/networking/websocket.po index 0742483d0c..499808a7cb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/cpu_optimization.po index f98ec320be..e0247a5131 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/general_optimization.po index 12b7edf5a2..9a48a94b68 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 3a363c48ba..4bba5bf090 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/index.po index b4d3166c07..e074efdb55 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 6d7cc6ebd6..a7bd83deb9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 596c06504a..8a248417a7 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multimesh.po index bceb0677b6..9d2c9f2e5d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 2fe296364d..5bf7e2d9fa 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_servers.po index 95378ad933..7dd4197237 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 08c90c2e4f..a531b31cba 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 2b84bef3fa..4f2b041177 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 2c58848960..bcd3e64f00 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 4235be2a21..17552336cd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 8b827a5d4e..7ebe080e5c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/index.po index 00e4c5e27d..019203b992 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index b828deb175..b2bcaff824 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index b8f20ec188..5e867481e6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/physics_introduction.po index c6d9402014..2feb1ba233 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 7eb434b579..80673b6edf 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/ray-casting.po index 845737f000..2d10c9e027 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/rigid_body.po index accbcef086..0fe4bd133a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/soft_body.po index d396b7628c..452899f5f6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 5c8a55a677..1eb2b9dcd3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_area_2d.po index bb87498e35..524bd0a5cd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 66e489162f..ebbdd9cff3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index c77cc63fe1..aefbef138e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_library.po index fc14f76ffd..13d02413fd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 180551ad90..c8d26de71d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/index.po index dde82cbc81..463a3c9c2b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/consoles.po index 50d558423f..32798e1d4e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/index.po index f212fd6255..511dd69d80 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/index.po index e16a800ddb..13fd2458bb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 1b38191154..a34d9cbce0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 90115671e3..66ca0c05e8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 427d581f8d..f8df7c5491 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 348231f856..d11e6c0e45 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/index.po index efaf12aa6c..c7e8098267 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 23a59650e2..6a419d956d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 4c2b6d11ab..dec4a4c007 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/index.po index 4ff34422f8..55912253aa 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index a9b06bff31..96da235e05 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 5139e8a8eb..40662252a7 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 442eecae4c..a8123bc169 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index b04546b058..33c820bcc8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index e86b9155e1..341ed79590 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/index.po index c088e99695..d2f6ac6cb5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index b2d40fa76b..fdffd3628f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/index.po index afdd875eaa..fec0a05fc8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 17aff177e8..0db7e18f11 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 8b2b6fa8e6..c96d7c64d5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/viewports.po index 5f756a667e..de7eb274ba 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index d3d5fbc198..3fe64b3d16 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 29f8e3f32f..dd5e166040 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 6c25dce184..e49a056170 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 6163ec0d78..5e298491c4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index e90184edf3..a36a82a66a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 5db1f75e6c..5395e10eb1 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index a6b195a2aa..54f3be29f4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index a05ad6737a..b18c3cf06f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 4cad7ef6ff..9dcecb1ad6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index e10f8e42b2..6ade682abd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 9528114e13..43dc3205d5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 4f86d8403c..6b2a6a46fb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 1cad72a4cf..27626584e2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 10a109ba1c..dec9141294 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 9684959fac..995e4dd7e4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 6dc5fec76f..1cb821f83a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index b69f5717c1..baf435f290 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index af8661cd60..0fdf2d2a87 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 946d9b4d40..50b7c6ebb1 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 0c68c42439..915231f9d9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 649891bc48..9459769fc3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 1d0f62d72a..63e76a7116 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index ead98b8430..b334edf9eb 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index eaf6555196..8889678581 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index b95a812a24..b12a1b9c1f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 8edecf4c9a..71bcd2a2c7 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index b1025fb9fc..c3b7a3038d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 2bd7ce886b..e832d165d2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index d1db95da4c..6723b14b86 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 8d75eb6506..c9b0a4575d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 731ebd38b0..b2a1659b32 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index de65d7a782..d26daf1ca8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 2375d88d8d..697a0e47d2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/index.po index 8a9cebce33..c1a195059e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index d3d13113cc..6c3f72222d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 8a0b985aad..2aa7bcf16b 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 7d6de4b4ad..5f543af2f6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/filesystem.po index 5689b27bf5..e8a290dcc9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 4d90d9b86d..94f9afe20d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 9c9d7a6f33..a16de35961 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index d8c8d96ab8..4fef616ce9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index e0d5692115..6a509b425c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index e0dc6f3658..f28862eb81 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 0f1ea96cc8..0925de074c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index b0901478e9..3389edb7cc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 78f356bfbf..cb7f419668 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index e4ad77c3c8..a3d4012db0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/index.po index a5ab4403e1..602abe3df0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 79af212d29..2f88c65ec8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 3aaa7bf5dd..051593545d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/groups.po index bf3369410d..2b496bc7ef 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 3c6a01e1d4..5978ab10ef 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index 2453ac832d..2a2663d11c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/index.po index 34dbfc0bc6..4e51d15c02 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 058ce29518..2362928da4 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 9da11556ca..6f0fa9c9c1 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 9a584ba33b..288ef509e8 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/pausing_games.po index c8e79ae7be..347e1c436e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/resources.po index 5f95bd60ba..bf3202541d 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_tree.po index c2ba39b9c9..9acfe4f585 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 5d6479dbba..b01147a2b2 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 46d2ffcd95..572917f722 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 395c75af7b..63bb992547 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/compute_shaders.po index ecdc357ea8..ed05a739d0 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 63e0067c63..e00a188e3f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index d344ef54e1..097f66d90e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/index.po index 1ba9863262..f7e44847cc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index 87bb8bbe2a..bb83c2d305 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/making_trees.po index f889a6981b..d90fcd8377 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 59c694ac31..e632b28cbd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_materials.po index ffc570a3b8..408293c490 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 31b7e2de17..0d1cab796c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index afbd099e04..5ad92903b3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 9b821974b8..2da3814049 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index d4f97f41f1..3e45d356b9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index fcd16efd36..c51088f48f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 5a964bab05..0a16174196 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 985cdb0eb6..067b4fdf3e 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index decf9d5e39..379ca75f0f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index ec61a11b08..1b2ced35ff 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 1622506761..96aa3455f9 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 3d20970df5..e93cc69385 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 6f1e135a22..dfae242ce3 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 56de2ebdc0..ddd0d0e570 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index c6fe5906d0..b85a37d3cc 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index b5810f1424..8bb0e8fa8c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/es/LC_MESSAGES/tutorials/troubleshooting.po index 801129d64d..edf42e7677 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 6b9d7b0799..d6ce5dcbe1 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 4b71e8f6c1..fdbb43b6ba 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 1a90073a92..6561c137b6 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_containers.po index 59299a7b71..4c76fb6a67 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_navigation.po index dea0f50fab..06c6521f22 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_skinning.po index e6c7541c91..7711c6a1f5 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 88ba6fb51c..a075a15caf 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 9336b67439..bae74b1b59 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index e338929888..22f9593b39 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/index.po index 2b700de039..10369555da 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/es/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 07cc1eb1bd..f0f2830f8f 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 35662fb715..d1f75fbf7a 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/deploying_to_android.po index a4344240d9..f39ebf5e15 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/index.po index 158523cf9a..6a51ff1a59 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index aeb4bde031..77d7f19fdd 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 13e504a0bc..57b1ff15ac 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 1cacf8fa00..84e206f08c 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/setting_up_xr.po index e0094a3dc7..4dca43c0ca 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_action_map.po index 61936ff5cc..ae0b6cadaf 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 4279bca2eb..1d56d7ed42 100644 --- a/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/es/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/fr/LC_MESSAGES/about/complying_with_licenses.po index 50698f971d..321a537f16 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/fr/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/fr/LC_MESSAGES/about/docs_changelog.po index b37f491495..670bca6162 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/fr/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -178,7 +178,6 @@ msgstr "Shaders" msgid ":ref:`doc_compute_shaders`" msgstr ":ref:`doc_compute_shaders`" -#, fuzzy msgid "Workflow" msgstr "Processus de travail" diff --git a/sphinx/po/fr/LC_MESSAGES/about/faq.po b/sphinx/po/fr/LC_MESSAGES/about/faq.po index 45862f9f4b..7c4bb1dcbc 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/faq.po +++ b/sphinx/po/fr/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -155,11 +155,11 @@ msgid "" "you use, though, releasing games on consoles is always a lot of work. You " "can read more about :ref:`doc_consoles`." msgstr "" -"L'équipe Godot ne peut pas fournir un exporteur je jeux pour console open-" -"source à cause des termes de licence imposées par les fabricants de la " -"console. Indépendamment du moteur que vous utilisez, sortir des jeux sur " +"L'équipe Godot ne peut pas fournir un exporteur de jeux pour console open-" +"source à cause des termes de licence imposées par les fabricants de " +"consoles. Indépendamment du moteur que vous utilisez, sortir des jeux sur " "consoles représente toujours beaucoup de travail. Vous pouvez en lire plus " -"ici : :ref:`doc_consoles`." +"ici : :ref:`doc_consoles`." msgid "" "For more on this, see the sections on :ref:`exporting \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/about/list_of_features.po b/sphinx/po/fr/LC_MESSAGES/about/list_of_features.po index 07639c7143..34f66ae46d 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/fr/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -438,9 +438,8 @@ msgstr "" msgid "Rigid bodies." msgstr "Corps rigides." -#, fuzzy msgid "Character bodies." -msgstr "Corps statiques." +msgstr "Corps de personnage." msgid "Joints." msgstr "Les articulations." @@ -465,7 +464,7 @@ msgstr "" "partir d'un sprite dans l'éditeur)." msgid "3D graphics" -msgstr "Graphismes en 3D" +msgstr "Graphismes 3D" msgid "HDR rendering with sRGB." msgstr "Rendu HDR avec sRGB." @@ -501,11 +500,9 @@ msgstr "" "Supporte les modes d'ombrage diffus Burley, Lambert, Lambert Wrap (demi-" "Lambert) et Toon." -#, fuzzy msgid "Supports Schlick-GGX, Toon and Disabled specular shading modes." msgstr "" -"Supporte les modes de d'ombrage Schlick-GGX, Blinn, Phong, Toon et " -"Spéculaire désactivé." +"Supporte les modes de d'ombrage Schlick-GGX, Toon et Spéculaire désactivé." msgid "Uses a roughness-metallic workflow with support for ORM textures." msgstr "" @@ -534,18 +531,15 @@ msgstr "Mapping de détail pour l'albedo et les normal maps." msgid "Sub-surface scattering and transmittance." msgstr "Diffusion sous-surface et transmittance." -#, fuzzy msgid "" "Screen-space refraction with support for material roughness (resulting in " "blurry refraction)." msgstr "" -"*GLES3 :* Réfraction avec support de la rugosité du matériau (donnant une " -"réfraction floue). Avec GLES2, la réfraction est toujours fonctionnelle mais " -"ne permet pas de gérer la rugosité à partir du matériau." +"Réfraction dans l'espace de l'écran avec support de la rugosité du matériau " +"(donnant une réfraction floue)." -#, fuzzy msgid "Proximity fade (soft particles) and distance fade." -msgstr "*GLES3 :* Fondu de proximité (particules molles)." +msgstr "Fondu de proximité (particules molles) et fondu de distance." msgid "" "Distance fade can use alpha blending or dithering to avoid going through the " @@ -648,19 +642,18 @@ msgstr "" "basé sur la taille de la lumière et la distance par rapport à la surface sur " "laquelle l'ombre est projetée." -#, fuzzy msgid "Adjustable shadow blur on a per-light basis." -msgstr "L'énergie spéculaire peuvent être ajustée pour chaque lumière." +msgstr "Flou d'ombre réglable en fonction de la lumière." msgid "**Global illumination with indirect lighting:**" msgstr "**Éclairage global avec éclairage indirect :**" -#, fuzzy msgid "" ":ref:`Baked lightmaps ` (fast, but can't be updated " "at run-time)." msgstr "" -"Baked lightmaps (rapides, mais ne peuvent être mises à jour à l'exécution)." +":ref:`Baked lightmaps ` (rapide, mais ne peut pas " +"être mis à jour à l'exécution)." msgid "" "Supports baking indirect light only or baking both direct and indirect " @@ -690,11 +683,18 @@ msgid "" "to CPU lightmapping). Baking can only be performed from the editor, not in " "exported projects." msgstr "" +"Les lightmaps sont pré-calculées avec la carte graphique en utilisant le " +"calcul des shaders (qui est beaucoup plus rapide comparé au calcul du " +"processeur pour créer une lightmap). Pré-calculer peut uniquement être " +"effectué à partir de l'éditeur, pas dans les projets exportés." +#, fuzzy msgid "" "Supports GPU-based :ref:`denoising ` with " "JNLM, or CPU/GPU-based denoising with OIDN." msgstr "" +"Supporte le  :ref:`denoising ` avec JNLM ou " +"le denoising basé sur le CPU/GPU avec OIDN." msgid "" ":ref:`Voxel-based GI probes `. Supports dynamic lights " @@ -702,12 +702,19 @@ msgid "" "baking step which can be performed in the editor or at run-time (including " "from an exported project)." msgstr "" +":ref:`Voxel-based GI probes `. Supporte les lumières " +"dynamiques *et* les occlusions dynamiques, tout en supportant aussi les " +"réflexions. Requière une étape de pré-calcul rapide qui peut être effectué " +"dans l'éditeur ou pendant la durée d'exécution (même dans un projet exporté)." msgid "" ":ref:`Signed-distance field GI ` designed for large open " "worlds. Supports dynamic lights, but not dynamic occluders. Supports " "reflections. No baking required." msgstr "" +":ref:`Signed-distance field GI ` conçu pour les grands " +"mondes ouverts. Supporte les lumières dynamiques, mais pas les occlusions " +"dynamiques. Supporte les réflexions. Pas de pré-calcul requis." msgid "" ":ref:`Screen-space indirect lighting (SSIL) " @@ -715,22 +722,35 @@ msgid "" "Fully real-time and supports any kind of emissive light source (including " "decals)." msgstr "" +":ref:`Screen-space indirect lighting (SSIL) " +"` à la moitié ou à pleine " +"résolution. Rendu totalement en temps réel et supporte n'importe quelle " +"source de lumière émissive (incluant les décalques)." msgid "" "VoxelGI and SDFGI use a deferred pass to allow for rendering GI at half " "resolution to improve performance (while still having functional MSAA " "support)." msgstr "" +"VoxelGI and SDFGI utilisent un passage différé pour permettre un rendu GI à " +"la moitié de résolution pour améliorer les performances (il y a aussi la " +"fonctionnalité de support MSAA)." msgid "**Reflections:**" msgstr "**Réflexions :**" +#, fuzzy msgid "" "Voxel-based reflections (when using GI probes) and SDF-based reflections " "(when using signed distance field GI). Voxel-based reflections are visible " "on transparent surfaces, while rough SDF-based reflections are visible on " "transparent surfaces." msgstr "" +"Les réflexions basées sur les voxels (qui utilisent les sondes GI) et les " +"réflexion basées sur du SDF (qui utilisent le Signed Distance Field GI), ces " +"voxels basés sur des réflexion sont visibles sur les surfaces transparentes " +"pendant que les réflexions rugueuses basées sur la SDF sont visibles sur des " +"surfaces transparentes." msgid "" "Fast baked reflections or slow real-time reflections using ReflectionProbe. " @@ -758,20 +778,28 @@ msgid "" "cost. Clustered rendering also lifts any limits on the number of reflection " "probes that can be used on a mesh." msgstr "" +"Quand le backend Forward+ est utilisé (par défaut sur PC), les sondes de " +"réflexion sont rendues avec des optimisations regroupées avant pour diminuer " +"leur coût individuel. Aussi les rendus regroupés montent tous les limites " +"sur le nombre de sondes de réflexion qui peuvent être utilisées dans un " +"maillage." msgid "" "When using the Forward Mobile backend, up to 8 reflection probes can be " "displayed per mesh resource." msgstr "" +"Quand utilisé le backend Forward Mobile, jusqu'à 8 sondes de réflexion " +"peuvent être affichées par ressource de maillage." -#, fuzzy msgid "**Decals:**" -msgstr "**Fonctionnalités :**" +msgstr "**Décalques :**" msgid "" ":ref:`Supports albedo `, emissive, :abbr:`ORM (Occlusion " "Roughness Metallic)`, and normal mapping." msgstr "" +":ref:`Supporte albedo `, emissive, :abbr:`ORM (Occlusion " +"Roughness Metallic)`, et le mapping normal." msgid "" "Texture channels are smoothly overlaid on top of the underlying material, " @@ -792,22 +820,23 @@ msgid "" "complex skinned meshes with no performance penalty, even if the decal moves " "every frame." msgstr "" -"Ne dépend pas de la génération de maillages en temps réel. Cela signifie que " -"les décalcomanies peuvent être utilisées sur des maillages complexes avec " -"animation de peau sans pénalité de performance, même si le décalcomanie se " -"déplace à chaque image." +"Ne dépend pas de la durée d'exécution des maillages. Cela signifie que les " +"décalquages peuvent être utilisés sur des maillages complexes sans chute de " +"performance, même si le décalquage se déplace à chaque trame." #, fuzzy msgid "" "Support for nearest, bilinear, trilinear or anisotropic texture filtering " "(configured globally)." -msgstr "Filtrage nearest, bilinear, trilinear ou anisotropic." +msgstr "" +"Support pour le filtrage de textures bilinéaires, trilinéaires, " +"anisotropiques ou proches (par configuration globale)." #, fuzzy msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" -"Système d'estompage optionnel basé sur la distance pour atténuer les " +"Système d'estompage optionnel basé sur la distance afin d'atténuer les " "lumières lointaines et leurs ombres, améliorant ainsi les performances." msgid "" @@ -816,11 +845,17 @@ msgid "" "Clustered rendering also lifts any limits on the number of decals that can " "be used on a mesh." msgstr "" +"Quand utilisé le backend Forward+ (par défaut sur bureau), les décalques " +"sont rendus avec les optimisation avancées groupées pour diminuer leur coût " +"individuel. Les rendus regroupés lèvent aussi les limites du nombre de " +"décalques qui peuvent être utilisées pour un maillage." msgid "" "When using the Forward Mobile backend, up to 8 decals can be displayed per " "mesh resource." msgstr "" +"Lors de l'utilisation du backend Forward Mobile, jusqu'à 8 décalques peuvent " +"être affichés par ressource de maillage." msgid "**Sky:**" msgstr "**Ciel :**" @@ -839,11 +874,16 @@ msgid "" "Support for :ref:`custom sky shaders `, which can be " "animated." msgstr "" +"Support pour :ref:` shaders de ciel personnalisé `, qui peut " +"être animé." msgid "" "The radiance map used for ambient and specular light can be updated in real-" "time depending on the quality settings chosen." msgstr "" +"La carte de rayonnement utilisée pour les lumières ambiantes et spéculaires " +"peuvent être mises à jour en temps réel en fonction des paramètres de " +"qualité choisis." msgid "**Fog:**" msgstr "**Brouillard :**" @@ -865,7 +905,7 @@ msgstr "" #, fuzzy msgid "Support for sun scattering in the fog." -msgstr "Prise en charge des plugins de shaders visuels." +msgstr "Prise en charge de la diffusion du soleil dans le brouillard." msgid "" "Support for controlling how much fog rendering should affect the sky, with " @@ -875,9 +915,10 @@ msgstr "" "ciel, avec des contrôles séparés pour le brouillard traditionnel et " "volumétrique." -#, fuzzy msgid "Support for making specific materials ignore fog." -msgstr "Prise en charge des plugins de shaders visuels." +msgstr "" +"Prise en charge de la création de matériaux spécifiques ignorant le " +"brouillard." msgid "**Volumetric fog:**" msgstr "**Brouillard volumétrique :**" @@ -886,6 +927,8 @@ msgid "" "Global :ref:`volumetric fog ` that reacts to lights and " "shadows." msgstr "" +"Global :ref:`brouillard volumétrique ` qui réagit aux " +"lumières et aux ombres." msgid "" "Volumetric fog can take indirect light into account when using VoxelGI or " @@ -986,8 +1029,9 @@ msgid "" "Glow/bloom with optional bicubic upscaling and several blend modes " "available: Screen, Soft Light, Add, Replace, Mix." msgstr "" -"Glow/bloom avec mise à l'échelle bicubique en option et plusieurs modes de " -"mélange disponibles : Screen, Soft Light, Add, Replace." +"Effet d'éblouissement /de flou lumineux avec mise à l'échelle bicubique en " +"option et plusieurs modes de fusion disponibles: écran, lumière douce, " +"ajouter, remplacer, mélanger." #, fuzzy msgid "Glow can have a colored dirt map texture, acting as a lens dirt effect." @@ -999,10 +1043,14 @@ msgid "" "Glow can be :ref:`used as a screen-space blur effect " "`." msgstr "" +"La lueur peut être :ref:`utilisée comme un effet de flou de la taille de " +"l'écran `." #, fuzzy msgid "Color correction using a one-dimensional ramp or a 3D LUT texture." -msgstr "Correction des couleurs à l'aide d'une rampe unidimensionnelle." +msgstr "" +"Correction des couleurs à l'aide d'une rampe unidimensionnelle ou d'une " +"texture LUT tridimensionnelle ." msgid "Roughness limiter to reduce the impact of specular aliasing." msgstr "Limiteur de rugosité pour réduire l'impact de l'aliasing spéculaire." @@ -1025,7 +1073,7 @@ msgid "**Texture compression:**" msgstr "**Compression de texture :**" msgid "Basis Universal (slow, but results in smaller files)." -msgstr "" +msgstr "Base universelle (lent, mais génère des fichiers plus petits)." #, fuzzy msgid "BPTC for high-quality compression (not supported on macOS)." @@ -1045,18 +1093,24 @@ msgid "**Anti-aliasing:**" msgstr "**Anticrénelage :**" msgid "Temporal :ref:`antialiasing ` (TAA)." -msgstr "" +msgstr "Temporel :ref:`anticrénelage ` (TAA)." msgid "" "AMD FidelityFX Super Resolution 2.2 :ref:`antialiasing " "` (FSR2), which can be used at native resolution as a " "form of high-quality temporal antialiasing." msgstr "" +"AMD FidelityFX Super Resolution 2.2 (FSR2) :ref:`anticrénelage " +"` , peut être utilisé à la résolution native comme une " +"forme de haute qualité temporaire d'anticrénelage." +#, fuzzy msgid "" "Multi-sample antialiasing (MSAA), for both :ref:`doc_2d_antialiasing` and :" "ref:`doc_3d_antialiasing`." msgstr "" +"Multi-sample antialiasing (MSAA), pour les deux :ref:`doc_2d_antialiasing` " +"and :ref:`doc_3d_antialiasing`." msgid "Fast approximate antialiasing (FXAA)." msgstr "Anticrénelage approximatif rapide (FXAA)." @@ -1065,15 +1119,20 @@ msgid "" "Super-sample antialiasing (SSAA) using bilinear 3D scaling and a 3D " "resolution scale above 1.0." msgstr "" +"Super-sample antialiasing (SSAA) utilise la mise à l'échelle 3D bilinéaire " +"et la mise à l'échelle de résolution 3D au dessus de 1.0." +#, fuzzy msgid "" "Alpha antialiasing, MSAA alpha to coverage and alpha hashing on a per-" "material basis." msgstr "" +"Alpha d'anticrénelage, utilisez l'alpha MSAA pour la couverture et l'alpha " +"de hachage sur une base de matériau." #, fuzzy msgid "**Resolution scaling:**" -msgstr "**Réflexions :**" +msgstr "**échelle de résolution : **" msgid "" "Support for :ref:`rendering 3D at a lower resolution " @@ -1082,15 +1141,23 @@ msgid "" "visuals on high-end systems." msgstr "" +#, fuzzy msgid "" "Resolution scaling uses bilinear filtering, AMD FidelityFX Super Resolution " "1.0 (FSR1) or AMD FidelityFX Super Resolution 2.2 (FSR2)." msgstr "" +"La mise à l'échelle de la résolution utilise un filtrage bilinéaire, AMD " +"FidelityFX Super Resolution 1.0 (FSR1) ou AMD FidelityFX Super Resolution " +"2.2 (FSR2)." +#, fuzzy msgid "" "Texture mipmap LOD bias is adjusted automatically to improve quality at " "lower resolution scales. It can also be modified with a manual offset." msgstr "" +"Le mipmap des textures par le biais du niveau de détail est ajusté " +"automatiquement pour améliorer la qualité à des échelles de résolution " +"inférieures. Il peut également être modifié avec un décalage manuel." #, fuzzy msgid "" @@ -1134,9 +1201,8 @@ msgstr "Nœud Path3D pour représenter un chemin dans l'espace 3D." msgid "PathFollow3D node to make nodes follow a Path3D." msgstr "PathFollow3D pour que les nœuds suivent un Path3D." -#, fuzzy msgid ":ref:`3D geometry helper class `." -msgstr "Classe d'aide à la géométrie 3D." +msgstr "Classe d'assistance à la géométrie 3D." #, fuzzy msgid "" @@ -1238,6 +1304,8 @@ msgstr "" msgid "" "Syntax inspired by Python. However, GDScript is **not** based on Python." msgstr "" +"Syntaxe inspirée de Python. Cependant, GDScript n'est **pas** basé sur ce " +"dernier." msgid "Syntax highlighting is provided on GitHub." msgstr "La mise en évidence de la syntaxe est fournie sur GitHub." @@ -1258,7 +1326,7 @@ msgstr "" "dépendances." msgid "Supports .NET 6 and higher." -msgstr "" +msgstr "Supporte .NET 6 et versions ultérieures." #, fuzzy msgid "Full support for the C# 10.0 syntax and features." @@ -1269,19 +1337,26 @@ msgid "" "Android and iOS is also available (requires a .NET 7.0 project for Android " "and 8.0 for iOS)." msgstr "" +"Supporte Windows, Linux et MacOS. À compter de la version 4.2, un support " +"expérimental pour Android et iOS est aussi disponible (requiert un projet ." +"NET 7.0 pour Android et 8.0 pour iOS)." msgid "" "On the Android platform only some architectures are supported: ``arm64`` and " "``x64``." msgstr "" +"Sur Android, seulement quelques architectures sont supportées : ``arm64`` et " +"``x64``." msgid "On the iOS platform only some architectures are supported: ``arm64``." -msgstr "" +msgstr "Sur iOS, seulement quelques architectures sont supportées: ``arm64``." msgid "" "The web platform is currently unsupported. To use C# on that platform, " "consider Godot 3 instead." msgstr "" +"La plateforme web n'est actuellement pas supportée. Pour utiliser C# sur " +"cette plateforme, envisagez plutôt Godot 3." msgid "" "Using an external editor is recommended to benefit from IDE functionality." @@ -1343,10 +1418,13 @@ msgstr "" "Support d' :ref:`audio bus ` re-routable et des effets avec " "des dizaines d'effets inclus." +#, fuzzy msgid "" "Support for polyphony (playing several sounds from a single " "AudioStreamPlayer node)." msgstr "" +"Prise en charge de la polyphonie (jouer plusieurs sons d'un seul nœud " +"AudioStreamPlayer)." #, fuzzy msgid "Support for random volume and pitch." @@ -1356,10 +1434,14 @@ msgstr "Prise en charge des plugins de shaders visuels." msgid "Support for real-time pitch scaling." msgstr "Prise en charge des plugins de shaders visuels." +#, fuzzy msgid "" "Support for sequential/random sample selection, including repetition " "prevention when using random sample selection." msgstr "" +"Prise en charge de la sélection d'échantillons séquentiels/ aléatoires, y " +"compris la prévention de répétitions lors de l'utilisation d'échantillons " +"aléatoires." msgid "" "Listener2D and Listener3D nodes to listen from a position different than the " @@ -1376,7 +1458,7 @@ msgstr "" "`." msgid "Audio input to record microphones." -msgstr "" +msgstr "Entrée audio afin d'enregistrer depuis des microphones." msgid "MIDI input." msgstr "Entrée MIDI." @@ -1635,6 +1717,8 @@ msgid "" "Support for pluralization and translation contexts when using gettext " "translations." msgstr "" +"Prise en charge de la pluralisation et des contextes de traduction en " +"utilisant des traductions gettext." msgid "" "Support for :ref:`bidirectional typesetting " @@ -1645,15 +1729,18 @@ msgstr "" msgid "Automatic UI mirroring for right-to-left locales." msgstr "" +#, fuzzy msgid "" "Support for pseudolocalization to test your project for i18n-friendliness." msgstr "" +"Support pour la pseudolocalisation afin de tester la compatibilité i18n de " +"votre projet." msgid "Windowing and OS integration" msgstr "Fenêtrage et intégration au systèmes d'exploitation" msgid "Spawn multiple independent windows within a single process." -msgstr "" +msgstr "Créer plusieurs fenêtres indépendantes en un seul processus." #, fuzzy msgid "Move, resize, minimize, and maximize windows spawned by the project." @@ -1673,10 +1760,14 @@ msgstr "" msgid "Fullscreen mode." msgstr "Mode plein écran." +#, fuzzy msgid "" "Uses borderless fullscreen by default on Windows for fast alt-tabbing, but " "can optionally use exclusive fullscreen to reduce input lag." msgstr "" +"Utilise le plein-écran sans bordures par défaut sur Windows pour un alt-" +"tabbing rapide, mais peut aussi utiliser l'écran complet exclusif pour " +"réduire la latence d'entrée." #, fuzzy msgid "Borderless windows (fullscreen or non-fullscreen)." @@ -1720,6 +1811,8 @@ msgid "" "In-app purchases on :ref:`Android ` and :ref:" "`iOS `." msgstr "" +"Achats In-app sur :ref:`Android ‹Android_android_in_app_purchases>` et:ref:" +"`iOS Ḥdoc_plugins_for_ios>`." msgid "Support for advertisements using third-party modules." msgstr "Support des annonces publicitaires en utilisant des modules tiers." diff --git a/sphinx/po/fr/LC_MESSAGES/about/release_policy.po b/sphinx/po/fr/LC_MESSAGES/about/release_policy.po index c2a631a7b3..4dea6752b8 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/fr/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -512,7 +512,7 @@ msgid "Adding a new optional parameter to a method." msgstr "" msgid "Small-scale editor usability tweaks." -msgstr "" +msgstr "Ajustement d'utilisabilité pour un éditeur à petite échelle" msgid "" "Note that we tend to be more conservative with the fixes we allow in each " diff --git a/sphinx/po/fr/LC_MESSAGES/about/system_requirements.po b/sphinx/po/fr/LC_MESSAGES/about/system_requirements.po index 56d65eaba2..3946ae9ef0 100644 --- a/sphinx/po/fr/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/fr/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -41,7 +41,7 @@ msgid "Desktop or laptop PC - Minimum" msgstr "" msgid "**CPU**" -msgstr "" +msgstr "**CPU**" msgid "**Windows:** x86_32 CPU with SSE2 instructions, or any x86_64 CPU" msgstr "" @@ -53,45 +53,56 @@ msgid "**macOS:** x86_64 or ARM CPU (Apple Silicon)" msgstr "" msgid "*Example: Intel Core 2 Duo SU9400, Apple M1*" -msgstr "" +msgstr "*Exemple : Intel Core 2 Duo SU9400, Apple M1*" msgid "" "**Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU" msgstr "" +"**Linux:** CPU x86_32 avec instructions SSE2, CPU x86_64, CPU ARMv7 ou ARMv8" msgid "" "*Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4*" msgstr "" +"*Exemple : Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4*" msgid "**GPU**" -msgstr "" +msgstr "**GPU**" msgid "" "**Forward+ rendering method:** Integrated graphics with full Vulkan 1.0 " "support" msgstr "" +"** Méthode de rendu Forward+:** Graphiques intégrés avec support Vulkan 1.0" msgid "" "*Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics " "(Kaveri)*" msgstr "" +"*Exemple: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics " +"(Kaveri)*" +#, fuzzy msgid "" "**Mobile rendering method:** Integrated graphics with full Vulkan 1.0 support" msgstr "" +"** Méthode de rendu mobile:** Graphiques intégrés avec support Vulkan 1.0" msgid "" "**Compatibility rendering method:** Integrated graphics with full OpenGL 3.3 " "support" msgstr "" +"** Méthode de rendu pour la compatibilité:** Graphiques intégrés avec " +"support OpenGL 3.3" msgid "" "*Example: Intel HD Graphics 2500 (Ivy Bridge), AMD Radeon R5 Graphics " "(Kaveri)*" msgstr "" +"*Exemple: Graphiques HD Intel 2500 ( Ivy Bridge), AMD Radeon R5 Graphiques " +"(Kaveri)*" msgid "**RAM**" -msgstr "" +msgstr "**RAM**" #, fuzzy msgid "**Native editor:** 4 GB" @@ -110,18 +121,25 @@ msgid "" "projects requires downloading export templates separately (1.3 GB after " "installation)." msgstr "" +"200 Mo (utilisé pour l'exécutable, les fichiers de projet et le cache). " +"L'exportation de projets nécessite le téléchargement de modèles " +"d'exportation séparément (1,3 Go après installation)." #, fuzzy msgid "**Operating system**" msgstr "Système d'avertissement" +#, fuzzy msgid "" "**Native editor:** Windows 7, macOS 10.13 (Compatibility) or macOS 10.15 " "(Forward+/Mobile), Linux distribution released after 2016" msgstr "" +"**Editeur natif :** Windows 7, macOS 10.13 (Compatibilité) ou macOS 10.15 " +"(Forward+/Mobile), distributions Linux après 2016" msgid "**Web editor:** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera 64" msgstr "" +"**Éditeur Web: ** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera 64" msgid "" "Windows 7/8/8.1 are supported on a best-effort basis. These versions are not " @@ -201,28 +219,32 @@ msgid "" msgstr "" msgid "*Example: Intel Core i5-6600K, AMD Ryzen 5 1600*" -msgstr "" +msgstr "*Exemple : Intel Core i5-6600K, AMD Ryzen 5 1600*" msgid "*Example: Intel Core i5-8500, Apple M1*" -msgstr "" +msgstr "*Exemple : Intel Core i5-8500, Apple M1*" msgid "" "*Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with " "overclocking*" msgstr "" +"*Exemple : Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 avec " +"overclocking*" msgid "" "**Forward+ rendering method:** Dedicated graphics with full Vulkan 1.2 " "support" -msgstr "" +msgstr "** Méthode de rendu:** Graphiques dédiés avec support Vulkan 1.2" msgid "" "*Example: NVIDIA GeForce GTX 1050 (Pascal), AMD Radeon RX 460 (GCN 4.0)*" msgstr "" +"*Exemple : NVIDIA GeForce GTX 1050 (Pascal), AMD Radeon RX 460 (GCN 4.0)*" msgid "" "**Mobile rendering method:** Dedicated graphics with full Vulkan 1.2 support" msgstr "" +"** Méthode de rendu mobile:** Graphiques dédiés avec support Vulkan 1.2" msgid "" "**Compatibility rendering method:** Dedicated graphics with full OpenGL 4.6 " @@ -232,6 +254,7 @@ msgstr "" msgid "" "*Example: NVIDIA GeForce GTX 650 (Kepler), AMD Radeon HD 7750 (GCN 1.0)*" msgstr "" +"*Exemple : NVIDIA GeForce GTX 650 (Kepler), AMD Radeon HD 7750 (GCN 1.0)*" #, fuzzy msgid "**Native editor:** 8 GB" @@ -245,29 +268,37 @@ msgid "" "1.5 GB (used for the executable, project files, all export templates and " "cache)" msgstr "" +"1.5 GB (utilisé pour les fichiers exécutables, projets, tous les modèles " +"d'exportation et cache)" +#, fuzzy msgid "" "**Native editor:** Windows 10, macOS 10.15, Linux distribution released " "after 2020" msgstr "" +"**Editeur natif :** Windows 10, macOS 10.15, distributions Linux d'après 2020" msgid "**Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera" msgstr "" +"**Editeur Web:** Dernière version de Firefox, Chrome, Edge, Safari, Opera" msgid "Mobile device (smartphone/tablet) - Recommended" -msgstr "" +msgstr "Appareil mobile (smartphone/tablette) - Recommandé" msgid "" "**Android:** SoC with 64-bit ARM or x86 CPU, with 3 \"performance\" cores or " "more" msgstr "" +"**Android:** SoC avec ARM 64 bits ou CPU x86, avec 3 cœurs \"performance\" " +"ou plus" msgid "*Example: Qualcomm Snapdragon 845, Samsung Exynos 9810*" -msgstr "" +msgstr "*Exemple: Qualcomm Snapdragon 845, Samsung Exynos 9810*" +#, fuzzy msgid "" "**Forward+ rendering method:** SoC featuring GPU with full Vulkan 1.2 support" -msgstr "" +msgstr "** Méthode de rendu:** SoC avec GPU supportant complètement Vulkan 1.2" msgid "*Example: Qualcomm Adreno 630, Mali-G72 MP18*" msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/fr/LC_MESSAGES/community/asset_library/index.po index 7087a9761f..5451704fee 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/fr/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/fr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 8bf8750d4a..6ddc1c4984 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/fr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/fr/LC_MESSAGES/community/asset_library/using_assetlib.po index 36fb304bba..89a185a5e3 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/fr/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/fr/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 366c62bcc3..0222561947 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/fr/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/community/channels.po b/sphinx/po/fr/LC_MESSAGES/community/channels.po index b3d064986c..bb459e2e7a 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/channels.po +++ b/sphinx/po/fr/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,7 +54,7 @@ msgid "`Community Forum `_" msgstr "`Forums Godot `_" msgid "Chats" -msgstr "" +msgstr "Chats" msgid "`Godot Contributors Chat `_" msgstr "`Chat des Contributeurs de Godot `_" diff --git a/sphinx/po/fr/LC_MESSAGES/community/tutorials.po b/sphinx/po/fr/LC_MESSAGES/community/tutorials.po index bf540f832f..6d4a4fdac8 100644 --- a/sphinx/po/fr/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/fr/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -204,8 +204,7 @@ msgstr "" "tags/godot-engine/>`__" msgid "`Game Dev Artisan website `__" -msgstr "" -"Site web du Artisan Développeur de jeu `__" +msgstr "`Site web de Game Dev Artisan `__" msgid "" "`Night Quest Games Blog `__" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 871c84102e..cddd084441 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/code_style_guidelines.po index ca8a510e24..afe9f3b005 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index f84387be88..d78170f9e3 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 89fd5bf9a5..e23af8c1f4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 9c4e902952..766379568a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -77,11 +77,12 @@ msgstr "Bibliothèques de développement :" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "Bibliothèques de développement X11, Xcursor, Xinerama, Xi et XRandR." -msgid "MesaGL." -msgstr "" +#, fuzzy +msgid "Mesa." +msgstr "MesaGL." msgid "ALSA." -msgstr "" +msgstr "ALSA." #, fuzzy msgid "PulseAudio." @@ -134,14 +135,6 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" -#, fuzzy -msgid "OpenBSD" -msgstr "**OpenBSD**" - -#, fuzzy -msgid "openSUSE" -msgstr "**openSUSE**" - #, fuzzy msgid "NetBSD" msgstr "**NetBSD**" @@ -150,6 +143,14 @@ msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" "Pour le support audio, vous pouvez optionnellement installer ``pulseaudio``." +#, fuzzy +msgid "OpenBSD" +msgstr "**OpenBSD**" + +#, fuzzy +msgid "openSUSE" +msgstr "**openSUSE**" + #, fuzzy msgid "Solus" msgstr "**Solus**" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index c0b848864a..cd9bd018f7 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 9e33b88b20..20aa05edaa 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -134,7 +134,7 @@ msgid "And ``web_debug.zip`` for the debug template::" msgstr "Et ``webassembly_debug.zip`` pour le modèle de débogage :" msgid "GDExtension" -msgstr "" +msgstr "GDExtension" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index a4a56c2b88..a9c9ae939c 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 0f84f8ab71..fc3885df51 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -194,7 +194,7 @@ msgid "" msgstr "" msgid "On Windows, ``C:\\Users\\\\MyLocalNugetSource``" -msgstr "" +msgstr "Sur Windows, ``C:\\Users\\\\MyLocalNugetSource``" msgid "On Linux, \\*BSD, etc., ``~/MyLocalNugetSource``" msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 89c5e4034f..28bb4337bd 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index bc510960a2..4fec558f21 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/getting_source.po index 1e7ff0e346..fe40b374cc 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/index.po index ef3228bf0d..99d632f4b8 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index f8e7c7c45f..5ff941782a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -255,7 +255,7 @@ msgid "" msgstr "" msgid "Dev build" -msgstr "" +msgstr "Build dev" msgid "" "``dev_build`` should **not** be confused with ``dev_mode``, which is an " diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 847bdb2927..bd0fe1aeed 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -263,7 +263,7 @@ msgid "CodeEdit" msgstr "TextEdit" msgid "SyntaxHighlighter" -msgstr "" +msgstr "SyntaxHighlighter" #, fuzzy msgid "CodeHighlighter" @@ -303,9 +303,8 @@ msgstr "ConfirmationDialog" msgid "MarginContainer" msgstr "MarginContainer" -#, fuzzy msgid "SubViewportContainer" -msgstr "ViewportContainer" +msgstr "SubViewportContainer" msgid "SplitContainer" msgstr "SplitContainer" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 5ec92b1f15..32841a7446 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -69,7 +69,7 @@ msgstr "" "developer.android.com/studio/projects#ApplicationModules>`_ :" msgid "``lib`` module:" -msgstr "" +msgstr "module``lib`` :" #, fuzzy msgid "" @@ -110,7 +110,7 @@ msgstr "" "La bibliothèque doit avoir une dépendance sur les en-têtes du moteur Godot." msgid "``app`` module:" -msgstr "" +msgstr "module``app`` :" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index bfe938f31e..754a785dc4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 54db1d1408..f9ce36a14a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 918e815111..28c947eaa3 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 989beeeea3..897bd02417 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 8de4d8daed..1c39fcbb86 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 737929c75c..ef20777775 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 4592a8892e..081a8911bf 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index c2806cc386..1641fd849e 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 33b1e1a439..f48ab9473a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index b77758bc16..fb2fb61eeb 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 8c1cf76e5e..3c22a59fb4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 3276fcfa57..13f220d3ef 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index c8cbf69c63..2b8d8b3ae4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 81bbd9ed6b..8562d01005 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 6757278988..868d55ff36 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index bddfe87698..5c22e385a9 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index ed22971ece..05f67d5be9 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 1e738ac6c2..2dd49d398e 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 4010fa9f46..6cf40f1a80 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/index.po index b8a9d31a6e..ed48dd078f 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index 9759d1305f..9a9f98d55a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,9 +32,8 @@ msgstr "Contrôle" msgid "Node2D" msgstr "Node2D" -#, fuzzy msgid "Node3D" -msgstr "Node2D" +msgstr "Node3D" msgid "Source files: :download:`class_tree.zip `." msgstr "Fichiers sources : :download:`class_tree.zip `." diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 748c7c49f7..efb483cec0 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -654,7 +654,7 @@ msgstr "" "blob/master/servers/register_server_types.cpp>`__" msgid "**FSR 1.0:**" -msgstr "" +msgstr "**FSR 1.0:**" #, fuzzy msgid "" @@ -849,7 +849,7 @@ msgid "" msgstr "" msgid "**TAA resolve:**" -msgstr "" +msgstr "**TAA resolve:**" #, fuzzy msgid "" @@ -861,7 +861,7 @@ msgstr "" "blob/master/servers/register_server_types.cpp>`__" msgid "**FSR 2.2:**" -msgstr "" +msgstr "**FSR 2.2:**" #, fuzzy msgid "" @@ -1366,7 +1366,7 @@ msgid "**Sky rendering GLSL shader:**" msgstr "" msgid "Volumetric fog" -msgstr "" +msgstr "Brouillard volumétrique" #, fuzzy msgid ":ref:`doc_fog_shader`" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 88ad8f1bdb..2a070aacf4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index eedfb88e42..bb929eb89c 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -99,7 +99,7 @@ msgid "**Filter options**" msgstr "**Options générales**" msgid "**Shorthand**" -msgstr "" +msgstr "**Sténographie**" #, fuzzy msgid "**Examples**" @@ -110,17 +110,17 @@ msgid "``--test-suite``" msgstr "``--test ``" msgid "``-ts``" -msgstr "" +msgstr "``-ts``" msgid "``-ts=\"*[GDScript]*\"``" -msgstr "" +msgstr "``-ts=\"*[GDScript]*\"``" #, fuzzy msgid "``--test-case``" msgstr "``--no-docbase``" msgid "``-tc``" -msgstr "" +msgstr "``-tc``" #, fuzzy msgid "``-tc=\"*[String]*\"``" @@ -131,10 +131,10 @@ msgid "``--source-file``" msgstr "``--quiet``" msgid "``-sf``" -msgstr "" +msgstr "``-sf``" msgid "``-sf=\"*test_color*\"``" -msgstr "" +msgstr "``-sf=\"*test_color*\"``" msgid "For instance, to run only the ``String`` unit tests, run:" msgstr "" @@ -227,7 +227,7 @@ msgid "**Description**" msgstr "**Description**" msgid "``REQUIRE``" -msgstr "" +msgstr "``REQUIRE``" msgid "" "Test if condition holds true. Fails the entire test immediately if the " @@ -235,7 +235,7 @@ msgid "" msgstr "" msgid "``REQUIRE_FALSE``" -msgstr "" +msgstr "``REQUIRE_FALSE``" msgid "" "Test if condition does not hold true. Fails the entire test immediately if " @@ -243,7 +243,7 @@ msgid "" msgstr "" msgid "``CHECK``" -msgstr "" +msgstr "``CHECK``" msgid "" "Test if condition holds true. Marks the test run as failing, but allow to " @@ -251,7 +251,7 @@ msgid "" msgstr "" msgid "``CHECK_FALSE``" -msgstr "" +msgstr "``CHECK_FALSE``" msgid "" "Test if condition does not hold true. Marks the test run as failing, but " @@ -259,7 +259,7 @@ msgid "" msgstr "" msgid "``WARN``" -msgstr "" +msgstr "``WARN``" msgid "" "Test if condition holds true. Does not fail the test under any circumstance, " @@ -267,7 +267,7 @@ msgid "" msgstr "" msgid "``WARN_FALSE``" -msgstr "" +msgstr "``WARN_FALSE``" msgid "" "Test if condition does not hold true. Does not fail the test under any " @@ -306,13 +306,13 @@ msgid "**Macro**" msgstr "Macros" msgid "``MESSAGE``" -msgstr "" +msgstr "``MESSAGE``" msgid "Prints a message." msgstr "" msgid "``FAIL_CHECK``" -msgstr "" +msgstr "``FAIL_CHECK``" msgid "" "Marks the test as failing, but continue the execution. Can be wrapped in " @@ -320,7 +320,7 @@ msgid "" msgstr "" msgid "``FAIL``" -msgstr "" +msgstr "``FAIL``" msgid "" "Fails the test immediately. Can be wrapped in conditionals for complex " diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index bb1cfb1df9..07156e5f3f 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 3d824739c4..83f49b0b0e 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/index.po index c917715172..d30cb3f84f 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 0225285e0b..2f2638bfa5 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 2ef0c1fec7..12bc88c31e 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 20361165d3..77baefaadd 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 5eebf96b7a..0a10acc5f9 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index be7d3b029c..7d2c93be96 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/creating_icons.po index 219a8c5cdb..7a85907bd0 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index b889eacaaa..60d6270e31 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/index.po index 90cb5a8610..19ed4cbb24 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 8219025df8..3e08b5ce4c 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 9db0ba5684..d213a1a175 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/index.po index c163a8a074..8fbbc0c6c7 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/tscn.po index cc7af2498e..a74d6e524c 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -317,14 +317,14 @@ msgstr "" "Attribute=Value``. Les attributs des os sont constitués de :" msgid "``position``: Vector3" -msgstr "" +msgstr "``position`` : Vector3" #, fuzzy msgid "``rotation``: Quaternion" msgstr "``Rotation``" msgid "``scale``: Vector3" -msgstr "" +msgstr "``scale`` : Vector3" msgid "" "These attributes are all optional. For instance, a bone may only define " diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/development/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/development/index.po index 4698b03a51..b580f406d8 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/building_the_manual.po index 3b483842a2..1f40ab394b 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 616226e493..c35ec42c9f 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -217,7 +217,7 @@ msgid "Move the :ref:`class_Sprite2D`." msgstr "Déplacez le :ref:`class_Sprite`." msgid "``[annotation Class.name]``" -msgstr "" +msgstr "``[annotation Class.name]``" #, fuzzy msgid "Link to annotation" @@ -340,23 +340,23 @@ msgid "Takes ``size`` for the size." msgstr "" msgid "``[br]``" -msgstr "" +msgstr "``[br]``" #, fuzzy msgid "Line break" msgstr "break" msgid "``Line 1.[br]``" -msgstr "" +msgstr "``Ligne 1.[br]``" msgid "``Line 2.``" -msgstr "" +msgstr "``Ligne 2.``" msgid "Line 1." -msgstr "" +msgstr "Ligne 1." msgid "Line 2." -msgstr "" +msgstr "Ligne 2." #, fuzzy msgid "``[b]`` ``[/b]``" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/content_guidelines.po index e33e95b11a..639188940a 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 56a3103109..fd5c1fd828 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 68dda6ee66..508f5eb638 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 9c029de271..3dcb632c8e 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 11ca102133..c3c99dd391 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/index.po index 32db8c9b24..8327ef43de 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 434cdbde7c..af8a953200 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/fr/LC_MESSAGES/contributing/ways_to_contribute.po index 6296231d8a..31916fe5b4 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index ab7515e94d..1ffa7a73b3 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index bb266af0a4..e1fd9ba8c3 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/index.po index 55fa44f0af..6116aca5d2 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 1cabb183d9..a4537d7b49 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_workflow.po index 508a3d8c4a..c70b2c4e23 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index b10a7813a5..418dfa1dbd 100644 --- a/sphinx/po/fr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/fr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index cd128af3e1..ed503755b4 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index a0c9844484..473d6fb1a9 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index dcbc67d5b5..73ff558a84 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 1f11c199e3..4cfdf09fd5 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 467f034567..792d8b1bc7 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 7bfc80b1e0..533a960d6a 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -138,7 +138,7 @@ msgid "ScoreLabel" msgstr "ScoreLabel" msgid "Add the text ``0``." -msgstr "" +msgstr "Ajouter le texte ``0``." msgid "" "Set the \"Horizontal Alignment\" and \"Vertical Alignment\" to ``Center``." @@ -169,9 +169,8 @@ msgstr "" msgid "StartButton" msgstr "StartButton" -#, fuzzy msgid "Add the text ``Start``." -msgstr "*Text* : ``Start``" +msgstr "Ajoutez le texte ``Start``." msgid "" "Under \"Control - Layout/Transform\", set \"Size X\" to ``200`` and \"Size " @@ -194,13 +193,12 @@ msgstr "" msgid "Now add this script to ``HUD``:" msgstr "Ajoutez à présent ce script au ``HUD`` :" -#, fuzzy msgid "" "We now want to display a message temporarily, such as \"Get Ready\", so we " "add the following code" msgstr "" -"Cette fonction est appelée lorsque nous voulons afficher temporairement un " -"message, tel que \"Get Ready\"." +"Nous pouvant maintenant afficher un message temporaire, comme \"Prêt\", nous " +"ajoutons donc le code suivant" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index b89ffe4cec..d4b14eaac5 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -149,11 +149,12 @@ msgid "" "array element to it by clicking on **Array[InputEvent] (size 0)**." msgstr "" -#, fuzzy msgid "" "Create a new :ref:`InputEventAction ` and name it " "``start_game``." -msgstr ":ref:`InputEventAction `" +msgstr "" +"Créez une nouvelle :ref:`InputEventAction ` et " +"nommez le ``start_game``." msgid "" "Now when the start button appears, you can either click it or press :kbd:" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/index.po index 1114342144..217edc5a7d 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -139,6 +139,9 @@ msgid "" "project-starters/releases/download/latest-4.x/dodge_the_creeps_2d_assets." "zip>`_." msgstr "" +"`dodge_the_creeps_2d_assets.zip `_." msgid "Contents" msgstr "Contenu" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index a4a7891c65..4b7420c756 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index c481488326..62f158d2d2 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -80,12 +80,12 @@ msgstr "" "personnage. Ça nous permettra de faire pivoter le modèle plus tard depuis le " "code pendant qu'il joue une animation." -#, fuzzy msgid "" "Add a :ref:`Node3D ` node as a child of ``Player`` and name it " "``Pivot``" msgstr "" -"Ajoutez un nouveau nœud :ref:`Room` comme enfant de la RoomList." +"Ajoutez un noeud :ref:`Node3D ` comme enfant de ``Player`` et " +"nommez le ``Pivot``" #, fuzzy msgid "" @@ -191,9 +191,8 @@ msgstr "|image5|" msgid "image5" msgstr "image5" -#, fuzzy msgid "Save the scene as ``player.tscn``" -msgstr "Enregistrez la scène sous le nom de ``Player.tscn``." +msgstr "Enregistrez la scène sous le nom ``Player.tscn``" msgid "" "With the nodes ready, we can almost get coding. But first, we need to define " diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 5131977031..6d216cad0a 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index e9e171378a..5edb0ca96a 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,9 +74,8 @@ msgstr "|image1|" msgid "image1" msgstr "image1" -#, fuzzy msgid "Add a :ref:`CollisionShape3D `." -msgstr ":ref:`CollisionShape2D `" +msgstr "Ajoutez un :ref:`CollisionShape3D `." msgid "|image2|" msgstr "|image2|" @@ -342,9 +341,8 @@ msgstr "|image9|" msgid "image9" msgstr "image9" -#, fuzzy msgid "Connect the signal to the ``Mob``" -msgstr "Connectez le signal au *Mob*." +msgstr "Connectez le signal au ``Mob``" msgid "|image10|" msgstr "|image10|" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 86e983093b..a1b45c930d 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -297,7 +297,7 @@ msgstr "" "allant du métal jusqu'à la roche ou l'eau." msgid "Expand the *Albedo* section." -msgstr "" +msgstr "Étendre la section *Albedo* ." #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 288794b052..b7d3170320 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 537364cb68..ddc64fb862 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index e138b0517c..7ff763cc4a 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 9273f47dcb..91c07fb4d4 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/going_further.po index acb29d0eac..298ce43d60 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/index.po index d81ecd9220..c781161ea7 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 1d2f2f3d2e..262d6794ac 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -35,34 +35,33 @@ msgstr "" "Pour une description complète de l'interface de l'éditeur et de son " "utilisation, consultez le :ref:`Manuel de l'éditeur `." -#, fuzzy msgid "The Project Manager" -msgstr "Le gestionnaire de projets" +msgstr "Le Gestionnaire de projets" -#, fuzzy msgid "" "When you launch Godot, the first window you see is the Project Manager. In " "the default tab **Local Projects**, you can manage existing projects, import " "or create new ones, and more." msgstr "" "La première fenêtre que vous voyez en ouvrant Godot est le Gestionnaire de " -"projets. Dans l'onglet par défaut, \"Projets\", vous pouvez gérer les " -"projets existants, importer ou créer de nouveaux projets." +"projets. Dans l'onglet par défaut **Projets locaux**, vous pouvez gérer les " +"projets existants, importer ou créer de nouveaux projets, et plus." -#, fuzzy msgid "" "At the top of the window, there is another tab named \"Asset Library " "Projects\". You can search for demo projects in the open source asset " "library, which includes many projects developed by the community." msgstr "" "En haut de la fenêtre,se trouve un onglet \"Projets de l'Asset Library\". " -"Dans la librairie de ressources open-source, vous pourrez trouver des " -"projets de démo, des modèles et des projets complets, incluant de nombreux " -"projets développés par la communauté." +"Vous pouvez rechercher des projets de démo dans la bibliothèque de " +"ressources open source, qui comprend de nombreux projets développés par la " +"communauté." msgid "" "To learn the Project Manager's ins and outs, read :ref:`doc_project_manager`." msgstr "" +"Pour en apprendre plus sur le Gestionnaire de projets, lisez :ref:" +"`doc_project_manager`." msgid "" "You can also change the editor's language using the drop-down menu to the " @@ -112,7 +111,6 @@ msgstr "" msgid "Below is the 3D one." msgstr "Ci-dessous, vous trouverez la version 3D." -#, fuzzy msgid "" "Let's look at the docks. The **FileSystem** dock lists your project files, " "including scripts, images, audio samples, and more." @@ -122,7 +120,7 @@ msgstr "" "ou autres." msgid "The **Scene** dock lists the active scene's nodes." -msgstr "Le dock **Scene** liste les nœuds de la scène active." +msgstr "Le dock **Scène** liste les nœuds de la scène active." msgid "The **Inspector** allows you to edit the properties of a selected node." msgstr "" @@ -190,7 +188,6 @@ msgstr "" "L'**Écran Script** est un éditeur de code complet avec un débogueur, une " "riche auto-complétion et une référence de code intégrée." -#, fuzzy msgid "" "Finally, the **AssetLib** is a library of free and open source add-ons, " "scripts, and assets to use in your projects." @@ -216,13 +213,13 @@ msgstr "" "Vous pouvez rechercher des informations sur une classe, une méthode, une " "propriété, une constante ou un signal par l'une des méthodes suivantes :" -#, fuzzy msgid "" "Pressing :kbd:`F1` (or :kbd:`Alt + Space` on macOS, or :kbd:`fn + F1` for " "laptops with a :kbd:`fn` key) anywhere in the editor." msgstr "" -"En appuyant sur :kbd:`F1` (ou :kbd:`Alt + Space` sur macOS) n'importe où " -"dans l'éditeur." +"En appuyant sur :kbd:`F1` (ou :kbd:`Alt + Space` sur macOS, ou :kbd:`fn + " +"F1` pour les portables avec une touche :kbd:`fn`) n'importe où dans " +"l'éditeur." msgid "" "Clicking the \"Search Help\" button in the top-right of the Script main " diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index a80c2ca981..2167e849e8 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -145,16 +145,15 @@ msgstr "|image1|" msgid "image1" msgstr "image1" -#, fuzzy msgid "" "Sprite2D is a Node2D, a CanvasItem and a Node. It has all the properties and " "features of its three parent classes, like transforms or the ability to draw " "custom shapes and render with a custom shader." msgstr "" -"Sprite est un Node2D, un CanvasItem et un Node. Il a toutes les propriétés " -"et les caractéristiques de ses trois classes parents, comme les " -"transformations ou la possibilité de dessiner des formes personnalisées et " -"de faire un rendu avec un shader personnalisé." +"Sprite2D est un Node2D, un CanvasItem et un Node. Il a toutes les propriétés " +"et les caractéristiques de ses trois classes parents, comme les transforms " +"ou la possibilité d'afficher des formes personnalisées et de faire un rendu " +"avec un shader personnalisé." msgid "All-inclusive package" msgstr "Forfait tout compris" @@ -177,7 +176,6 @@ msgstr "|image2|" msgid "image2" msgstr "image2" -#, fuzzy msgid "" "The goal is to offer a full package to create games and a continuous user " "experience. You can still work with external programs as long as there is an " @@ -185,21 +183,20 @@ msgid "" "`Tiled Map Importer `__." msgstr "" "L'objectif est d'offrir un package complet pour créer des jeux et une " -"expérience utilisateur continue. Vous pouvez toujours travailler avec des " -"programmes externes tant qu'il existe un plugin d'importation. Ou vous " -"pouvez en créer un, comme le `Tiled Map Importer `__." +"expérience utilisateur sans interruption. Vous pouvez toujours travailler " +"avec des programmes externes tant qu'il existe un plugin d'importation " +"disponible dans Godot. Ou vous pouvez en créer un, comme le `Tiled Map " +"Importer `__." -#, fuzzy msgid "" "That is also partly why Godot offers its own programming language GDScript " "along with C#. GDScript is designed for the needs of game developers and " "game designers, and is tightly integrated in the engine and the editor." msgstr "" -"C'est aussi en partie pour cela que Godot propose ses propres langages de " -"programmation GDscript et VisualScript, parallèlement à C#. Ils ont été " -"conçus pour les besoins des développeurs et des designers de jeu, et sont " -"étroitement intégrés au moteur et à l'éditeur." +"C'est aussi en partie pour cela que Godot propose son propre langage de " +"programmation GDScript, parallèlement à C#. GDScript a été conçus pour les " +"besoins des développeurs et des designers de jeu, et est étroitement intégré " +"au moteur et à l'éditeur." msgid "" "GDScript lets you write code using an indentation-based syntax, yet it " @@ -212,16 +209,14 @@ msgstr "" "d'autocomplétion d'un langage statique. Il est également optimisé pour le " "code de jeu avec des types intégrés comme les Vectors et les Colors." -#, fuzzy msgid "" "Note that with GDExtension, you can write high-performance code using " "compiled languages like C, C++, Rust, D, Haxe, or Swift without recompiling " "the engine." msgstr "" -"Il est à noter qu'avec GDNative, vous pouvez écrire du code haute " -"performance en utilisant des langages compilés tels que C, C++, Rust ou " -"Python (en utilisant le compilateur Cython) sans avoir à recompiler le " -"moteur." +"Notez qu'avec GDExtension, vous pouvez écrire du code haute performance en " +"utilisant des langages compilés comme C, C++, Rust, D, Haxe, ou Swift sans " +"recompiler le moteur." msgid "" "Note that the 3D workspace doesn't feature as many tools as the 2D " @@ -336,15 +331,14 @@ msgstr "" "les mêmes scènes pour vos jeux, ou **construire des plugins et étendre " "l'éditeur.**" -#, fuzzy msgid "" "This leads to a reliable and flexible UI system, as it powers the editor " "itself. With the ``@tool`` annotation, you can run any game code in the " "editor." msgstr "" -"Cela conduit à un système d'interface utilisateur fiable et flexible car " -"l'éditeur lui-même est construit avec. Avec le mot-clé ``tool``, vous pouvez " -"exécuter n'importe quel code de jeu dans l'éditeur." +"Cela conduit à un système d'interface utilisateur fiable et flexible, " +"puisqu'il fait tourner l'éditeur lui-même. Avec l'annotation ``@tool``, vous " +"pouvez exécuter n'importe quel code de jeu dans l'éditeur." msgid "|image5|" msgstr "|image5|" @@ -361,15 +355,14 @@ msgstr "" "Godot 2. Il utilise les outils d'interface utilisateur de Godot pour son " "système de programmation par nœuds et pour le reste de l'interface.*" -#, fuzzy msgid "" "Put the ``@tool`` annotation at the top of any GDScript file and it will run " "in the editor. This lets you import and export plugins, create plugins like " "custom level editors, or create scripts with the same nodes and API you use " "in your projects." msgstr "" -"Mettez le mot-clé ``tool`` au début de n'importe quel fichier GDScript et il " -"s'exécutera dans l'éditeur. Cela vous permet d'importer, d'exporter, de " +"Mettez le mot-clé ``@tool`` au début de n'importe quel fichier GDScript et " +"il s'exécutera dans l'éditeur. Cela vous permet d'importer, d'exporter, de " "créer des plugins comme des éditeurs de niveau personnalisé ou bien de créer " "des scripts avec les mêmes nœuds et API que vous utilisez dans vos projets." diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/index.po index 4881264b52..b880c04d3c 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 209ab6c95c..aa29961237 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,8 +29,8 @@ msgstr "" "Cet article est ici pour vous aider à déterminer si Godot peut-être une " "bonne option pour vous. Nous vous introduirons à quelques fonctionnalités " "clés du moteur pour vous donner une idée de ce que vous pouvez réaliser avec " -"et répondre à des questions telles que \"que dois-je faire pour commencer ?" -"\"." +"et répondre à des questions telles que \"Qu'est-ce que je dois savoir pour " +"commencer ?\"." msgid "" "This is by no means an exhaustive overview. We will introduce many more " @@ -60,23 +60,21 @@ msgstr "" "soit de bonnes compétences de programmations ou un développeur pour porter " "le jeu pour vous." -#, fuzzy msgid "" "The Godot team can't provide an open source console export due to the " "licensing terms imposed by console manufacturers. Regardless of the engine " "you use, though, releasing games on consoles is always a lot of work. You " "can read more on that here: :ref:`doc_consoles`." msgstr "" -"L'équipe Godot ne peut pas fournir un export de la console open-source à " -"cause des termes de licence imposées par les fabricants de la console. " -"Indépendamment du moteur que vous utilisez, sortir des jeux sur consoles " -"représente toujours beaucoup de travail. Vous pouvez en lire plus ici : :ref:" -"`doc_consoles`." +"L'équipe Godot ne peut pas fournir un exporteur de jeux pour console open-" +"source à cause des termes de licence imposées par les fabricants de " +"consoles. Indépendamment du moteur que vous utilisez, sortir des jeux sur " +"consoles représente toujours beaucoup de travail. Vous pouvez en lire plus " +"ici : :ref:`doc_consoles`." msgid "What can the engine do?" msgstr "Qu'est-ce que le moteur de jeu peut faire ?" -#, fuzzy msgid "" "Godot was initially developed in-house by an Argentinian game studio. Its " "development started in 2001, and the engine was rewritten and improved " @@ -93,14 +91,13 @@ msgstr "" "Quelques exemples de jeux créés avec Godot incluent Ex-Zodiac et Helms of " "Fury." -#, fuzzy msgid "" "As for applications, the open source pixel art drawing program Pixelorama is " "powered by Godot, and so is the voxel RPG creator RPG in a box." msgstr "" "Pour ce qui est des applications, le programme open-source de dessin en " -"pixel-art Pixelorama est propulsé par Godot, comme c'est également le cas " -"pour le logiciel de création de jeux de rôle en voxels RPG in a box." +"pixel-art Pixelorama est propulsé par Godot, comme l'est également le " +"logiciel de création de jeux de rôle en voxels RPG in a box." msgid "You can find many more examples in the `official showcase videos`_." msgstr "" @@ -160,20 +157,17 @@ msgstr "" "populaire dans l'industrie du jeu vidéo. Ce sont les deux principaux " "langages de script utilisables." -#, fuzzy msgid "" "With the GDExtension technology, you can also write gameplay or high-" "performance algorithms in C or C++ without recompiling the engine. You can " "use this technology to integrate third-party libraries and other Software " "Development Kits (SDK) in the engine." msgstr "" -"Avec la technologie :ref:`GDNative `, vous pouvez " -"également écrire du code de gameplay ou des algorithmes haute performance en " -"C ou C++ sans recompiler le moteur. Vous pouvez utiliser cette technologie " -"pour intégrer des librairies tierces et autres Software Development Kits " -"(SDK) dans le moteur." +"Avec la technologie GDExtension, vous pouvez également écrire du code de " +"gameplay ou des algorithmes haute performance en C ou C++ sans recompiler le " +"moteur. Vous pouvez utiliser cette technologie pour intégrer des librairies " +"tierces et autres Software Development Kits (SDK) dans le moteur." -#, fuzzy msgid "" "Of course, you can also directly add modules and features to the engine, as " "it's completely free and open source." @@ -202,6 +196,9 @@ msgid "" "with concepts such as classes and objects will help you code efficiently in " "it." msgstr "" +"Godot s'appuie sur le paradigme de la programmation orientée objet (POO). " +"Etre à l'aise avec des concepts tels que les classes et les objets vous " +"aidera à coder efficacement dans Godot." msgid "" "If you are entirely new to programming, we recommend following the `CS50 " @@ -209,17 +206,29 @@ msgid "" "will teach you everything you need to know to be off to a good start. It " "will save you countless hours and hurdles learning any game engine afterward." msgstr "" +"Si vous êtes totalement novice en programmation, nous vous recommandons de " +"suivre le `CS50 open courseware`_ de l'Université de Harvard (en anglais " +"uniquement). Il s'agit d'un excellent cours gratuit qui vous enseignera tout " +"ce que vous devez savoir pour prendre un bon départ. Il vous épargnera " +"d'innombrables heures et obstacles dans l'apprentissage de n'importe quel " +"moteur de jeu par la suite." msgid "" "In CS50, you will learn multiple programming languages. Don't be afraid of " "that: programming languages have many similarities. The skills you learn " "with one language transfer well to others." msgstr "" +"Dans le cours CS50, vous apprendrez plusieurs langages de programmation. " +"N'ayez pas peur : les langages de programmation présentent de nombreuses " +"similitudes. Les compétences acquises avec un langage se transfèrent bien à " +"d'autres." msgid "" "We will provide you with more Godot-specific learning resources in :ref:" "`doc_learning_new_features`." msgstr "" +"Nous vous fournirons des ressources d'apprentissage plus spécifiques à Godot " +"dans :ref:`doc_learning_new_features`." msgid "" "In the next part, you will get an overview of the engine's essential " diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 7ec6ed5afc..fdbfc5e31e 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,23 +75,21 @@ msgstr "" "petits blocks de construction de votre jeu que vous organisez en arbres. " "Voici un exemple de nœuds d'un personnage." -#, fuzzy msgid "" "It is made of a ``CharacterBody2D`` node named \"Player\", a ``Camera2D``, a " "``Sprite2D``, and a ``CollisionShape2D``." msgstr "" -"Il est constitué d'un nœud ``KinematicBody2D`` appelé \"Character\" " -"(\"Personnage\"), un ``Sprite``, une ``Camera2D``, et une " -"``CollisionShape2D``." +"Il est constitué d'un nœud ``CharacterBody2D`` appelé \"Player\", une " +"``Camera2D``, un ``Sprite2D``, et une ``CollisionShape2D``." -#, fuzzy msgid "" "The node names end with \"2D\" because this is a 2D scene. Their 3D " "counterparts have names that end with \"3D\". Be aware that \"Spatial\" " "Nodes are now called \"Node3D\" starting with Godot 4." msgstr "" "Les noms de nœuds se terminent par \"2D\" parce que c'est une scène 2D. " -"Leurs équivalents 3D ont un nom se terminant par \"3D\"." +"Leurs équivalents 3D ont un nom se terminant par \"3D\". Sachez que les " +"\"Spatial\" Nodes sont désormais appelés \"Node3D\" depuis Godot 4." msgid "" "Notice how nodes and scenes look the same in the editor. When you save a " diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/learning_new_features.po index fb304e0e8f..9310c06340 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -49,7 +49,6 @@ msgstr "" "pages plus spécifiques. Si une page existe pour un thème donné, elle renvoie " "souvent à plus de contenu." -#, fuzzy msgid "" "The manual has a companion class reference that explains each Godot class's " "available functions and properties when programming. While the manual covers " @@ -60,21 +59,20 @@ msgid "" "or press :kbd:`F1`." msgstr "" "Le manuel est accompagné d'une référence de classe qui explique les " -"fonctions et les propriétés disponibles de chaque classe Godot lors de la " -"programmation. Alors que le manuel couvre les caractéristiques générales, " +"fonctions et les propriétés disponibles de chaque classe Godot pendant que " +"vous programmez. Alors que le manuel couvre les fonctionnalités générales, " "les concepts et la manière d'utiliser l'éditeur, la référence porte sur " "l'utilisation de l'API (Application Programming Interface) de Godot. Vous " "pouvez y accéder à la fois en ligne et hors ligne. Nous vous recommandons de " -"parcourir la référence hors ligne, à partir de l'éditeur Godot. Pour ce " -"faire, allez dans Aide -> Recherche dans l'aide ou appuyez sur :kbd:`F1`." +"parcourir la référence hors ligne, à partir de l'éditeur Godot. Pour se " +"faire, allez dans Aide -> Rechercher dans l'aide ou appuyez sur :kbd:`F1`." -#, fuzzy msgid "" "To browse it online, head to the manual's :ref:`Class Reference " "` section." msgstr "" -"Pour la consulter en ligne, rendez-vous dans la section :ref:`Class " -"Reference ` du manuel." +"Pour la consulter en ligne, rendez-vous dans la section :ref:`Class " +"Reference ` du manuel." msgid "A class reference's page tells you:" msgstr "Une page de référence de classe vous indique :" @@ -120,13 +118,18 @@ msgstr "" "accéder." msgid "Learning to think like a programmer" -msgstr "" +msgstr "Apprendre à penser comme un programmeur" msgid "" "Teaching programming foundations and how to think like a game developer is " "beyond the scope of Godot's documentation. If you're new to programming, we " "recommend two excellent free resources to get you started:" msgstr "" +"L'enseignement des bases de la programmation et de la manière de penser " +"comme un développeur de jeux dépasse le cadre de la documentation de Godot. " +"Si vous êtes novice en programmation, nous vous recommandons deux " +"excellentes ressources gratuites (mais en anglais) pour vous aider à " +"démarrer :" msgid "" "Harvard university offers a free courseware to learn to program, `CS50 " @@ -136,11 +139,21 @@ msgid "" "You can see this course as an investment that will save you time and trouble " "when you learn to create games." msgstr "" +"L'université de Harvard propose un cours en ligne gratuit pour apprendre à " +"programmer, `CS50 `_. Il vous enseignera les " +"principes fondamentaux de la programmation, le fonctionnement du code et " +"comment penser comme un programmeur. Ces compétences sont essentielles pour " +"devenir un développeur de jeux et apprendre efficacement n'importe quel " +"moteur de jeu. Vous pouvez considérer ce cours comme un investissement qui " +"vous permettra d'économiser du temps et des problèmes lorsque vous " +"apprendrez à créer des jeux." msgid "" "If you prefer books, check out the free ebook `Automate The Boring Stuff " "With Python `_ by Al Sweigart." msgstr "" +"Si vous préférez les livres, consultez l'ebook gratuit `Automate The Boring " +"Stuff With Python `_ par Al Sweigart." msgid "Learning with the community" msgstr "Apprendre avec la communauté" @@ -154,10 +167,9 @@ msgstr "" "Godot dispose d'une communauté d'utilisateurs en pleine expansion. Si vous " "êtes bloqué sur un problème ou si vous avez besoin d'aide pour mieux " "comprendre comment réaliser quelque chose, vous pouvez demander de l'aide " -"aux autres utilisateurs sur l'une des nombreuses ` communautés actives " +"aux autres utilisateurs sur l'une des nombreuses `active communities " "`_." -#, fuzzy msgid "" "The best place to ask questions and find already answered ones is the " "official `Questions & Answers `_ site. These " @@ -168,8 +180,8 @@ msgid "" "your problem on this website or using your preferred search engine." msgstr "" "Le meilleur endroit pour poser des questions et trouver celles auxquelles on " -"a déjà répondu est le site officiel `Questions & Answers `_. Ces réponses apparaissent dans les résultats des " +"a déjà répondu est le site officiel `Questions & Answers `_. Ces réponses apparaissent dans les résultats des " "moteurs de recherche et sont enregistrées, ce qui permet aux autres " "utilisateurs de bénéficier des discussions sur la plateforme. Une fois que " "vous y avez posé une question, vous pouvez partager son lien sur d'autres " @@ -279,7 +291,6 @@ msgstr "" "version que vous utilisez. La réponse peut être différente car les " "fonctionnalités disponibles et l'interface évoluent rapidement." -#, fuzzy msgid "" "Following these guidelines will maximize your chances of getting the answer " "you're looking for. They will save time both for you and the persons helping " diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/index.po index ce4111beb1..37b3cf8d53 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/instancing.po index 0d5efff40e..54af194a84 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -165,7 +165,6 @@ msgid "" "see it fall." msgstr "Jouez le jeu en appuyant sur F5. Vous devriez la voir tomber." -#, fuzzy msgid "" "Now, we want to create more instances of the Ball node. With the ball still " "selected, press :kbd:`Ctrl + D` (:kbd:`Cmd + D` on macOS) to call the " @@ -173,9 +172,9 @@ msgid "" "location." msgstr "" "Maintenant, nous voulons créer d'autres instances du nœud Ball. Avec la " -"balle toujours sélectionnée, appuyez sur :kbd:`Ctrl-D` (:kbd:`Cmd-D` sur " -"macOS) pour appeler la commande de duplication. Cliquez et faites glisser " -"pour déplacer la nouvelle balle à un autre endroit." +"balle toujours sélectionnée, appuyez sur :kbd:`Ctrl-D` (:kbd:`Cmd-D` sur " +"macOS) pour la dupliquer. Cliquez et faites glisser pour déplacer la " +"nouvelle balle à un autre endroit." msgid "You can repeat this process until you have several in the scene." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 89a29958ba..d5e7da55c5 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -271,8 +271,8 @@ msgid "" "Everything's ready to run the scene! Press the Play Scene button in the top-" "right of the screen or press :kbd:`F6` (:kbd:`Cmd + R` on macOS)." msgstr "" -"Tout est prêt pour lancer la scène ! Appuyez sur le bouton Lancer la Scène " -"en haut à droite de l'écran ou appuyez sur :kbd:`F6` (:kbd:`Cmd + R` sur " +"Tout est prêt pour lancer la scène ! Appuyez sur le bouton Lancer la Scène " +"en haut à droite de l'écran ou appuyez sur :kbd:`F6` (:kbd:`Cmd + R` sur " "macOS)." #, fuzzy diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index be9f3b9bd7..2fd58b4846 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index ae65c2d438..7f31e74c80 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -287,7 +287,7 @@ msgstr "" "limitations s'appliquent alors`." msgid "C++ via GDExtension" -msgstr "" +msgstr "C++ via GDExtension" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 8f174e6a93..bf37f3ed94 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/signals.po index 77ab28b346..c14554f0d9 100644 --- a/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/fr/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/index.po b/sphinx/po/fr/LC_MESSAGES/index.po index 10817d3dcd..4a6c44c4d8 100644 --- a/sphinx/po/fr/LC_MESSAGES/index.po +++ b/sphinx/po/fr/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -141,24 +141,31 @@ msgstr "Documentation hors ligne" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." -msgstr "" -"Vous pouvez aussi `télécharger une copie au format HTML `__ pour une lecture hors-ligne (mise à jour chaque lundi). " -"Il suffit d'extraire l'archive ZIP puis d'ouvrir ``index.html`` à la racine " -"dans un navigateur web." - -msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-html-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." +msgstr "" +"Pour parcourir la documentation hors-ligne, vous pouvez `télécharger une " +"copie au format HTML `__ pour une lecture " +"hors-ligne (mise à jour chaque lundi). Il suffit d'extraire l'archive ZIP " +"puis d'ouvrir ``index.html`` à la racine dans un navigateur web." + +#, fuzzy +msgid "" +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Pour les téléphones mobiles et les liseuses, vous pouvez aussi `télécharger " "une copie au format HTML \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index ea6156b480..b8ef56e3ef 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index c0e4ff3d69..40e25cce91 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -261,7 +261,7 @@ msgid "" msgstr "" msgid "**Color:** The light's color." -msgstr "" +msgstr "**Couleur :** la couleur de la lumière." msgid "" "**Energy:** The light's intensity multiplier. Higher values result in a " @@ -433,7 +433,7 @@ msgid "" msgstr "" msgid "Normal and specular maps" -msgstr "" +msgstr "Cartes de normal et spéculaire" msgid "" "Normal maps and specular maps can greatly enhance the sense of depth of your " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_meshes.po index 49128cb223..003c924fb8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_movement.po index 513a6db134..f06df5bf13 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 3fb886c05b..e66caa6739 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_transforms.po index f18ab604cc..c72ff2fb6b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/canvas_layers.po index 86928f9eaa..5a527b8850 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 8f45075b05..55c8a3ba77 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -216,9 +216,8 @@ msgid "" "`doc_running_code_in_the_editor` for more information." msgstr "" -#, fuzzy msgid "Example 1: drawing a custom shape" -msgstr "Voici un exemple de création d'un type de données personnalisé :" +msgstr "Exemple 1 : Dessiner un forme personnalisée" #, fuzzy msgid "" @@ -387,11 +386,9 @@ msgid "" "this:" msgstr "" -#, fuzzy msgid "You should now be able to see the following shape on screen:" msgstr "" -"Vous devriez maintenant être en mesure de trouver le module dans ``demo/bin/" -"``." +"Vous devriez maintenant être capable de voir la forme suivante à l'écran :" msgid "" "Note that if multiple unconnected lines are going to be drawn at the same " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/index.po index beccf30558..452268f7c5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 3ef5fa2e90..869643a37d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -104,9 +104,8 @@ msgstr "" "Cela est dû au fait que le nœud a besoin d'un ParticlesMaterial pour " "fonctionner." -#, fuzzy msgid "ParticleProcessMaterial" -msgstr "ParticlesMaterial" +msgstr "ParticleProcessMaterial" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilemaps.po index deb63c2f9b..49624ab2b1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -327,7 +327,7 @@ msgid "" msgstr "" msgid "Line" -msgstr "" +msgstr "Ligne" msgid "" "After selecting Line Paint mode, you can draw in a line that is always 1 " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilesets.po index 8ac10e9c2c..2eea598147 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 222627f63c..226cc2efe5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -273,8 +273,9 @@ msgid "" "even a crash) due to running out of VRAM." msgstr "" +#, fuzzy msgid "Screen-space roughness limiter" -msgstr "" +msgstr "Limiteur de rugosité d'espace de l'écran" msgid "" "This is not an edge antialiasing method, but it is a way of reducing " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 7267b29508..f67b230183 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_text.po index 301a5cc56f..755f47c576 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,9 +61,8 @@ msgstr "" "godotengine/godot-demo-projects/tree/master/viewport/3d_scaling>`__ pour des " "exemples." -#, fuzzy msgid "Label3D" -msgstr "Labels" +msgstr "Label3D" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/csg_tools.po index 83289bce23..bf9fe6deec 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 47861679de..7d63ff5f6e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -520,7 +520,7 @@ msgid "" msgstr "" msgid "Volumetric Fog" -msgstr "" +msgstr "Brouillard volumétrique" msgid "" "Volumetric fog provides a realistic fog effect to the scene, with fog color " @@ -1201,7 +1201,7 @@ msgstr "" "réglages standard d'image." msgid "**Basic BCS adjustments**" -msgstr "" +msgstr "**Ajustements basiques BCS**" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 63572884ba..4ca390f886 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Faking global illumination" -msgstr "" +msgstr "Simuler l'illumination globale" #, fuzzy msgid "Why fake global illumination?" @@ -61,7 +61,7 @@ msgid "" msgstr "" msgid "Faking DirectionalLight3D global illumination" -msgstr "" +msgstr "Simuler l'illumination globale DirectionalLight3D" msgid "" "While the sky provides its own directional lighting, the scene's main " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 38b26d4368..09977a7d7a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 7b9cb4e2e6..ef010a68bc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -46,7 +46,7 @@ msgid "Global illumination is composed of several key concepts:" msgstr "" msgid "Indirect diffuse lighting" -msgstr "" +msgstr "Lumière indirecte diffuse" msgid "" "This is the lighting that does not change depending on the camera's angle. " @@ -201,7 +201,7 @@ msgid "" msgstr "" msgid "**VoxelGI:**" -msgstr "" +msgstr "**VoxelGI:**" msgid "" "The bake's number of subdivisions can be adjusted to balance between " @@ -223,7 +223,7 @@ msgid "" msgstr "" msgid "**SDFGI:**" -msgstr "" +msgstr "**SDFGI:**" msgid "" "The number of cascades can be adjusted to balance performance and quality. " @@ -272,7 +272,7 @@ msgid "" msgstr "" msgid "VoxelGI in action." -msgstr "" +msgstr "VoxelGI en action." msgid "" "**SDFGI:** |average| Good reflections and indirect lighting, but beware of " @@ -361,7 +361,7 @@ msgid "Real-time ability" msgstr "**Éclairage en temps réel :**" msgid "**VoxelGI:** |good| Fully real-time." -msgstr "" +msgstr "**VoxelGI:** |bon| complètement en temps réel." msgid "" "Indirect lighting and reflections are fully real-time. Dynamic objects can " @@ -376,7 +376,7 @@ msgid "" msgstr "" msgid "**SDFGI:** |average| Semi-real-time." -msgstr "" +msgstr "**SDFGI:** |moyenne| Semi temps réel." msgid "" "Cascades are generated in real-time, making SDFGI viable for procedurally " @@ -414,7 +414,7 @@ msgid "" msgstr "" msgid "**ReflectionProbe:** |average| Optionally real-time." -msgstr "" +msgstr "**ReflectionProbe:** |moyenne| Optionnellement en temps réel." msgid "" "By default, reflections update when the probe is moved. They update as often " @@ -429,7 +429,7 @@ msgid "" msgstr "" msgid "User work needed" -msgstr "" +msgstr "Travail de l'utilisateur nécessaire" msgid "**VoxelGI:** One or more VoxelGI nodes need to be created and baked." msgstr "" @@ -441,8 +441,9 @@ msgid "" "seconds for a scene of medium complexity." msgstr "" +#, fuzzy msgid "**SDFGI:** Very little." -msgstr "" +msgstr "**SDFGI:** Très petit." msgid "" "SDFGI is fully automatic; it only needs to be enabled in the Environment " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 7e2a8f8691..e1f7040f82 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 22f72b9448..f656e596fe 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Using Lightmap global illumination" -msgstr "" +msgstr "Usage de l'illumination globale par carte de mémoire" #, fuzzy msgid "" @@ -100,7 +100,7 @@ msgid "Visual comparison" msgstr "Comparaison visuelle" msgid "LightmapGI disabled." -msgstr "" +msgstr "LightmpaGI désactivé." msgid "LightmapGI enabled (with indirect light baked only)." msgstr "" @@ -704,7 +704,7 @@ msgid "" msgstr "" msgid "Denoising" -msgstr "" +msgstr "Suppression de bruit" msgid "" "Since baking lightmaps relies on raytracing, there will always be visible " @@ -875,7 +875,7 @@ msgid "" msgstr "" msgid "Lightmap data" -msgstr "" +msgstr "Données de carte de lumière" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index b67b033432..a230204c42 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,7 +59,7 @@ msgid "SDFGI disabled." msgstr "Désactivé" msgid "SDFGI enabled." -msgstr "" +msgstr "SDFGI activé." #, fuzzy msgid "Setting up SDFGI" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 42f3bb0e60..a393be4f33 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,8 +17,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#, fuzzy msgid "Using Voxel global illumination" -msgstr "" +msgstr "Usage de l'illumination globale Voxel" msgid "" "VoxelGI is a form of fully real-time global illumination, intended to be " @@ -41,10 +42,10 @@ msgid "Visual comparison" msgstr "Comparaison visuelle" msgid "VoxelGI disabled." -msgstr "" +msgstr "VoxelGI désactivé." msgid "VoxelGI enabled." -msgstr "" +msgstr "VoxelGI activé." #, fuzzy msgid "Setting up VoxelGI" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 304fb22cac..4bf7b5590a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/index.po index e69e8384d6..8dd518b1b9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 7ae5195716..6a27c25d3a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -368,7 +368,7 @@ msgid "" msgstr "" msgid ":kbd:`G`-:kbd:`Y`-:kbd:`2`-:kbd:`.`-:kbd:`5`-:kbd:`Enter`" -msgstr "" +msgstr ":kbd:`G`-:kbd:`Y`-:kbd:`2`-:kbd:`.`-:kbd:`5`-:kbd:`Enter`" msgid "" "To use Blender-style transform shortcuts in Godot, go to the Editor " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index a8370e5544..6b8a8da4b6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -874,7 +874,7 @@ msgid "" msgstr "" msgid "16-bits versus 32-bit" -msgstr "" +msgstr "16-bits contre 32-bit" msgid "" "By default, Godot uses 16-bit depth textures for shadow map rendering. This " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/mesh_lod.po index 263830e82a..56d3ce6493 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 7909500093..dcbe14b247 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -172,7 +172,7 @@ msgid "There are two ways to set up occluders in a scene:" msgstr "Il y a deux façons d'exporter un projet pour un serveur :" msgid "Automatically baking occluders (recommended)" -msgstr "" +msgstr "Automatiquement pré-calculer les occluders (recommandé)" msgid "" "Only MeshInstance3D nodes are currently taken into account in the *occluder* " @@ -236,13 +236,13 @@ msgid "" msgstr "" msgid "QuadOccluder3D (a single plane)" -msgstr "" +msgstr "QuadOccluder3D (un simple plan)" msgid "BoxOccluder3D (a cuboid)" -msgstr "" +msgstr "BoxOccluder3D (un cuboïde)" msgid "SphereOccluder3D (a sphere-shaped occluder)" -msgstr "" +msgstr "SphereOccluder3D (un occluder avec une forme sphérique" msgid "PolygonOccluder3D (a 2D polygon with as many points as you want)" msgstr "" @@ -377,8 +377,9 @@ msgstr "Dépannage" msgid "My occludee isn't being culled when it should be" msgstr "" +#, fuzzy msgid "**On the occluder side:**" -msgstr "" +msgstr "**Sur le côté occluder : **" msgid "" "First, double-check that the **Bake > Cull Mask** property in the " @@ -399,8 +400,9 @@ msgid "" "workaround, you can add OccluderInstance3D nodes for those manually." msgstr "" +#, fuzzy msgid "**On the occludee side:**" -msgstr "" +msgstr "**Sur le côté avec occlusion**" msgid "" "Make sure **Extra Cull Margin** is set as low as possible (it should usually " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/attractors.po index 389bf35546..4e5695f863 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/collision.po index 46c0f83b0a..aa7fe0a50a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 2e3d611331..00f9ebbe17 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 743578ebc7..bd4e017df2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -127,14 +127,15 @@ msgid "multiple draw passes" msgstr "Expressions multiples" msgid "turbulence" -msgstr "" +msgstr "Turbulence" #, fuzzy msgid "sub-emitters" msgstr "Jitter" +#, fuzzy msgid "trails" -msgstr "" +msgstr "sentiers" #, fuzzy msgid "attractors" @@ -185,7 +186,7 @@ msgid "``Radial Velocity``" msgstr "Vélocité initiale" msgid "``Velocity Limit``" -msgstr "" +msgstr "``Velocity Limit``" msgid "``Scale Over Velocity``" msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/index.po index 233250bfc8..98badeb7c2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 4d8b88df05..e1710b53df 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -87,8 +87,9 @@ msgid "" "constant deceleration to a deceleration based on speed." msgstr "" +#, fuzzy msgid "Spawn" -msgstr "" +msgstr "Faire apparaître" #, fuzzy msgid "Emission shape" @@ -373,7 +374,7 @@ msgid "" msgstr "" msgid "Display" -msgstr "" +msgstr "Afficher" msgid "Scale" msgstr "Mode mise à l'échelle" @@ -576,7 +577,7 @@ msgid "" msgstr "" msgid "Turbulence" -msgstr "" +msgstr "Turbulence" msgid "" "Turbulence adds noise to particle movement, creating interesting and lively " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/properties.po index 78d18f4fc2..e66dcfc561 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 51993565d8..ec4724449b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,8 +21,9 @@ msgstr "" msgid "Particle sub-emitters" msgstr "Shaders de particules" +#, fuzzy msgid "Chained sub-emitters" -msgstr "" +msgstr "Sous-émetteur enchainé" msgid "" "Sometimes a visual effect cannot be created with a single particle system " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/trails.po index 62f20f3405..2a880c4215 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -50,8 +50,9 @@ msgid "" "with." msgstr "" +#, fuzzy msgid "Ribbon trails" -msgstr "" +msgstr "Sentiers de ruban" #, fuzzy msgid "Particle ribbon" @@ -143,8 +144,9 @@ msgid "" "per section (bottom)" msgstr "" +#, fuzzy msgid "Tube trails" -msgstr "" +msgstr "Ruban de tube" msgid "" "Tube trails share a lot of their properties with ribbon trails. The big " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/turbulence.po index 0615c6273a..6b8f3b6111 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,8 +177,9 @@ msgid "" "in the screenshot below is the value given to the displacement properties." msgstr "" +#, fuzzy msgid "Turbulence displacement" -msgstr "" +msgstr "Placement de turbulence" msgid "" "No displacement (left), displacement value of 5 (middle), displacement range " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 3b2e3b4b65..77b44448f8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,7 +48,7 @@ msgid "" msgstr "" msgid "Disadvantages of physical units" -msgstr "" +msgstr "Désavantages des unités physiques" msgid "" "The biggest disadvantage of using physical light units is you will have to " @@ -263,7 +263,7 @@ msgid "" msgstr "" msgid "**OmniLight3D/SpotLight3D intensity**" -msgstr "" +msgstr "**Intensité OmniLight3D/SpotLight3D**" msgid "" "Lumens are a measure of luminous flux, which is the total amount of visible " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 4941ea6abe..f1e820196b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -190,9 +190,8 @@ msgstr "" msgid "12" msgstr "12" -#, fuzzy msgid "``ARRAY_INDEX``" -msgstr "``ARRAY_INDEX`` = 8 | PoolIntArray" +msgstr "``ARRAY_INDEX``" #, fuzzy msgid ":ref:`PackedInt32Array `" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 2e84d80280..6394da8da8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 0e14d4bade..c501185275 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 7d6d5c23bb..62ac1490eb 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 024d444211..963c3cc7d5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/resolution_scaling.po index a6a10d5823..4695a47691 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Resolution scaling" msgstr "iResolution" msgid "Why use resolution scaling?" -msgstr "" +msgstr "Pourquoi utiliser la mise à l'échelle de résolution ?" msgid "" "With the ever-increasing rendering complexity of modern games, rendering at " @@ -159,7 +159,7 @@ msgid "" msgstr "" msgid "**1920×1080 (Full HD)**" -msgstr "" +msgstr "**1920×1080 (Full HD)**" #, fuzzy msgid "Resolution scale factor" @@ -174,163 +174,175 @@ msgid "Megapixels rendered per frame" msgstr "Temps de rendu de la trame précédente." msgid "``0.50``" -msgstr "" +msgstr "``0.50``" msgid "960×540" -msgstr "" +msgstr "960×540" msgid "0.52 MPix" -msgstr "" +msgstr "0.52 MPix" msgid "``0.67``" -msgstr "" +msgstr "``0.67``" msgid "1286×723" -msgstr "" +msgstr "1286×723" msgid "0.93 MPix" -msgstr "" +msgstr "0.93 MPix" msgid "``0.75``" -msgstr "" +msgstr "``0.75``" msgid "1440×810" -msgstr "" +msgstr "1440×810" +#, fuzzy msgid "1.17 MPix" -msgstr "" +msgstr "1.17 MPix" msgid "``0.85``" -msgstr "" +msgstr "``0.85``" msgid "1632×918" -msgstr "" +msgstr "1632×918" msgid "1.50 MPix" -msgstr "" +msgstr "1.50 MPix" msgid "``1.00`` **(native)**" -msgstr "" +msgstr "``1.00`` **(native)**" msgid "**1920×1080**" -msgstr "" +msgstr "**1920×1080**" msgid "**2.07 MPix**" -msgstr "" +msgstr "**2.07 MPix**" +#, fuzzy msgid "``1.33`` (supersampling)" -msgstr "" +msgstr "``1.33`` (super-échantillonnage)" msgid "2553×1436" -msgstr "" +msgstr "2553×1436" msgid "3.67 MPix" -msgstr "" +msgstr "3.67 MPix" +#, fuzzy msgid "``1.50`` (supersampling)" -msgstr "" +msgstr "``1.50`` (super-échantillonnage)" msgid "2880×1620" -msgstr "" +msgstr "2880×1620" msgid "4.67 MPix" -msgstr "" +msgstr "4.67 MPix" +#, fuzzy msgid "``2.00`` (supersampling)" -msgstr "" +msgstr "``2.00`` (super-échantillonnage)" msgid "3840×2160" -msgstr "" +msgstr "3840×2160" msgid "8.29 MPix" -msgstr "" +msgstr "8.29 MPix" +#, fuzzy msgid "**2560×1440 (QHD)**" -msgstr "" +msgstr "**2560×1440 (QHD)**" msgid "1280×720" -msgstr "" +msgstr "1280×720" msgid "0.92 MPix" -msgstr "" +msgstr "0.92 MPix" msgid "1715×964" -msgstr "" +msgstr "1715×964" msgid "1.65 MPix" -msgstr "" +msgstr "1.65 MPix" +#, fuzzy msgid "1920×1080" -msgstr "" +msgstr "1920×1080" msgid "2.07 MPix" -msgstr "" +msgstr "2.07 MPix" msgid "2176×1224" -msgstr "" +msgstr "2176×1224" msgid "2.66 MPix" -msgstr "" +msgstr "2.66 MPix" msgid "**2560×1440**" -msgstr "" +msgstr "**2560×1440**" msgid "**3.69 MPix**" -msgstr "" +msgstr "**3.69 MPix**" msgid "3404×1915" -msgstr "" +msgstr "3404×1915" msgid "6.52 MPix" -msgstr "" +msgstr "6.52 MPix" msgid "5120×2880" -msgstr "" +msgstr "5120×2880" msgid "14.75 MPix" -msgstr "" +msgstr "14.75 MPix" msgid "**3840×2160 (Ultra HD \"4K\")**" -msgstr "" +msgstr "**3840×2160 (Ultra HD \"4K\")**" msgid "2572×1447" -msgstr "" +msgstr "2572×1447" msgid "3.72 MPix" -msgstr "" +msgstr "3.72 MPix" msgid "3264×1836" -msgstr "" +msgstr "3264×1836" +#, fuzzy msgid "5.99 MPix" -msgstr "" +msgstr "5.99 MPix" msgid "**3840×2160**" -msgstr "" +msgstr "**3840×2160**" +#, fuzzy msgid "**8.29 MPix**" -msgstr "" +msgstr "**8.29 MPix**" msgid "5107×2872" -msgstr "" +msgstr "5107×2872" +#, fuzzy msgid "14.67 MPix" -msgstr "" +msgstr "14.67 MPix" msgid "5760×3240" -msgstr "" +msgstr "5760×3240" +#, fuzzy msgid "18.66 MPix" -msgstr "" +msgstr "18.66 MPix" msgid "7680×4320" -msgstr "" +msgstr "7680×4320" +#, fuzzy msgid "33.18 MPix" -msgstr "" +msgstr "33.18 MPix" +#, fuzzy msgid "FSR Sharpness" -msgstr "" +msgstr "Netteté FSR" msgid "" "When using the FSR1 or FSR2 scaling modes, the sharpness can be controlled " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 7c26652419..ab669ad260 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_decals.po index 2324048e52..9272d53950 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -99,7 +99,7 @@ msgid "Dirt added on top of level geometry using decals" msgstr "" msgid "Dynamic gameplay elements" -msgstr "" +msgstr "Éléments de gameplay dynamique" msgid "" "Decals can represent temporary or persistent gameplay effects such as bullet " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_gridmaps.po index 91b14ec7d4..5a93ef4778 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index bf0fba3560..26308634ea 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_transforms.po index 795c59996f..c558b6e228 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 19cd1266a2..f415f18780 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,13 +109,13 @@ msgid "**Mobile SoCs:**" msgstr "**mobile**" msgid "Snapdragon 888 and newer" -msgstr "" +msgstr "Snapdragon 888 et plus récent" msgid "MediaTek Dimensity 9000 and newer" msgstr "" msgid "ARM Mali-G615 and newer" -msgstr "" +msgstr "ARM Mali-G615 et plus récent" msgid "" "As of January 2023, Apple and Raspberry Pi GPUs do not support variable rate " @@ -198,7 +198,7 @@ msgid "" msgstr "" msgid "Density" -msgstr "" +msgstr "Densité" msgid "Color" msgstr "Couleur" @@ -242,7 +242,7 @@ msgid "``rgb(85, 170, 0) - #55aa00``" msgstr "" msgid "4×2" -msgstr "" +msgstr "4×2" msgid "``rgb(170, 85, 0) - #aa5500``" msgstr "" @@ -265,13 +265,14 @@ msgid "Not supported on most hardware." msgstr "" msgid "8×4" -msgstr "" +msgstr "8×4" msgid "``rgb(255, 170, 0) - #ffaa00``" msgstr "" +#, fuzzy msgid "8×8 (lowest detail)" -msgstr "" +msgstr "8×8 (détail le plus bas)" msgid "``rgb(255, 255, 0) - #ffff00``" msgstr "" @@ -344,52 +345,52 @@ msgid "Performance improvement" msgstr "Mises en garde relatives aux performances" msgid "1920×1080 (Full HD)" -msgstr "" +msgstr "1920×1080 (Full HD)" msgid "2832 FPS" -msgstr "" +msgstr "2832 FPS" msgid "3136 FPS" -msgstr "" +msgstr "3136 FPS" msgid "+10.7%" -msgstr "" +msgstr "+10.7%" msgid "2560×1440 (QHD)" -msgstr "" +msgstr "2560×1440 (QHD)" msgid "2008 FPS" -msgstr "" +msgstr "2008 FPS" msgid "2256 FPS" -msgstr "" +msgstr "2256 FPS" msgid "+12.3%" -msgstr "" +msgstr "+12.3%" msgid "3840×2160 (4K)" -msgstr "" +msgstr "3840×2160 (4K)" msgid "1236 FPS" -msgstr "" +msgstr "1236 FPS" msgid "1436 FPS" -msgstr "" +msgstr "1436 FPS" msgid "+16.2%" -msgstr "" +msgstr "+16.2%" msgid "7680×4320 (8K)" -msgstr "" +msgstr "7680×4320 (8K)" msgid "384 FPS" -msgstr "" +msgstr "384 FPS" msgid "473 FPS" -msgstr "" +msgstr "473 FPS" msgid "+23.1%" -msgstr "" +msgstr "+23.1%" msgid "" "In terms of performance improvements, variable rate shading is more " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/visibility_ranges.po index 98a8992dea..1395bba1be 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/volumetric_fog.po index d34f07ed0e..df47dd30e5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 331bfc8127..d6a288d48e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_track_types.po index bc0dba17fb..263e800004 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,7 +32,7 @@ msgid "" msgstr "" msgid "Property Track" -msgstr "" +msgstr "Propriété de piste" msgid "The most basic track type. See :ref:`doc_introduction_animation`." msgstr "" @@ -139,7 +139,7 @@ msgid "" msgstr "" msgid "Audio Playback Track" -msgstr "" +msgstr "Piste de playback audio" msgid "" "If you want to create an animation with audio, you need to create an audio " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_tree.po index d6ab6f491e..3cad59ea93 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -476,7 +476,7 @@ msgstr "" "pendant le voyage ou l'avance automatique)." msgid "For better blending" -msgstr "" +msgstr "Pour un meilleur mélange" msgid "" "In Godot 4.0+, in order for the blending results to be deterministic " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/creating_movies.po index 55c6846d61..57e0668345 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -245,7 +245,7 @@ msgid "" msgstr "" msgid "PNG" -msgstr "" +msgstr "PNG" msgid "" "PNG image sequence for video and WAV for audio. Features lossless video " @@ -344,7 +344,7 @@ msgid "" msgstr "" msgid "See also :ref:`doc_creating_movies_recording_at_higher_resolution`." -msgstr "" +msgstr "Voir aussi :ref:`doc_creating_movies_recording_at_higher_resolution`." #, fuzzy msgid "Quitting Movie Maker mode" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/cutout_animation.po index ebe0538035..77c84a95c2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/index.po index bc9c871797..b60edcd5fa 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/introduction.po index 58c10bb7d9..fea82ea6b0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/playing_videos.po index b039add6dc..0b205239d2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index b21290edca..9b302df50d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index c427f9bc56..d013e40e30 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index bd3989e6fc..5796a8e70a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 85492a57f9..893499277a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 6594f13fcd..e3aa380446 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 461afeed3e..a47332c998 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index 5aeb3f3147..374a9f0c7f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 4b791f8eec..4947de6643 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 9db77d5992..5eb0b08fb9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index dd3cf98904..984990d1c4 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index e2c091745f..fb1b579031 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -244,7 +244,7 @@ msgid "" msgstr "" msgid "**glTF**" -msgstr "" +msgstr "**glTF**" msgid "" "**Embedded Texture Handling:** Controls how textures embedded within glTF " @@ -806,7 +806,7 @@ msgstr "" "comme décrit ci-dessus)" msgid "Other than that, everything is allowed." -msgstr "Sinon, tout est permis !" +msgstr "Autrement que cela, tout est autorisé." msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 969425bb4a..36bb4042a4 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index ca9168b0fe..5a3eaac785 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index ae4ec46814..b4423a9cb1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index d1d68d0619..01218ce948 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -195,7 +195,7 @@ msgid "" msgstr "" msgid "Force > Mono" -msgstr "" +msgstr "Force > Mono" msgid "" "If enabled, forces the imported audio to be mono if the source file is " @@ -217,8 +217,9 @@ msgid "" "`doc_importing_audio_samples_best_practices` for more information." msgstr "" +#, fuzzy msgid "Edit > Trim" -msgstr "" +msgstr "Éditer > Trim" #, fuzzy msgid "" @@ -343,7 +344,7 @@ msgid "" msgstr "" msgid "BPM" -msgstr "" +msgstr "BPM" msgid "" "The Beats Per Minute of the audio track. This should match the BPM measure " @@ -360,7 +361,7 @@ msgid "" msgstr "" msgid "Beat Count" -msgstr "" +msgstr "Quantité de battements" msgid "" "The beat count of the audio track. This is only relevant for music that " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index c598a63317..167bf5c5df 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -365,7 +365,7 @@ msgid "Lossless" msgstr "Compression sans perte (Lossless)" msgid "Lossy" -msgstr "" +msgstr "Avec perte" #, fuzzy msgid "VRAM Compressed" @@ -376,7 +376,7 @@ msgid "VRAM Uncompressed" msgstr "Non compressé" msgid "Basis Universal" -msgstr "" +msgstr "Base universelle" msgid "**Description**" msgstr "**Description**" @@ -459,44 +459,44 @@ msgid "Texture size" msgstr "Limites de taille des textures" msgid "**128×128**" -msgstr "" +msgstr "**128×128**" msgid "|good| 85 KiB" -msgstr "" +msgstr "|bon| 85 KiB" msgid "|good| 21 KiB" -msgstr "" +msgstr "|bon| 21 KiB" msgid "**256×256**" -msgstr "" +msgstr "**256×256**" msgid "|good| 341 KiB" -msgstr "" +msgstr "|bon| 341 KiB" msgid "**512×512**" -msgstr "" +msgstr "**512×512**" msgid "|good| 1.33 MiB" -msgstr "" +msgstr "|bon| 1.33 MiB" msgid "**1024×1024**" -msgstr "" +msgstr "**1024×1024**" #, fuzzy msgid "|regular| 5.33 MiB" msgstr "|normal| Légère" msgid "**2048×2048**" -msgstr "" +msgstr "**2048×2048**" msgid "|bad| 21.33 MiB" -msgstr "" +msgstr "|mauvais| 21.33 MiB" msgid "**4096×4096**" -msgstr "" +msgstr "**4096×4096**" msgid "|bad| 85.33 MiB" -msgstr "" +msgstr "|mauvais| 85.33 MiB" msgid "" "In the above table, memory usage will be reduced by 25% for images that do " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 50fb36fbe5..24c6968e06 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/index.po index 02ea085c26..6a57946498 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index c7fb8a4fb3..db14602731 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,10 +65,10 @@ msgid "" msgstr "" msgid "Options for Retargeting" -msgstr "" +msgstr "Options pour le re-ciblage" msgid "Bone Map" -msgstr "" +msgstr "Carte d'os" msgid "" "When you select the Skeleton3D node in the advanced scene import menu, a " @@ -144,7 +144,7 @@ msgid "" msgstr "" msgid "Unmapped Bones" -msgstr "" +msgstr "Os sans map" msgid "Removes unmapped bone Transform tracks from the animations." msgstr "" @@ -239,8 +239,9 @@ msgid "" "therefore the Hips' height is used as the ``motion_scale``." msgstr "" +#, fuzzy msgid "Overwrite Axis" -msgstr "" +msgstr "Axe surchargé" msgid "" "Unifies the models' Bone Rests by overwriting it to match the reference " @@ -256,7 +257,7 @@ msgid "" msgstr "" msgid "Fix Silhouette" -msgstr "" +msgstr "Fixer la silhouette" msgid "" "Attempts to make the model's silhouette match that of the reference poses " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_buses.po index 6f028d48b9..a5789d9868 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_effects.po index dd167a7964..01dbd2c7d6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_streams.po index 4f15971c6c..6573ad49b6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/index.po index 87a39306cd..14f32780a8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 55877a6e4a..3e306be76f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 1776276602..d3dcf8a1b1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/text_to_speech.po index 3849336318..c63798187e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index c8adcc1570..f1ee3ab4d0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 0c532a5051..fe3e092d99 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 6a92f93d18..10035c5a01 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 798a6fde99..1171ba9bd8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/index.po index 7e9b74db85..a3f8c0ec06 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index a3dd4a947b..6f5a07547c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index f4ea0710b9..5a153e4c88 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 780420fdfa..99aa055976 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/project_organization.po index 6296577cc3..2206c7d04d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 6ea4e2bb57..bea273a5d3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -119,28 +119,26 @@ msgstr "" "Pour ce faire, il faut exposer les données, puis s'appuyer sur un contexte " "parent pour les initialiser :" -#, fuzzy msgid "" "Connect to a signal. Extremely safe, but should be used only to \"respond\" " "to behavior, not start it. By convention, signal names are usually past-" "tense verbs like \"entered\", \"skill_activated\", or \"item_collected\"." msgstr "" "Connecter à un signal. Extrêmement sûr, mais ne doit être utilisé que pour " -"\"répondre\" au comportement, pas pour le démarrer. Notez que les noms de " -"signaux sont généralement des verbes au passé comme \"entered\", " +"\"répondre\" au comportement, pas pour le démarrer. Par convention, les noms " +"de signaux sont généralement des verbes au passé comme \"entered\", " "\"skill_activated\", ou \"item_collected\"." msgid "Call a method. Used to start behavior." msgstr "Appeler une méthode. Utilisé pour démarrer le comportement." -#, fuzzy msgid "" "Initialize a :ref:`Callable ` property. Safer than a method " "as ownership of the method is unnecessary. Used to start behavior." msgstr "" -"Initialiser une propriété :ref:`FuncRef `. Plus sûr qu'une " -"méthode car la propriété de la méthode n'est pas nécessaire. Utilisé pour " -"démarrer le comportement." +"Initialiser une propriété :ref:`Callable `. Plus sûr qu'une " +"méthode car il n'est pas nécessaire d'être propriétaire de la méthode. " +"Utilisé pour démarrer le comportement." msgid "Initialize a Node or other Object reference." msgstr "Initialiser un nœud ou une autre référence d'objet." @@ -148,13 +146,12 @@ msgstr "Initialiser un nœud ou une autre référence d'objet." msgid "Initialize a NodePath." msgstr "Initialiser un Chemin de Nœud (NodePath)." -#, fuzzy msgid "" "These options hide the points of access from the child node. This in turn " "keeps the child **loosely coupled** to its environment. One can reuse it in " "another context without any extra changes to its API." msgstr "" -"Ces options cachent la source des accès au nœud enfant. Cela permet à " +"Ces options cachent les points d'accès au nœud enfant. Cela permet à " "l'enfant **d'être couplé de façon lâche** à son environnement. On peut le " "réutiliser dans un autre contexte sans aucune modification supplémentaire de " "son API." diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index e76d756d70..59ffb19833 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index c265451acf..48370ea870 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 60a61dd739..a30856b67a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -113,10 +113,10 @@ msgid "" "`." msgstr "" "Même les scripts qui n'utilisent pas le mot-clé ``extends`` héritent " -"implicitement de la classe de base du moteur :ref:`Reference " -"`. En conséquence, vous pouvez instancier des scripts sans " -"le mot-clé ``extends`` du code. Mais comme ils étendent ``Reference``, vous " -"ne pouvez pas les attacher à une classe :ref:`Node `." +"implicitement de la classe de base du moteur :ref:`RefCounted " +"`. En conséquence, vous pouvez instancier des scripts sans " +"le mot-clé ``extends`` dans le code. Mais comme ils étendent ``RefCounted``, " +"vous ne pouvez pas les attacher à une classe :ref:`Node `." msgid "Scenes" msgstr "Les scènes" @@ -133,34 +133,30 @@ msgstr "" "héritables. Créer une scène est similaire à avoir un script qui crée des " "nœuds et les ajoute comme des enfants en utilisant ``add_child()``." -#, fuzzy msgid "" "We often pair a scene with a scripted root node that makes use of the " "scene's nodes. As such, the script extends the scene by adding behavior " "through imperative code." msgstr "" "Nous couplons souvent une scène avec un nœud racine scripté qui utilise les " -"nœuds de la scène. En tant que telle, la scène est souvent une extension du " -"code déclaratif du script." +"nœuds de la scène. De cette manière, le script étend la scène en ajoutant un " +"comportement par le biais de code impératif." msgid "The content of a scene helps to define:" msgstr "Le contenu d'une scène aide à définir :" -#, fuzzy msgid "What nodes are available to the script." -msgstr "Quels nœuds sont disponibles pour le script" +msgstr "Quels nœuds sont disponibles pour le script." -#, fuzzy msgid "How they are organized." -msgstr "Comment ils sont organisés" +msgstr "Comment ils sont organisés." -#, fuzzy msgid "How they are initialized." -msgstr "Comment ils sont initialisés" +msgstr "Comment ils sont initialisés." -#, fuzzy msgid "What signal connections they have with each other." -msgstr "Quelles connections signal elles ont, les une avec les autres" +msgstr "" +"Quelles connections par signaux les scènes ont les unes avec les autres." msgid "" "Why is any of this important to scene organization? Because instances of " @@ -168,10 +164,10 @@ msgid "" "apply to written code also apply to scenes: single responsibility, " "encapsulation, and others." msgstr "" -"Pourquoi l'organisation de la scène est-elle si importante ? Parce que les " -"instances de scènes *sont* des objets. Par conséquent, de nombreux principes " -"orientés objet qui s'appliquent au code écrit s'appliquent également aux " -"scènes : responsabilité unique, encapsulation, et autres." +"Pourquoi tout cela est-il important pour l'organisation de la scène ? Parce " +"que les instances de scènes *sont* des objets. Par conséquent, de nombreux " +"principes orientés objet qui s'appliquent au code écrit s'appliquent " +"également aux scènes : responsabilité unique, encapsulation, et autres." msgid "" "The scene is *always an extension of the script attached to its root node*, " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 88ccd0a62b..af2a26d493 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -60,20 +60,18 @@ msgstr "" msgid "Command line reference" msgstr "Référence de ligne de commande" -#, fuzzy msgid "release" -msgstr "**release**" +msgstr "Version" -#, fuzzy msgid "debug" msgstr "Débogage" -#, fuzzy msgid "editor" msgstr "Éditeur" +#, fuzzy msgid "**Legend**" -msgstr "" +msgstr "**Légende**" msgid "" "|release| Available in editor builds, debug export templates and release " @@ -167,17 +165,15 @@ msgid "" "e.g. ``tcp://127.0.0.1:6007``)" msgstr "" -#, fuzzy msgid "``--quit``" -msgstr "``--quiet``" +msgstr "``--quit``" #, fuzzy msgid "|release| Quit after the first iteration." msgstr "Quitter après la première itération." -#, fuzzy msgid "``--quit-after``" -msgstr "``--quiet``" +msgstr "``--quit-after``" msgid "" "|release| Quit after the given number of iterations. Set to 0 to disable." @@ -290,7 +286,7 @@ msgstr "" "des pilotes disponibles." msgid "``--gpu-index ``" -msgstr "" +msgstr "``--gpu-index ``" msgid "" "|release| Use a specific GPU (run with ``--verbose`` to get available device " @@ -311,9 +307,8 @@ msgstr "``--audio-driver ``" msgid "|release| Pen tablet input driver." msgstr "" -#, fuzzy msgid "``--headless``" -msgstr "``--remote-fs
``" +msgstr "``--headless``" msgid "" "|release| Enable headless mode (``--display-driver headless --audio-driver " @@ -385,9 +380,8 @@ msgstr "``--frame-delay ``" msgid "|release| Request window screen." msgstr "Demander la résolution de la fenêtre." -#, fuzzy msgid "``--single-window``" -msgstr "``--no-window``" +msgstr "``--single-window``" msgid "|release| Use a single window (no separate subwindows)." msgstr "" @@ -427,27 +421,24 @@ msgstr "``--profiling``" msgid "|release| Enable profiling in the script debugger." msgstr "Activer le profilage dans le débogueur de script." -#, fuzzy msgid "``--gpu-profile``" -msgstr "``--profiling``" +msgstr "``--gpu-profile``" msgid "" "|release| Show a GPU profile of the tasks that took the most time during " "frame rendering." msgstr "" -#, fuzzy msgid "``--gpu-validation``" -msgstr "``--debug-navigation``" +msgstr "``--gpu-validation``" msgid "" "|release| Enable graphics API :ref:`validation layers " "` for debugging." msgstr "" -#, fuzzy msgid "``--gpu-abort``" -msgstr "``--quiet``" +msgstr "``--gpu-abort``" msgid "" "|debug| Abort on GPU errors (usually validation layer errors), may help see " @@ -463,9 +454,8 @@ msgid "" "``tcp://127.0.0.1:6007``)." msgstr "" -#, fuzzy msgid "``--single-threaded-scene``" -msgstr "``--render-thread ``" +msgstr "``--single-threaded-scene``" msgid "" "|release| Scene tree runs in single-threaded mode. Sub-thread groups are " @@ -479,9 +469,8 @@ msgstr "``--debug-collisions``" msgid "|debug| Show collision shapes when running the scene." msgstr "Afficher les formes de collision lors de l'exécution de la scène." -#, fuzzy msgid "``--debug-paths``" -msgstr "``--debug-navigation``" +msgstr "``--debug-paths``" #, fuzzy msgid "|debug| Show path lines when running the scene." @@ -494,17 +483,15 @@ msgstr "``--debug-navigation``" msgid "|debug| Show navigation polygons when running the scene." msgstr "Afficher les polygones de navigation lors de l'exécution de la scène." -#, fuzzy msgid "``--debug-avoidance``" -msgstr "``--debug-navigation``" +msgstr "``--debug-avoidance``" #, fuzzy msgid "|debug| Show navigation avoidance debug visuals when running the scene." msgstr "Afficher les polygones de navigation lors de l'exécution de la scène." -#, fuzzy msgid "``--debug-stringnames``" -msgstr "``--debug-collisions``" +msgstr "``--debug-stringnames``" msgid "" "|debug| Print all StringName allocations to stdout when the engine quits." @@ -529,9 +516,8 @@ msgstr "" "Forcer l'échelle de temps (plus rapide avec des valeurs plus élevées, 1.0 " "pour une vitesse normale)." -#, fuzzy msgid "``--disable-vsync``" -msgstr "``--disable-crash-handler``" +msgstr "``--disable-vsync``" msgid "" "|release| Forces disabling of vertical synchronization, even if enabled in " @@ -570,7 +556,7 @@ msgstr "" "synchronisation temps-réel." msgid "``--delta-smoothing ``" -msgstr "" +msgstr "``--delta-smoothing ``" msgid "" "|release| Enable or disable frame delta smoothing ('enable', 'disable')." @@ -635,13 +621,13 @@ msgstr "" "`tools ` doit être activée)." msgid "``--convert-3to4 [] []``" -msgstr "" +msgstr "``--convert-3to4 [] []``" msgid "|editor| Convert project from Godot 3.x to Godot 4.x." msgstr "" msgid "``--validate-conversion-3to4 [] []``" -msgstr "" +msgstr "``--validate-conversion-3to4 [] []``" msgid "" "|editor| Show what elements will be renamed when converting project from " @@ -686,7 +672,7 @@ msgid "" msgstr "" msgid "``--dump-gdextension-interface``" -msgstr "" +msgstr "``--dump-gdextension-interface``" msgid "" "|editor| Generate GDExtension header file 'gdnative_interface.h' in the " @@ -694,9 +680,8 @@ msgid "" "GDExtension." msgstr "" -#, fuzzy msgid "``--dump-extension-api``" -msgstr "``--gdnative-generate-json-api``" +msgstr "``--dump-extension-api``" msgid "" "|editor| Generate JSON dump of the Godot API for GDExtension bindings named " @@ -714,7 +699,7 @@ msgid "" msgstr "" msgid "``--benchmark``" -msgstr "" +msgstr "``--benchmark``" msgid "|editor| Benchmark the run time and print it to console." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/customizing_editor.po index a5c016498a..f0bb551c48 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 5463f6369f..0af0ef34e9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1789,7 +1789,7 @@ msgid "``tiles_editor/delete``" msgstr "``tile_map_editor/select``" msgid "Cancel" -msgstr "" +msgstr "Annuler" #, fuzzy msgid ":kbd:`Esc`" @@ -1807,7 +1807,7 @@ msgid "``tiles_editor/paint_tool``" msgstr "``tile_map_editor/paint_tile``" msgid "Line" -msgstr "" +msgstr "Ligne" #, fuzzy msgid ":kbd:`L`" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/external_editor.po index 1b1cfe4bef..059f03c57f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -100,7 +100,7 @@ msgid "``{file} --line {line} --column {col}``" msgstr "``{file} --line {line} --column {col}``" msgid "Atom" -msgstr "" +msgstr "Atom" msgid "``{file}:{line}``" msgstr "``{file}:{line}``" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/index.po index abd01b10d1..e305fb0bd3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/inspector_dock.po index ee0e6fe077..784490651b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/managing_editor_features.po index a7dfe40d79..99c229320b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_manager.po index 5258f28fe7..9e14018cc9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,7 +107,7 @@ msgid "To download a demo or template:" msgstr "Et des modèles d'exportation activés pour Mono :" msgid "Click on its title." -msgstr "" +msgstr "Cliquer sur son titre." #, fuzzy msgid "On the page that opens, click the download button." diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_settings.po index a3e691af23..cb122a0e3c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index b3556da784..f9694a5db0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,7 +40,7 @@ msgstr "" "`doc_using_the_web_editor_limitations` ci dessous." msgid "Android devices support" -msgstr "" +msgstr "Support des appareils Android" msgid "" "The Android editor requires devices running Android 5 Lollipop or higher, " @@ -51,7 +51,7 @@ msgid "Android tablets, foldables and large phones" msgstr "" msgid "Android-powered netbooks" -msgstr "" +msgstr "Netbooks gérés par Android" #, fuzzy msgid "Chromebooks supporting Android apps" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 1d57929187..60a5e7e2e2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/android_gradle_build.po index 272063c2c1..ef5c5e7867 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 038721d2a8..aeb9f8ba22 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_android.po index 7afe0fc3be..ecd5a89151 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -458,43 +458,43 @@ msgid "Encryption / Encryption Key" msgstr "" msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" -msgstr "" +msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Options / Keystore / Debug" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_DEBUG_PATH``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_DEBUG_PATH``" msgid "Options / Keystore / Debug User" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_DEBUG_USER``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_DEBUG_USER``" msgid "Options / Keystore / Debug Password" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD``" msgid "Options / Keystore / Release" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_RELEASE_PATH``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_RELEASE_PATH``" msgid "Options / Keystore / Release User" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_RELEASE_USER``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_RELEASE_USER``" msgid "Options / Keystore / Release Password" msgstr "" msgid "``GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD``" -msgstr "" +msgstr "``GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD``" msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 086832ba9f..41fca6e1f8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_ios.po index ee2d3c6539..d1be89494e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -269,19 +269,19 @@ msgid "Encryption / Encryption Key" msgstr "" msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" -msgstr "" +msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Options / Application / Provisioning Profile UUID Debug" msgstr "" msgid "``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``" -msgstr "" +msgstr "``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``" msgid "Options / Application / Provisioning Profile UUID Release" msgstr "" msgid "``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``" -msgstr "" +msgstr "``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``" msgid "Troubleshooting" msgstr "Dépannage" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_linux.po index d1128bf774..879af5268a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -77,7 +77,7 @@ msgid "Encryption / Encryption Key" msgstr "" msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" -msgstr "" +msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_macos.po index c023abe6fd..f9e5016d54 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -327,7 +327,7 @@ msgid "" msgstr "ID d'équipe, si votre ID Apple appartient à plusieurs équipes" msgid "API UUID" -msgstr "" +msgstr "API UUID" msgid "" "Apple `App Store Connect \n" "Language-Team: LANGUAGE \n" @@ -636,7 +636,7 @@ msgid "Encryption / Encryption Key" msgstr "" msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" -msgstr "" +msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 9ce33bd09c..d9891b1845 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -129,25 +129,25 @@ msgid "Encryption / Encryption Key" msgstr "" msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" -msgstr "" +msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Options / Codesign / Identity Type" msgstr "" msgid "``GODOT_WINDOWS_CODESIGN_IDENTITY_TYPE``" -msgstr "" +msgstr "``GODOT_WINDOWS_CODESIGN_IDENTITY_TYPE``" msgid "Options / Codesign / Identity" msgstr "" msgid "``GODOT_WINDOWS_CODESIGN_IDENTITY``" -msgstr "" +msgstr "``GODOT_WINDOWS_CODESIGN_IDENTITY``" msgid "Options / Codesign / Password" msgstr "" msgid "``GODOT_WINDOWS_CODESIGN_PASSWORD``" -msgstr "" +msgstr "``GODOT_WINDOWS_CODESIGN_PASSWORD``" msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_pcks.po index a2008a44ee..4545f7611c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_projects.po index 2affb0512e..f17b066be1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/feature_tags.po index 130db2a9ca..3fc3b23952 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,7 +93,7 @@ msgid "Running on Android (but not within a Web browser)" msgstr "" msgid "**bsd**" -msgstr "" +msgstr "**bsd**" msgid "Running on \\*BSD (but not within a Web browser)" msgstr "" @@ -113,7 +113,7 @@ msgid "Running on macOS (but not within a Web browser)" msgstr "" msgid "**ios**" -msgstr "" +msgstr "**ios**" msgid "Running on iOS (but not within a Web browser)" msgstr "" @@ -284,7 +284,7 @@ msgid "Running on a 32-bit WebAssembly build" msgstr "Exécution sur une version 32 bits ARM" msgid "**wasm**" -msgstr "" +msgstr "**wasm**" #, fuzzy msgid "Running on a WebAssembly build (any bitness)" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/index.po index ea5a107aa5..9015c39db2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/one-click_deploy.po index f22fcd25f4..611ce143c6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/fr/LC_MESSAGES/tutorials/export/running_on_macos.po index 0c431b25cf..c66fe5c2ba 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/index.po index 57de116553..09835c54c5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 6c4f197af3..6910706910 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/locales.po index eb1186be05..f0959d3626 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,8 +62,9 @@ msgstr "Afar" msgid "ab" msgstr "aabb" +#, fuzzy msgid "Abkhazian" -msgstr "" +msgstr "Abkhazian" #, fuzzy msgid "ace" @@ -78,35 +79,37 @@ msgid "ach" msgstr "Cache" msgid "Acoli" -msgstr "" +msgstr "Acoli" #, fuzzy msgid "ada" msgstr "aa" msgid "Adangme" -msgstr "" +msgstr "Adangme" #, fuzzy msgid "ady" msgstr "bad" +#, fuzzy msgid "Adyghe" -msgstr "" +msgstr "Adyghe" #, fuzzy msgid "ae" msgstr "Enregistrer" +#, fuzzy msgid "Avestan" -msgstr "" +msgstr "Avestan" #, fuzzy msgid "aeb" msgstr "Web" msgid "Tunisian Arabic" -msgstr "" +msgstr "Tunisien arabique" msgid "af" msgstr "af" @@ -118,22 +121,25 @@ msgstr "Afrikaans" msgid "afh" msgstr "af" +#, fuzzy msgid "Afrihili" -msgstr "" +msgstr "Afrihili" #, fuzzy msgid "agq" msgstr "Balise" +#, fuzzy msgid "Aghem" -msgstr "" +msgstr "Aghem" #, fuzzy msgid "ain" msgstr "Principal" +#, fuzzy msgid "Ainu" -msgstr "" +msgstr "Ainu" #, fuzzy msgid "agr" @@ -144,29 +150,32 @@ msgid "Aguaruna" msgstr "Aguaruna (Pérou)" msgid "ak" -msgstr "" +msgstr "ak" +#, fuzzy msgid "Akan" -msgstr "" +msgstr "Akan" msgid "akk" -msgstr "" +msgstr "akk" msgid "Akkadian" -msgstr "" +msgstr "Akkadian" msgid "akz" -msgstr "" +msgstr "akz" +#, fuzzy msgid "Alabama" -msgstr "" +msgstr "Alabama" #, fuzzy msgid "ale" msgstr "Mode mise à l'échelle" +#, fuzzy msgid "Aleut" -msgstr "" +msgstr "Aleut" #, fuzzy msgid "aln" @@ -188,8 +197,9 @@ msgstr "Sud Aymara (Pérou)" msgid "am" msgstr "Nom" +#, fuzzy msgid "Amharic" -msgstr "" +msgstr "Amharic" #, fuzzy msgid "an" @@ -225,36 +235,40 @@ msgstr "Arabe" msgid "arc" msgstr "ar" +#, fuzzy msgid "Aramaic" -msgstr "" +msgstr "Aramaic" #, fuzzy msgid "arn" msgstr "ar" +#, fuzzy msgid "Mapudungun" -msgstr "" +msgstr "Mapudungun" #, fuzzy msgid "aro" msgstr "ar" +#, fuzzy msgid "Araona" -msgstr "" +msgstr "Araona" #, fuzzy msgid "arp" msgstr "ar" +#, fuzzy msgid "Arapaho" -msgstr "" +msgstr "Arapaho" #, fuzzy msgid "arq" msgstr "ar" msgid "Algerian Arabic" -msgstr "" +msgstr "Algérien arabique" #, fuzzy msgid "ars" @@ -268,22 +282,23 @@ msgstr "Arabe" msgid "arw" msgstr "ar" +#, fuzzy msgid "Arawak" -msgstr "" +msgstr "Arawak" #, fuzzy msgid "ary" msgstr "ar" msgid "Moroccan Arabic" -msgstr "" +msgstr "Marocain arabique" #, fuzzy msgid "arz" msgstr "ar" msgid "Egyptian Arabic" -msgstr "" +msgstr "Égyptien arabique" msgid "as" msgstr "as" @@ -320,21 +335,24 @@ msgstr "Asturien (Espagne)" msgid "av" msgstr "Enregistrer" +#, fuzzy msgid "Avaric" -msgstr "" +msgstr "Avaric" msgid "avk" -msgstr "" +msgstr "avk" +#, fuzzy msgid "Kotava" -msgstr "" +msgstr "Kotava" #, fuzzy msgid "awa" msgstr "aa" +#, fuzzy msgid "Awadhi" -msgstr "" +msgstr "Awadhi" #, fuzzy msgid "ayc" @@ -353,7 +371,7 @@ msgid "Aymara" msgstr "Aymara (Pérou)" msgid "az" -msgstr "" +msgstr "az" #, fuzzy msgid "Azerbaijani" @@ -363,15 +381,17 @@ msgstr "Azerbaïdjanais (Azerbaïdjan)" msgid "ba" msgstr "bad" +#, fuzzy msgid "Bashkir" -msgstr "" +msgstr "Bashkir" #, fuzzy msgid "bal" msgstr "bad" +#, fuzzy msgid "Baluchi" -msgstr "" +msgstr "Baluchi" #, fuzzy msgid "ban" @@ -381,94 +401,93 @@ msgstr "bn" msgid "Balinese" msgstr "Lignes vides" -#, fuzzy msgid "bar" -msgstr "ar" +msgstr "bar" #, fuzzy msgid "Bavarian" msgstr "Bulgare" -#, fuzzy msgid "bas" -msgstr "as" - -msgid "Bassa" -msgstr "" +msgstr "bas" #, fuzzy +msgid "Bassa" +msgstr "Bassa" + msgid "bax" -msgstr "bad" +msgstr "bax" msgid "Bamun" -msgstr "" +msgstr "Bamun" msgid "bbc" -msgstr "" +msgstr "bbc" +#, fuzzy msgid "Batak Toba" -msgstr "" +msgstr "Batak Toba" msgid "bbj" -msgstr "" +msgstr "bbj" #, fuzzy msgid "Ghomala" -msgstr "Somalien" +msgstr "Ghomala" msgid "be" msgstr "be" +#, fuzzy msgid "Belarusian" msgstr "Biélorusse" -#, fuzzy msgid "bej" -msgstr "be" +msgstr "bej" msgid "Beja" -msgstr "" +msgstr "Beja" #, fuzzy msgid "bem" msgstr "be" msgid "Bemba" -msgstr "" +msgstr "Bemba" #, fuzzy msgid "ber" msgstr "be" msgid "Berber" -msgstr "" +msgstr "Berber" #, fuzzy msgid "bew" msgstr "be" msgid "Betawi" -msgstr "" +msgstr "Betawi" #, fuzzy msgid "bez" msgstr "be" msgid "Bena" -msgstr "" +msgstr "Bena" #, fuzzy msgid "bfd" msgstr "bad" msgid "Bafut" -msgstr "" +msgstr "Bafut" msgid "bfq" -msgstr "" +msgstr "bfq" msgid "Badaga" -msgstr "" +msgstr "Badaga" msgid "bg" msgstr "bg" @@ -476,74 +495,68 @@ msgstr "bg" msgid "Bulgarian" msgstr "Bulgare" -#, fuzzy msgid "bhb" -msgstr "bhb_IN" +msgstr "bhb" msgid "Bhili" -msgstr "" +msgstr "Bhili" -#, fuzzy msgid "bgn" -msgstr "bg" - -msgid "Western Balochi" -msgstr "" +msgstr "bgn" #, fuzzy +msgid "Western Balochi" +msgstr "Balochi de l'Ouest" + msgid "bho" -msgstr "bo" +msgstr "bho" #, fuzzy msgid "Bhojpuri" msgstr "Bhojpuri (Inde)" msgid "bi" -msgstr "" +msgstr "bi" #, fuzzy msgid "Bislama" msgstr "Bislama (Tuvalu)" msgid "bik" -msgstr "" +msgstr "bik" msgid "Bikol" -msgstr "" +msgstr "bikol" -#, fuzzy msgid "bin" -msgstr "bn" +msgstr "bin" msgid "Bini" -msgstr "" +msgstr "bini" -#, fuzzy msgid "bjn" -msgstr "bn" +msgstr "bjn" msgid "Banjar" -msgstr "" +msgstr "Banjar" msgid "bkm" -msgstr "" +msgstr "bkm" -#, fuzzy msgid "Kom" -msgstr "om" +msgstr "Kom" -#, fuzzy msgid "bla" -msgstr "black" +msgstr "bla" msgid "Siksika" -msgstr "" +msgstr "Siksika" msgid "bm" -msgstr "" +msgstr "bm" msgid "Bambara" -msgstr "" +msgstr "Bambara" msgid "bn" msgstr "bn" @@ -558,83 +571,82 @@ msgid "Tibetan" msgstr "Tibétain" msgid "bpy" -msgstr "" +msgstr "bpy" +#, fuzzy msgid "Bishnupriya" -msgstr "" +msgstr "Bishnupriya" msgid "bqi" -msgstr "" +msgstr "bqi" +#, fuzzy msgid "Bakhtiari" -msgstr "" +msgstr "Bakhtiari" msgid "br" -msgstr "" +msgstr "br" +#, fuzzy msgid "Breton" -msgstr "" +msgstr "Breton" msgid "brh" -msgstr "" - -msgid "Brahui" -msgstr "" +msgstr "brh" #, fuzzy -msgid "brx" -msgstr "brx_IN" +msgid "Brahui" +msgstr "Brahui" +msgid "brx" +msgstr "brx" + +#, fuzzy msgid "Bodo" -msgstr "" +msgstr "Bodo" msgid "bs" -msgstr "" +msgstr "bs" -#, fuzzy msgid "Bosnian" -msgstr "Estonien" +msgstr "Bosnian" -#, fuzzy msgid "bss" -msgstr "basis" +msgstr "bss" msgid "Akoose" -msgstr "" +msgstr "Akoose" -#, fuzzy msgid "bua" -msgstr "bad" +msgstr "bua" msgid "Buriat" -msgstr "" +msgstr "Buriat" -#, fuzzy msgid "bug" -msgstr "bg" +msgstr "bug" -#, fuzzy msgid "Buginese" -msgstr "Chinois" +msgstr "Buginese" msgid "bum" -msgstr "" - -msgid "Bulu" -msgstr "" +msgstr "bum" #, fuzzy +msgid "Bulu" +msgstr "Bulu" + msgid "byn" -msgstr "bn" +msgstr "byn" msgid "Bilin" -msgstr "" +msgstr "Bilin" msgid "byv" -msgstr "" +msgstr "byv" msgid "Medumba" -msgstr "" +msgstr "Medumba" msgid "ca" msgstr "ca" @@ -647,36 +659,39 @@ msgid "cad" msgstr "ca" msgid "Caddo" -msgstr "" +msgstr "Caddo" #, fuzzy msgid "car" msgstr "ar" +#, fuzzy msgid "Carib" -msgstr "" +msgstr "Carib" #, fuzzy msgid "cay" msgstr "ca" +#, fuzzy msgid "Cayuga" -msgstr "" +msgstr "Cayuga" +#, fuzzy msgid "cch" -msgstr "" +msgstr "cch" msgid "Atsam" -msgstr "" +msgstr "Atsam" msgid "ccp" -msgstr "" +msgstr "ccp" msgid "Chakma" -msgstr "" +msgstr "Chakma" msgid "ce" -msgstr "" +msgstr "ce" #, fuzzy msgid "Chechen" @@ -687,84 +702,84 @@ msgid "ceb" msgstr "Web" msgid "Cebuano" -msgstr "" +msgstr "Cebuano" msgid "cgg" -msgstr "" +msgstr "cgg" msgid "Chiga" -msgstr "" +msgstr "Chiga" msgid "ch" -msgstr "" +msgstr "ch" msgid "Chamorro" -msgstr "" +msgstr "Chamorro" msgid "chb" -msgstr "" +msgstr "chb" msgid "Chibcha" -msgstr "" +msgstr "Chibcha" msgid "chg" -msgstr "" +msgstr "chg" msgid "Chagatai" -msgstr "" +msgstr "Chagatai" msgid "chk" -msgstr "" +msgstr "chk" msgid "Chuukese" -msgstr "" +msgstr "Chuukese" msgid "chm" -msgstr "" +msgstr "chm" msgid "Mari" -msgstr "" +msgstr "Mari" msgid "chn" -msgstr "" +msgstr "chn" msgid "Chinook Jargon" -msgstr "" +msgstr "Chinook Jargon" #, fuzzy msgid "cho" msgstr "sco" msgid "Choctaw" -msgstr "" +msgstr "Choctaw" msgid "chp" -msgstr "" +msgstr "chp" msgid "Chipewyan" -msgstr "" +msgstr "Chipewyan" #, fuzzy msgid "chr" msgstr "hr" msgid "Cherokee" -msgstr "" +msgstr "Cherokee" msgid "chy" -msgstr "" +msgstr "chy" msgid "Cheyenne" -msgstr "" +msgstr "Cheyenne" msgid "cic" -msgstr "" +msgstr "cic" msgid "Chickasaw" -msgstr "" +msgstr "Chickasaw" msgid "ckb" -msgstr "" +msgstr "ckb" #, fuzzy msgid "Central Kurdish" @@ -791,27 +806,27 @@ msgid "co" msgstr "sco" msgid "Corsican" -msgstr "" +msgstr "Corsican" #, fuzzy msgid "cop" msgstr "sco" msgid "Coptic" -msgstr "" +msgstr "Coptic" #, fuzzy msgid "cps" msgstr "cs" msgid "Capiznon" -msgstr "" +msgstr "Capiznon" msgid "cr" -msgstr "" +msgstr "cr" msgid "Cree" -msgstr "" +msgstr "Cree" #, fuzzy msgid "crh" @@ -826,7 +841,7 @@ msgid "crs" msgstr "cs" msgid "Seselwa Creole French" -msgstr "" +msgstr "Seselwa Créole français" msgid "cs" msgstr "cs" @@ -835,23 +850,24 @@ msgid "Czech" msgstr "Tchèque" msgid "cu" -msgstr "" +msgstr "cu" +#, fuzzy msgid "Church Slavic" -msgstr "" +msgstr "Église slave" msgid "cv" -msgstr "" +msgstr "cv" #, fuzzy msgid "Chuvash" msgstr "Chuvash (Russie)" msgid "cy" -msgstr "" +msgstr "cy" msgid "Welsh" -msgstr "" +msgstr "Welsh" msgid "da" msgstr "da" @@ -864,21 +880,21 @@ msgid "dak" msgstr "da" msgid "Dakota" -msgstr "" +msgstr "Dakota" #, fuzzy msgid "dar" msgstr "ar" msgid "Dargwa" -msgstr "" +msgstr "Dargwa" #, fuzzy msgid "dav" msgstr "da" msgid "Taita" -msgstr "" +msgstr "Taita" msgid "de" msgstr "de" @@ -899,34 +915,34 @@ msgid "den" msgstr "en" msgid "Slave" -msgstr "" +msgstr "Slave" msgid "dgr" -msgstr "" +msgstr "dgr" msgid "Dogrib" -msgstr "" +msgstr "Dogrib" #, fuzzy msgid "din" msgstr "Ombrage" msgid "Dinka" -msgstr "" +msgstr "Dinka" #, fuzzy msgid "dje" msgstr "de" msgid "Zarma" -msgstr "" +msgstr "Zarma" #, fuzzy msgid "doi" msgstr "doi_IN" msgid "Dogri" -msgstr "" +msgstr "Dogri" #, fuzzy msgid "dsb" @@ -937,97 +953,98 @@ msgid "Lower Sorbian" msgstr "Serbe" msgid "dtp" -msgstr "" +msgstr "dtp" msgid "Central Dusun" -msgstr "" +msgstr "Central Dusun" #, fuzzy msgid "dua" msgstr "da" msgid "Duala" -msgstr "" +msgstr "Duala" msgid "dum" -msgstr "" +msgstr "dum" #, fuzzy msgid "Middle Dutch" msgstr "Middle_Distal" msgid "dv" -msgstr "" +msgstr "dv" msgid "Dhivehi" -msgstr "" +msgstr "Dhivehi" msgid "dyo" -msgstr "" +msgstr "dyo" msgid "Jola-Fonyi" -msgstr "" +msgstr "Jola-Fonyi" msgid "dyu" -msgstr "" +msgstr "dyu" msgid "Dyula" -msgstr "" +msgstr "Dyula" msgid "dz" -msgstr "" +msgstr "dz" #, fuzzy msgid "Dzongkha" msgstr "Dzongkha (Bhoutan)" msgid "dzg" -msgstr "" +msgstr "dzg" msgid "Dazaga" -msgstr "" +msgstr "Dazaga" #, fuzzy msgid "ebu" msgstr "eu" msgid "Embu" -msgstr "" +msgstr "Embu" #, fuzzy msgid "ee" msgstr "Seek" msgid "Ewe" -msgstr "" +msgstr "Ewe" #, fuzzy msgid "efi" msgstr "fi" msgid "Efik" -msgstr "" +msgstr "Efik" #, fuzzy msgid "egl" msgstr "el" msgid "Emilian" -msgstr "" +msgstr "Emilian" #, fuzzy msgid "egy" msgstr "Clé" +#, fuzzy msgid "Ancient Egyptian" -msgstr "" +msgstr "Ancient Egyptian" #, fuzzy msgid "eka" msgstr "ka" msgid "Ekajuk" -msgstr "" +msgstr "Ekajuk" msgid "el" msgstr "el" @@ -1040,7 +1057,7 @@ msgid "elx" msgstr "el" msgid "Elamite" -msgstr "" +msgstr "Elamite" msgid "en" msgstr "en" @@ -1072,8 +1089,9 @@ msgstr "Espagnol" msgid "esu" msgstr "es" +#, fuzzy msgid "Central Yupik" -msgstr "" +msgstr "Central Yupik" msgid "et" msgstr "et" @@ -1092,14 +1110,14 @@ msgid "ewo" msgstr "eo" msgid "Ewondo" -msgstr "" +msgstr "Ewondo" #, fuzzy msgid "ext" msgstr "et" msgid "Extremaduran" -msgstr "" +msgstr "Extremaduran" msgid "fa" msgstr "fa" @@ -1112,20 +1130,20 @@ msgid "fan" msgstr "fa" msgid "Fang" -msgstr "" +msgstr "Fang" #, fuzzy msgid "fat" msgstr "fa" msgid "Fanti" -msgstr "" +msgstr "Fanti" msgid "ff" -msgstr "" +msgstr "ff" msgid "Fulah" -msgstr "" +msgstr "Fulah" msgid "fi" msgstr "fi" @@ -1144,20 +1162,20 @@ msgid "fit" msgstr "fi" msgid "Tornedalen Finnish" -msgstr "" +msgstr "Tornedalen Finnish" msgid "fj" -msgstr "" +msgstr "fj" msgid "Fijian" -msgstr "" +msgstr "Fijian" #, fuzzy msgid "fo" msgstr "for" msgid "Faroese" -msgstr "" +msgstr "Faroese" #, fuzzy msgid "fon" @@ -1202,14 +1220,14 @@ msgid "frp" msgstr "fr" msgid "Arpitan" -msgstr "" +msgstr "Arpitan" #, fuzzy msgid "frr" msgstr "fr" msgid "Northern Frisian" -msgstr "" +msgstr "Northern Frisian" #, fuzzy msgid "frs" @@ -1228,7 +1246,7 @@ msgid "Friulian" msgstr "Frioulane (Italie)" msgid "fy" -msgstr "" +msgstr "fy" #, fuzzy msgid "Western Frisian" @@ -1245,14 +1263,14 @@ msgid "gaa" msgstr "aa" msgid "Ga" -msgstr "" +msgstr "Ga" #, fuzzy msgid "gag" msgstr "ga" msgid "Gagauz" -msgstr "" +msgstr "Gagauz" #, fuzzy msgid "gan" @@ -1267,20 +1285,20 @@ msgid "gay" msgstr "gray" msgid "Gayo" -msgstr "" +msgstr "Gayo" #, fuzzy msgid "gba" msgstr "ga" msgid "Gbaya" -msgstr "" +msgstr "Gbaya" msgid "gbz" -msgstr "" +msgstr "gbz" msgid "Zoroastrian Dari" -msgstr "" +msgstr "Zoroastrian Dari" #, fuzzy msgid "gd" @@ -1295,144 +1313,144 @@ msgid "gez" msgstr "gez_ER" msgid "Geez" -msgstr "" +msgstr "Geez" #, fuzzy msgid "gil" msgstr "fil" msgid "Gilbertese" -msgstr "" +msgstr "Gilbertese" msgid "gl" -msgstr "" +msgstr "gl" #, fuzzy msgid "Galician" msgstr "Galicien (Espagne)" msgid "glk" -msgstr "" +msgstr "glk" msgid "Gilaki" -msgstr "" +msgstr "Gilaki" msgid "gmh" -msgstr "" +msgstr "gmh" msgid "Middle High German" -msgstr "" +msgstr "Middle High German" #, fuzzy msgid "gn" msgstr "Signe" msgid "Guarani" -msgstr "" +msgstr "Guarani" msgid "goh" -msgstr "" +msgstr "goh" msgid "Old High German" -msgstr "" +msgstr "Old High German" #, fuzzy msgid "gom" msgstr "om" msgid "Goan Konkani" -msgstr "" +msgstr "Goan Konkani" msgid "gon" -msgstr "" +msgstr "gon" msgid "Gondi" -msgstr "" +msgstr "Gondi" #, fuzzy msgid "gor" msgstr "for" msgid "Gorontalo" -msgstr "" +msgstr "Gorontalo" msgid "got" -msgstr "" +msgstr "got" msgid "Gothic" -msgstr "" +msgstr "Gothic" msgid "grb" -msgstr "" +msgstr "grb" msgid "Grebo" -msgstr "" +msgstr "Grebo" msgid "grc" -msgstr "" +msgstr "grc" msgid "Ancient Greek" -msgstr "" +msgstr "Grec ancien" msgid "gsw" -msgstr "" +msgstr "gsw" #, fuzzy msgid "Swiss German" msgstr "Allemand" msgid "gu" -msgstr "" +msgstr "gu" #, fuzzy msgid "Gujarati" msgstr "Gujarati (Inde)" msgid "guc" -msgstr "" +msgstr "guc" msgid "Wayuu" -msgstr "" +msgstr "Wayuu" #, fuzzy msgid "gur" msgstr "ur" msgid "Frafra" -msgstr "" +msgstr "Frafra" #, fuzzy msgid "guz" msgstr "uz" msgid "Gusii" -msgstr "" +msgstr "Gusii" msgid "gv" -msgstr "" +msgstr "gv" msgid "Manx" -msgstr "" +msgstr "Manx" msgid "gwi" -msgstr "" +msgstr "gwi" msgid "Gwichʼin" -msgstr "" +msgstr "Gwichʼin" #, fuzzy msgid "ha" msgstr "Thaï" msgid "Hausa" -msgstr "" +msgstr "Hausa" #, fuzzy msgid "hai" msgstr "Thaï" msgid "Haida" -msgstr "" +msgstr "Haida" #, fuzzy msgid "hak" @@ -1447,10 +1465,10 @@ msgid "haw" msgstr "Ombres" msgid "Hawaiian" -msgstr "" +msgstr "Hawaiian" msgid "he, iw" -msgstr "" +msgstr "he, iw" msgid "Hebrew" msgstr "hébreu" @@ -1474,26 +1492,26 @@ msgid "hil" msgstr "hi" msgid "Hiligaynon" -msgstr "" +msgstr "Hiligaynon" #, fuzzy msgid "hit" msgstr "hi" msgid "Hittite" -msgstr "" +msgstr "Hittite" msgid "hmn" -msgstr "" +msgstr "hmn" msgid "Hmong" -msgstr "" +msgstr "Hmong" msgid "ho" -msgstr "" +msgstr "ho" msgid "Hiri Motu" -msgstr "" +msgstr "Hiri Motu" #, fuzzy msgid "hne" @@ -1518,14 +1536,14 @@ msgid "Upper Sorbian" msgstr "Sorabe supérieur (Allemagne)" msgid "hsn" -msgstr "" +msgstr "hsn" #, fuzzy msgid "Xiang Chinese" msgstr "Chinois" msgid "ht" -msgstr "" +msgstr "ht" #, fuzzy msgid "Haitian" @@ -1542,7 +1560,7 @@ msgid "hup" msgstr "hu" msgid "Hupa" -msgstr "" +msgstr "Hupa" #, fuzzy msgid "hus" @@ -1553,20 +1571,20 @@ msgid "Huastec" msgstr "Coller" msgid "hy" -msgstr "" +msgstr "hy" #, fuzzy msgid "Armenian" msgstr "Roumain" msgid "hz" -msgstr "" +msgstr "hz" msgid "Herero" -msgstr "" +msgstr "Herero" msgid "ia" -msgstr "" +msgstr "ia" #, fuzzy msgid "Interlingua" @@ -1577,16 +1595,17 @@ msgid "iba" msgstr "bad" msgid "Iban" -msgstr "" +msgstr "Iban" +#, fuzzy msgid "ibb" -msgstr "" +msgstr "ibb" msgid "Ibibio" -msgstr "" +msgstr "Ibibio" msgid "id, in" -msgstr "" +msgstr "id, in" msgid "Indonesian" msgstr "Indonésien" @@ -1604,17 +1623,17 @@ msgid "ig" msgstr "Signe" msgid "Igbo" -msgstr "" +msgstr "Igbo" msgid "ii" -msgstr "" +msgstr "ii" #, fuzzy msgid "Sichuan Yi" msgstr "Lituanien" msgid "ik" -msgstr "" +msgstr "ik" #, fuzzy msgid "Inupiaq" @@ -1625,20 +1644,20 @@ msgid "ilo" msgstr "fil" msgid "Iloko" -msgstr "" +msgstr "Iloko" #, fuzzy msgid "inh" msgstr "Finlandais" msgid "Ingush" -msgstr "" +msgstr "Ingush" msgid "io" -msgstr "" +msgstr "io" msgid "Ido" -msgstr "" +msgstr "Ido" msgid "is" msgstr "is" @@ -1653,7 +1672,7 @@ msgid "Italian" msgstr "Italien" msgid "iu" -msgstr "" +msgstr "iu" #, fuzzy msgid "Inuktitut" @@ -1678,26 +1697,26 @@ msgid "jam" msgstr "ja" msgid "Jamaican Creole English" -msgstr "" +msgstr "Jamaican Créole anglais" #, fuzzy msgid "jbo" msgstr "bo" msgid "Lojban" -msgstr "" +msgstr "Lojban" msgid "jgo" -msgstr "" +msgstr "jgo" msgid "Ngomba" -msgstr "" +msgstr "Ngomba" msgid "jmc" -msgstr "" +msgstr "jmc" msgid "Machame" -msgstr "" +msgstr "Machame" #, fuzzy msgid "jpr" @@ -1708,7 +1727,7 @@ msgid "Judeo-Persian" msgstr "Persan" msgid "jrb" -msgstr "" +msgstr "jrb" #, fuzzy msgid "Judeo-Arabic" @@ -1719,10 +1738,10 @@ msgid "jut" msgstr "juste" msgid "Jutish" -msgstr "" +msgstr "Jutish" msgid "jv" -msgstr "" +msgstr "jv" #, fuzzy msgid "Javanese" @@ -1739,14 +1758,14 @@ msgid "kaa" msgstr "aa" msgid "Kara-Kalpak" -msgstr "" +msgstr "Kara-Kalpak" #, fuzzy msgid "kab" msgstr "ka" msgid "Kabyle" -msgstr "" +msgstr "Kabyle" #, fuzzy msgid "kac" @@ -1761,87 +1780,87 @@ msgid "kaj" msgstr "ka" msgid "Jju" -msgstr "" +msgstr "Jju" #, fuzzy msgid "kam" msgstr "ka" msgid "Kamba" -msgstr "" +msgstr "Kamba" #, fuzzy msgid "kaw" msgstr "ka" msgid "Kawi" -msgstr "" +msgstr "Kawi" #, fuzzy msgid "kbd" msgstr "bad" msgid "Kabardian" -msgstr "" +msgstr "Kabardian" msgid "kbl" -msgstr "" +msgstr "kbl" msgid "Kanembu" -msgstr "" +msgstr "Kanembu" msgid "kcg" -msgstr "" +msgstr "kcg" msgid "Tyap" -msgstr "" +msgstr "Tyap" #, fuzzy msgid "kde" msgstr "de" msgid "Makonde" -msgstr "" +msgstr "Makonde" #, fuzzy msgid "kea" msgstr "ka" msgid "Kabuverdianu" -msgstr "" +msgstr "Kabuverdianu" #, fuzzy msgid "ken" msgstr "en" msgid "Kenyang" -msgstr "" +msgstr "Kenyang" #, fuzzy msgid "kfo" msgstr "ko" msgid "Koro" -msgstr "" +msgstr "Koro" msgid "kg" -msgstr "" +msgstr "kg" msgid "Kongo" -msgstr "" +msgstr "Kongo" msgid "kgp" -msgstr "" +msgstr "kgp" msgid "Kaingang" -msgstr "" +msgstr "Kaingang" #, fuzzy msgid "kha" msgstr "ka" msgid "Khasi" -msgstr "" +msgstr "Khasi" #, fuzzy msgid "kho" @@ -1852,76 +1871,77 @@ msgid "Khotanese" msgstr "Chinois" msgid "khq" -msgstr "" +msgstr "khq" msgid "Koyra Chiini" -msgstr "" +msgstr "Koyra Chiini" msgid "khw" -msgstr "" +msgstr "khw" msgid "Khowar" -msgstr "" +msgstr "Khowar" msgid "ki" -msgstr "" +msgstr "ki" msgid "Kikuyu" -msgstr "" +msgstr "Kikuyu" #, fuzzy msgid "kiu" msgstr "ku" msgid "Kirmanjki" -msgstr "" +msgstr "Kirmanjki" msgid "kj" -msgstr "" +msgstr "kj" msgid "Kuanyama" -msgstr "" +msgstr "Kuanyama" msgid "kk" -msgstr "" +msgstr "kk" msgid "Kazakh" -msgstr "" +msgstr "Kazakh" msgid "kkj" -msgstr "" +msgstr "kkj" msgid "Kako" -msgstr "" +msgstr "Kako" msgid "kl" -msgstr "" +msgstr "kl" #, fuzzy msgid "Kalaallisut" msgstr "Kalaallisut (Groenland)" msgid "kln" -msgstr "" +msgstr "kln" msgid "Kalenjin" -msgstr "" +msgstr "Kalenjin" +#, fuzzy msgid "km" -msgstr "" +msgstr "km" #, fuzzy msgid "Central Khmer" msgstr "Khmer central (Cambodge)" msgid "kmb" -msgstr "" +msgstr "kmb" msgid "Kimbundu" -msgstr "" +msgstr "Kimbundu" msgid "kn" -msgstr "" +msgstr "kn" #, fuzzy msgid "Kannada" @@ -1938,7 +1958,7 @@ msgid "koi" msgstr "ko" msgid "Komi-Permyak" -msgstr "" +msgstr "Komi-Permyak" #, fuzzy msgid "kok" @@ -1953,42 +1973,42 @@ msgid "kos" msgstr "ko" msgid "Kosraean" -msgstr "" +msgstr "Kosraean" #, fuzzy msgid "kpe" msgstr "clé" msgid "Kpelle" -msgstr "" +msgstr "Kpelle" msgid "kr" -msgstr "" +msgstr "kr" msgid "Kanuri" -msgstr "" +msgstr "Kanuri" msgid "krc" -msgstr "" +msgstr "krc" msgid "Karachay-Balkar" -msgstr "" +msgstr "Karachay-Balkar" #, fuzzy msgid "kri" msgstr "rid" msgid "Krio" -msgstr "" +msgstr "Krio" msgid "krj" -msgstr "" +msgstr "krj" msgid "Kinaray-a" -msgstr "" +msgstr "Kinaray-a" msgid "krl" -msgstr "" +msgstr "krl" #, fuzzy msgid "Karelian" @@ -1999,7 +2019,7 @@ msgid "kru" msgstr "ku" msgid "Kurukh" -msgstr "" +msgstr "Kurukh" #, fuzzy msgid "ks" @@ -2010,16 +2030,16 @@ msgid "Kashmiri" msgstr "Cachemire (Inde)" msgid "ksb" -msgstr "" +msgstr "ksb" msgid "Shambala" -msgstr "" +msgstr "Shambala" msgid "ksf" -msgstr "" +msgstr "ksf" msgid "Bafia" -msgstr "" +msgstr "Bafia" #, fuzzy msgid "ksh" @@ -2040,23 +2060,23 @@ msgid "kum" msgstr "ku" msgid "Kumyk" -msgstr "" +msgstr "Kumyk" #, fuzzy msgid "kut" msgstr "ku" msgid "Kutenai" -msgstr "" +msgstr "Kutenai" msgid "kv" -msgstr "" +msgstr "kv" msgid "Komi" -msgstr "" +msgstr "Komi" msgid "kw" -msgstr "" +msgstr "kw" #, fuzzy msgid "Cornish" @@ -2067,7 +2087,7 @@ msgid "ky" msgstr "clé" msgid "Kirghiz" -msgstr "" +msgstr "Kirghiz" #, fuzzy msgid "lag" @@ -2094,10 +2114,10 @@ msgid "Ladino" msgstr "Ombrage" msgid "lah" -msgstr "" +msgstr "lah" msgid "Lahnda" -msgstr "" +msgstr "Lahnda" #, fuzzy msgid "lam" @@ -2108,29 +2128,29 @@ msgid "Lamba" msgstr "Lambda" msgid "lb" -msgstr "" +msgstr "lb" #, fuzzy msgid "Luxembourgish" msgstr "luxembourgeois (Luxembourg)" msgid "lez" -msgstr "" +msgstr "lez" msgid "Lezghian" -msgstr "" +msgstr "Lezghian" msgid "lfn" -msgstr "" +msgstr "lfn" msgid "Lingua Franca Nova" -msgstr "" +msgstr "Lingua Franca Nova" msgid "lg" -msgstr "" +msgstr "lg" msgid "Ganda" -msgstr "" +msgstr "Ganda" #, fuzzy msgid "li" @@ -2161,16 +2181,16 @@ msgid "lkt" msgstr "lt" msgid "Lakota" -msgstr "" +msgstr "Lakota" msgid "lmo" -msgstr "" +msgstr "lmo" msgid "Lombard" -msgstr "" +msgstr "Lombard" msgid "ln" -msgstr "" +msgstr "ln" #, fuzzy msgid "Lingala" @@ -2181,32 +2201,33 @@ msgid "lo" msgstr "Luisance" msgid "Lao" -msgstr "" +msgstr "Lao" #, fuzzy msgid "lol" msgstr "fin de vie" msgid "Mongo" -msgstr "" +msgstr "Mongo" msgid "lou" -msgstr "" +msgstr "lou" +#, fuzzy msgid "Louisiana Creole" -msgstr "" +msgstr "Créole louisiana" msgid "loz" -msgstr "" +msgstr "loz" msgid "Lozi" -msgstr "" +msgstr "Lozi" msgid "lrc" -msgstr "" +msgstr "lrc" msgid "Northern Luri" -msgstr "" +msgstr "Northern Luri" msgid "lt" msgstr "lt" @@ -2227,46 +2248,46 @@ msgid "lu" msgstr "blue" msgid "Luba-Katanga" -msgstr "" +msgstr "Luba-Katanga" msgid "lua" -msgstr "" +msgstr "lua" msgid "Luba-Lulua" -msgstr "" +msgstr "Luba-Lulua" #, fuzzy msgid "lui" msgstr "Extensions" msgid "Luiseno" -msgstr "" +msgstr "Luiseno" #, fuzzy msgid "lun" msgstr "Exécution" msgid "Lunda" -msgstr "" +msgstr "Lunda" msgid "luo" -msgstr "" +msgstr "luo" msgid "Luo" -msgstr "" +msgstr "Luo" #, fuzzy msgid "lus" msgstr "Extensions" msgid "Mizo" -msgstr "" +msgstr "Mizo" msgid "luy" -msgstr "" +msgstr "luy" msgid "Luyia" -msgstr "" +msgstr "Luyia" msgid "lv" msgstr "lv" @@ -2283,10 +2304,10 @@ msgid "Literary Chinese" msgstr "Chinois littéraire (Taiwan)" msgid "lzz" -msgstr "" +msgstr "lzz" msgid "Laz" -msgstr "" +msgstr "Laz" #, fuzzy msgid "mad" @@ -2301,7 +2322,7 @@ msgid "maf" msgstr "af" msgid "Mafa" -msgstr "" +msgstr "Mafa" #, fuzzy msgid "mag" @@ -2324,7 +2345,7 @@ msgid "mak" msgstr "mk" msgid "Makasar" -msgstr "" +msgstr "Makasar" #, fuzzy msgid "man" @@ -2339,23 +2360,23 @@ msgid "mas" msgstr "ms" msgid "Masai" -msgstr "" +msgstr "Masai" #, fuzzy msgid "mde" msgstr "de" msgid "Maba" -msgstr "" +msgstr "Maba" msgid "mdf" -msgstr "" +msgstr "mdf" msgid "Moksha" -msgstr "" +msgstr "Moksha" msgid "mdr" -msgstr "" +msgstr "mdr" #, fuzzy msgid "Mandar" @@ -2366,23 +2387,23 @@ msgid "men" msgstr "en" msgid "Mende" -msgstr "" +msgstr "Mende" #, fuzzy msgid "mer" msgstr "Caméra" msgid "Meru" -msgstr "" +msgstr "Meru" msgid "mfe" -msgstr "" +msgstr "mfe" msgid "Morisyen" -msgstr "" +msgstr "Morisyen" msgid "mg" -msgstr "" +msgstr "mg" #, fuzzy msgid "Malagasy" @@ -2397,22 +2418,22 @@ msgid "Middle Irish" msgstr "Middle_Distal" msgid "mgh" -msgstr "" +msgstr "mgh" msgid "Makhuwa-Meetto" -msgstr "" +msgstr "Makhuwa-Meetto" msgid "mgo" -msgstr "" +msgstr "mgo" msgid "Metaʼ" -msgstr "" +msgstr "Metaʼ" msgid "mh" -msgstr "" +msgstr "mh" msgid "Marshallese" -msgstr "" +msgstr "Marshallese" #, fuzzy msgid "mhr" @@ -2426,34 +2447,34 @@ msgid "mi" msgstr "mi" msgid "Māori" -msgstr "" +msgstr "Māori" #, fuzzy msgid "mic" msgstr "mi" msgid "Mi'kmaq" -msgstr "" +msgstr "Mi'kmaq" #, fuzzy msgid "min" msgstr "mi" msgid "Minangkabau" -msgstr "" +msgstr "Minangkabau" #, fuzzy msgid "miq" msgstr "mi" msgid "Mískito" -msgstr "" +msgstr "Mískito" msgid "mjw" -msgstr "" +msgstr "mjw" msgid "Karbi" -msgstr "" +msgstr "Karbi" msgid "mk" msgstr "mk" @@ -2468,17 +2489,17 @@ msgid "Malayalam" msgstr "Malayalam" msgid "mn" -msgstr "" +msgstr "mn" #, fuzzy msgid "Mongolian" msgstr "Mongol (Mongolie)" msgid "mnc" -msgstr "" +msgstr "mnc" msgid "Manchu" -msgstr "" +msgstr "Manchu" #, fuzzy msgid "mni" @@ -2489,33 +2510,33 @@ msgid "Manipuri" msgstr "Manipuri (Inde)" msgid "mnw" -msgstr "" +msgstr "mnw" msgid "Mon" -msgstr "" +msgstr "Mon" #, fuzzy msgid "mos" msgstr "ms" msgid "Mossi" -msgstr "" +msgstr "Mossi" msgid "moh" -msgstr "" +msgstr "moh" msgid "Mohawk" -msgstr "" +msgstr "Mohawk" msgid "mr" -msgstr "" +msgstr "mr" #, fuzzy msgid "Marathi" msgstr "Marathi (Inde)" msgid "mrj" -msgstr "" +msgstr "mrj" #, fuzzy msgid "Western Mari" @@ -2538,72 +2559,72 @@ msgid "mua" msgstr "max" msgid "Mundang" -msgstr "" +msgstr "Mundang" #, fuzzy msgid "mus" msgstr "ms" msgid "Muscogee" -msgstr "" +msgstr "Muscogee" #, fuzzy msgid "mwl" msgstr "ml" msgid "Mirandese" -msgstr "" +msgstr "Mirandese" msgid "mwr" -msgstr "" +msgstr "mwr" msgid "Marwari" -msgstr "" +msgstr "Marwari" msgid "mwv" -msgstr "" +msgstr "mwv" msgid "Mentawai" -msgstr "" +msgstr "Mentawai" msgid "my" -msgstr "" +msgstr "my" msgid "Burmese" -msgstr "" +msgstr "Burmese" msgid "mye" -msgstr "" +msgstr "mye" msgid "Myene" -msgstr "" +msgstr "myene" #, fuzzy msgid "myv" msgstr "myv_RU" msgid "Erzya" -msgstr "" +msgstr "Erzya" msgid "mzn" -msgstr "" +msgstr "mzn" msgid "Mazanderani" -msgstr "" +msgstr "Mazanderani" #, fuzzy msgid "na" msgstr "Nom" msgid "Nauru" -msgstr "" +msgstr "Nauru" #, fuzzy msgid "nah" msgstr "nah_MX" msgid "Nahuatl" -msgstr "" +msgstr "Nahuatl" #, fuzzy msgid "nan" @@ -2618,16 +2639,16 @@ msgid "nap" msgstr "pap" msgid "Neapolitan" -msgstr "" +msgstr "Neapolitan" msgid "naq" -msgstr "" +msgstr "naq" msgid "Nama" -msgstr "" +msgstr "Nama" msgid "nb, no" -msgstr "" +msgstr "nb, no" msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" @@ -2637,7 +2658,7 @@ msgid "nd" msgstr "et" msgid "North Ndebele" -msgstr "" +msgstr "North Ndebele" #, fuzzy msgid "nds" @@ -2656,10 +2677,10 @@ msgid "Nepali" msgstr "Népalais (Népal)" msgid "new" -msgstr "" +msgstr "new" msgid "Newari" -msgstr "" +msgstr "Newari" #, fuzzy msgid "nhn" @@ -2670,16 +2691,16 @@ msgid "Central Nahuatl" msgstr "Nahuatl central (Mexique)" msgid "ng" -msgstr "" +msgstr "ng" msgid "Ndonga" -msgstr "" +msgstr "Ndonga" msgid "nia" -msgstr "" +msgstr "nia" msgid "Nias" -msgstr "" +msgstr "Nias" #, fuzzy msgid "niu" @@ -2690,10 +2711,10 @@ msgid "Niuean" msgstr "Niuean (Niue)" msgid "njo" -msgstr "" +msgstr "njo" msgid "Ao Naga" -msgstr "" +msgstr "Ao Naga" msgid "nl" msgstr "nl" @@ -2702,10 +2723,10 @@ msgid "Dutch" msgstr "Néerlandais" msgid "nmg" -msgstr "" +msgstr "nmg" msgid "Kwasio" -msgstr "" +msgstr "Kwasio" msgid "nn" msgstr "nn" @@ -2718,36 +2739,36 @@ msgid "nnh" msgstr "nn" msgid "Ngiemboon" -msgstr "" +msgstr "Ngiemboon" #, fuzzy msgid "nog" msgstr "Brouillard" msgid "Nogai" -msgstr "" +msgstr "Nogai" #, fuzzy msgid "non" msgstr "nn" msgid "Old Norse" -msgstr "" +msgstr "Old Norse" msgid "nov" -msgstr "" +msgstr "nov" msgid "Novial" -msgstr "" +msgstr "Novial" msgid "nqo" -msgstr "" +msgstr "nqo" msgid "N'ko" -msgstr "" +msgstr "N'ko" msgid "nr" -msgstr "" +msgstr "nr" #, fuzzy msgid "South Ndebele" @@ -2758,24 +2779,24 @@ msgid "nso" msgstr "so" msgid "Pedi" -msgstr "" +msgstr "Pedi" #, fuzzy msgid "nus" msgstr "Énumérations" msgid "Nuer" -msgstr "" +msgstr "Nuer" #, fuzzy msgid "nv" msgstr "navy" msgid "Navajo" -msgstr "" +msgstr "Navajo" msgid "nwc" -msgstr "" +msgstr "nwc" #, fuzzy msgid "Classical Newari" @@ -2786,47 +2807,47 @@ msgid "ny" msgstr "N’importe" msgid "Nyanja" -msgstr "" +msgstr "Nyanja" #, fuzzy msgid "nym" msgstr "N’importe" msgid "Nyamwezi" -msgstr "" +msgstr "Nyamwezi" #, fuzzy msgid "nyn" msgstr "nn" msgid "Nyankole" -msgstr "" +msgstr "Nyankole" #, fuzzy msgid "nyo" msgstr "N’importe" msgid "Nyoro" -msgstr "" +msgstr "Nyoro" msgid "nzi" -msgstr "" +msgstr "nzi" msgid "Nzima" -msgstr "" +msgstr "Nzima" msgid "oc" -msgstr "" +msgstr "oc" #, fuzzy msgid "Occitan" msgstr "Occitan (France)" msgid "oj" -msgstr "" +msgstr "oj" msgid "Ojibwa" -msgstr "" +msgstr "ojibwa" msgid "om" msgstr "om" @@ -2839,16 +2860,16 @@ msgid "or" msgstr "for" msgid "Odia" -msgstr "" +msgstr "Odia" msgid "os" -msgstr "" +msgstr "os" msgid "Ossetic" -msgstr "" +msgstr "Ossetic" msgid "osa" -msgstr "" +msgstr "osa" #, fuzzy msgid "Osage" @@ -2875,21 +2896,21 @@ msgid "pag" msgstr "pap" msgid "Pangasinan" -msgstr "" +msgstr "Pangasinan" #, fuzzy msgid "pal" msgstr "pl" msgid "Pahlavi" -msgstr "" +msgstr "Pahlavi" #, fuzzy msgid "pam" msgstr "pap" msgid "Pampanga" -msgstr "" +msgstr "Pampanga" msgid "pap" msgstr "pap" @@ -2902,33 +2923,33 @@ msgid "pau" msgstr "pap" msgid "Palauan" -msgstr "" +msgstr "Palauan" msgid "pcd" -msgstr "" +msgstr "pcd" #, fuzzy msgid "Picard" msgstr "Wildcard" msgid "pcm" -msgstr "" +msgstr "pcm" msgid "Nigerian Pidgin" -msgstr "" +msgstr "Nigerian Pidgin" msgid "pdc" -msgstr "" +msgstr "pdc" msgid "Pennsylvania German" -msgstr "" +msgstr "Pennsylvania German" #, fuzzy msgid "pdt" msgstr "pt" msgid "Plautdietsch" -msgstr "" +msgstr "Pautdiestsch" #, fuzzy msgid "peo" @@ -2947,16 +2968,16 @@ msgid "Palatine German" msgstr "Format de traduction" msgid "phn" -msgstr "" +msgstr "phn" msgid "Phoenician" -msgstr "" +msgstr "Phoenician" msgid "pi" -msgstr "" +msgstr "pi" msgid "Pali" -msgstr "" +msgstr "Pali" msgid "pl" msgstr "pl" @@ -2969,21 +2990,21 @@ msgid "pms" msgstr "ms" msgid "Piedmontese" -msgstr "" +msgstr "Piedmontese" #, fuzzy msgid "pnt" msgstr "pt" msgid "Pontic" -msgstr "" +msgstr "Pontic" #, fuzzy msgid "pon" msgstr "Option" msgid "Pohnpeian" -msgstr "" +msgstr "Pohnpeian" msgid "pr" msgstr "pr" @@ -3004,21 +3025,21 @@ msgid "pro" msgstr "pr" msgid "Old Provençal" -msgstr "" +msgstr "Old Provençal" #, fuzzy msgid "prs" msgstr "pr" msgid "Dari" -msgstr "" +msgstr "Dari" #, fuzzy msgid "ps" msgstr "pass" msgid "Pushto" -msgstr "" +msgstr "Pushto" msgid "pt" msgstr "pt" @@ -3031,19 +3052,19 @@ msgid "qu" msgstr "quat" msgid "Quechua" -msgstr "" +msgstr "Quechua" msgid "quc" -msgstr "" +msgstr "quc" msgid "K'iche" -msgstr "" +msgstr "K'iche" msgid "qug" -msgstr "" +msgstr "qug" msgid "Chimborazo Highland Quichua" -msgstr "" +msgstr "Chimborazo Highland Quichua" #, fuzzy msgid "quy" @@ -3074,17 +3095,17 @@ msgid "rap" msgstr "pap" msgid "Rapanui" -msgstr "" +msgstr "Rapanui" #, fuzzy msgid "rar" msgstr "ar" msgid "Rarotongan" -msgstr "" +msgstr "Rarotongan" msgid "rgn" -msgstr "" +msgstr "rgn" #, fuzzy msgid "Romagnol" @@ -3095,20 +3116,20 @@ msgid "rif" msgstr "if" msgid "Riffian" -msgstr "" +msgstr "Riffian" msgid "rm" -msgstr "" +msgstr "rm" #, fuzzy msgid "Romansh" msgstr "Roumain" msgid "rn" -msgstr "" +msgstr "rn" msgid "Rundi" -msgstr "" +msgstr "Rundi" msgid "ro" msgstr "ro" @@ -3121,7 +3142,7 @@ msgid "rof" msgstr "ro" msgid "Rombo" -msgstr "" +msgstr "Rombo" #, fuzzy msgid "rom" @@ -3132,10 +3153,10 @@ msgid "Romany" msgstr "Roumain" msgid "rtm" -msgstr "" +msgstr "rtm" msgid "Rotuman" -msgstr "" +msgstr "Rotuman" msgid "ru" msgstr "ru" @@ -3148,14 +3169,14 @@ msgid "rue" msgstr "ru" msgid "Rusyn" -msgstr "" +msgstr "Rusyn" #, fuzzy msgid "rug" msgstr "ru" msgid "Roviana" -msgstr "" +msgstr "Roviana" #, fuzzy msgid "rup" @@ -3174,13 +3195,13 @@ msgid "Kinyarwanda" msgstr "Kinyarwanda (Rwanda)" msgid "rwk" -msgstr "" +msgstr "rwk" msgid "Rwa" -msgstr "" +msgstr "Rwa" msgid "sa" -msgstr "" +msgstr "sa" #, fuzzy msgid "Sanskrit" @@ -3191,33 +3212,33 @@ msgid "sad" msgstr "bad" msgid "Sandawe" -msgstr "" +msgstr "Sandawe" msgid "sah" -msgstr "" +msgstr "sah" msgid "Sakha" -msgstr "" +msgstr "Sakha" msgid "sam" -msgstr "" +msgstr "sam" msgid "Samaritan Aramaic" -msgstr "" +msgstr "Samaritan Aramaic" #, fuzzy msgid "saq" msgstr "sq" msgid "Samburu" -msgstr "" +msgstr "Samburu" #, fuzzy msgid "sas" msgstr "as" msgid "Sasak" -msgstr "" +msgstr "Sasak" #, fuzzy msgid "sat" @@ -3228,20 +3249,20 @@ msgid "Santali" msgstr "Santali (Inde)" msgid "saz" -msgstr "" +msgstr "saz" msgid "Saurashtra" -msgstr "" +msgstr "Saurashtra" #, fuzzy msgid "sba" msgstr "bad" msgid "Ngambay" -msgstr "" +msgstr "Ngambay" msgid "sbp" -msgstr "" +msgstr "sbp" #, fuzzy msgid "Sangu" @@ -3260,7 +3281,7 @@ msgid "scn" msgstr "sco" msgid "Sicilian" -msgstr "" +msgstr "Sicilian" msgid "sco" msgstr "sco" @@ -3269,7 +3290,7 @@ msgid "Scots" msgstr "Écossais" msgid "sd" -msgstr "" +msgstr "sd" #, fuzzy msgid "Sindhi" @@ -3280,10 +3301,10 @@ msgid "sdc" msgstr "sco" msgid "Sassarese Sardinian" -msgstr "" +msgstr "Sassarese Sardinian" msgid "sdh" -msgstr "" +msgstr "sdh" #, fuzzy msgid "Southern Kurdish" @@ -3302,40 +3323,40 @@ msgid "see" msgstr "des scènes" msgid "Seneca" -msgstr "" +msgstr "Seneca" msgid "seh" -msgstr "" +msgstr "seh" msgid "Sena" -msgstr "" +msgstr "Sena" #, fuzzy msgid "sei" msgstr "si" msgid "Seri" -msgstr "" +msgstr "Seri" #, fuzzy msgid "sel" msgstr "self" msgid "Selkup" -msgstr "" +msgstr "Selkup" #, fuzzy msgid "ses" msgstr "es" msgid "Koyraboro Senni" -msgstr "" +msgstr "Koyraboro Senni" msgid "sg" -msgstr "" +msgstr "sg" msgid "Sango" -msgstr "" +msgstr "Sango" #, fuzzy msgid "sga" @@ -3366,13 +3387,13 @@ msgid "shi" msgstr "hi" msgid "Tachelhit" -msgstr "" +msgstr "Tachelhit" msgid "shn" -msgstr "" +msgstr "shn" msgid "Shan" -msgstr "" +msgstr "Shan" #, fuzzy msgid "shs" @@ -3401,7 +3422,7 @@ msgid "sid" msgstr "id" msgid "Sidamo" -msgstr "" +msgstr "Sidamo" msgid "sk" msgstr "sk" @@ -3420,7 +3441,7 @@ msgid "sli" msgstr "si" msgid "Lower Silesian" -msgstr "" +msgstr "Lower Silesian" #, fuzzy msgid "sly" @@ -3431,10 +3452,10 @@ msgid "Selayar" msgstr "Délai" msgid "sm" -msgstr "" +msgstr "sm" msgid "Samoan" -msgstr "" +msgstr "Samoan" #, fuzzy msgid "sma" @@ -3445,36 +3466,36 @@ msgid "Southern Sami" msgstr "Sami du Nord (Norvège)" msgid "smj" -msgstr "" +msgstr "smj" msgid "Lule Sami" -msgstr "" +msgstr "Lule Sami" msgid "smn" -msgstr "" +msgstr "smn" msgid "Inari Sami" -msgstr "" +msgstr "Inari Sami" #, fuzzy msgid "sms" msgstr "ms" msgid "Skolt Sami" -msgstr "" +msgstr "Skolt Sami" msgid "sn" -msgstr "" +msgstr "sn" msgid "Shona" -msgstr "" +msgstr "Shona" #, fuzzy msgid "snk" msgstr "sk" msgid "Soninke" -msgstr "" +msgstr "Soninke" msgid "so" msgstr "so" @@ -3487,14 +3508,14 @@ msgid "sog" msgstr "so" msgid "Sogdien" -msgstr "" +msgstr "Sogdien" #, fuzzy msgid "son" msgstr "so" msgid "Songhai" -msgstr "" +msgstr "Songhai" msgid "sq" msgstr "sq" @@ -3513,27 +3534,27 @@ msgid "srn" msgstr "sr" msgid "Sranan Tongo" -msgstr "" +msgstr "Sranan Tongo" #, fuzzy msgid "srr" msgstr "sr" msgid "Serer" -msgstr "" +msgstr "Serer" #, fuzzy msgid "ss" msgstr "pass" msgid "Swati" -msgstr "" +msgstr "Swati" msgid "ssy" -msgstr "" +msgstr "ssy" msgid "Saho" -msgstr "" +msgstr "Saho" #, fuzzy msgid "st" @@ -3548,29 +3569,29 @@ msgid "stq" msgstr "sq" msgid "Saterland Frisian" -msgstr "" +msgstr "Saterland Frisian" msgid "su" -msgstr "" +msgstr "su" msgid "Sundanese" -msgstr "" +msgstr "Sundanese" #, fuzzy msgid "suk" msgstr "sk" msgid "Sukuma" -msgstr "" +msgstr "Sukuma" msgid "sus" -msgstr "" +msgstr "sus" msgid "Susu" -msgstr "" +msgstr "Susu" msgid "sux" -msgstr "" +msgstr "sux" #, fuzzy msgid "Sumerian" @@ -3583,24 +3604,24 @@ msgid "Swedish" msgstr "Suédois" msgid "sw" -msgstr "" +msgstr "sw" #, fuzzy msgid "Swahili" msgstr "Swahili (Kenya)" msgid "swb" -msgstr "" +msgstr "swb" msgid "Comorian" -msgstr "" +msgstr "Comorian" #, fuzzy msgid "swc" msgstr "sco" msgid "Congo Swahili" -msgstr "" +msgstr "Congo Swahili" #, fuzzy msgid "syc" @@ -3615,7 +3636,7 @@ msgid "syr" msgstr "sr" msgid "Syriac" -msgstr "" +msgstr "Syriac" #, fuzzy msgid "szl" @@ -3636,7 +3657,7 @@ msgid "tcy" msgstr "tcy_IN" msgid "Tulu" -msgstr "" +msgstr "Tulu" msgid "te" msgstr "te" @@ -3649,34 +3670,34 @@ msgid "tem" msgstr "te" msgid "Timne" -msgstr "" +msgstr "Timne" #, fuzzy msgid "teo" msgstr "eo" msgid "Teso" -msgstr "" +msgstr "Teso" #, fuzzy msgid "ter" msgstr "te" msgid "Tereno" -msgstr "" +msgstr "Tereno" #, fuzzy msgid "tet" msgstr "et" msgid "Tetum" -msgstr "" +msgstr "Tetum" msgid "tg" -msgstr "" +msgstr "tg" msgid "Tajik" -msgstr "" +msgstr "Tajik" msgid "th" msgstr "th" @@ -3711,87 +3732,87 @@ msgid "tiv" msgstr "ti" msgid "Tiv" -msgstr "" +msgstr "Tiv" msgid "tk" -msgstr "" +msgstr "tk" msgid "Turkmen" -msgstr "" +msgstr "Turkmen" msgid "tkl" -msgstr "" +msgstr "tkl" msgid "Tokelau" -msgstr "" +msgstr "Tokelau" #, fuzzy msgid "tkr" msgstr "tr" msgid "Tsakhur" -msgstr "" +msgstr "Tsakhur" #, fuzzy msgid "tl" msgstr "tool" msgid "Tagalog" -msgstr "" +msgstr "Tagalog" #, fuzzy msgid "tlh" msgstr "th" msgid "Klingon" -msgstr "" +msgstr "Klingon" #, fuzzy msgid "tli" msgstr "ti" msgid "Tlingit" -msgstr "" +msgstr "Tlingit" msgid "tly" -msgstr "" +msgstr "tly" msgid "Talysh" -msgstr "" +msgstr "Talysh" #, fuzzy msgid "tmh" msgstr "th" msgid "Tamashek" -msgstr "" +msgstr "Tamashek" msgid "tn" -msgstr "" +msgstr "tn" msgid "Tswana" -msgstr "" +msgstr "Tswana" #, fuzzy msgid "to" msgstr "Arrêter" msgid "Tongan" -msgstr "" +msgstr "Tongan" #, fuzzy msgid "tog" msgstr "Brouillard" msgid "Nyasa Tonga" -msgstr "" +msgstr "Nyasa Tonga" #, fuzzy msgid "tpi" msgstr "ti" msgid "Tok Pisin" -msgstr "" +msgstr "Tok Pisin" msgid "tr" msgstr "tr" @@ -3804,24 +3825,24 @@ msgid "tru" msgstr "ru" msgid "Turoyo" -msgstr "" +msgstr "Turoyo" #, fuzzy msgid "trv" msgstr "tr" msgid "Taroko" -msgstr "" +msgstr "Taroko" #, fuzzy msgid "ts" msgstr "Bits" msgid "Tsonga" -msgstr "" +msgstr "Tsonga" msgid "tsd" -msgstr "" +msgstr "tsd" #, fuzzy msgid "Tsakonian" @@ -3832,45 +3853,45 @@ msgid "tsi" msgstr "si" msgid "Tsimshian" -msgstr "" +msgstr "Tsimshian" msgid "tt" -msgstr "" +msgstr "tt" msgid "Tatar" -msgstr "" +msgstr "Tatar" #, fuzzy msgid "ttt" msgstr "Stutter" msgid "Muslim Tat" -msgstr "" +msgstr "Muslim Tat" msgid "tum" -msgstr "" +msgstr "tum" msgid "Tumbuka" -msgstr "" +msgstr "Tumbuka" msgid "tvl" -msgstr "" +msgstr "tvl" #, fuzzy msgid "Tuvalu" msgstr "valeur" msgid "tw" -msgstr "" +msgstr "tw" msgid "Twi" -msgstr "" +msgstr "twi" msgid "twq" -msgstr "" +msgstr "twq" msgid "Tasawaq" -msgstr "" +msgstr "Tasawaq" #, fuzzy msgid "ty" @@ -3881,35 +3902,35 @@ msgid "Tahitian" msgstr "Croate" msgid "tyv" -msgstr "" +msgstr "tyv" msgid "Tuvinian" -msgstr "" +msgstr "Tuvinian" msgid "tzm" -msgstr "" +msgstr "tzm" msgid "Central Atlas Tamazight" msgstr "" msgid "udm" -msgstr "" +msgstr "udm" msgid "Udmurt" -msgstr "" +msgstr "Udmurt" msgid "ug" -msgstr "" +msgstr "ug" msgid "Uyghur" -msgstr "" +msgstr "Uyghur" #, fuzzy msgid "uga" msgstr "ga" msgid "Ugaritic" -msgstr "" +msgstr "Ugaritic" msgid "uk" msgstr "uk" @@ -3922,7 +3943,7 @@ msgid "umb" msgstr "number" msgid "Umbundu" -msgstr "" +msgstr "Umbundu" #, fuzzy msgid "unm" @@ -3956,21 +3977,21 @@ msgid "ve" msgstr "Enregistrer" msgid "Venda" -msgstr "" +msgstr "Venda" #, fuzzy msgid "vec" msgstr "vec4" msgid "Venetian" -msgstr "" +msgstr "Ventian" #, fuzzy msgid "vep" msgstr "Déplacer vers le haut" msgid "Veps" -msgstr "" +msgstr "Veps" msgid "vi" msgstr "vi" @@ -3983,10 +4004,10 @@ msgid "vls" msgstr "Devlogs" msgid "West Flemish" -msgstr "" +msgstr "West Flemish" msgid "vmf" -msgstr "" +msgstr "vmf" #, fuzzy msgid "Main-Franconian" @@ -3997,76 +4018,76 @@ msgid "vo" msgstr "void" msgid "Volapük" -msgstr "" +msgstr "Volapük" msgid "vot" -msgstr "" +msgstr "vot" msgid "Votic" -msgstr "" +msgstr "Votic" #, fuzzy msgid "vro" msgstr "ro" msgid "Võro" -msgstr "" +msgstr "Võro" #, fuzzy msgid "vun" msgstr "Exécution" msgid "Vunjo" -msgstr "" +msgstr "Vunjo" msgid "wa" -msgstr "" +msgstr "wa" msgid "Walloon" -msgstr "" +msgstr "Wallon" #, fuzzy msgid "wae" msgstr "wae_CH" msgid "Walser" -msgstr "" +msgstr "Walser" #, fuzzy msgid "wal" msgstr "wal_ET" msgid "Wolaytta" -msgstr "" +msgstr "Wolaytta" #, fuzzy msgid "war" msgstr "ar" msgid "Waray" -msgstr "" +msgstr "Waray" #, fuzzy msgid "was" msgstr "as" msgid "Washo" -msgstr "" +msgstr "Washo" msgid "wbp" -msgstr "" +msgstr "wbp" msgid "Warlpiri" -msgstr "" +msgstr "Warlpiri" msgid "wo" -msgstr "" +msgstr "wo" msgid "Wolof" -msgstr "" +msgstr "Wolof" msgid "wuu" -msgstr "" +msgstr "wuu" #, fuzzy msgid "Wu Chinese" @@ -4077,32 +4098,32 @@ msgid "xal" msgstr "Exemple" msgid "Kalmyk" -msgstr "" +msgstr "Kalmyk" msgid "xh" -msgstr "" +msgstr "xh" msgid "Xhosa" -msgstr "" +msgstr "Xhosa" msgid "xmf" -msgstr "" +msgstr "xmf" msgid "Mingrelian" -msgstr "" +msgstr "Mingrelian" #, fuzzy msgid "xog" msgstr "Brouillard" msgid "Soga" -msgstr "" +msgstr "Soga" msgid "yao" -msgstr "" +msgstr "yao" msgid "Yao" -msgstr "" +msgstr "Yao" #, fuzzy msgid "yap" @@ -4113,35 +4134,35 @@ msgid "Yapese" msgstr "Formes" msgid "yav" -msgstr "" +msgstr "yav" msgid "Yangben" -msgstr "" +msgstr "Yangben" msgid "ybb" -msgstr "" +msgstr "ybb" msgid "Yemba" -msgstr "" +msgstr "Yemba" msgid "yi" -msgstr "" +msgstr "yi" msgid "Yiddish" -msgstr "" +msgstr "Yiddish" msgid "yo" -msgstr "" +msgstr "yo" msgid "Yoruba" -msgstr "" +msgstr "Yoruba" #, fuzzy msgid "yrl" msgstr "sr_Cyrl" msgid "Nheengatu" -msgstr "" +msgstr "Nhensgatu" #, fuzzy msgid "yue" @@ -4152,32 +4173,32 @@ msgid "Yue Chinese" msgstr "Chinois" msgid "yuw" -msgstr "" +msgstr "yuw" msgid "Papua New Guinea" msgstr "" msgid "za" -msgstr "" +msgstr "za" msgid "Zhuang" -msgstr "" +msgstr "Zhuang" #, fuzzy msgid "zap" msgstr "pap" msgid "Zapotec" -msgstr "" +msgstr "Zapotec" msgid "zbl" -msgstr "" +msgstr "zbl" msgid "Blissymbols" -msgstr "" +msgstr "Blissymbols" msgid "zea" -msgstr "" +msgstr "zea" #, fuzzy msgid "Zeelandic" @@ -4188,7 +4209,7 @@ msgid "zen" msgstr "en" msgid "Zenaga" -msgstr "" +msgstr "Zenaga" #, fuzzy msgid "zgh" @@ -4204,23 +4225,23 @@ msgid "Chinese" msgstr "Chinois" msgid "zu" -msgstr "" +msgstr "zu" msgid "Zulu" -msgstr "" +msgstr "Zulu" #, fuzzy msgid "zun" msgstr "Exécution" msgid "Zuni" -msgstr "" +msgstr "Zuni" msgid "zza" -msgstr "" +msgstr "zza" msgid "Zaza" -msgstr "" +msgstr "Zaza" #, fuzzy msgid "List of supported script codes" @@ -4231,153 +4252,153 @@ msgid "Script code" msgstr "Éditeur de Script" msgid "Adlm" -msgstr "" +msgstr "Adlm" msgid "Adlam" -msgstr "" +msgstr "Adlam" msgid "Afak" -msgstr "" +msgstr "Afak" msgid "Afaka" -msgstr "" +msgstr "Afaka" msgid "Aghb" -msgstr "" +msgstr "Aghb" #, fuzzy msgid "Caucasian Albanian" msgstr "Albanais (Albanie)" msgid "Ahom" -msgstr "" +msgstr "Ahom" #, fuzzy msgid "Arab" msgstr "Arabe" msgid "Armi" -msgstr "" +msgstr "Armi" msgid "Imperial Aramaic" -msgstr "" +msgstr "Imperial Aramaic" msgid "Armn" -msgstr "" +msgstr "Armn" msgid "Avst" -msgstr "" +msgstr "Avst" msgid "Bali" -msgstr "" +msgstr "Bali" msgid "Bamu" -msgstr "" +msgstr "Bamu" msgid "Bamum" -msgstr "" +msgstr "Bamum" msgid "Bass" -msgstr "" +msgstr "Bass" msgid "Bassa Vah" -msgstr "" +msgstr "Bassa Vah" msgid "Batk" -msgstr "" +msgstr "Batk" msgid "Batak" -msgstr "" +msgstr "Batak" #, fuzzy msgid "Beng" msgstr "Bengali" msgid "Bhks" -msgstr "" +msgstr "Bhks" msgid "Bhaiksuki" -msgstr "" +msgstr "Bhaiksuki" msgid "Blis" -msgstr "" +msgstr "Blis" msgid "Bopo" -msgstr "" +msgstr "Bopo" msgid "Bopomofo" -msgstr "" +msgstr "Bopomofo" msgid "Brah" -msgstr "" +msgstr "Brah" msgid "Brahmi" -msgstr "" +msgstr "Brahmi" msgid "Brai" -msgstr "" +msgstr "Brai" msgid "Braille" -msgstr "" +msgstr "Braille" msgid "Bugi" -msgstr "" +msgstr "Bugi" msgid "Buhd" -msgstr "" +msgstr "Buhd" msgid "Buhid" -msgstr "" +msgstr "Buhid" msgid "Cakm" -msgstr "" +msgstr "Cakm" msgid "Cans" -msgstr "" +msgstr "Cans" msgid "Unified Canadian Aboriginal" msgstr "" msgid "Cari" -msgstr "" +msgstr "Cari" #, fuzzy msgid "Carian" msgstr "Variant" msgid "Cham" -msgstr "" +msgstr "Cham" msgid "Cher" -msgstr "" +msgstr "Cher" msgid "Chrs" -msgstr "" +msgstr "Chrs" #, fuzzy msgid "Chorasmian" msgstr "Chœur (Chorus)" msgid "Cirt" -msgstr "" +msgstr "Cirt" msgid "Cirth" -msgstr "" +msgstr "Cirth" msgid "Copt" -msgstr "" +msgstr "Copt" msgid "Cpmn" -msgstr "" +msgstr "Cpmn" msgid "Cypro-Minoan" -msgstr "" +msgstr "Cypro-Minoan" msgid "Cprt" -msgstr "" +msgstr "Cprt" msgid "Cypriot" -msgstr "" +msgstr "Cypriot" #, fuzzy msgid "Cyrl" @@ -4388,185 +4409,185 @@ msgid "Cyrillic" msgstr "Serbe (Cyrillique)" msgid "Deva" -msgstr "" +msgstr "Deva" msgid "Devanagari" -msgstr "" +msgstr "Devanagari" msgid "Diak" -msgstr "" +msgstr "Diak" msgid "Dives Akuru" -msgstr "" +msgstr "Dives Akuru" msgid "Dogr" -msgstr "" +msgstr "Dogr" msgid "Dogra" -msgstr "" +msgstr "Dogra" msgid "Dsrt" -msgstr "" +msgstr "Dsrt" msgid "Deseret" -msgstr "" +msgstr "Deseret" #, fuzzy msgid "Dupl" msgstr "Dupliquer" msgid "Duployan" -msgstr "" +msgstr "Duployan" msgid "Egyd" -msgstr "" +msgstr "Egyd" msgid "Egyptian demotic" -msgstr "" +msgstr "Egyptian demotic" msgid "Egyh" -msgstr "" +msgstr "Egyh" msgid "Egyptian hieratic" -msgstr "" +msgstr "Egyptian hieratic" msgid "Egyp" -msgstr "" +msgstr "Egyp" msgid "Egyptian hieroglyphs" -msgstr "" +msgstr "Egyptian hieroglyphs" msgid "Elba" -msgstr "" +msgstr "Elba" msgid "Elbasan" -msgstr "" +msgstr "Elbasan" msgid "Elym" -msgstr "" +msgstr "Elym" msgid "Elymaic" -msgstr "" +msgstr "Elymaic" msgid "Ethi" -msgstr "" +msgstr "Ethi" #, fuzzy msgid "Ethiopic" msgstr "Afar (Éthiopie)" msgid "Geok" -msgstr "" +msgstr "Geok" msgid "Khutsuri" -msgstr "" +msgstr "Khutsuri" #, fuzzy msgid "Geor" msgstr "Géorgien" msgid "Glag" -msgstr "" +msgstr "Glag" msgid "Glagolitic" -msgstr "" +msgstr "Glagolitic" msgid "Gong" -msgstr "" +msgstr "Gong" msgid "Gunjala Gondi" -msgstr "" +msgstr "Gunjala Gondi" msgid "Gonm" -msgstr "" +msgstr "Gonm" msgid "Masaram Gondi" -msgstr "" +msgstr "Masaram Gondi" msgid "Goth" -msgstr "" +msgstr "Goth" msgid "Gran" -msgstr "" +msgstr "Gran" msgid "Grantha" -msgstr "" +msgstr "Grantha" msgid "Grek" -msgstr "" +msgstr "Grek" msgid "Gujr" -msgstr "" +msgstr "Gujr" msgid "Guru" -msgstr "" +msgstr "Guru" msgid "Gurmukhi" -msgstr "" +msgstr "Gurmukhi" msgid "Hang" -msgstr "" +msgstr "Hang" msgid "Hangul" -msgstr "" +msgstr "Hangul" msgid "Hani" -msgstr "" +msgstr "Hani" #, fuzzy msgid "Han" msgstr "et" msgid "Hano" -msgstr "" +msgstr "Hano" msgid "Hanunoo" -msgstr "" +msgstr "Hanunoo" msgid "Hans" -msgstr "" +msgstr "Hans" #, fuzzy msgid "Simplified" msgstr "simple" msgid "Hant" -msgstr "" +msgstr "Hant" #, fuzzy msgid "Traditional" msgstr "relationnel" msgid "Hatr" -msgstr "" +msgstr "Hatr" msgid "Hatran" -msgstr "" +msgstr "Hatran" #, fuzzy msgid "Hebr" msgstr "hébreu" msgid "Hira" -msgstr "" +msgstr "Hira" msgid "Hiragana" -msgstr "" +msgstr "Hiragana" msgid "Hluw" -msgstr "" +msgstr "Hluw" msgid "Anatolian Hieroglyphs" -msgstr "" +msgstr "Anatolian Hieroglyphs" msgid "Hmng" -msgstr "" +msgstr "hmng" msgid "Pahawh Hmong" -msgstr "" +msgstr "Pahawh Hmong" msgid "Hmnp" -msgstr "" +msgstr "hmnp" msgid "Nyiakeng Puachue Hmong" msgstr "" @@ -4580,10 +4601,10 @@ msgid "Old Hungarian" msgstr "hongrois" msgid "Inds" -msgstr "" +msgstr "Inds" msgid "Indus" -msgstr "" +msgstr "Indus" #, fuzzy msgid "Ital" @@ -4597,301 +4618,301 @@ msgid "Java" msgstr "Java" msgid "Jurc" -msgstr "" +msgstr "Jurc" msgid "Jurchen" -msgstr "" +msgstr "Jurchen" msgid "Kali" -msgstr "" +msgstr "Kali" msgid "Kayah Li" -msgstr "" +msgstr "Kayah Li" msgid "Kana" -msgstr "" +msgstr "Kana" msgid "Katakana" -msgstr "" +msgstr "Katakana" msgid "Khar" -msgstr "" +msgstr "Khar" msgid "Kharoshthi" -msgstr "" +msgstr "Kharoshthi" msgid "Khmr" -msgstr "" +msgstr "Khmr" msgid "Khmer" -msgstr "" +msgstr "Khmer" msgid "Khoj" -msgstr "" +msgstr "Khoj" msgid "Khojki" -msgstr "" +msgstr "Khojki" msgid "Kitl" -msgstr "" +msgstr "Kitl" #, fuzzy msgid "Khitan large script" msgstr "Utilisation d'un script" msgid "Kits" -msgstr "" +msgstr "Kits" #, fuzzy msgid "Khitan small script" msgstr "Utilisation d'un script" msgid "Knda" -msgstr "" +msgstr "Knda" msgid "Kpel" -msgstr "" +msgstr "Kpel" msgid "Kthi" -msgstr "" +msgstr "Kthi" msgid "Kaithi" -msgstr "" +msgstr "Kaithi" msgid "Lana" -msgstr "" +msgstr "Lana" msgid "Tai Tham" -msgstr "" +msgstr "Tai Tham" msgid "Laoo" -msgstr "" +msgstr "Laoo" #, fuzzy msgid "Latn" msgstr "sr_Latn" msgid "Leke" -msgstr "" +msgstr "Leke" msgid "Lepc" -msgstr "" +msgstr "Lepc" msgid "Lepcha" -msgstr "" +msgstr "Lepcha" msgid "Limb" -msgstr "" +msgstr "Limb" msgid "Limbu" -msgstr "" +msgstr "Limbu" msgid "Lina" -msgstr "" +msgstr "Lina" msgid "Linear A" -msgstr "" +msgstr "Linéaire A" msgid "Linb" -msgstr "" +msgstr "Linb" msgid "Linear B" -msgstr "" +msgstr "Linéaire B" msgid "Lisu" -msgstr "" +msgstr "Lisu" msgid "Loma" -msgstr "" +msgstr "Loma" msgid "Lyci" -msgstr "" +msgstr "Lyci" msgid "Lycian" -msgstr "" +msgstr "Lycian" msgid "Lydi" -msgstr "" +msgstr "Lydi" msgid "Lydian" -msgstr "" +msgstr "Lydian" msgid "Mahj" -msgstr "" +msgstr "Mahj" msgid "Mahajani" -msgstr "" +msgstr "Mahajani" msgid "Maka" -msgstr "" +msgstr "Maka" msgid "Mand" -msgstr "" +msgstr "Mand" msgid "Mandaic" -msgstr "" +msgstr "Mandaic" msgid "Mani" -msgstr "" +msgstr "Mani" msgid "Manichaean" -msgstr "" +msgstr "Manichaean" msgid "Marc" -msgstr "" +msgstr "Marc" #, fuzzy msgid "Marchen" msgstr "Recherche" msgid "Maya" -msgstr "" +msgstr "Maya" msgid "Mayan Hieroglyphs" -msgstr "" +msgstr "Mayan Hieroglyphs" msgid "Medf" -msgstr "" +msgstr "Medf" msgid "Medefaidrin" -msgstr "" +msgstr "Medefaidrin" msgid "Mend" -msgstr "" +msgstr "Mend" msgid "Mende Kikakui" -msgstr "" +msgstr "Mende Kikakui" msgid "Merc" -msgstr "" +msgstr "Merc" msgid "Meroitic Cursive" -msgstr "" +msgstr "Meroitic Cursive" msgid "Mero" -msgstr "" +msgstr "Mero" msgid "Meroitic Hieroglyphs" -msgstr "" +msgstr "Meroitic Hieroglyphs" msgid "Mlym" -msgstr "" +msgstr "Mlym" #, fuzzy msgid "Modi" msgstr "Modificateurs" msgid "Mong" -msgstr "" +msgstr "Mong" msgid "Moon" -msgstr "" +msgstr "Moon" msgid "Mroo" -msgstr "" +msgstr "Mroo" #, fuzzy msgid "Mro" msgstr "ro" msgid "Mtei" -msgstr "" +msgstr "Mtei" msgid "Meitei Mayek" -msgstr "" +msgstr "Meitei Mayek" msgid "Mult" -msgstr "" +msgstr "Mult" msgid "Multani" -msgstr "" +msgstr "Multani" msgid "Mymr" -msgstr "" +msgstr "Mymr" msgid "Myanmar (Burmese)" -msgstr "" +msgstr "Myanmar (Burmese)" msgid "Nand" -msgstr "" +msgstr "Nand" msgid "Nandinagari" -msgstr "" +msgstr "Nandinagari" msgid "Narb" -msgstr "" +msgstr "Narb" msgid "Old North Arabian" msgstr "" msgid "Nbat" -msgstr "" +msgstr "Nbat" msgid "Nabataean" -msgstr "" +msgstr "Babataean" msgid "Newa" -msgstr "" +msgstr "Newa" msgid "Nkdb" -msgstr "" +msgstr "Nkdb" msgid "Naxi Dongba" -msgstr "" +msgstr "Naxi Dongba" msgid "Nkgb" -msgstr "" +msgstr "Nkgb" msgid "Nakhi Geba" -msgstr "" +msgstr "Nakhi Geba" msgid "Nkoo" -msgstr "" +msgstr "Nkoo" msgid "Nshu" -msgstr "" +msgstr "Nshu" msgid "Nüshu" -msgstr "" +msgstr "Nüshu" msgid "Ogam" -msgstr "" +msgstr "Ogam" msgid "Ogham" -msgstr "" +msgstr "Ogham" msgid "Olck" -msgstr "" +msgstr "Olck" msgid "Ol Chiki" -msgstr "" +msgstr "Ol Chiki" msgid "Orkh" -msgstr "" +msgstr "Orkh" msgid "Old Turkic" -msgstr "" +msgstr "Old Turkic" msgid "Orya" -msgstr "" +msgstr "Orya" msgid "Oriya" -msgstr "" +msgstr "Oriya" msgid "Osge" -msgstr "" +msgstr "Osge" msgid "Osma" -msgstr "" +msgstr "Osma" msgid "Osmanya" -msgstr "" +msgstr "Osmanya" msgid "Ougr" -msgstr "" +msgstr "Ourr" msgid "Old Uyghur" -msgstr "" +msgstr "Old Uyghur" msgid "Palm" msgstr "Paume" @@ -4901,234 +4922,234 @@ msgid "Palmyrene" msgstr "Paume" msgid "Pauc" -msgstr "" +msgstr "Pauc" msgid "Pau Cin Hau" msgstr "" msgid "Pcun" -msgstr "" +msgstr "Pcun" msgid "Proto-Cuneiform" -msgstr "" +msgstr "Proto-Cuneiform" msgid "Pelm" -msgstr "" +msgstr "Pelm" msgid "Proto-Elamite" -msgstr "" +msgstr "Proto-Elamite" msgid "Perm" -msgstr "" +msgstr "Perm" msgid "Old Permic" -msgstr "" +msgstr "Old Permic" msgid "Phag" -msgstr "" +msgstr "Phag" msgid "Phags-pa" -msgstr "" +msgstr "Phags-pa" msgid "Phli" -msgstr "" +msgstr "Phli" msgid "Inscriptional Pahlavi" -msgstr "" +msgstr "Inscriptional Pahlavi" msgid "Phlp" -msgstr "" +msgstr "Phlp" msgid "Psalter Pahlavi" -msgstr "" +msgstr "Psalter Pahlavi" msgid "Phlv" -msgstr "" +msgstr "Phlv" msgid "Book Pahlavi" -msgstr "" +msgstr "Book Pahlavi" msgid "Phnx" -msgstr "" +msgstr "Phnx" msgid "Piqd" -msgstr "" +msgstr "Piqd" msgid "Plrd" -msgstr "" +msgstr "Plrd" msgid "Miao" -msgstr "" +msgstr "Miao" msgid "Prti" -msgstr "" +msgstr "Prti" #, fuzzy msgid "Inscriptional Parthian" msgstr "Internationalisation" msgid "Psin" -msgstr "" +msgstr "Psin" msgid "Proto-Sinaitic" -msgstr "" +msgstr "Proto-Sinaitic" msgid "Ranj" -msgstr "" +msgstr "Ranj" msgid "Ranjana" -msgstr "" +msgstr "Ranjana" msgid "Rjng" -msgstr "" +msgstr "Rjng" msgid "Rejang" -msgstr "" +msgstr "Rejang" msgid "Rohg" -msgstr "" +msgstr "Rohg" msgid "Hanifi Rohingya" -msgstr "" +msgstr "Hanifi Rohingya" msgid "Roro" -msgstr "" +msgstr "Roro" msgid "Rongorongo" -msgstr "" +msgstr "Rongorongo" msgid "Runr" -msgstr "" +msgstr "Runr" msgid "Runic" -msgstr "" +msgstr "Runic" msgid "Samr" -msgstr "" +msgstr "Samr" msgid "Samaritan" -msgstr "" +msgstr "Samaritan" msgid "Sara" -msgstr "" +msgstr "Sara" msgid "Sarati" -msgstr "" +msgstr "Sarati" msgid "Sarb" -msgstr "" +msgstr "Sarb" #, fuzzy msgid "Old South Arabian" msgstr "Pedi (Afrique du Sud)" msgid "Saur" -msgstr "" +msgstr "Saur" msgid "Sgnw" -msgstr "" +msgstr "Sgnw" #, fuzzy msgid "SignWriting" msgstr "Les scripts" msgid "Shaw" -msgstr "" +msgstr "Shaw" #, fuzzy msgid "Shavian" msgstr "Letton" msgid "Shrd" -msgstr "" +msgstr "Shrd" msgid "Sharada" -msgstr "" +msgstr "Sharada" msgid "Shui" -msgstr "" +msgstr "Shui" msgid "Shuishu" -msgstr "" +msgstr "Shuishu" msgid "Sidd" -msgstr "" +msgstr "Sidd" msgid "Siddham" -msgstr "" +msgstr "Siddham" msgid "Sind" -msgstr "" +msgstr "Sind" msgid "Khudawadi" -msgstr "" +msgstr "Khudawadi" #, fuzzy msgid "Sinh" msgstr "Cinghalais" msgid "Sogd" -msgstr "" +msgstr "Sogd" msgid "Sogdian" -msgstr "" +msgstr "Sogdian" msgid "Sogo" -msgstr "" +msgstr "Sogo" msgid "Old Sogdian" -msgstr "" +msgstr "Old Sogdian" msgid "Sora" -msgstr "" +msgstr "Sora" msgid "Sora Sompeng" -msgstr "" +msgstr "Sora Sompeng" msgid "Soyo" -msgstr "" +msgstr "Soyo" msgid "Soyombo" -msgstr "" +msgstr "Soyombo" msgid "Sund" -msgstr "" +msgstr "Sund" msgid "Sylo" -msgstr "" +msgstr "Sylo" msgid "Syloti Nagri" -msgstr "" +msgstr "Syloti Nagri" msgid "Syrc" -msgstr "" +msgstr "Syrc" msgid "Tagb" -msgstr "" +msgstr "Tagb" msgid "Tagbanwa" -msgstr "" +msgstr "Tagbanwa" msgid "Takr" -msgstr "" +msgstr "Takr" msgid "Takri" -msgstr "" +msgstr "Takri" msgid "Tale" -msgstr "" +msgstr "Tale" msgid "Tai Le" -msgstr "" +msgstr "Tai Le" msgid "Talu" -msgstr "" +msgstr "Talu" msgid "New Tai Lue" msgstr "" msgid "Taml" -msgstr "" +msgstr "Taml" #, fuzzy msgid "Tang" @@ -5139,7 +5160,7 @@ msgid "Tangut" msgstr "Tangente" msgid "Tavt" -msgstr "" +msgstr "Tavt" #, fuzzy msgid "Tai Viet" @@ -5150,110 +5171,110 @@ msgid "Telu" msgstr "Telugu" msgid "Teng" -msgstr "" +msgstr "Teng" msgid "Tengwar" -msgstr "" +msgstr "Tengwar" msgid "Tfng" -msgstr "" +msgstr "Tfng" msgid "Tifinagh" -msgstr "" +msgstr "Tifinagh" msgid "Tglg" -msgstr "" +msgstr "Tglg" msgid "Thaa" -msgstr "" +msgstr "Thaa" msgid "Thaana" -msgstr "" +msgstr "Thaana" msgid "Tibt" -msgstr "" +msgstr "Tibt" msgid "Tirh" -msgstr "" +msgstr "Tirh" msgid "Tirhuta" -msgstr "" +msgstr "Tirhuta" msgid "Tnsa" -msgstr "" +msgstr "Tsna" #, fuzzy msgid "Tangsa" msgstr "Tangente" msgid "Toto" -msgstr "" +msgstr "Toto" msgid "Ugar" -msgstr "" +msgstr "Ugar" msgid "Vaii" -msgstr "" +msgstr "Vaii" msgid "Visp" -msgstr "" +msgstr "Visp" #, fuzzy msgid "Visible Speech" msgstr "Zone de Visibilité" msgid "Vith" -msgstr "" +msgstr "Vith" msgid "Vithkuqi" -msgstr "" +msgstr "Vithkuqi" msgid "Wara" -msgstr "" +msgstr "Wara" msgid "Warang Citi" -msgstr "" +msgstr "Warang Citi" msgid "Wcho" -msgstr "" +msgstr "Wcho" msgid "Wancho" -msgstr "" +msgstr "Wancho" msgid "Wole" -msgstr "" +msgstr "Wole" #, fuzzy msgid "Woleai" msgstr "boolean" msgid "Xpeo" -msgstr "" +msgstr "Xpeo" msgid "Xsux" -msgstr "" +msgstr "Xsux" #, fuzzy msgid "Cuneiform" msgstr "Uniforms" msgid "Yezi" -msgstr "" +msgstr "Yezi" msgid "Yezidi" -msgstr "" +msgstr "Yezidi" msgid "Yiii" -msgstr "" +msgstr "Yiii" msgid "Yi" -msgstr "" +msgstr "Yi" msgid "Zanb" -msgstr "" +msgstr "Zanb" msgid "Zanabazar Square" -msgstr "" +msgstr "Zanabazar Square" msgid "List of supported country codes" msgstr "" @@ -5263,56 +5284,56 @@ msgid "Country code" msgstr "Contribuer au code" msgid "AC" -msgstr "" +msgstr "AC" msgid "Ascension Island" -msgstr "" +msgstr "Île d'ascension" msgid "AD" -msgstr "" +msgstr "AD" msgid "Andorra" -msgstr "" +msgstr "Andorra" msgid "AE" -msgstr "" +msgstr "AE" #, fuzzy msgid "United Arab Emirates" msgstr "Arabe (Émirats arabes unis)" msgid "AF" -msgstr "" +msgstr "AF" #, fuzzy msgid "Afghanistan" msgstr "Pushto (Afghanistan)" msgid "AG" -msgstr "" +msgstr "AG" #, fuzzy msgid "Antigua and Barbuda" msgstr "Anglais (Antigua-et-Barbuda)" msgid "AI" -msgstr "" +msgstr "AI" msgid "Anguilla" -msgstr "" +msgstr "Anguilla" msgid "AL" -msgstr "" +msgstr "AL" #, fuzzy msgid "Albania" msgstr "Albanais" msgid "AM" -msgstr "" +msgstr "AM" msgid "Armenia" -msgstr "" +msgstr "Armenia" #, fuzzy msgid "AN" @@ -5323,10 +5344,10 @@ msgid "Netherlands Antilles" msgstr "Papiamento (Antilles néerlandaises)" msgid "AO" -msgstr "" +msgstr "AO" msgid "Angola" -msgstr "" +msgstr "Angola" #, fuzzy msgid "AQ" @@ -5337,7 +5358,7 @@ msgid "Antarctica" msgstr "Sucre syntaxique" msgid "AR" -msgstr "" +msgstr "AR" #, fuzzy msgid "Argentina" @@ -5348,10 +5369,10 @@ msgid "AS" msgstr "ASK" msgid "American Samoa" -msgstr "" +msgstr "American Samoa" msgid "AT" -msgstr "" +msgstr "AT" #, fuzzy msgid "Austria" @@ -5366,10 +5387,10 @@ msgid "Australia" msgstr "Anglais (Australie)" msgid "AW" -msgstr "" +msgstr "AW" msgid "Aruba" -msgstr "" +msgstr "Aruba" #, fuzzy msgid "AX" @@ -5380,26 +5401,26 @@ msgid "Åland Islands" msgstr "Islandais (Islande)" msgid "AZ" -msgstr "" +msgstr "AZ" msgid "Azerbaijan" -msgstr "" +msgstr "Aerbaijan" msgid "BA" -msgstr "" +msgstr "BA" #, fuzzy msgid "Bosnia and Herzegovina" msgstr "Bosniaque (Bosnie-Herzégovine)" msgid "BB" -msgstr "" +msgstr "BB" msgid "Barbados" -msgstr "" +msgstr "Barbados" msgid "BD" -msgstr "" +msgstr "BD" #, fuzzy msgid "Bangladesh" @@ -5414,94 +5435,94 @@ msgid "Belgium" msgstr "Néerlandais (Belgique)" msgid "BF" -msgstr "" +msgstr "BF" msgid "Burkina Faso" -msgstr "" +msgstr "Burkina Faso" msgid "BG" -msgstr "" +msgstr "BG" #, fuzzy msgid "Bulgaria" msgstr "Bulgare" msgid "BH" -msgstr "" +msgstr "BH" #, fuzzy msgid "Bahrain" msgstr "Arabe (Bahreïn)" msgid "BI" -msgstr "" +msgstr "BI" msgid "Burundi" -msgstr "" +msgstr "Burundi" msgid "BJ" -msgstr "" +msgstr "BJ" msgid "Benin" -msgstr "" +msgstr "Benin" msgid "BL" -msgstr "" +msgstr "BL" msgid "St. Barthélemy" -msgstr "" +msgstr "St. Barthélemy" msgid "BM" -msgstr "" +msgstr "BM" msgid "Bermuda" -msgstr "" +msgstr "Bermuda" msgid "BN" -msgstr "" +msgstr "BN" msgid "Brunei" -msgstr "" +msgstr "Brunei" msgid "BO" -msgstr "" +msgstr "BO" msgid "Bolivia" -msgstr "" +msgstr "Bolivia" msgid "BQ" -msgstr "" +msgstr "BQ" #, fuzzy msgid "Caribbean Netherlands" msgstr "Limburgan (Pays-Bas)" msgid "BR" -msgstr "" +msgstr "BR" msgid "Brazil" -msgstr "" +msgstr "Brazil" msgid "BS" -msgstr "" +msgstr "BS" msgid "Bahamas" -msgstr "" +msgstr "Bahamas" msgid "BT" -msgstr "" +msgstr "BT" msgid "Bhutan" -msgstr "" +msgstr "Bhutan" msgid "BV" -msgstr "" +msgstr "BV" msgid "Bouvet Island" -msgstr "" +msgstr "Bouvet Island" msgid "BW" -msgstr "" +msgstr "BW" #, fuzzy msgid "Botswana" @@ -5516,25 +5537,25 @@ msgid "Belarus" msgstr "Biélorusse" msgid "BZ" -msgstr "" +msgstr "BZ" msgid "Belize" -msgstr "" +msgstr "Belize" msgid "CA" -msgstr "" +msgstr "CA" msgid "Canada" -msgstr "" +msgstr "Canada" msgid "CC" -msgstr "" +msgstr "CC" msgid "Cocos (Keeling) Islands" msgstr "" msgid "CD" -msgstr "" +msgstr "CD" msgid "Congo - Kinshasa" msgstr "" @@ -5547,53 +5568,53 @@ msgid "Central African Republic" msgstr "" msgid "CG" -msgstr "" +msgstr "CG" msgid "Congo - Brazzaville" msgstr "" msgid "CH" -msgstr "" +msgstr "CH" #, fuzzy msgid "Switzerland" msgstr "Allemand (Suisse)" msgid "CI" -msgstr "" +msgstr "CI" msgid "Côte d'Ivoire" -msgstr "" +msgstr "Côte d'Ivoire" msgid "CK" -msgstr "" +msgstr "CK" msgid "Cook Islands" -msgstr "" +msgstr "Cook Islands" msgid "CL" -msgstr "" +msgstr "CL" #, fuzzy msgid "Chile" msgstr "while" msgid "CM" -msgstr "" +msgstr "CM" #, fuzzy msgid "Cameroon" msgstr "Caméra" msgid "CN" -msgstr "" +msgstr "CN" #, fuzzy msgid "China" msgstr "Chinois" msgid "CO" -msgstr "" +msgstr "CO" #, fuzzy msgid "Colombia" @@ -5604,17 +5625,17 @@ msgid "CP" msgstr "CPU" msgid "Clipperton Island" -msgstr "" +msgstr "Clipperton Island" msgid "CR" -msgstr "" +msgstr "CR" #, fuzzy msgid "Costa Rica" msgstr "Espagnol (Costa Rica)" msgid "CQ" -msgstr "" +msgstr "CQ" msgid "Island of Sark" msgstr "" @@ -5624,73 +5645,73 @@ msgid "CU" msgstr "CPU" msgid "Cuba" -msgstr "" +msgstr "Cuba" msgid "CV" -msgstr "" +msgstr "CV" msgid "Cabo Verde" -msgstr "" +msgstr "Cabo Verde" msgid "CW" -msgstr "" +msgstr "CW" msgid "Curaçao" -msgstr "" +msgstr "Curaçao" #, fuzzy msgid "CX" msgstr "X" msgid "Christmas Island" -msgstr "" +msgstr "Christmas Island" msgid "CY" -msgstr "" +msgstr "CV" #, fuzzy msgid "Cyprus" msgstr "Grec (Chypre)" msgid "CZ" -msgstr "" +msgstr "CZ" #, fuzzy msgid "Czechia" msgstr "Tchèque" msgid "DE" -msgstr "" +msgstr "DE" #, fuzzy msgid "Germany" msgstr "Allemand" msgid "DG" -msgstr "" +msgstr "DG" msgid "Diego Garcia" -msgstr "" +msgstr "Diego Garcia" msgid "DJ" -msgstr "" +msgstr "DJ" #, fuzzy msgid "Djibouti" msgstr "Afar (Djibouti)" msgid "DK" -msgstr "" +msgstr "DK" #, fuzzy msgid "Denmark" msgstr "Danois (Danemark)" msgid "DM" -msgstr "" +msgstr "DM" msgid "Dominica" -msgstr "" +msgstr "Dominica" #, fuzzy msgid "DO" @@ -5701,14 +5722,14 @@ msgid "Dominican Republic" msgstr "Espagnol (République dominicaine)" msgid "DZ" -msgstr "" +msgstr "DZ" #, fuzzy msgid "Algeria" msgstr "Arabe (Algérie)" msgid "EA" -msgstr "" +msgstr "EA" msgid "Ceuta and Melilla" msgstr "" @@ -5718,39 +5739,39 @@ msgid "EC" msgstr "RECT" msgid "Ecuador" -msgstr "" +msgstr "Ecuador" msgid "EE" -msgstr "" +msgstr "EE" #, fuzzy msgid "Estonia" msgstr "Estonien" msgid "EG" -msgstr "" +msgstr "EG" msgid "Egypt" -msgstr "" +msgstr "Egypt" msgid "EH" -msgstr "" +msgstr "EH" msgid "Western Sahara" -msgstr "" +msgstr "Western Sahara" msgid "ER" -msgstr "" +msgstr "ER" #, fuzzy msgid "Eritrea" msgstr "Afar (Erythrée)" msgid "ES" -msgstr "" +msgstr "ES" msgid "Spain" -msgstr "" +msgstr "Spain" #, fuzzy msgid "ET" @@ -5761,148 +5782,148 @@ msgid "Ethiopia" msgstr "Afar (Éthiopie)" msgid "EU" -msgstr "" +msgstr "EU" msgid "European Union" -msgstr "" +msgstr "Union européenne" msgid "EZ" -msgstr "" +msgstr "EZ" msgid "Eurozone" -msgstr "" +msgstr "Eurozone" msgid "FI" -msgstr "" +msgstr "FI" msgid "Finland" -msgstr "" +msgstr "Finland" msgid "FJ" -msgstr "" +msgstr "FJ" msgid "Fiji" -msgstr "" +msgstr "Fjiji" msgid "FK" -msgstr "" +msgstr "FK" msgid "Falkland Islands" -msgstr "" +msgstr "Falkland Islands" msgid "FM" -msgstr "" +msgstr "FM" #, fuzzy msgid "Micronesia" msgstr "Indonésien" msgid "FO" -msgstr "" +msgstr "FO" #, fuzzy msgid "Faroe Islands" msgstr "Féroïen (Îles Féroé)" msgid "FR" -msgstr "" +msgstr "FR" msgid "France" -msgstr "" +msgstr "France" #, fuzzy msgid "FX" msgstr "X" msgid "France, Metropolitan" -msgstr "" +msgstr "France, Metropolitaine" msgid "GA" -msgstr "" +msgstr "GA" msgid "Gabon" -msgstr "" +msgstr "Gabon" msgid "GB, UK" -msgstr "" +msgstr "GB, UK" #, fuzzy msgid "United Kingdom" msgstr "Manx (Royaume-Uni)" msgid "GD" -msgstr "" +msgstr "GD" msgid "Grenada" -msgstr "" +msgstr "Grenada" msgid "GE" -msgstr "" +msgstr "GE" #, fuzzy msgid "Georgia" msgstr "Géorgien" msgid "GF" -msgstr "" +msgstr "GF" #, fuzzy msgid "French Guiana" msgstr "Français (Canada)" msgid "GG" -msgstr "" +msgstr "GG" msgid "Guernsey" -msgstr "" +msgstr "Guernsey" msgid "GH" -msgstr "" +msgstr "GH" msgid "Ghana" -msgstr "" +msgstr "Ghana" #, fuzzy msgid "GI" msgstr "GUI" msgid "Gibraltar" -msgstr "" +msgstr "Gibraltar" #, fuzzy msgid "GL" msgstr "GLSL" msgid "Greenland" -msgstr "" +msgstr "Greenland" msgid "GM" -msgstr "" +msgstr "GM" msgid "Gambia" -msgstr "" +msgstr "Gambia" msgid "GN" -msgstr "" +msgstr "GN" msgid "Guinea" -msgstr "" +msgstr "Guinea" #, fuzzy msgid "GP" msgstr "GPU" msgid "Guadeloupe" -msgstr "" +msgstr "Guadeloupe" msgid "GQ" -msgstr "" +msgstr "GQ" msgid "Equatorial Guinea" -msgstr "" +msgstr "Guinée équatoriale" msgid "GR" -msgstr "" +msgstr "GR" #, fuzzy msgid "Greece" @@ -5916,7 +5937,7 @@ msgid "South Georgia and South Sandwich Islands" msgstr "" msgid "GT" -msgstr "" +msgstr "GT" #, fuzzy msgid "Guatemala" @@ -5927,35 +5948,35 @@ msgid "GU" msgstr "GUI" msgid "Guam" -msgstr "" +msgstr "Guam" msgid "GW" -msgstr "" +msgstr "GW" msgid "Guinea-Bissau" -msgstr "" +msgstr "Guinea-Bissau" msgid "GY" -msgstr "" +msgstr "GY" msgid "Guyana" -msgstr "" +msgstr "Guyana" msgid "HK" -msgstr "" +msgstr "HK" #, fuzzy msgid "Hong Kong" msgstr "Anglais (Hong Kong)" msgid "HM" -msgstr "" +msgstr "HM" msgid "Heard Island and McDonald Islands" msgstr "" msgid "HN" -msgstr "" +msgstr "HN" #, fuzzy msgid "Honduras" @@ -5970,23 +5991,23 @@ msgid "Croatia" msgstr "Croate" msgid "HT" -msgstr "" +msgstr "HT" msgid "Haiti" -msgstr "" +msgstr "Haiti" msgid "HU" -msgstr "" +msgstr "HU" #, fuzzy msgid "Hungary" msgstr "hongrois" msgid "IC" -msgstr "" +msgstr "IC" msgid "Canary Islands" -msgstr "" +msgstr "Îles canaries" #, fuzzy msgid "ID" @@ -6005,10 +6026,10 @@ msgid "Ireland" msgstr "Islandais" msgid "IL" -msgstr "" +msgstr "IL" msgid "Israel" -msgstr "" +msgstr "Israel" #, fuzzy msgid "IM" @@ -6026,57 +6047,57 @@ msgid "India" msgstr "Indirect" msgid "IO" -msgstr "" +msgstr "IO" msgid "British Indian Ocean Territory" msgstr "" msgid "IQ" -msgstr "" +msgstr "IQ" msgid "Iraq" -msgstr "" +msgstr "Iraq" msgid "IR" -msgstr "" +msgstr "IR" msgid "Iran" -msgstr "" +msgstr "Iran" msgid "IS" -msgstr "" +msgstr "IS" #, fuzzy msgid "Iceland" msgstr "Islandais" msgid "IT" -msgstr "" +msgstr "IT" #, fuzzy msgid "Italy" msgstr "Italique" msgid "JE" -msgstr "" +msgstr "JE" msgid "Jersey" -msgstr "" +msgstr "Jersey" msgid "JM" -msgstr "" +msgstr "JM" msgid "Jamaica" -msgstr "" +msgstr "Jamaica" msgid "JO" -msgstr "" +msgstr "JO" msgid "Jordan" -msgstr "" +msgstr "Jordan" msgid "JP" -msgstr "" +msgstr "JP" #, fuzzy msgid "Japan" @@ -6087,32 +6108,32 @@ msgid "KE" msgstr "CLÉ" msgid "Kenya" -msgstr "" +msgstr "Kenya" msgid "KG" -msgstr "" +msgstr "KG" #, fuzzy msgid "Kyrgyzstan" msgstr "Kirghiz (Kirghizistan)" msgid "KH" -msgstr "" +msgstr "KH" msgid "Cambodia" -msgstr "" +msgstr "Cambodia" msgid "KI" -msgstr "" +msgstr "JI" msgid "Kiribati" -msgstr "" +msgstr "Kiribati" msgid "KM" -msgstr "" +msgstr "KM" msgid "Comoros" -msgstr "" +msgstr "Comoros" #, fuzzy msgid "KN" @@ -6122,101 +6143,101 @@ msgid "St. Kitts and Nevis" msgstr "" msgid "KP" -msgstr "" +msgstr "KP" #, fuzzy msgid "North Korea" msgstr "Coréen (Corée du Sud)" msgid "KR" -msgstr "" +msgstr "KR" #, fuzzy msgid "South Korea" msgstr "Coréen (Corée du Sud)" msgid "KW" -msgstr "" +msgstr "KW" msgid "Kuwait" -msgstr "" +msgstr "Kuwait" #, fuzzy msgid "KY" msgstr "CLÉ" msgid "Cayman Islands" -msgstr "" +msgstr "Îles cayman" msgid "KZ" -msgstr "" +msgstr "KZ" #, fuzzy msgid "Kazakhstan" msgstr "Kazakh (Kazakhstan)" msgid "LA" -msgstr "" +msgstr "LA" msgid "Laos" -msgstr "" +msgstr "Laos" msgid "LB" -msgstr "" +msgstr "LN" #, fuzzy msgid "Lebanon" msgstr "Arabe (Liban)" msgid "LC" -msgstr "" +msgstr "LC" msgid "St. Lucia" -msgstr "" +msgstr "St. Lucie" #, fuzzy msgid "LI" msgstr "LINE" msgid "Liechtenstein" -msgstr "" +msgstr "Liechtenstein" msgid "LK" -msgstr "" +msgstr "LK" #, fuzzy msgid "Sri Lanka" msgstr "Tamoul (Sri Lanka)" msgid "LR" -msgstr "" +msgstr "LR" msgid "Liberia" -msgstr "" +msgstr "Liberia" #, fuzzy msgid "LS" msgstr "GLSL" msgid "Lesotho" -msgstr "" +msgstr "Lesotho" msgid "LT" -msgstr "" +msgstr "LT" #, fuzzy msgid "Lithuania" msgstr "Lituanien" msgid "LU" -msgstr "" +msgstr "LU" #, fuzzy msgid "Luxembourg" msgstr "Allemand (Luxembourg)" msgid "LV" -msgstr "" +msgstr "LV" #, fuzzy msgid "Latvia" @@ -6227,26 +6248,26 @@ msgid "LY" msgstr "POLY" msgid "Libya" -msgstr "" +msgstr "Libya" msgid "MA" -msgstr "" +msgstr "MA" #, fuzzy msgid "Morocco" msgstr "Arabe (Maroc)" msgid "MC" -msgstr "" +msgstr "MC" msgid "Monaco" -msgstr "" +msgstr "Monaco" msgid "MD" -msgstr "" +msgstr "MD" msgid "Moldova" -msgstr "" +msgstr "Moldova" #, fuzzy msgid "ME" @@ -6257,56 +6278,56 @@ msgid "Montenegro" msgstr "Serbe (Monténégro)" msgid "MF" -msgstr "" +msgstr "MF" #, fuzzy msgid "St. Martin" msgstr "Commencer en VR" msgid "MG" -msgstr "" +msgstr "MG" #, fuzzy msgid "Madagascar" msgstr "Malgache (Madagascar)" msgid "MH" -msgstr "" +msgstr "MH" #, fuzzy msgid "Marshall Islands" msgstr "Marshallese (Îles Marshall)" msgid "MK" -msgstr "" +msgstr "MK" #, fuzzy msgid "North Macedonia" msgstr "macédonien" msgid "ML" -msgstr "" +msgstr "ML" msgid "Mali" -msgstr "" +msgstr "Mali" msgid "MM, BU" -msgstr "" +msgstr "MM, BU" msgid "Myanmar" -msgstr "" +msgstr "Myanmar" msgid "MN" -msgstr "" +msgstr "MN" msgid "Mongolia" -msgstr "" +msgstr "Mongolia" msgid "MO" -msgstr "" +msgstr "MO" msgid "Macao" -msgstr "" +msgstr "Macao" #, fuzzy msgid "MP" @@ -6316,46 +6337,46 @@ msgid "Northern Mariana Islands" msgstr "" msgid "MQ" -msgstr "" +msgstr "MQ" msgid "Martinique" -msgstr "" +msgstr "Martinique" msgid "MR" -msgstr "" +msgstr "MR" #, fuzzy msgid "Mauritania" msgstr "Lituanien" msgid "MS" -msgstr "" +msgstr "MS" msgid "Montserrat" -msgstr "" +msgstr "Montserrat" msgid "MT" -msgstr "" +msgstr "MT" #, fuzzy msgid "Malta" msgstr "Maltais" msgid "MU" -msgstr "" +msgstr "MU" msgid "Mauritius" -msgstr "" +msgstr "Mauritius" msgid "MV" -msgstr "" +msgstr "MV" #, fuzzy msgid "Maldives" msgstr "Dhivehi (Maldives)" msgid "MW" -msgstr "" +msgstr "MW" #, fuzzy msgid "Malawi" @@ -6366,30 +6387,30 @@ msgid "MX" msgstr "X" msgid "Mexico" -msgstr "" +msgstr "Mexico" msgid "MY" -msgstr "" +msgstr "MY" #, fuzzy msgid "Malaysia" msgstr "Malais" msgid "MZ" -msgstr "" +msgstr "MZ" msgid "Mozambique" -msgstr "" +msgstr "Mozambique" #, fuzzy msgid "NA" msgstr "NAN" msgid "Namibia" -msgstr "" +msgstr "Namibia" msgid "NC" -msgstr "" +msgstr "NC" #, fuzzy msgid "New Caledonia" @@ -6400,31 +6421,31 @@ msgid "NE" msgstr "NONE" msgid "Niger" -msgstr "" +msgstr "Niger" #, fuzzy msgid "NF" msgstr "INF" msgid "Norfolk Island" -msgstr "" +msgstr "Norfolk Island" msgid "NG" -msgstr "" +msgstr "NG" #, fuzzy msgid "Nigeria" msgstr "Igbo (Nigeria)" msgid "NI" -msgstr "" +msgstr "NI" #, fuzzy msgid "Nicaragua" msgstr "Espagnol (Nicaragua)" msgid "NL" -msgstr "" +msgstr "NL" #, fuzzy msgid "Netherlands" @@ -6435,67 +6456,67 @@ msgid "NO" msgstr "NONE" msgid "Norway" -msgstr "" +msgstr "Norway" msgid "NP" -msgstr "" +msgstr "NP" msgid "Nepal" -msgstr "" +msgstr "Népal" msgid "NR" -msgstr "" +msgstr "NR" msgid "NU" -msgstr "" +msgstr "NU" msgid "Niue" -msgstr "" +msgstr "Niue" msgid "NZ" -msgstr "" +msgstr "NZ" #, fuzzy msgid "New Zealand" msgstr "Maori (Nouvelle-Zélande)" msgid "OM" -msgstr "" +msgstr "OM" msgid "Oman" -msgstr "" +msgstr "Oman" msgid "PA" -msgstr "" +msgstr "PA" msgid "Panama" -msgstr "" +msgstr "Panama" msgid "PE" -msgstr "" +msgstr "PE" msgid "Peru" -msgstr "" +msgstr "Pérou" #, fuzzy msgid "PF" msgstr "PCF5" msgid "French Polynesia" -msgstr "" +msgstr "Polynésie française" msgid "PG" -msgstr "" +msgstr "PG" msgid "PH" -msgstr "" +msgstr "PH" #, fuzzy msgid "Philippines" msgstr "Anglais (Philippines)" msgid "PK" -msgstr "" +msgstr "PK" #, fuzzy msgid "Pakistan" @@ -6506,22 +6527,22 @@ msgid "PL" msgstr "POLY" msgid "Poland" -msgstr "" +msgstr "Polande" msgid "PM" -msgstr "" +msgstr "PM" msgid "St. Pierre and Miquelon" msgstr "" msgid "PN" -msgstr "" +msgstr "PN" msgid "Pitcairn Islands" -msgstr "" +msgstr "Pitcairn Islands" msgid "PR" -msgstr "" +msgstr "PR" #, fuzzy msgid "Puerto Rico" @@ -6536,17 +6557,17 @@ msgid "Palestine" msgstr "Étapes" msgid "PT" -msgstr "" +msgstr "PT" #, fuzzy msgid "Portugal" msgstr "Portails" msgid "PW" -msgstr "" +msgstr "PW" msgid "Palau" -msgstr "" +msgstr "Palau" #, fuzzy msgid "PY" @@ -6561,96 +6582,96 @@ msgid "QA" msgstr "Questions et réponses" msgid "Qatar" -msgstr "" +msgstr "Qatar" #, fuzzy msgid "RE" msgstr "RECT" msgid "Réunion" -msgstr "" +msgstr "Réunion" msgid "RO" -msgstr "" +msgstr "RO" #, fuzzy msgid "Romania" msgstr "Roumain" msgid "RS" -msgstr "" +msgstr "RS" #, fuzzy msgid "Serbia" msgstr "Serbe" msgid "RU" -msgstr "" +msgstr "RU" #, fuzzy msgid "Russia" msgstr "Russe" msgid "RW" -msgstr "" +msgstr "RW" msgid "Rwanda" -msgstr "" +msgstr "Rwanda" msgid "SA" -msgstr "" +msgstr "SA" #, fuzzy msgid "Saudi Arabia" msgstr "Arabe (Arabie Saoudite)" msgid "SB" -msgstr "" +msgstr "SB" msgid "Solomon Islands" -msgstr "" +msgstr "Solomon Islands" msgid "SC" -msgstr "" +msgstr "SC" msgid "Seychelles" -msgstr "" +msgstr "Seychelles" msgid "SD" -msgstr "" +msgstr "SD" msgid "Sudan" -msgstr "" +msgstr "Sudan" msgid "SE" -msgstr "" +msgstr "SE" #, fuzzy msgid "Sweden" msgstr "Suédois" msgid "SG" -msgstr "" +msgstr "SG" #, fuzzy msgid "Singapore" msgstr "Anglais (Singapour)" msgid "SH" -msgstr "" +msgstr "SH" msgid "St. Helena, Ascension and Tristan da Cunha" msgstr "" msgid "SI" -msgstr "" +msgstr "SI" #, fuzzy msgid "Slovenia" msgstr "Slovène" msgid "SJ" -msgstr "" +msgstr "SJ" msgid "Svalbard and Jan Mayen" msgstr "" @@ -6668,50 +6689,50 @@ msgid "SL" msgstr "GLSL" msgid "Sierra Leone" -msgstr "" +msgstr "Sierra Leone" msgid "SM" -msgstr "" +msgstr "SM" msgid "San Marino" -msgstr "" +msgstr "San Marino" msgid "SN" -msgstr "" +msgstr "SN" #, fuzzy msgid "Senegal" msgstr "Légal" msgid "SO" -msgstr "" +msgstr "SO" #, fuzzy msgid "Somalia" msgstr "Somalien" msgid "SR" -msgstr "" +msgstr "SR" #, fuzzy msgid "Suriname" msgstr "Nom" msgid "SS" -msgstr "" +msgstr "SS" #, fuzzy msgid "South Sudan" msgstr "Arabe (Sud-Soudan)" msgid "ST" -msgstr "" +msgstr "ST" msgid "Sao Tome and Principe" msgstr "" msgid "SV" -msgstr "" +msgstr "SV" #, fuzzy msgid "El Salvador" @@ -6722,19 +6743,19 @@ msgid "SX" msgstr "X" msgid "Sint Maarten" -msgstr "" +msgstr "Sint Maarten" msgid "SY" -msgstr "" +msgstr "SY" msgid "Syria" -msgstr "" +msgstr "Syria" msgid "SZ" -msgstr "" +msgstr "SZ" msgid "Eswatini" -msgstr "" +msgstr "Eswatini" #, fuzzy msgid "TA" @@ -6744,7 +6765,7 @@ msgid "Tristan da Cunha" msgstr "" msgid "TC" -msgstr "" +msgstr "TC" msgid "Turks and Caicos Islands" msgstr "" @@ -6754,42 +6775,42 @@ msgid "TD" msgstr "TODO" msgid "Chad" -msgstr "" +msgstr "Chad" msgid "TF" -msgstr "" +msgstr "TF" msgid "French Southern Territories" msgstr "" msgid "TG" -msgstr "" +msgstr "TG" msgid "Togo" -msgstr "" +msgstr "Togo" msgid "TH" -msgstr "" +msgstr "TH" #, fuzzy msgid "Thailand" msgstr "Thaï (Thaïlande)" msgid "TJ" -msgstr "" +msgstr "TJ" #, fuzzy msgid "Tajikistan" msgstr "Tadjik (Tadjikistan)" msgid "TK" -msgstr "" +msgstr "TK" msgid "TL, TP" -msgstr "" +msgstr "TL, TP" msgid "Timor-Leste" -msgstr "" +msgstr "Timor-Leste" #, fuzzy msgid "TM" @@ -6800,7 +6821,7 @@ msgid "Turkmenistan" msgstr "Turkmen (Turkmenistan)" msgid "TN" -msgstr "" +msgstr "TN" #, fuzzy msgid "Tunisia" @@ -6811,138 +6832,138 @@ msgid "TO" msgstr "TODO" msgid "Tonga" -msgstr "" +msgstr "Tonga" msgid "TR" -msgstr "" +msgstr "TR" #, fuzzy msgid "Turkey" msgstr "Turc" msgid "TT" -msgstr "" +msgstr "TT" msgid "Trinidad and Tobago" msgstr "" msgid "TV" -msgstr "" +msgstr "TV" msgid "TW" -msgstr "" +msgstr "TW" msgid "Taiwan" -msgstr "" +msgstr "Taiwan" msgid "TZ" -msgstr "" +msgstr "TZ" #, fuzzy msgid "Tanzania" msgstr "Swahili (Tanzanie)" msgid "UA" -msgstr "" +msgstr "UA" #, fuzzy msgid "Ukraine" msgstr "Ukrainien" msgid "UG" -msgstr "" +msgstr "UG" #, fuzzy msgid "Uganda" msgstr "Ganda (Ouganda)" msgid "UM" -msgstr "" +msgstr "UM" msgid "U.S. Outlying Islands" msgstr "" msgid "US" -msgstr "" +msgstr "US" msgid "United States of America" msgstr "" msgid "UY" -msgstr "" +msgstr "UY" msgid "Uruguay" -msgstr "" +msgstr "Uruguay" msgid "UZ" -msgstr "" +msgstr "UZ" #, fuzzy msgid "Uzbekistan" msgstr "Ouzbékistan (Ouzbékistan)" msgid "VA" -msgstr "" +msgstr "VA" msgid "Holy See" -msgstr "" +msgstr "Holy See" msgid "VC" -msgstr "" +msgstr "VC" msgid "St. Vincent and the Grenadines" msgstr "" msgid "VE" -msgstr "" +msgstr "VE" #, fuzzy msgid "Venezuela" msgstr "Espagnol (Venezuela)" msgid "VG" -msgstr "" +msgstr "VG" msgid "British Virgin Islands" msgstr "" msgid "VI" -msgstr "" +msgstr "VI" msgid "U.S. Virgin Islands" msgstr "" msgid "VN" -msgstr "" +msgstr "VN" #, fuzzy msgid "Viet Nam" msgstr "Vietnamien" msgid "VU" -msgstr "" +msgstr "Vu" #, fuzzy msgid "Vanuatu" msgstr "Utilisation manuelle" msgid "WF" -msgstr "" +msgstr "WF" msgid "Wallis and Futuna" msgstr "" msgid "WS" -msgstr "" +msgstr "WS" msgid "Samoa" -msgstr "" +msgstr "Samoa" msgid "XK, KV" -msgstr "" +msgstr "XK, KV" msgid "Kosovo" -msgstr "" +msgstr "Kosovo" #, fuzzy msgid "YE" @@ -6953,27 +6974,27 @@ msgid "Yemen" msgstr "Mouvement" msgid "YT" -msgstr "" +msgstr "YT" msgid "Mayotte" -msgstr "" +msgstr "Mayotte" msgid "ZA" -msgstr "" +msgstr "ZA" #, fuzzy msgid "South Africa" msgstr "Pedi (Afrique du Sud)" msgid "ZM" -msgstr "" +msgstr "ZM" #, fuzzy msgid "Zambia" msgstr "Bemba (Zambie)" msgid "ZW" -msgstr "" +msgstr "ZW" #, fuzzy msgid "Zimbabwe" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 3b348dbb6c..9155f58b56 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 09ee78b578..a6892f07d6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 86b2ab5338..1f9e9fec93 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index c429ca5ce9..59fc062b42 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 9495f0f5f5..97180ee0ab 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/index.po index ab18fb7e01..5a9073c276 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/input_examples.po index b580675137..6e563eff90 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/inputevent.po index 0c460b5541..e518e0eb5a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index c64d8dcdd8..caf30928b2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/background_loading.po index ee37158372..eb14e240d6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/binary_serialization_api.po index c11caa2d02..8ea90bf8c9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -144,7 +144,7 @@ msgid "10" msgstr "10" msgid "quaternion" -msgstr "" +msgstr "quaternion" msgid "11" msgstr "11" @@ -335,9 +335,8 @@ msgstr "" "Si aucun drapeau n'est défini (flags == 0), le flottant est envoyé en tant " "que précision simple de 32 bits :" -#, fuzzy msgid "Float" -msgstr "Nombre à virgule flottante" +msgstr "Float" msgid "IEEE 754 single-precision float" msgstr "IEEE 754 single-precision float" @@ -579,14 +578,14 @@ msgid "Zero (32-bit signed integer)" msgstr "Entier 32 bits signé" msgid "``full_objects`` disabled" -msgstr "" +msgstr "``full_objects`` désactivé" #, fuzzy msgid "The Object instance ID (64-bit signed integer)" msgstr "Entier signé 64 bits" msgid "``full_objects`` enabled" -msgstr "" +msgstr "``full_objects`` activé" #, fuzzy msgid "Class name (String length)" @@ -607,7 +606,7 @@ msgid "For each property:" msgstr "Pour chaque propriété :" msgid "Y" -msgstr "" +msgstr "Y" #, fuzzy msgid "Property name (String length)" @@ -618,17 +617,17 @@ msgid "Y+4" msgstr "X+4" msgid "Z" -msgstr "" +msgstr "Z" #, fuzzy msgid "Property name (UTF-8 encoded string)" msgstr "Chaîne de caractère codée en UTF-8" msgid "Y+4+Z" -msgstr "" +msgstr "Y+4+Z" msgid "W" -msgstr "" +msgstr "W" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/data_paths.po index ab97a8088d..90f3c63dea 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -183,9 +183,8 @@ msgstr "Type" msgid "Location" msgstr "Localisation" -#, fuzzy msgid "Default" -msgstr "Lots par défaut" +msgstr "Par défaut" msgid "Windows: ``%APPDATA%\\Godot\\app_userdata\\[project_name]``" msgstr "Windows : ``%APPDATA%\\Godot\\app_userdata\\[project_name]``" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/index.po index cb003229d5..f0788d9ab6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index a140e44bbc..fb2c947441 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -128,14 +128,17 @@ msgstr "" msgid "" ":ref:`Image.load_jpg_from_buffer `" msgstr "" +":ref:`Image.load_jpg_from_buffer `" msgid "" ":ref:`Image.load_ktx_from_buffer `" msgstr "" +":ref:`Image.load_ktx_from_buffer `" msgid "" ":ref:`Image.load_png_from_buffer `" msgstr "" +":ref:`Image.load_png_from_buffer `" msgid "" ":ref:`Image.load_svg_from_buffer ` " @@ -146,10 +149,12 @@ msgstr "" msgid "" ":ref:`Image.load_tga_from_buffer `" msgstr "" +":ref:`Image.load_tga_from_buffer `" msgid "" ":ref:`Image.load_webp_from_buffer `" msgstr "" +":ref:`Image.load_webp_from_buffer `" msgid "" "Several image formats can also be saved by Godot at runtime using the " @@ -292,7 +297,7 @@ msgid "" msgstr "" msgid "ZIP archives" -msgstr "" +msgstr "Archives ZIP" msgid "" "Godot supports reading and writing ZIP archives using the :ref:" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/fr/LC_MESSAGES/tutorials/io/saving_games.po index c6332e8143..70f88a8367 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/beziers_and_curves.po index ca44e38464..b356d50f2e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/index.po index 311ed772f7..8bfb7be964 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/interpolation.po index b0934b1d4b..c4684265c9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index ab9561e112..88b97d5531 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/random_number_generation.po index 3ef34cc2dc..a3d09ac911 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/vector_math.po index e71e5b66b8..e1a5246c0f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/fr/LC_MESSAGES/tutorials/math/vectors_advanced.po index 3ae0d81acc..42ee75c396 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/index.po index 1977c217f5..93552265e9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 44c0405af2..19cbd5f77a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,8 +56,9 @@ msgid "" "changes when upgrading Godot." msgstr "" +#, fuzzy msgid "Core" -msgstr "" +msgstr "Core" #, fuzzy msgid "Change" @@ -67,11 +68,12 @@ msgstr "Modifications" msgid "GDScript Compatible" msgstr "Type GDScript" +#, fuzzy msgid "C# Binary Compatible" -msgstr "" +msgstr "Compatible binaire C#" msgid "C# Source Compatible" -msgstr "" +msgstr "Compatible source C#" #, fuzzy msgid "Introduced" @@ -85,10 +87,10 @@ msgid "Method ``looking_at`` adds a new ``use_model_front`` optional parameter" msgstr "" msgid "|✔️|" -msgstr "" +msgstr "|✔️|" msgid "`GH-76082`_" -msgstr "" +msgstr "`GH-76082`_" #, fuzzy msgid "**Object**" @@ -100,30 +102,30 @@ msgid "" msgstr "" msgid "|❌|" -msgstr "" +msgstr "|❌|" msgid "`GH-76418`_" -msgstr "" +msgstr "`GH-76418`_" #, fuzzy msgid "**Transform3D**" msgstr "**Transform2D**" msgid "**UndoRedo**" -msgstr "" +msgstr "**UndoRedo**" msgid "" "Method ``create_action`` adds a new ``backward_undo_ops`` optional parameter" msgstr "" msgid "|✔️ with compat|" -msgstr "" +msgstr "|✔️ avec compatibilité|" msgid "`GH-76688`_" -msgstr "" +msgstr "`GH-76688`_" msgid "**WorkerThreadPool**" -msgstr "" +msgstr "**WorkerThreadPool**" msgid "" "Method ``wait_for_task_completion`` changes return type from ``void`` to " @@ -131,7 +133,7 @@ msgid "" msgstr "" msgid "`GH-77143`_" -msgstr "" +msgstr "`GH-77143`_" msgid "Animation" msgstr "Animation" @@ -144,7 +146,7 @@ msgid "Method ``_process`` adds a new ``test_only`` parameter" msgstr "" msgid "`GH-75759`_" -msgstr "" +msgstr "`GH-75759`_" msgid "Method ``blend_input`` adds a new ``test_only`` optional parameter" msgstr "" @@ -153,7 +155,7 @@ msgid "Method ``blend_node`` adds a new ``test_only`` optional parameter" msgstr "" msgid "**AnimationNodeStateMachinePlayback**" -msgstr "" +msgstr "**AnimationNodeStateMachinePlayback**" msgid "" "Method ``get_travel_path`` changes return type from ``PackedStringArray`` to " @@ -165,13 +167,13 @@ msgid "2D nodes" msgstr "Nœud if" msgid "**PathFollow2D**" -msgstr "" +msgstr "**PathFollow2D**" msgid "Property ``lookahead`` removed" -msgstr "" +msgstr "Propriété``lookahead`` enlevée" msgid "`GH-72842`_" -msgstr "" +msgstr "`GH-72842`_" #, fuzzy msgid "3D nodes" @@ -196,7 +198,7 @@ msgid "" msgstr "" msgid "`GH-72152`_" -msgstr "" +msgstr "`GH-72152`_" #, fuzzy msgid "**Node3D**" @@ -215,7 +217,7 @@ msgid "GUI nodes" msgstr "Nœud if" msgid "**CodeEdit**" -msgstr "" +msgstr "**CodeEdit**" msgid "" "Method ``add_code_completion_option`` adds a new ``location`` optional " @@ -223,7 +225,7 @@ msgid "" msgstr "" msgid "`GH-75746`_" -msgstr "" +msgstr "`GH-75746`_" #, fuzzy msgid "**RichTextLabel**" @@ -233,7 +235,7 @@ msgid "Method ``push_list`` adds a new ``bullet`` optional parameter" msgstr "" msgid "`GH-75017`_" -msgstr "" +msgstr "`GH-75017`_" msgid "" "Method ``push_paragraph`` adds a new ``justification_flags`` optional " @@ -241,13 +243,13 @@ msgid "" msgstr "" msgid "`GH-75250`_" -msgstr "" +msgstr "`GH-75250`_" msgid "Method ``push_paragraph`` adds a new ``tab_stops`` optional parameter" msgstr "" msgid "`GH-76401`_" -msgstr "" +msgstr "`GH-76401`_" #, fuzzy msgid "**Tree**" @@ -257,7 +259,7 @@ msgid "Method ``edit_selected`` adds a new ``force_edit`` optional parameter" msgstr "" msgid "`GH-76794`_" -msgstr "" +msgstr "`GH-76794`_" msgid "Physics" msgstr "Physique" @@ -270,14 +272,14 @@ msgid "Property ``priority`` changes type from ``float`` to ``int``" msgstr "" msgid "`GH-72749`_" -msgstr "" +msgstr "`GH-72749`_" #, fuzzy msgid "**Area3D**" msgstr "Area2D" msgid "**PhysicsDirectSpaceState2D**" -msgstr "" +msgstr "**PhysicsDirectSpaceState2D**" msgid "" "Method ``collide_shape`` changes return type from " @@ -285,10 +287,10 @@ msgid "" msgstr "" msgid "`GH-75260`_" -msgstr "" +msgstr "`GH-75260`_" msgid "**PhysicsDirectSpaceState3D**" -msgstr "" +msgstr "**PhysicsDirectSpaceState3D**" msgid "" "Method ``collide_shape`` changes return type from " @@ -299,7 +301,7 @@ msgid "Rendering" msgstr "Rendu" msgid "**RDShaderFile**" -msgstr "" +msgstr "**RDShaderFile**" msgid "" "Method ``get_version_list`` changes return type from ``PackedStringArray`` " @@ -344,7 +346,7 @@ msgid "Method ``set_velocity`` replaced with ``velocity`` property" msgstr "" msgid "`GH-69988`_" -msgstr "" +msgstr "`GH-69988`_" msgid "" "Property ``time_horizon`` split into ``time_horizon_agents`` and " @@ -359,14 +361,14 @@ msgid "Property ``agent_height_offset`` renamed to ``path_height_offset``" msgstr "" msgid "Property ``ignore_y`` removed" -msgstr "" +msgstr "Propriété``ignore_y`` enlevé" #, fuzzy msgid "**NavigationObstacle2D**" msgstr "NavigationObstacle3D" msgid "Property ``estimate_radius`` removed" -msgstr "" +msgstr "Propriété``estimate_radius`` enlevée" msgid "Method ``get_rid`` renamed to ``get_agent_rid``" msgstr "" @@ -384,7 +386,7 @@ msgid "" msgstr "" msgid "Method ``agent_set_target_velocity`` removed" -msgstr "" +msgstr "Méthode ``agent_set_target_velocity`` enlevée" msgid "" "Method ``agent_set_time_horizon`` split into " @@ -399,7 +401,7 @@ msgid "Networking" msgstr "Réseau" msgid "**WebRTCPeerConnectionExtension**" -msgstr "" +msgstr "**WebRTCPeerConnectionExtension**" msgid "" "Method ``_create_data_channel`` changes return type from ``Object`` to " @@ -407,7 +409,7 @@ msgid "" msgstr "" msgid "`GH-78237`_" -msgstr "" +msgstr "`GH-78237`_" msgid "Editor plugins" msgstr "Extensions pour l'éditeur" @@ -421,7 +423,7 @@ msgid "Type ``AnimationTrackEditPlugin`` removed" msgstr "Éditeur de Piste d'Animation" msgid "`GH-76413`_" -msgstr "" +msgstr "`GH-76413`_" #, fuzzy msgid "**EditorInterface**" @@ -432,7 +434,7 @@ msgid "" msgstr "" msgid "`GH-76176`_" -msgstr "" +msgstr "`GH-76176`_" msgid "" "Method ``set_movie_maker_enabled`` replaced with ``movie_maker_enabled`` " @@ -445,19 +447,19 @@ msgid "" msgstr "" msgid "**EditorResourcePreviewGenerator**" -msgstr "" +msgstr "**EditorResourcePreviewGenerator**" msgid "Method ``_generate`` adds a new ``metadata`` parameter" msgstr "" msgid "`GH-64628`_" -msgstr "" +msgstr "`GH-64628`_" msgid "Method ``_generate_from_path`` adds a new ``metadata`` parameter" msgstr "" msgid "**EditorUndoRedoManager**" -msgstr "" +msgstr "**EditorUndoRedoManager**" #, fuzzy msgid "Behavior changes" @@ -479,7 +481,7 @@ msgid "" msgstr "" msgid "`GH-57894`_" -msgstr "" +msgstr "`GH-57894`_" msgid "" "Multiple layered ``SubViewportContainer`` nodes, that should all receive " @@ -497,7 +499,7 @@ msgid "" msgstr "" msgid "`GH-77595`_" -msgstr "" +msgstr "`GH-77595`_" msgid "Updating your GDExtension for 4.1" msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 7a7cf4a972..d25526ed46 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -87,8 +87,9 @@ msgid "" "changes when upgrading Godot." msgstr "" +#, fuzzy msgid "Core" -msgstr "" +msgstr "Core" #, fuzzy msgid "Change" @@ -98,11 +99,12 @@ msgstr "Modifications" msgid "GDScript Compatible" msgstr "Type GDScript" +#, fuzzy msgid "C# Binary Compatible" -msgstr "" +msgstr "Compatible binaire C#" msgid "C# Source Compatible" -msgstr "" +msgstr "Compatible source C#" #, fuzzy msgid "Introduced" @@ -116,13 +118,13 @@ msgid "Constant ``NOTIFICATION_NODE_RECACHE_REQUESTED`` removed" msgstr "" msgid "|❌|" -msgstr "" +msgstr "|❌|" msgid "|✔️|" -msgstr "" +msgstr "|✔️|" msgid "`GH-84419`_" -msgstr "" +msgstr "`GH-84419`_" msgid "Animation" msgstr "Animation" @@ -136,7 +138,7 @@ msgid "" msgstr "" msgid "`GH-80813`_" -msgstr "" +msgstr "`GH-80813`_" msgid "Method ``add_animation_library`` moved to base class ``AnimationMixer``" msgstr "" @@ -199,7 +201,7 @@ msgid "" msgstr "" msgid "|✔️ with compat|" -msgstr "" +msgstr "|✔️ avec compatibilité|" msgid "" "Property ``playback_active`` renamed to ``active`` and moved to base class " @@ -291,7 +293,7 @@ msgid "" msgstr "" msgid "`GH-36493`_" -msgstr "" +msgstr "`GH-36493`_" msgid "Method ``add_shortcut`` adds a new ``allow_echo`` optional parameter" msgstr "" @@ -300,7 +302,7 @@ msgid "Method ``clear`` adds a new ``free_submenus`` optional parameter" msgstr "" msgid "`GH-79965`_" -msgstr "" +msgstr "`GH-79965`_" #, fuzzy msgid "**RichTextLabel**" @@ -312,7 +314,7 @@ msgid "" msgstr "" msgid "`GH-80410`_" -msgstr "" +msgstr "`GH-80410`_" msgid "Rendering" msgstr "Rendu" @@ -327,7 +329,7 @@ msgid "" msgstr "" msgid "`GH-81138`_" -msgstr "" +msgstr "`GH-81138`_" msgid "" "Method ``get_surface_format`` changes return type from ``uint32`` to " @@ -356,7 +358,7 @@ msgid "" msgstr "" msgid "`GH-79911`_" -msgstr "" +msgstr "`GH-79911`_" msgid "" "Enum field ``BarrierMask.BARRIER_MASK_ALL_BARRIERS`` changes value from " @@ -374,7 +376,7 @@ msgid "" msgstr "" msgid "`GH-79606`_" -msgstr "" +msgstr "`GH-79606`_" msgid "" "Method ``shader_get_vertex_input_attribute_ask`` changes return type from " @@ -401,7 +403,7 @@ msgid "Method ``set_fallbacks`` replaced with ``fallbacks`` property" msgstr "" msgid "`GH-78266`_" -msgstr "" +msgstr "`GH-78266`_" msgid "Method ``get_fallbacks`` replaced with ``fallbacks`` property" msgstr "" @@ -412,7 +414,7 @@ msgid "" msgstr "" msgid "`GH-80954`_" -msgstr "" +msgstr "`GH-80954`_" msgid "GraphEdit" msgstr "GraphEdit" @@ -426,13 +428,13 @@ msgid "" msgstr "" msgid "`GH-81582`_" -msgstr "" +msgstr "`GH-81582`_" msgid "Method ``get_zoom_hbox`` renamed to ``get_menu_hbox``" msgstr "" msgid "`GH-79308`_" -msgstr "" +msgstr "`GH-79308`_" msgid "Property ``snap_distance`` renamed to ``snapping_distance``" msgstr "" @@ -448,7 +450,7 @@ msgid "Property ``comment`` removed" msgstr "" msgid "`GH-79307`_" -msgstr "" +msgstr "`GH-79307`_" msgid "" "Signal ``close_request`` renamed to ``delete_request`` and moved to base " @@ -456,7 +458,7 @@ msgid "" msgstr "" msgid "`GH-79311`_" -msgstr "" +msgstr "`GH-79311`_" msgid "Property ``draggable`` moved to base class ``GraphElement``" msgstr "" @@ -551,7 +553,7 @@ msgid "Property ``cell_quadrant_size`` renamed to ``rendering_quadrant_size``" msgstr "" msgid "`GH-81070`_" -msgstr "" +msgstr "`GH-81070`_" msgid "XR" msgstr "XR" @@ -564,7 +566,7 @@ msgid "Property ``environment_blend_mode`` added" msgstr "" msgid "`GH-81561`_" -msgstr "" +msgstr "`GH-81561`_" msgid "" "This change breaks compatibility in C# because the new property conflicts " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 20d0786cb1..093c2b5fe7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -114,7 +114,7 @@ msgid "" msgstr "" msgid "Caveats of upgrading" -msgstr "" +msgstr "Mise en garde concernant la mise à jour" msgid "" "**Since Godot 4 is a complete rewrite in many aspects, some features have " @@ -318,519 +318,434 @@ msgid "" msgstr "" msgid "Old name (Godot 3.x)" -msgstr "" +msgstr "Vieux nom (Godot 3.X)" msgid "New name (Godot 4)" -msgstr "" +msgstr "Nouveau nom (Godot 4)" -#, fuzzy msgid "AnimatedSprite" -msgstr "Feuille de Sprite avec AnimationPlayer" +msgstr "AnimatedSprite" msgid "AnimatedSprite2D" -msgstr "" +msgstr "AnimatedSprite2D" -#, fuzzy msgid "ARVRCamera" -msgstr "Caméra" +msgstr "ARVRCamera" -#, fuzzy msgid "XRCamera3D" -msgstr "Caméra" +msgstr "XRCamera3D" -#, fuzzy msgid "ARVRController" -msgstr "Contrôle" +msgstr "ARVRController" -#, fuzzy msgid "XRController3D" -msgstr "Contrôle" +msgstr "XRController3D" msgid "ARVRAnchor" -msgstr "" +msgstr "ARVRAnchor" msgid "XRAnchor3D" -msgstr "" +msgstr "XRAnchor3D" msgid "ARVRInterface" -msgstr "" +msgstr "ARVRInterface" -#, fuzzy msgid "XRInterface" -msgstr "Interface utilisateur (IU)" +msgstr "XRInterface" msgid "ARVROrigin" -msgstr "" +msgstr "ARVROrigin" msgid "XROrigin3D" -msgstr "" +msgstr "XROrigin3D" msgid "ARVRPositionalTracker" -msgstr "" +msgstr "ARVRPositionalTracker" msgid "XRPositionalTracker" -msgstr "" +msgstr "XRPositionalTracker" -#, fuzzy msgid "ARVRServer" -msgstr "Serveur AR/VR" +msgstr "ARVRServer" -#, fuzzy msgid "XRServer" -msgstr "Serveurs" +msgstr "XRServer" -#, fuzzy msgid "CubeMesh" -msgstr "Maillages" +msgstr "CubeMesh" -#, fuzzy msgid "BoxMesh" -msgstr "Maillages" +msgstr "BoxMesh" -#, fuzzy msgid "EditorSpatialGizmo" -msgstr "L'EditorSpatialGizmoPlugin" +msgstr "EditorSpatialGizmo" msgid "EditorNode3DGizmo" -msgstr "" +msgstr "EditorNode3DGizmo" -#, fuzzy msgid "EditorSpatialGizmoPlugin" -msgstr "L'EditorSpatialGizmoPlugin" +msgstr "EditorSpatialGizmoPlugin" -#, fuzzy msgid "EditorNode3DGizmoPlugin" -msgstr "L'EditorSpatialGizmoPlugin" +msgstr "EditorNode3DGizmoPlugin" -#, fuzzy msgid "GIProbe" -msgstr "GIProbes" +msgstr "GIProbe" msgid "VoxelGI" -msgstr "" +msgstr "VoxelGI" -#, fuzzy msgid "GIProbeData" -msgstr "GIProbes" +msgstr "GIProbeData" msgid "VoxelGIData" -msgstr "" +msgstr "VoxelGIData" #, fuzzy msgid "GradientTexture" -msgstr "Lecture des textures" +msgstr "GradientTexture" -#, fuzzy msgid "GradientTexture1D" -msgstr "Lecture des textures" +msgstr "GradientTexture1D" -#, fuzzy msgid "KinematicBody" -msgstr "KinematicBody2D" +msgstr "KinematicBody" msgid "CharacterBody3D" -msgstr "" +msgstr "CharacterBody3D" msgid "KinematicBody2D" msgstr "KinematicBody2D" msgid "CharacterBody2D" -msgstr "" +msgstr "CharacterBody2D" -#, fuzzy msgid "Light2D" -msgstr "Lumières" +msgstr "Light2D" -#, fuzzy msgid "PointLight2D" -msgstr "Lumière ambiante" +msgstr "PointLight2D" msgid "LineShape2D" -msgstr "" +msgstr "LineShape2D" msgid "WorldBoundaryShape2D" -msgstr "" +msgstr "WorldBoundaryShape2D" msgid "Listener" msgstr "Auditeur" -#, fuzzy msgid "AudioListener3D" -msgstr "Auditeur" +msgstr "AudioListener3D" -#, fuzzy msgid "NavigationMeshInstance" -msgstr "Maillages de Navigation" +msgstr "NavigationMeshInstance" -#, fuzzy msgid "NavigationRegion3D" -msgstr "NavigationAgent3D" +msgstr "NavigationRegion3D" -#, fuzzy msgid "NavigationPolygonInstance" -msgstr "NavigationObstacle3D" +msgstr "NavigationPolygonInstance" -#, fuzzy msgid "NavigationRegion2D" -msgstr "NavigationAgent3D" +msgstr "NavigationRegion2D" -#, fuzzy msgid "Navigation2DServer" -msgstr "Navigation" +msgstr "Navigation2DServer" -#, fuzzy msgid "NavigationServer2D" -msgstr "Navigation" +msgstr "NavigationServer2D" msgid "PanoramaSky" -msgstr "" +msgstr "PanoramaSky" -#, fuzzy msgid "Sky" -msgstr "clé" +msgstr "Ciel" msgid "Particles" msgstr "Particules" -#, fuzzy msgid "GPUParticles3D" -msgstr "Particules" +msgstr "GPUParticles3D" -#, fuzzy msgid "Particles2D" -msgstr "Particules" +msgstr "Particles2D" -#, fuzzy msgid "GPUParticles2D" -msgstr "Particules" +msgstr "GPUParticles2D" msgid "ParticlesMaterial" msgstr "ParticlesMaterial" -#, fuzzy msgid "ParticleProcessMaterial" -msgstr "ParticlesMaterial" +msgstr "ParticleProcessMaterial" msgid "Physics2DDirectBodyState" -msgstr "" +msgstr "Physics2DDirectBodyState" msgid "PhysicsDirectBodyState2D" -msgstr "" +msgstr "PhysicsDirectBodyState2D" msgid "Physics2DDirectSpaceState" -msgstr "" +msgstr "Physics2DDirectSpaceState" msgid "PhysicsDirectSpaceState2D" -msgstr "" +msgstr "PhysicsDirectSpaceState2D" -#, fuzzy msgid "Physics2DServer" -msgstr "Physique" +msgstr "Physics2DServer" -#, fuzzy msgid "PhysicsServer2D" -msgstr "Physique" +msgstr "PhysicsServer2D" msgid "Physics2DShapeQueryParameters" -msgstr "" +msgstr "Physics2DShapeQueryParameters" msgid "PhysicsShapeQueryParameters2D" -msgstr "" +msgstr "PhysicsShapeQueryParameters2D" msgid "Physics2DTestMotionResult" -msgstr "" +msgstr "Physics2DTestMotionResult" msgid "PhysicsTestMotionResult2D" -msgstr "" +msgstr "PhysicsTestMotionResult2D" -#, fuzzy msgid "PlaneShape" -msgstr "Plan" +msgstr "PlaneShape" msgid "WorldBoundaryShape3D" -msgstr "" +msgstr "WorldBoundaryShape3D" -#, fuzzy msgid "Position2D" -msgstr "gl_Position" +msgstr "Position2D" msgid "Marker2D" -msgstr "" +msgstr "Marker2D" -#, fuzzy msgid "Position3D" -msgstr "gl_Position" +msgstr "Position3D" msgid "Marker3D" -msgstr "" +msgstr "Marker3D" -#, fuzzy msgid "ProceduralSky" -msgstr "Ciel procédural." +msgstr "ProceduralSky" -#, fuzzy msgid "RayShape" -msgstr "Formes" +msgstr "RayShape" msgid "SeparationRayShape3D" -msgstr "" +msgstr "SeparationRayShape3D" -#, fuzzy msgid "RayShape2D" -msgstr "Formes" +msgstr "RayShape2D" msgid "SeparationRayShape2D" -msgstr "" +msgstr "SeparationRayShape2D" msgid "ShortCut" -msgstr "" +msgstr "Raccourci" msgid "Shortcut" -msgstr "" +msgstr "Raccourci" msgid "Spatial" msgstr "Spatial" -#, fuzzy msgid "Node3D" -msgstr "Node2D" +msgstr "Node3D" -#, fuzzy msgid "SpatialGizmo" -msgstr "Spatial" +msgstr "SpatialGizmo" msgid "Node3DGizmo" -msgstr "" +msgstr "Node3DGizmo" -#, fuzzy msgid "SpatialMaterial" -msgstr "Spatial Material" +msgstr "SpatialMaterial" -#, fuzzy msgid "StandardMaterial3D" -msgstr "Spatial Material" +msgstr "StandardMaterial3D" msgid "Sprite" -msgstr "" +msgstr "Sprite" msgid "Sprite2D" msgstr "Sprite2D" -#, fuzzy msgid "StreamTexture" -msgstr "Texture" +msgstr "StreamTexture" -#, fuzzy msgid "CompressedTexture2D" -msgstr "Mode de compression" +msgstr "CompressedTexture2D" -#, fuzzy msgid "TextureProgress" -msgstr "Compression de texture" +msgstr "TextureProgress" -#, fuzzy msgid "TextureProgressBar" -msgstr "Compression de texture" +msgstr "TextureProgressBar" -#, fuzzy msgid "VideoPlayer" -msgstr "Configuration de la fenêtre d'affichage" +msgstr "VideoPlayer" -#, fuzzy msgid "VideoStreamPlayer" -msgstr "AudioStreamPlayer" +msgstr "VideoStreamPlayer" msgid "ViewportContainer" msgstr "ViewportContainer" -#, fuzzy msgid "SubViewportContainer" -msgstr "ViewportContainer" +msgstr "SubViewportContainer" -#, fuzzy msgid "Viewport" -msgstr "Fenêtre d'affichage (Viewports)" +msgstr "Viewport" -#, fuzzy msgid "SubViewport" -msgstr "Fenêtre d'affichage (Viewports)" +msgstr "SubViewport" -#, fuzzy msgid "VisibilityEnabler" -msgstr "Zone de Visibilité" +msgstr "VisibilityEnabler" msgid "VisibleOnScreenEnabler3D" -msgstr "" +msgstr "VisibleOnScreenEnabler3D" -#, fuzzy msgid "VisibilityNotifier" -msgstr "Zone de Visibilité" +msgstr "VisibilityNotifier" msgid "VisibleOnScreenNotifier3D" -msgstr "" +msgstr "VisibleOnScreenNotifier3D" -#, fuzzy msgid "VisibilityNotifier2D" -msgstr "Zone de Visibilité" +msgstr "VisibilityNotifier2D" msgid "VisibleOnScreenNotifier2D" -msgstr "" +msgstr "VisibleOnScreenNotifier2D" -#, fuzzy msgid "VisibilityNotifier3D" -msgstr "Zone de Visibilité" +msgstr "VisibilityNotifier3D" -#, fuzzy msgid "VisualServer" -msgstr "VisualScript" +msgstr "VisualServer" -#, fuzzy msgid "RenderingServer" -msgstr "Rendu" +msgstr "RenderingServer" -#, fuzzy msgid "VisualShaderNodeScalarConstant" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarConstant" -#, fuzzy msgid "VisualShaderNodeFloatConstant" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeFloatConstant" -#, fuzzy msgid "VisualShaderNodeScalarFunc" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarFunc" -#, fuzzy msgid "VisualShaderNodeFloatFunc" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeFloatFunc" -#, fuzzy msgid "VisualShaderNodeScalarOp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarOp" -#, fuzzy msgid "VisualShaderNodeFloatOp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeFloatOp" -#, fuzzy msgid "VisualShaderNodeScalarClamp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarClamp" -#, fuzzy msgid "VisualShaderNodeClamp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeClamp" -#, fuzzy msgid "VisualShaderNodeVectorClamp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeVectorClamp" -#, fuzzy msgid "VisualShaderNodeScalarInterp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarInterp" -#, fuzzy msgid "VisualShaderNodeMix" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeMix" -#, fuzzy msgid "VisualShaderNodeVectorInterp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeVectorInterp" -#, fuzzy msgid "VisualShaderNodeVectorScalarMix" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeVectorScalarMix" msgid "VisualShaderNodeScalarSmoothStep" -msgstr "" +msgstr "VisualShaderNodeScalarSmoothStep" -#, fuzzy msgid "VisualShaderNodeSmoothStep" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeSmoothStep" msgid "VisualShaderNodeVectorSmoothStep" -msgstr "" +msgstr "VisualShaderNodeVectorSmoothStep" msgid "VisualShaderNodeVectorScalarSmoothStep" -msgstr "" +msgstr "VisualShaderNodeVectorScalarSmoothStep" msgid "VisualShaderNodeVectorScalarStep" -msgstr "" +msgstr "VisualShaderNodeVectorScalarStep" -#, fuzzy msgid "VisualShaderNodeStep" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeStep" -#, fuzzy msgid "VisualShaderNodeScalarSwitch" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarSwitch" -#, fuzzy msgid "VisualShaderNodeSwitch" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeSwitch" msgid "VisualShaderNodeScalarTransformMult" -msgstr "" +msgstr "VisualShaderNodeScalarTransformMult" -#, fuzzy msgid "VisualShaderNodeTransformOp" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeTransformOp" msgid "VisualShaderNodeScalarDerivativeFunc" -msgstr "" +msgstr "VisualShaderNodeScalarDerivativeFunc" -#, fuzzy msgid "VisualShaderNodeDerivativeFunc" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeDerivativeFunc" msgid "VisualShaderNodeVectorDerivativeFunc" -msgstr "" +msgstr "VisualShaderNodeVectorDerivativeFunc" -#, fuzzy msgid "VisualShaderNodeBooleanUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeBooleanUniform" msgid "VisualShaderNodeBooleanParameter" -msgstr "" +msgstr "VisualShaderNodeBooleanParameter" -#, fuzzy msgid "VisualShaderNodeColorUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeColorUniform" -#, fuzzy msgid "VisualShaderNodeColorParameter" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeColorParameter" -#, fuzzy msgid "VisualShaderNodeScalarUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeScalarUniform" -#, fuzzy msgid "VisualShaderNodeFloatParameter" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeFloatParameter" -#, fuzzy msgid "VisualShaderNodeCubeMapUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeCubeMapUniform" msgid "VisualShaderNodeCubeMapParameter" -msgstr "" +msgstr "VisualShaderNodeCubeMapParameter" -#, fuzzy msgid "VisualShaderNodeTextureUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeTextureUniform" msgid "VisualShaderNodeTexture2DParameter" -msgstr "" +msgstr "VisualShaderNodeTexture2DParameter" msgid "VisualShaderNodeTextureUniformTriplanar" -msgstr "" +msgstr "VisualShaderNodeTextureUniformTriplanar" msgid "VisualShaderNodeTextureParameterTriplanar" -msgstr "" +msgstr "VisualShaderNodeTextureParameterTriplanar" -#, fuzzy msgid "VisualShaderNodeTransformUniform" -msgstr "Nœuds Visual Shader" +msgstr "VisualShaderNodeTransformUniform" #, fuzzy msgid "VisualShaderNodeTransformParameter" @@ -1168,7 +1083,7 @@ msgid "" msgstr "" msgid "``hint_albedo`` is now ``source_color``." -msgstr "" +msgstr "``hint_albedo`` est maintenant ``source_color``." #, fuzzy msgid ":ref:`Built in matrix variables were renamed. `" @@ -1367,7 +1282,7 @@ msgid "" msgstr "" msgid "**Removed or replaced nodes/resources**" -msgstr "" +msgstr "**Retiré ou remplacé des nœuds / ressources**" msgid "" "This lists all nodes that were replaced by another node requiring different " @@ -1413,10 +1328,10 @@ msgid "BakedLightmapData" msgstr "Baked lightmaps" msgid "LightmapGIData" -msgstr "" +msgstr "LightmapGIData" msgid "BitmapFont" -msgstr "" +msgstr "BitmapFont" #, fuzzy msgid "FontFile" @@ -1455,10 +1370,10 @@ msgstr "" "`." msgid "OpenSimplexNoise" -msgstr "" +msgstr "OpenSimplexNoise" msgid "FastNoiseLite" -msgstr "" +msgstr "FastNoiseLite" msgid "" "Has different parameters and more noise types such as cellular. No support " @@ -1488,7 +1403,7 @@ msgid "CanvasItem has a new **Y Sort Enabled** property in 4.0." msgstr "" msgid "ProximityGroup" -msgstr "" +msgstr "ProximityGroup" msgid ":ref:`class_VisibleOnScreenNotifier3D` can act as a replacement." msgstr "" @@ -1556,8 +1471,9 @@ msgid "" "CHANGELOG.md>`__ for a full list of changes between Godot 3.x and 4." msgstr "" +#, fuzzy msgid "ArrayMesh resource compatibility breakage" -msgstr "" +msgstr "Fin de comptabilité de ressource ArrayMesh" msgid "" "If you've saved an ArrayMesh resource to a ``.res`` or ``.tres`` file, the " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/index.po index 59da45d896..a947f25bea 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index f9deb123c6..438d666a90 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index d196c3564e..3630faaf7e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index f6f91a9e55..3308d93818 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index e55a9ba439..311381670c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index b8712bcd66..d7741fc95c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 2ae794c3f2..5bdeb25c14 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,7 +75,7 @@ msgid "The following NavigationServer RID types are available." msgstr "Les types RID NavigationServer suivants sont disponibles." msgid "NavMap RID" -msgstr "" +msgstr "NavMap RID" msgid "" "Reference to a specific navigation map that holds regions and agents. The " @@ -84,7 +84,7 @@ msgid "" msgstr "" msgid "NavRegion RID" -msgstr "" +msgstr "NavRegion RID" msgid "" "Reference to a specific navigation region that can hold navigation mesh " @@ -93,7 +93,7 @@ msgid "" msgstr "" msgid "NavLink RID" -msgstr "" +msgstr "NavLink RID" msgid "" "Reference to a specific navigation link that connects two navigation mesh " @@ -101,7 +101,7 @@ msgid "" msgstr "" msgid "NavAgent RID" -msgstr "" +msgstr "NavAgent RID" msgid "" "Reference to a specific avoidance agent. The avoidance is specified by a " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index dde5da0725..9d183e1b03 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,7 +92,7 @@ msgid "The following NavigationServer RID types are available." msgstr "Les types RID NavigationServer suivants sont disponibles." msgid "NavMap RID" -msgstr "" +msgstr "NavMap RID" msgid "" "Reference to a specific navigation map that holds regions and agents. The " @@ -101,7 +101,7 @@ msgid "" msgstr "" msgid "NavRegion RID" -msgstr "" +msgstr "NavRegion RID" msgid "" "Reference to a specific navigation region that can hold navigation mesh " @@ -110,7 +110,7 @@ msgid "" msgstr "" msgid "NavLink RID" -msgstr "" +msgstr "NavLink RID" msgid "" "Reference to a specific navigation link that connects two navigation mesh " @@ -118,7 +118,7 @@ msgid "" msgstr "" msgid "NavAgent RID" -msgstr "" +msgstr "NavAgent RID" msgid "" "Reference to a specific avoidance agent. The avoidance is defined by a " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 75d04b42e6..adc1e55356 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 89ba0f3a73..395329501a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index aef9b3a674..5615acff27 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 20439d5f07..f29a54ef45 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 17c3f08969..9dae617122 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 227d5cf23f..544733195e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 32d8589ff9..871433cf5e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index e0e9b05e43..79c778b072 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Using NavigationPathQueryObjects" -msgstr "" +msgstr "Utilisation de NavigationPathQueryObjects" msgid "" "``NavigationPathQueryObjects`` can be used together with ``NavigationServer." diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 4549a6d970..da4ca920b9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 049823f1fa..3df55703ee 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index b6e88d01c9..a633dd179b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -168,7 +168,7 @@ msgid "``agent_set_velocity()``" msgstr "``get_area()``" msgid "``agent_set_target_velocity()``" -msgstr "" +msgstr "``agent_set_target_velocity()``" #, fuzzy msgid "``agent_set_position()``" @@ -316,7 +316,7 @@ msgid "" msgstr "" msgid "PhysicsServer synchronizes." -msgstr "" +msgstr "PhysicsServer se synchronise." msgid "physics frame ends." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 1185d5e437..685f227a54 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_client_class.po index d3c264003d..38e70b8b32 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_request_class.po index dc8634da8c..f68dece9a3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/index.po index 331b94daac..99f83e37ea 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 9b6c061cba..e66fc977a3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/webrtc.po index 510fd6cf5d..547bbe21f1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/websocket.po index 1a081b42dd..07863a1b25 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 2b19f97cf5..0fe2031b75 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/general_optimization.po index ef8f6eda57..8384c33d6e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 699c99c903..02d8b758f9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/index.po index c13ee257a0..8f16738344 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 1e17db70c7..0607fdca01 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index fe406d0cbd..861f922a23 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multimesh.po index 51da3de0da..0c8b8c8afe 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index b1056a0880..ad6820d2aa 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_servers.po index 4b4fff24df..0b17ff4ece 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 73970af457..dfde00910b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index bfc68433eb..7aa2865db1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 248d74b6e0..972d416cc6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 5095f3259a..702a3d7104 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index a78b44ff5e..f17a3c873f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/index.po index 32eaf8b8e5..acebd1ab07 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 91803dd61f..0e075462bc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 6227273334..82e433e9a3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,91 +109,91 @@ msgid "Comment" msgstr "Commentaire" msgid "[1; 2]" -msgstr "" +msgstr "[1; 2]" msgid "~0.0000001" -msgstr "" +msgstr "~0.0000001" msgid "~1e-15" -msgstr "" +msgstr "~1e-15" msgid "Precision becomes greater near 0.0 (this table is abbreviated)." msgstr "" msgid "[2; 4]" -msgstr "" +msgstr "[2; 4]" msgid "~0.0000002" -msgstr "" +msgstr "~0.0000002" msgid "[4; 8]" -msgstr "" +msgstr "[4; 8]" msgid "~0.0000005" -msgstr "" +msgstr "~0.0000005" msgid "[8; 16]" -msgstr "" +msgstr "[8; 16]" msgid "~0.000001" -msgstr "" +msgstr "~0.000001" msgid "~1e-14" -msgstr "" +msgstr "~1e-14" msgid "[16; 32]" -msgstr "" +msgstr "[16; 32]" msgid "~0.000002" -msgstr "" +msgstr "~0.000002" msgid "[32; 64]" -msgstr "" +msgstr "[32; 64]" msgid "~0.000004" -msgstr "" +msgstr "~0.000004" msgid "[64; 128]" -msgstr "" +msgstr "[64; 128]" msgid "~0.000008" -msgstr "" +msgstr "~0.000008" msgid "~1e-13" -msgstr "" +msgstr "~1e-13" msgid "[128; 256]" -msgstr "" +msgstr "[128; 256]" msgid "~0.000015" -msgstr "" +msgstr "~0.000015" msgid "[256; 512]" -msgstr "" +msgstr "[256; 512]" msgid "~0.00003" -msgstr "" +msgstr "~0.00003" msgid "[512; 1024]" -msgstr "" +msgstr "[512; 1024]" msgid "~0.00006" -msgstr "" +msgstr "~0.00006" msgid "~1e-12" -msgstr "" +msgstr "~1e-12" msgid "[1024; 2048]" -msgstr "" +msgstr "[1024; 2048]" msgid "~0.0001" -msgstr "" +msgstr "~0.0001" msgid "[2048; 4096]" -msgstr "" +msgstr "[2048; 4096]" msgid "~0.0002" -msgstr "" +msgstr "~0.0002" msgid "" "Maximum *recommended* single-precision range for a first-person 3D game " @@ -201,10 +201,10 @@ msgid "" msgstr "" msgid "[4096; 8192]" -msgstr "" +msgstr "[4096; 8192]" msgid "~0.0005" -msgstr "" +msgstr "~0.0005" msgid "" "Maximum *recommended* single-precision range for a third-person 3D game " @@ -212,19 +212,19 @@ msgid "" msgstr "" msgid "[8192; 16384]" -msgstr "" +msgstr "[8192; 16384]" msgid "~0.001" -msgstr "" +msgstr "~0.001" msgid "[16384; 32768]" -msgstr "" +msgstr "[16384; 32768]" msgid "~0.0019" -msgstr "" +msgstr "~0.0019" msgid "~1e-11" -msgstr "" +msgstr "~1e-11" msgid "" "Maximum *recommended* single-precision range for a top-down 3D game without " @@ -232,10 +232,10 @@ msgid "" msgstr "" msgid "[32768; 65536]" -msgstr "" +msgstr "[32768; 65536]" msgid "~0.0039" -msgstr "" +msgstr "~0.0039" msgid "" "Maximum *recommended* single-precision range for any 3D game. Double " @@ -243,28 +243,28 @@ msgid "" msgstr "" msgid "[65536; 131072]" -msgstr "" +msgstr "[65536; 131072]" msgid "~0.0078" -msgstr "" +msgstr "~0.0078" msgid "[131072; 262144]" -msgstr "" +msgstr "[131072; 262144]" msgid "~0.0156" -msgstr "" +msgstr "~0.0156" msgid "~1e-10" -msgstr "" +msgstr "~1e-10" msgid "> 262144" -msgstr "" +msgstr "> 262144" msgid "> ~0.0313" -msgstr "" +msgstr "> ~0.0313" msgid "~1e-10 (0.0000000001)" -msgstr "" +msgstr "~1e-10 (0.0000000001)" msgid "" "Double-precision remains far more precise than single-precision past this " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/physics_introduction.po index b6d021a84d..139bf2ea41 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -569,7 +569,7 @@ msgstr "" "ref:`RigidBody2D ` pour la liste des signaux disponibles." msgid "CharacterBody2D" -msgstr "" +msgstr "CharacterBody2D" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 1b852f370b..a10cc33439 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ray-casting.po index a8e2d4fd10..2ed949b2c9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/rigid_body.po index 783dae83b9..61e8e6881d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/soft_body.po index bec12707ad..0a12c3d74f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 2c0236fc20..a586b6bf3a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_area_2d.po index 25ae8355b6..6c5a452fb3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 4c83404c89..05021489c0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 708612a188..44d2aa15c9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -199,7 +199,7 @@ msgid "" msgstr "" msgid "PurchaseState values:" -msgstr "" +msgstr "Valeurs PurchaseState :" msgid "" "If a purchase is in a ``PENDING`` state, you should not award the contents " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_library.po index 01157ff69f..7a0ac6b359 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 5b267844c5..ae7b1381dc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -210,7 +210,7 @@ msgid "" msgstr "" msgid "Where:" -msgstr "" +msgstr "Où :" #, fuzzy msgid "``PluginName`` is the name of the plugin" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/index.po index 2a2ca7ef78..6b69e2744d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/consoles.po index 81811d823a..12a9341f7d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/index.po index 0bfaa64c64..8f23e63667 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/index.po index 159ba228c3..9dd19bc0f1 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 469b40e43b..2082968575 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index ca9745e139..09d7ecb44d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 068ac94a6f..d61bda6886 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 67064daab3..806265afbe 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/index.po index f68893c34b..8384feceaf 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 33804bdb5e..cc0d7c6edd 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index a098935e75..38e8acdc2e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/index.po index 4dde62dbc8..bae51c0146 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 253b856e08..cb574ce8c5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 7280cf1834..646287604c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 10ef06afc1..7556bd422b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 7bb1c3f127..3297dfdac2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index f068cca3a3..f6cd7f0928 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/index.po index c31010c647..5db2915ebe 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 5f71661153..1b032060fc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/index.po index 1e16f2213c..def8c63cea 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 32e4b2cb6f..1323ab9ea9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -338,7 +338,7 @@ msgid "" msgstr "" msgid "Hardware/OS-specific" -msgstr "" +msgstr "Hardware/OS-specific" msgid "" "If your monitor supports it, consider enabling variable refresh rate (G-Sync/" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 4f6cc6d294..f0c07825f3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/viewports.po index ec5f12eab1..a9eefe5da9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 02883712f8..b071c97541 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 1170b30389..13d7573ac2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -253,14 +253,14 @@ msgid "all" msgstr "Call" msgid "`System.Linq.Enumerable.All`_" -msgstr "" +msgstr "`System.Linq.Enumerable.All`_" #, fuzzy msgid "any" msgstr "et" msgid "`System.Linq.Enumerable.Any`_" -msgstr "" +msgstr "`System.Linq.Enumerable.Any`_" #, fuzzy msgid "append" @@ -275,7 +275,7 @@ msgid "append_array" msgstr "Tableau de tangentes" msgid "AddRange" -msgstr "" +msgstr "AddRange" #, fuzzy msgid "assign" @@ -302,7 +302,7 @@ msgid "BinarySearch" msgstr "Recherche binaire" msgid "bsearch_custom" -msgstr "" +msgstr "bsearch_custom" #, fuzzy msgid "N/A" @@ -319,7 +319,7 @@ msgid "count" msgstr "Quantité" msgid "`System.Linq.Enumerable.Count`_" -msgstr "" +msgstr "`System.Linq.Enumerable.Count`_" #, fuzzy msgid "duplicate" @@ -333,7 +333,7 @@ msgid "erase" msgstr "Caméras" msgid "Remove" -msgstr "" +msgstr "Supprimer" #, fuzzy msgid "fill" @@ -347,17 +347,17 @@ msgid "filter" msgstr "Filtre" msgid "Use `System.Linq.Enumerable.Where`_" -msgstr "" +msgstr "Utiliser `System.Linq.Enumerable.Where`_" msgid "find" -msgstr "" +msgstr "Trouver" #, fuzzy msgid "IndexOf" msgstr "Index" msgid "front" -msgstr "" +msgstr "Devant" msgid "" "``Array[0]`` or `System.Linq.Enumerable.First`_ or `System.Linq.Enumerable." @@ -373,7 +373,7 @@ msgid "get_typed_class_name" msgstr "class_name" msgid "get_typed_script" -msgstr "" +msgstr "get_typed_script" #, fuzzy msgid "has" @@ -384,10 +384,10 @@ msgid "Contains" msgstr "Conteneurs" msgid "hash" -msgstr "" +msgstr "hachage" msgid "GD.Hash" -msgstr "" +msgstr "GD.Hash" #, fuzzy msgid "insert" @@ -398,36 +398,36 @@ msgid "Insert" msgstr "Insérer clé" msgid "is_empty" -msgstr "" +msgstr "is_empty" msgid "Use ``Count == 0``" msgstr "" msgid "is_read_only" -msgstr "" +msgstr "is_read_only" msgid "IsReadOnly" -msgstr "" +msgstr "IsReadOnly" msgid "is_same_typed" -msgstr "" +msgstr "is_same_typed" #, fuzzy msgid "is_typed" msgstr "Type" msgid "make_read_only" -msgstr "" +msgstr "make_read_only" msgid "MakeReadOnly" -msgstr "" +msgstr "MakeReadOnly" #, fuzzy msgid "map" msgstr "pap" msgid "`System.Linq.Enumerable.Select`_" -msgstr "" +msgstr "`System.Linq.Enumerable.Select`_" msgid "max" msgstr "max" @@ -445,53 +445,53 @@ msgid "Min" msgstr "Principal" msgid "pick_random" -msgstr "" +msgstr "pick_random" msgid "PickRandom (Consider using `System.Random`_)" msgstr "" msgid "pop_at" -msgstr "" +msgstr "pop_at" msgid "``Array[i]`` with ``RemoveAt(i)``" msgstr "" msgid "pop_back" -msgstr "" +msgstr "pop_back" msgid "``Array[^1]`` with ``RemoveAt(Count - 1)``" msgstr "" msgid "pop_front" -msgstr "" +msgstr "pop_front" msgid "``Array[0]`` with ``RemoveAt(0)``" msgstr "" msgid "push_back" -msgstr "" +msgstr "push_back" msgid "``Insert(Count, item)``" -msgstr "" +msgstr "``Insert(Count, item)``" msgid "push_front" -msgstr "" +msgstr "push_front" msgid "``Insert(0, item)``" -msgstr "" +msgstr "``Insert(0, item)``" msgid "reduce" -msgstr "" +msgstr "Réduire" msgid "`System.Linq.Enumerable.Aggregate`_" -msgstr "" +msgstr "`System.Linq.Enumerable.Aggregate`_" #, fuzzy msgid "remove_at" msgstr "remote" msgid "RemoveAt" -msgstr "" +msgstr "RemoveAt" #, fuzzy msgid "resize" @@ -510,17 +510,17 @@ msgid "Reverse" msgstr "Réverbération (Reverb)" msgid "rfind" -msgstr "" +msgstr "rfind" #, fuzzy msgid "LastIndexOf" msgstr "Index" msgid "shuffle" -msgstr "" +msgstr "mélanger" msgid "Shuffle" -msgstr "" +msgstr "Mélanger" #, fuzzy msgid "size" @@ -530,30 +530,30 @@ msgid "Count" msgstr "Compte" msgid "slice" -msgstr "" +msgstr "trancher" msgid "Slice" -msgstr "" +msgstr "Trancher" msgid "sort" -msgstr "" +msgstr "trier" #, fuzzy msgid "Sort" msgstr "``YSort``" msgid "sort_custom" -msgstr "" +msgstr "sort_custom" msgid "`System.Linq.Enumerable.OrderBy`_" -msgstr "" +msgstr "`System.Linq.Enumerable.OrderBy`_" #, fuzzy msgid "operator !=" msgstr "Opérateur" msgid "!RecursiveEqual" -msgstr "" +msgstr "!RecursiveEqual" #, fuzzy msgid "operator +" @@ -572,7 +572,7 @@ msgid "operator ==" msgstr "Opérateur" msgid "RecursiveEqual" -msgstr "" +msgstr "RecursiveEqual" #, fuzzy msgid "operator >" @@ -587,7 +587,7 @@ msgid "operator []" msgstr "Opérateur" msgid "Array[int] indexer" -msgstr "" +msgstr "Array[int] indexer" msgid "Dictionary" msgstr "Dictionnaire" @@ -622,7 +622,7 @@ msgid "List of Godot's Dictionary methods and their equivalent in C#:" msgstr "" msgid "find_key" -msgstr "" +msgstr "find_key" #, fuzzy msgid "get" @@ -636,16 +636,16 @@ msgid "ContainsKey" msgstr "Conteneurs" msgid "has_all" -msgstr "" +msgstr "has_all" msgid "keys" msgstr "clés" msgid "Keys" -msgstr "" +msgstr "Clés" msgid "merge" -msgstr "" +msgstr "fusionner" msgid "Merge" msgstr "Fusionner" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 169320386b..53e57f8b5c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -197,20 +197,20 @@ msgid "Mathf.Abs" msgstr "Maths" msgid "absf" -msgstr "" +msgstr "absf" msgid "absi" -msgstr "" +msgstr "absi" msgid "acos" -msgstr "" +msgstr "acos" #, fuzzy msgid "Mathf.Acos" msgstr "Fonctions mathématiques" msgid "acosh" -msgstr "" +msgstr "acosh" #, fuzzy msgid "Mathf.Acosh" @@ -221,45 +221,46 @@ msgid "angle_difference" msgstr "Différences générales" msgid "Mathf.AngleDifference" -msgstr "" +msgstr "Mathf.AngleDifference" msgid "asin" -msgstr "" +msgstr "asin" msgid "Mathf.Asin" -msgstr "" +msgstr "Mathf.Asin" msgid "asinh" -msgstr "" +msgstr "asinh" #, fuzzy msgid "Mathf.Asinh" msgstr "Maths" msgid "atan" -msgstr "" +msgstr "atan" msgid "Mathf.Atan" -msgstr "" +msgstr "Mathf.Atan" msgid "atan2" -msgstr "" +msgstr "atan2" +#, fuzzy msgid "Mathf.Atan2" -msgstr "" +msgstr "Mathf.Atan2" msgid "atanh" -msgstr "" +msgstr "atanh" #, fuzzy msgid "Mathf.Atanh" msgstr "Maths" msgid "bezier_derivative" -msgstr "" +msgstr "bezier_derivative" msgid "Mathf.BezierDerivative" -msgstr "" +msgstr "Mathf.BezierDerivative" #, fuzzy msgid "bezier_interpolate" @@ -270,38 +271,38 @@ msgid "Mathf.BezierInterpolate" msgstr "Interpolation linéaire" msgid "bytes_to_var" -msgstr "" +msgstr "bytes_to_var" msgid "GD.BytesToVar" -msgstr "" +msgstr "GD.BytesToVar" msgid "bytes_to_var_with_objects" -msgstr "" +msgstr "bytes_to_var_with_objects" msgid "GD.BytesToVarWithObjects" -msgstr "" +msgstr "GD.BytesToVarWithObjects" msgid "ceil" -msgstr "" +msgstr "plafond" msgid "Mathf.Ceil" -msgstr "" +msgstr "Mathf.Ceil" msgid "ceilf" -msgstr "" +msgstr "ceilf" msgid "ceili" -msgstr "" +msgstr "ceili" msgid "Mathf.CeilToInt" -msgstr "" +msgstr "Mathf.CeilToInt" #, fuzzy msgid "clamp" msgstr "une lampe," msgid "Mathf.Clamp" -msgstr "" +msgstr "Mathf.Clamp" #, fuzzy msgid "clampf" @@ -320,10 +321,10 @@ msgid "Mathf.Cos" msgstr "Maths" msgid "cosh" -msgstr "" +msgstr "cosh" msgid "Mathf.Cosh" -msgstr "" +msgstr "Mathf.Cosh" #, fuzzy msgid "cubic_interpolate" @@ -338,37 +339,37 @@ msgid "cubic_interpolate_angle" msgstr "Interpolation linéaire" msgid "Mathf.CubicInterpolateAngle" -msgstr "" +msgstr "Mathf.CubicInterpolateAngle" msgid "cubic_interpolate_angle_in_time" -msgstr "" +msgstr "cubic_interpolate_angle_in_time" msgid "Mathf.CubicInterpolateInTime" -msgstr "" +msgstr "Mathf.CubicInterpolateInTime" msgid "cubic_interpolate_in_time" -msgstr "" +msgstr "cubic_interpolate_in_time" msgid "Mathf.CubicInterpolateAngleInTime" -msgstr "" +msgstr "Mathf.CubicInterpolateAngleInTime" msgid "db_to_linear" -msgstr "" +msgstr "db_to_linear" msgid "Mathf.DbToLinear" -msgstr "" +msgstr "Mathf.DbToLinear" msgid "deg_to_rad" -msgstr "" +msgstr "deg_to_rad" msgid "Mathf.DegToRad" -msgstr "" +msgstr "Mathf.DegToRad" msgid "ease" -msgstr "" +msgstr "facilité" msgid "Mathf.Ease" -msgstr "" +msgstr "Mathf.Ease" #, fuzzy msgid "error_string" @@ -403,47 +404,47 @@ msgid "floori" msgstr "Plancher" msgid "Mathf.FloorToInt" -msgstr "" +msgstr "Mathf.FloorToInt" msgid "fmod" -msgstr "" +msgstr "fmod" #, fuzzy msgid "operator %" msgstr "Opérateur" msgid "fposmod" -msgstr "" +msgstr "fposmod" msgid "Mathf.PosMod" -msgstr "" +msgstr "Mathf.PosMod" msgid "hash" -msgstr "" +msgstr "hachage" msgid "GD.Hash" -msgstr "" +msgstr "GD.Hash" msgid "instance_from_id" -msgstr "" +msgstr "instance_from_id" msgid "GodotObject.InstanceFromId" -msgstr "" +msgstr "GodotObject.InstanceFromId" msgid "inverse_lerp" -msgstr "" +msgstr "inverse_lerp" msgid "Mathf.InverseLerp" -msgstr "" +msgstr "Mathf.InverseLerp" msgid "is_equal_approx" -msgstr "" +msgstr "is_equal_approx" msgid "Mathf.IsEqualApprox" -msgstr "" +msgstr "Mathf.IsEqualApprox" msgid "is_finite" -msgstr "" +msgstr "is_finite" msgid "Mathf.IsFinite or `float.IsFinite`_ or `double.IsFinite`_" msgstr "" @@ -479,37 +480,37 @@ msgid "Mathf.IsNaN or `float.IsNaN`_ or `double.IsNaN`_" msgstr "" msgid "is_same" -msgstr "" +msgstr "is_same" msgid "operator == or `object.ReferenceEquals`_" msgstr "" msgid "is_zero_approx" -msgstr "" +msgstr "is_zero_approx" msgid "Mathf.IsZeroApprox" -msgstr "" +msgstr "Mathf.IsZeroApprox" msgid "lerp" -msgstr "" +msgstr "lerp" msgid "Mathf.Lerp" -msgstr "" +msgstr "Mathf.Lerp" msgid "lerp_angle" -msgstr "" +msgstr "lerp_angle" msgid "Mathf.LerpAngle" -msgstr "" +msgstr "Mathf.LerpAngle" msgid "lerpf" -msgstr "" +msgstr "lerpf" msgid "linear_to_db" -msgstr "" +msgstr "linear_to_db" msgid "Mathf.LinearToDb" -msgstr "" +msgstr "Mathf.LinearToDb" #, fuzzy msgid "log" @@ -527,10 +528,10 @@ msgid "Mathf.Max" msgstr "Maths" msgid "maxf" -msgstr "" +msgstr "maxf" msgid "maxi" -msgstr "" +msgstr "maxi" #, fuzzy msgid "min" @@ -541,53 +542,54 @@ msgid "Mathf.Min" msgstr "Maths" msgid "minf" -msgstr "" +msgstr "minf" msgid "mini" -msgstr "" +msgstr "mini" msgid "move_toward" -msgstr "" +msgstr "move_toward" msgid "Mathf.MoveToward" -msgstr "" +msgstr "Mathf.MoveToward" msgid "nearest_po2" -msgstr "" +msgstr "nearest_po2" msgid "Mathf.NearestPo2" -msgstr "" +msgstr "Mathf.NearestPo2" msgid "pingpong" -msgstr "" +msgstr "pingpong" msgid "Mathf.PingPong" -msgstr "" +msgstr "Mathf.PingPong" msgid "posmod" -msgstr "" +msgstr "posmod" msgid "pow" -msgstr "" +msgstr "pow" #, fuzzy msgid "Mathf.Pow" msgstr "Maths" +#, fuzzy msgid "print" -msgstr "" +msgstr "imprimer" msgid "GD.Print" -msgstr "" +msgstr "GD.Print" msgid "print_rich" -msgstr "" +msgstr "print_rich" msgid "GD.PrintRich" -msgstr "" +msgstr "GD.PrintRich" msgid "print_verbose" -msgstr "" +msgstr "print_verbose" msgid "Use OS.IsStdoutVerbose and GD.Print" msgstr "" @@ -597,78 +599,78 @@ msgid "printerr" msgstr "Entier" msgid "GD.PrintErr" -msgstr "" +msgstr "GD.PrintErr" msgid "printraw" -msgstr "" +msgstr "printraw" msgid "GD.PrintRaw" -msgstr "" +msgstr "GD.PrintRaw" #, fuzzy msgid "prints" msgstr "Conseils pour l'importation" msgid "GD.PrintS" -msgstr "" +msgstr "GD.PrintS" #, fuzzy msgid "printt" msgstr "Imprimer du texte" msgid "GD.PrintT" -msgstr "" +msgstr "GD.PrintT" msgid "push_error" -msgstr "" +msgstr "push_error" msgid "GD.PushError" -msgstr "" +msgstr "GD.PushError" msgid "push_warning" -msgstr "" +msgstr "push_warning" msgid "GD.PushWarning" -msgstr "" +msgstr "GD.PushWarning" msgid "rad_to_deg" -msgstr "" +msgstr "rad_to_deg" msgid "Mathf.RadToDeg" -msgstr "" +msgstr "Mathf.RadToDeg" msgid "rand_from_seed" -msgstr "" +msgstr "rand_from_seed" msgid "GD.RandFromSeed" -msgstr "" +msgstr "GD.RandFromSeed" msgid "randf" -msgstr "" +msgstr "randf" msgid "GD.Randf" -msgstr "" +msgstr "GD.Randf" msgid "randf_range" -msgstr "" +msgstr "randf_range" msgid "GD.RandRange" -msgstr "" +msgstr "GD.RandRange" msgid "randfn" -msgstr "" +msgstr "randfn" msgid "GD.Randfn" -msgstr "" +msgstr "GD.Randfn" msgid "randi" -msgstr "" +msgstr "randi" msgid "GD.Randi" -msgstr "" +msgstr "GD.Randi" msgid "randi_range" -msgstr "" +msgstr "randi_range" #, fuzzy msgid "randomize" @@ -683,20 +685,20 @@ msgid "remap" msgstr "Tonemap" msgid "Mathf.Remap" -msgstr "" +msgstr "Mathf.Remap" msgid "rid_allocate_id" -msgstr "" +msgstr "rid_allocate_id" #, fuzzy msgid "N/A" msgstr "NAN" msgid "rid_from_int64" -msgstr "" +msgstr "rid_from_int64" msgid "rotate_toward" -msgstr "" +msgstr "rotate_toward" #, fuzzy msgid "Mathf.RotateToward" @@ -723,17 +725,17 @@ msgid "Mathf.RoundToInt" msgstr "Fonctions mathématiques" msgid "seed" -msgstr "" +msgstr "graine" msgid "GD.Seed" -msgstr "" +msgstr "GD.Seed" #, fuzzy msgid "sign" msgstr "signal" msgid "Mathf.Sign" -msgstr "" +msgstr "Mathf.Sign" #, fuzzy msgid "signf" @@ -752,41 +754,41 @@ msgid "Mathf.Sin" msgstr "Maths" msgid "sinh" -msgstr "" +msgstr "sinh" msgid "Mathf.Sinh" -msgstr "" +msgstr "Mathf.Sinh" #, fuzzy msgid "smoothstep" msgstr "**smooth**" msgid "Mathf.SmoothStep" -msgstr "" +msgstr "Mathf.SmoothStep" msgid "snapped" -msgstr "" +msgstr "snapped" msgid "Mathf.Snapped" -msgstr "" +msgstr "Mathf.Snapped" msgid "snappedf" -msgstr "" +msgstr "snappedf" msgid "snappedi" -msgstr "" +msgstr "snappedi" msgid "sqrt" -msgstr "" +msgstr "sqrt" msgid "Mathf.Sqrt" -msgstr "" +msgstr "Mathf.Sqrt" msgid "step_decimals" -msgstr "" +msgstr "step_decimals" msgid "Mathf.StepDecimals" -msgstr "" +msgstr "Mathf.StepDecimals" #, fuzzy msgid "str" @@ -797,10 +799,10 @@ msgid "Use `$ string interpolation`_" msgstr "Interpolation vectorielle" msgid "str_to_var" -msgstr "" +msgstr "str_to_var" msgid "GD.StrToVar" -msgstr "" +msgstr "GD.StrToVar" #, fuzzy msgid "tan" @@ -811,13 +813,13 @@ msgid "Mathf.Tan" msgstr "Maths" msgid "tanh" -msgstr "" +msgstr "tanh" msgid "Mathf.Tanh" -msgstr "" +msgstr "Mathf.Tanh" msgid "type_convert" -msgstr "" +msgstr "type_convert" msgid "Variant.As or GD.Convert" msgstr "" @@ -839,22 +841,22 @@ msgid "Variant.VariantType" msgstr "``Variant.Type`` enum" msgid "var_to_bytes" -msgstr "" +msgstr "var_to_bytes" msgid "GD.VarToBytes" -msgstr "" +msgstr "GD.VarToBytes" msgid "var_to_bytes_with_objects" -msgstr "" +msgstr "var_to_bytes_with_objects" msgid "GD.VarToBytesWithObjects" -msgstr "" +msgstr "GD.VarToBytesWithObjects" msgid "var_to_str" -msgstr "" +msgstr "var_to_str" msgid "GD.VarToStr" -msgstr "" +msgstr "GD.VarToStr" #, fuzzy msgid "weakref" @@ -864,17 +866,18 @@ msgstr "Ajustements" msgid "GodotObject.WeakRef" msgstr "``Object.WeakRef(obj)``" +#, fuzzy msgid "wrap" -msgstr "" +msgstr "condenser" msgid "Mathf.Wrap" -msgstr "" +msgstr "Mathf.Wrap" msgid "wrapf" -msgstr "" +msgstr "wrapf" msgid "wrapi" -msgstr "" +msgstr "wrapi" msgid "List of GDScript utility functions and their equivalent in C#:" msgstr "" @@ -883,29 +886,30 @@ msgid "assert" msgstr "assert" msgid "`System.Diagnostics.Debug.Assert`_" -msgstr "" +msgstr "`System.Diagnostics.Debug.Assert`_" +#, fuzzy msgid "char" -msgstr "" +msgstr "char" msgid "Use explicit conversion: ``(char)65``" msgstr "" msgid "convert" -msgstr "" +msgstr "Convertir" msgid "GD.Convert" -msgstr "" +msgstr "GD.Convert" #, fuzzy msgid "dict_to_inst" msgstr "``dict2inst``" msgid "get_stack" -msgstr "" +msgstr "get_stack" msgid "`System.Environment.StackTrace`_" -msgstr "" +msgstr "`System.Environment.StackTrace`_" #, fuzzy msgid "inst_to_dict" @@ -920,20 +924,20 @@ msgid "load" msgstr "preload" msgid "GD.Load" -msgstr "" +msgstr "GD.Load" msgid "preload" msgstr "preload" msgid "print_debug" -msgstr "" +msgstr "print_debug" #, fuzzy msgid "print_stack" msgstr "hint_black" msgid "GD.Print(`System.Environment.StackTrace`_)" -msgstr "" +msgstr "GD.Print(`System.Environment.StackTrace`_)" #, fuzzy msgid "range" @@ -943,10 +947,10 @@ msgid "GD.Range or `System.Linq.Enumerable.Range`_" msgstr "" msgid "type_exists" -msgstr "" +msgstr "type_exists" msgid "ClassDB.ClassExists(type)" -msgstr "" +msgstr "ClassDB.ClassExists(type)" msgid "" "``preload``, as it works in GDScript, is not available in C#. Use ``GD." @@ -996,7 +1000,7 @@ msgid "See also: :ref:`doc_c_sharp_signals`." msgstr "Voir aussi : :ref:`doc_c_sharp_signals`." msgid "`@onready` annotation" -msgstr "" +msgstr "annotation `@onready`" #, fuzzy msgid "" @@ -1065,44 +1069,44 @@ msgid "List of Godot's String methods and their equivalent in C#:" msgstr "" msgid "begins_with" -msgstr "" +msgstr "begins_with" msgid "`string.StartsWith`_" -msgstr "" +msgstr "`string.StartsWith`_" msgid "bigrams" -msgstr "" +msgstr "bigrammes" msgid "StringExtensions.Bigrams" -msgstr "" +msgstr "StringExtensions.Bigrams" msgid "bin_to_int" -msgstr "" +msgstr "bin_to_int" msgid "StringExtensions.BinToInt" -msgstr "" +msgstr "StringExtensions.BinToInt" msgid "c_escape" -msgstr "" +msgstr "c_escape" msgid "StringExtensions.CEscape" -msgstr "" +msgstr "StringExtensions.CEscape" msgid "c_unescape" -msgstr "" +msgstr "c_unescape" msgid "StringExtensions.CUnescape" -msgstr "" +msgstr "StringExtensions.CUnescape" #, fuzzy msgid "capitalize" msgstr "Majuscule à chaque mot" msgid "StringExtensions.Capitalize" -msgstr "" +msgstr "StringExtensions.Capitalize" msgid "casecmp_to" -msgstr "" +msgstr "casecmp_to" msgid "" "StringExtensions.CasecmpTo or StringExtensions.CompareTo (Consider using " @@ -1135,17 +1139,18 @@ msgstr "Quantité" msgid "StringExtensions.CountN (Consider using `RegEx`_)" msgstr "" +#, fuzzy msgid "dedent" -msgstr "" +msgstr "dédent" msgid "StringExtensions.Dedent" -msgstr "" +msgstr "StringExtensions.Dedent" msgid "ends_with" -msgstr "" +msgstr "ends_with" msgid "`string.EndsWith`_" -msgstr "" +msgstr "`string.EndsWith`_" #, fuzzy msgid "erase" @@ -1156,7 +1161,7 @@ msgid "" msgstr "" msgid "find" -msgstr "" +msgstr "Trouver" msgid "" "StringExtensions.Find (Consider using `string.IndexOf`_ or `string." @@ -1164,7 +1169,7 @@ msgid "" msgstr "" msgid "findn" -msgstr "" +msgstr "findn" msgid "" "StringExtensions.FindN (Consider using `string.IndexOf`_ or `string." @@ -1176,38 +1181,38 @@ msgid "format" msgstr "Format" msgid "get_base_dir" -msgstr "" +msgstr "get_base_dir" msgid "StringExtensions.GetBaseDir" -msgstr "" +msgstr "StringExtensions.GetBaseDir" msgid "get_basename" -msgstr "" +msgstr "get_basename" msgid "StringExtensions.GetBaseName" -msgstr "" +msgstr "StringExtensions.GetBaseName" #, fuzzy msgid "get_extension" msgstr "extends" msgid "StringExtensions.GetExtension" -msgstr "" +msgstr "StringExtensions.GetExtension" msgid "get_file" -msgstr "" +msgstr "get_file" msgid "StringExtensions.GetFile" -msgstr "" +msgstr "StringExtensions.GetFile" msgid "get_slice" -msgstr "" +msgstr "get_slice" msgid "get_slice_count" -msgstr "" +msgstr "get_slice_count" msgid "get_slicec" -msgstr "" +msgstr "get_slicec" msgid "" "StringExtensions.Hash (Consider using `object.GetHashCode`_ unless you need " @@ -1215,14 +1220,14 @@ msgid "" msgstr "" msgid "hex_decode" -msgstr "" +msgstr "hex_decode" msgid "" "StringExtensions.HexDecode (Consider using `System.Convert.FromHexString`_)" msgstr "" msgid "hex_to_int" -msgstr "" +msgstr "hex_to_int" msgid "" "StringExtensions.HexToInt (Consider using `int.Parse`_ or `long.Parse`_ with " @@ -1230,14 +1235,14 @@ msgid "" msgstr "" msgid "humanize_size" -msgstr "" +msgstr "humanize_size" #, fuzzy msgid "indent" msgstr "**indenter**" msgid "StringExtensions.Indent" -msgstr "" +msgstr "StringExtensions.Indent" #, fuzzy msgid "insert" @@ -1248,43 +1253,43 @@ msgid "" msgstr "" msgid "is_absolute_path" -msgstr "" +msgstr "is_absolute_path" msgid "StringExtensions.IsAbsolutePath" -msgstr "" +msgstr "StringExtensions.IsAbsolutePath" msgid "is_empty" -msgstr "" +msgstr "is_empty" msgid "`string.IsNullOrEmpty`_ or `string.IsNullOrWhiteSpace`_" msgstr "" msgid "is_relative_path" -msgstr "" +msgstr "is_relative_path" msgid "StringExtensions.IsRelativePath" -msgstr "" +msgstr "StringExtensions.IsRelativePath" msgid "is_subsequence_of" -msgstr "" +msgstr "is_subsequence_of" msgid "StringExtensions.IsSubsequenceOf" -msgstr "" +msgstr "StringExtensions.IsSubsequenceOf" msgid "is_subsequence_ofn" -msgstr "" +msgstr "is_subsequence_ofn" msgid "StringExtensions.IsSubsequenceOfN" -msgstr "" +msgstr "StringExtensions.IsSubsequenceOfN" msgid "is_valid_filename" -msgstr "" +msgstr "is_valid_filename" msgid "StringExtensions.IsValidFileName" -msgstr "" +msgstr "StringExtensions.IsValidFileName" msgid "is_valid_float" -msgstr "" +msgstr "is_valid_float" msgid "" "StringExtensions.IsValidFloat (Consider using `float.TryParse`_ or `double." @@ -1292,26 +1297,26 @@ msgid "" msgstr "" msgid "is_valid_hex_number" -msgstr "" +msgstr "is_valid_hex_number" msgid "StringExtensions.IsValidHexNumber" -msgstr "" +msgstr "StringExtensions.IsValidHexNumber" msgid "is_valid_html_color" -msgstr "" +msgstr "is_valid_html_color" msgid "StringExtensions.IsValidHtmlColor" -msgstr "" +msgstr "StringExtensions.IsValidHtmlColor" #, fuzzy msgid "is_valid_identifier" msgstr "Identifiants" msgid "StringExtensions.IsValidIdentifier" -msgstr "" +msgstr "StringExtensions.IsValidIdentifier" msgid "is_valid_int" -msgstr "" +msgstr "is_valid_int" msgid "" "StringExtensions.IsValidInt (Consider using `int.TryParse`_ or `long." @@ -1319,26 +1324,26 @@ msgid "" msgstr "" msgid "is_valid_ip_address" -msgstr "" +msgstr "is_valid_ip_address" msgid "StringExtensions.IsValidIPAddress" -msgstr "" +msgstr "StringExtensions.IsValidIPAddress" msgid "join" -msgstr "" +msgstr "joindre" #, fuzzy msgid "`string.Join`_" msgstr "chaîne" msgid "json_escape" -msgstr "" +msgstr "json_escape" msgid "StringExtensions.JSONEscape" -msgstr "" +msgstr "StringExtensions.JSONEscape" msgid "left" -msgstr "" +msgstr "Gauche" msgid "" "StringExtensions.Left (Consider using `string.Substring`_ or `string." @@ -1354,17 +1359,17 @@ msgid "`string.Length`_" msgstr "Longueur de chaîne de caractère" msgid "lpad" -msgstr "" +msgstr "Ipad" msgid "`string.PadLeft`_" -msgstr "" +msgstr "`string.PadLeft`_" #, fuzzy msgid "lstrip" msgstr "chaîne" msgid "`string.TrimStart`_" -msgstr "" +msgstr "`string.TrimStart`_" msgid "match" msgstr "match" @@ -1380,7 +1385,7 @@ msgid "StringExtensions.MatchN (Consider using `RegEx`_)" msgstr "" msgid "md5_buffer" -msgstr "" +msgstr "md5_buffer" msgid "" "StringExtensions.Md5Buffer (Consider using `System.Security.Cryptography.MD5." @@ -1388,7 +1393,7 @@ msgid "" msgstr "" msgid "md5_text" -msgstr "" +msgstr "md5_text" msgid "" "StringExtensions.Md5Text (Consider using `System.Security.Cryptography.MD5." @@ -1396,13 +1401,13 @@ msgid "" msgstr "" msgid "naturalnocasecmp_to" -msgstr "" +msgstr "naturalnocasecmp_to" msgid "N/A (Consider using `string.Equals`_ or `string.Compare`_)" msgstr "" msgid "nocasecmp_to" -msgstr "" +msgstr "nocasecmp_to" msgid "" "StringExtensions.NocasecmpTo or StringExtensions.CompareTo (Consider using " @@ -1417,37 +1422,37 @@ msgid "`float.ToString`_ or `double.ToString`_" msgstr "" msgid "num_int64" -msgstr "" +msgstr "num_int64" msgid "`int.ToString`_ or `long.ToString`_" msgstr "" msgid "num_scientific" -msgstr "" +msgstr "num_scientific" msgid "num_uint64" -msgstr "" +msgstr "num_uint64" msgid "`uint.ToString`_ or `ulong.ToString`_" msgstr "" msgid "pad_decimals" -msgstr "" +msgstr "pad_decimals" msgid "StringExtensions.PadDecimals" -msgstr "" +msgstr "StringExtensions.PadDecimals" msgid "pad_zeros" -msgstr "" +msgstr "pad_zeros" msgid "StringExtensions.PadZeros" -msgstr "" +msgstr "StringExtensions.PadZeros" msgid "path_join" -msgstr "" +msgstr "path_join" msgid "StringExtensions.PathJoin" -msgstr "" +msgstr "StringExtensions.PathJoin" #, fuzzy msgid "repeat" @@ -1476,7 +1481,7 @@ msgid "reverse" msgstr "Serveurs" msgid "rfind" -msgstr "" +msgstr "rfind" msgid "" "StringExtensions.RFind (Consider using `string.LastIndexOf`_ or `string." @@ -1484,7 +1489,7 @@ msgid "" msgstr "" msgid "rfindn" -msgstr "" +msgstr "rfindn" msgid "" "StringExtensions.RFindN (Consider using `string.LastIndexOf`_ or `string." @@ -1501,23 +1506,23 @@ msgid "" msgstr "" msgid "rpad" -msgstr "" +msgstr "rpad" msgid "`string.PadRight`_" -msgstr "" +msgstr "`string.PadRight`_" msgid "rsplit" -msgstr "" +msgstr "rsplit" #, fuzzy msgid "rstrip" msgstr "chaîne" msgid "`string.TrimEnd`_" -msgstr "" +msgstr "`string.TrimEnd`_" msgid "sha1_buffer" -msgstr "" +msgstr "sha1_buffer" msgid "" "StringExtensions.Sha1Buffer (Consider using `System.Security.Cryptography." @@ -1525,7 +1530,7 @@ msgid "" msgstr "" msgid "sha1_text" -msgstr "" +msgstr "sha1_text" msgid "" "StringExtensions.Sha1Text (Consider using `System.Security.Cryptography.SHA1." @@ -1533,7 +1538,7 @@ msgid "" msgstr "" msgid "sha256_buffer" -msgstr "" +msgstr "sha256_buffer" msgid "" "StringExtensions.Sha256Buffer (Consider using `System.Security.Cryptography." @@ -1541,7 +1546,7 @@ msgid "" msgstr "" msgid "sha256_text" -msgstr "" +msgstr "sha256_text" msgid "" "StringExtensions.Sha256Text (Consider using `System.Security.Cryptography." @@ -1549,32 +1554,32 @@ msgid "" msgstr "" msgid "similarity" -msgstr "" +msgstr "similarité" msgid "StringExtensions.Similarity" -msgstr "" +msgstr "StringExtensions.Similarity" #, fuzzy msgid "simplify_path" msgstr "Amplifier (Amplify)" msgid "StringExtensions.SimplifyPath" -msgstr "" +msgstr "StringExtensions.SimplifyPath" msgid "split" -msgstr "" +msgstr "Séparer" msgid "StringExtensions.Split (Consider using `string.Split`_)" msgstr "" msgid "split_floats" -msgstr "" +msgstr "split_floats" msgid "StringExtensions.SplitFloat" -msgstr "" +msgstr "StringExtensions.SplitFloat" msgid "strip_edges" -msgstr "" +msgstr "strip_edges" msgid "" "StringExtensions.StripEdges (Consider using `string.Trim`_, `string." @@ -1582,13 +1587,13 @@ msgid "" msgstr "" msgid "strip_escapes" -msgstr "" +msgstr "strip_escapes" msgid "StringExtensions.StripEscapes" -msgstr "" +msgstr "StringExtensions.StripEscapes" msgid "substr" -msgstr "" +msgstr "substr" msgid "" "StringExtensions.Substr (Consider using `string.Substring`_ or `string." @@ -1596,7 +1601,7 @@ msgid "" msgstr "" msgid "to_ascii_buffer" -msgstr "" +msgstr "to_ascii_buffer" msgid "" "StringExtensions.ToAsciiBuffer (Consider using `System.Text.Encoding.ASCII." @@ -1604,10 +1609,10 @@ msgid "" msgstr "" msgid "to_camel_case" -msgstr "" +msgstr "to_camel_case" msgid "StringExtensions.ToCamelCase" -msgstr "" +msgstr "StringExtensions.ToCamelCase" #, fuzzy msgid "to_float" @@ -1619,38 +1624,38 @@ msgid "" msgstr "" msgid "to_int" -msgstr "" +msgstr "to_int" msgid "" "StringExtensions.ToInt (Consider using `int.TryParse`_ or `long.TryParse`_)" msgstr "" msgid "to_lower" -msgstr "" +msgstr "to_lower" msgid "`string.ToLower`_" -msgstr "" +msgstr "`string.ToLower`_" msgid "to_pascal_case" -msgstr "" +msgstr "to_pascal_case" msgid "StringExtensions.ToPascalCase" -msgstr "" +msgstr "StringExtensions.ToPascalCase" msgid "to_snake_case" -msgstr "" +msgstr "to_snake_case" msgid "StringExtensions.ToSnakeCase" -msgstr "" +msgstr "StringExtensions.ToSnakeCase" msgid "to_upper" -msgstr "" +msgstr "to_upper" msgid "`string.ToUpper`_" -msgstr "" +msgstr "`string.ToUpper`_" msgid "to_utf16_buffer" -msgstr "" +msgstr "to_utf16_buffer" msgid "" "StringExtensions.ToUtf16Buffer (Consider using `System.Text.Encoding.UTF16." @@ -1658,7 +1663,7 @@ msgid "" msgstr "" msgid "to_utf32_buffer" -msgstr "" +msgstr "to_utf32_buffer" msgid "" "StringExtensions.ToUtf32Buffer (Consider using `System.Text.Encoding.UTF32." @@ -1666,7 +1671,7 @@ msgid "" msgstr "" msgid "to_utf8_buffer" -msgstr "" +msgstr "to_utf8_buffer" msgid "" "StringExtensions.ToUtf8Buffer (Consider using `System.Text.Encoding.UTF8." @@ -1674,7 +1679,7 @@ msgid "" msgstr "" msgid "to_wchar_buffer" -msgstr "" +msgstr "to_wchar_buffer" msgid "" "StringExtensions.ToUtf16Buffer in Windows and StringExtensions.ToUtf32Buffer " @@ -1682,25 +1687,25 @@ msgid "" msgstr "" msgid "trim_prefix" -msgstr "" +msgstr "trim_prefix" msgid "StringExtensions.TrimPrefix" -msgstr "" +msgstr "StringExtensions.TrimPrefix" msgid "trim_suffix" -msgstr "" +msgstr "trim_suffix" msgid "StringExtensions.TrimSuffix" -msgstr "" +msgstr "StringExtensions.TrimSuffix" msgid "unicode_at" -msgstr "" +msgstr "unicode_at" msgid "`string[int]`_ indexer" -msgstr "" +msgstr "`string[int]`_ indexer" msgid "uri_decode" -msgstr "" +msgstr "uri_decode" msgid "" "StringExtensions.URIDecode (Consider using `System.Uri.UnescapeDataString`_)" @@ -1715,22 +1720,22 @@ msgid "" msgstr "" msgid "validate_node_name" -msgstr "" +msgstr "validate_node_name" msgid "StringExtensions.ValidateNodeName" -msgstr "" +msgstr "StringExtensions.ValidateNodeName" msgid "xml_escape" -msgstr "" +msgstr "xml_escape" msgid "StringExtensions.XMLEscape" -msgstr "" +msgstr "StringExtensions.XMLEscape" msgid "xml_unescape" -msgstr "" +msgstr "xml_unescape" msgid "StringExtensions.XMLUnescape" -msgstr "" +msgstr "StringExtensions.XMLUnescape" msgid "" "List of Godot's PackedByteArray methods that create a String and their C# " @@ -1738,7 +1743,7 @@ msgid "" msgstr "" msgid "get_string_from_ascii" -msgstr "" +msgstr "get_string_from_ascii" msgid "" "StringExtensions.GetStringFromAscii (Consider using `System.Text.Encoding." @@ -1746,7 +1751,7 @@ msgid "" msgstr "" msgid "get_string_from_utf16" -msgstr "" +msgstr "get_string_from_utf16" msgid "" "StringExtensions.GetStringFromUtf16 (Consider using `System.Text.Encoding." @@ -1754,7 +1759,7 @@ msgid "" msgstr "" msgid "get_string_from_utf32" -msgstr "" +msgstr "get_string_from_utf32" msgid "" "StringExtensions.GetStringFromUtf32 (Consider using `System.Text.Encoding." @@ -1762,7 +1767,7 @@ msgid "" msgstr "" msgid "get_string_from_utf8" -msgstr "" +msgstr "get_string_from_utf8" msgid "" "StringExtensions.GetStringFromUtf8 (Consider using `System.Text.Encoding." @@ -1770,7 +1775,7 @@ msgid "" msgstr "" msgid "hex_encode" -msgstr "" +msgstr "hex_encode" msgid "" "StringExtensions.HexEncode (Consider using `System.Convert.ToHexString`_)" @@ -1794,7 +1799,7 @@ msgid "``is_empty()``" msgstr "``center()``" msgid "``IsEmpty``" -msgstr "" +msgstr "``IsEmpty``" msgid "Signal" msgstr "Signaux" @@ -1892,14 +1897,14 @@ msgid "``get_id()``" msgstr "``get_area()``" msgid "``Id``" -msgstr "" +msgstr "``Id``" #, fuzzy msgid "``is_valid()``" msgstr "``is_instance_valid(obj)``" msgid "``IsValid``" -msgstr "" +msgstr "``IsValid``" msgid "Basis" msgstr "Basis" @@ -1945,7 +1950,7 @@ msgid "``get_skew()``" msgstr "``get_scale()``" msgid "``Skew``" -msgstr "" +msgstr "``Skew``" #, fuzzy msgid "Transform3D" @@ -1994,7 +1999,7 @@ msgid "" msgstr "" msgid "AABB" -msgstr "" +msgstr "AABB" #, fuzzy msgid "This type is named ``Aabb`` in C# to follow the .NET naming convention." @@ -2009,7 +2014,7 @@ msgid "``Volume``" msgstr "``name``" msgid "Quaternion" -msgstr "" +msgstr "Quaternion" #, fuzzy msgid "" @@ -2081,21 +2086,21 @@ msgid "``html(String)``" msgstr "``String[]``" msgid "``FromHtml(ReadOnlySpan)``" -msgstr "" +msgstr "``FromHtml(ReadOnlySpan)``" #, fuzzy msgid "The following methods are available as constructors:" msgstr "Les méthodes suivantes sont disponibles et documentées ci-dessous :" msgid "``hex(int)``" -msgstr "" +msgstr "``hex(int)``" #, fuzzy msgid "``Color(uint)``" msgstr "``Color8``" msgid "``hex64(int)``" -msgstr "" +msgstr "``hex64(int)``" #, fuzzy msgid "``Color(ulong)``" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index de020dff05..7b1734684e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index e1c7982c31..19ce4b1a1c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 40ef140c71..1418ee16fc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index e3f7a43823..1926602d73 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 2a6d6e973d..4a3cd34d0d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index e0595cf109..f8ddd9d396 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,13 +85,13 @@ msgid "C# Type" msgstr "Type" msgid "``Nil``" -msgstr "" +msgstr "``Nil``" msgid "``null`` (Not a type)" msgstr "" msgid "``Bool``" -msgstr "" +msgstr "``Bool``" #, fuzzy msgid "``bool``" @@ -196,7 +196,7 @@ msgid "``Plane``" msgstr "Plan" msgid "``Godot.Plane``" -msgstr "" +msgstr "``Godot.Plane``" #, fuzzy msgid "``Quaternion``" @@ -207,17 +207,17 @@ msgid "``Godot.Quaternion``" msgstr "``Rotation``" msgid "``Aabb``" -msgstr "" +msgstr "``Aabb``" msgid "``Godot.Aabb``" -msgstr "" +msgstr "``Godot.Aabb``" #, fuzzy msgid "``Basis``" msgstr "``is``" msgid "``Godot.Basis``" -msgstr "" +msgstr "``Godot.Basis``" #, fuzzy msgid "``Transform3D``" @@ -264,7 +264,7 @@ msgid "``Rid``" msgstr "``-> void``" msgid "``Godot.Rid``" -msgstr "" +msgstr "``Godot.Rid``" #, fuzzy msgid "``Object``" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index bc4f62358d..8f6fbeeb4e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,10 +23,10 @@ msgid "" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0001" -msgstr "" +msgstr "GD0001" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "A type that derives from ``GodotObject`` is not declared partial." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index ad5d230af6..92c412a443 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,10 +23,10 @@ msgid "" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0002" -msgstr "" +msgstr "GD0002" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A type that derives from ``GodotObject`` is contained in a non-partial type " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index bd0211d8db..1a0c2b2adf 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0101: Attempted to export static member" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0101" -msgstr "" +msgstr "GD0101" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A static member is annotated with the ``[Export]`` attribute. Static members " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 9eb4f4b200..e5ffdba899 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0102: The type of the exported member is not supported" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0102" -msgstr "" +msgstr "GD0102" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "An unsupported type is specified for a member annotated with the " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 8ea9dd1d7b..763930f286 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0103: The exported member is read-only" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0103" -msgstr "" +msgstr "GD0103" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A read-only member is annotated with the ``[Export]`` attribute. Read-only " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index a041a65fbe..94ccd8240b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0104: The exported property is write-only" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0104" -msgstr "" +msgstr "GD0104" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A write-only property is annotated with the ``[Export]`` attribute. Write-" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index d08830fe66..8cbd43715a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0105: Attempted to export indexer property" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0105" -msgstr "" +msgstr "GD0105" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "An indexer is annotated with the ``[Export]`` attribute. Indexers can't be " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 36477184fc..3f75871b4e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0106: Attempted to export explicit interface property implementation" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0106" -msgstr "" +msgstr "GD0106" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "An explicit interface property implementation is annotated with the " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 3944dfc150..e4a702384e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0107: Types not derived from Node should not export Node members" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0107" -msgstr "" +msgstr "GD0107" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A type that doesn't derive from ``Node`` contains an exported field or " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 442eac0778..b1a3ac8174 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0201: The name of the delegate must end with 'EventHandler'" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0201" -msgstr "" +msgstr "GD0201" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A delegate annotated with the ``[Signal]`` attribute has a name that doesn't " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index e1c9c26e9f..168b7f3159 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,10 +23,10 @@ msgid "" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0202" -msgstr "" +msgstr "GD0202" msgid "**Category**" msgstr "**Catégorie**" @@ -51,7 +51,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "An unsupported type is specified for a parameter of a delegate annotated " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 02125d7372..77563ac86a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0203: The delegate signature of the signal must return void" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0203" -msgstr "" +msgstr "GD0203" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A delegate annotated with the ``[Signal]`` attribute has a return type when " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 43f7b08fb9..696bd812eb 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0301: The generic type argument must be a Variant compatible type" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0301" -msgstr "" +msgstr "GD0301" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "An unsupported type is specified for a generic type argument when a :ref:" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index ce9ef466ea..b4696a0666 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,10 +23,10 @@ msgid "" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0302" -msgstr "" +msgstr "GD0302" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A generic type is specified for a generic type argument when a :ref:`Variant-" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 3cd377a905..d800fbb3ad 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,10 +23,10 @@ msgid "" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0303" -msgstr "" +msgstr "GD0303" msgid "**Category**" msgstr "**Catégorie**" @@ -37,8 +37,9 @@ msgstr "Utilisation" msgid "**Fix is breaking or non-breaking**" msgstr "" +#, fuzzy msgid "Not fixable" -msgstr "" +msgstr "Ne peut être résolu" msgid "**Enabled by default**" msgstr "" @@ -48,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "This is a bug in the engine and must be reported." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 8b20f78dd3..ca0d815f66 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0401: The class must derive from GodotObject or a derived class" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0401" -msgstr "" +msgstr "GD0401" msgid "**Category**" msgstr "**Catégorie**" @@ -49,7 +49,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "" "A type annotated with the ``[GlobalClass]`` attribute does not derive from " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index d4a6efa46c..196f1a2c00 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgid "GD0402: The class must not contain generic arguments" msgstr "" msgid "**Rule ID**" -msgstr "" +msgstr "**Rule ID**" msgid "GD0402" -msgstr "" +msgstr "GD0402" msgid "**Category**" msgstr "**Catégorie**" @@ -47,7 +47,7 @@ msgid "Yes" msgstr "es" msgid "Cause" -msgstr "" +msgstr "Cause" msgid "A generic type is annotated with the ``[GlobalClass]`` attribute." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index e75f2929ce..e02f9e4c97 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index c61fc5cb7e..a81d9a2052 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "C#/.NET" -msgstr "" +msgstr "C#/.NET" msgid "" "C# is a high-level programming language developed by Microsoft. Godot " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 4b04bba9c5..402715e5cc 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 9dc8c1d818..1bd21414be 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -110,7 +110,7 @@ msgid "" msgstr "" msgid "where:" -msgstr "" +msgstr "où :" msgid "" "``template_path`` is one of the 2 locations discussed in the previous two " @@ -136,10 +136,10 @@ msgid "For example:" msgstr "Par exemple :" msgid "``template_scripts/Node/smooth_camera.gd``" -msgstr "" +msgstr "``template_scripts/Node/smooth_camera.gd``" msgid "``template_scripts/CharacterBody3D/platformer_movement.gd``" -msgstr "" +msgstr "``template_scripts/CharacterBody3D/platformer_movement.gd``" msgid "Default behaviour and overriding it" msgstr "" @@ -259,7 +259,7 @@ msgid "Description" msgstr "Description" msgid "``_BINDINGS_NAMESPACE_``" -msgstr "" +msgstr "``_BINDINGS_NAMESPACE_``" #, fuzzy msgid "The name of the Godot namespace (used in C# only)." @@ -281,7 +281,7 @@ msgid "The base type a new script inherits from." msgstr "Le type de base dont hérite un nouveau script." msgid "``_TS_``" -msgstr "" +msgstr "``_TS_``" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index dbbc96b442..9c1eb9b62d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 009bbea184..917bf2fcc6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 44ad12a933..8366eeb517 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/index.po index a3e8e093ba..8c47542170 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 83b6fd8ab3..1387f0c952 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 4225acb077..ecf01f3af0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 653ea9da1e..dc8f9cf5a9 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/filesystem.po index 32e28639bf..848180dd66 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 3ca4ae1fbc..11a5ad0fa7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 9a0f271fb2..e167072a0d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "GDExtension" -msgstr "" +msgstr "GDExtension" msgid "Translation status" msgstr "État de la traduction" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 9adf3682fe..3cbc38379d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index af0e4d7d7b..638b579f57 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index dc1a8b3d65..74f5d59636 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -307,7 +307,7 @@ msgid "Preloads a class or variable. See `Classes as resources`_." msgstr "Précharge une classe ou une variable. Voir `Classes as resources`_." msgid "await" -msgstr "" +msgstr "Attendre" msgid "" "Waits for a signal or a coroutine to finish. See `Awaiting for signals or " @@ -410,7 +410,7 @@ msgid "Function call" msgstr "Appel de fonction" msgid "``await x``" -msgstr "" +msgstr "``await x``" msgid "`Awaiting for signals or coroutines`_" msgstr "" @@ -432,7 +432,7 @@ msgid "``x ** y``" msgstr "" msgid "Power" -msgstr "" +msgstr "Pouvoir" msgid "" "Multiplies ``x`` by itself ``y`` times, similar to calling :ref:`pow() " @@ -446,13 +446,13 @@ msgid "" msgstr "" msgid "``~x``" -msgstr "" +msgstr "``~x``" msgid "Bitwise NOT" msgstr "Opération bit-à-bit de négation" msgid "``+x``" -msgstr "" +msgstr "``+x``" msgid "``-x``" msgstr "``-x``" @@ -564,7 +564,7 @@ msgid "``not x``" msgstr "``node``" msgid "``!x``" -msgstr "" +msgstr "``!x``" msgid "Boolean NOT and its :ref:`unrecommended ` alias" msgstr "" @@ -972,7 +972,7 @@ msgid "Both of these are the same::" msgstr "" msgid "``@onready`` annotation" -msgstr "" +msgstr "annotation``@onready``" msgid "" "When using nodes, it's common to desire to keep references to parts of the " @@ -1645,9 +1645,8 @@ msgid "" "the project settings. See :ref:`doc_gdscript_warning_system` for details." msgstr "" -#, fuzzy msgid "Initialization order" -msgstr "Exemple d'initialisation :" +msgstr "Ordre d'initialisation" #, fuzzy msgid "Member variables are initialized in the following order:" @@ -1745,7 +1744,7 @@ msgid "A base class static variable can also be accessed via a child class::" msgstr "" msgid "``@static_unload`` annotation" -msgstr "" +msgstr "annotation``@static_unload``" msgid "" "Since GDScript classes are resources, having static variables in a script " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index a18705fce7..beb4e72039 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,7 +59,7 @@ msgid "" msgstr "" msgid "Tags" -msgstr "" +msgstr "Étiquettes" #, fuzzy msgid "Brief description" @@ -79,7 +79,7 @@ msgid "Tutorial" msgstr "Tutoriels texte" msgid "``@tutorial:``" -msgstr "" +msgstr "``@tutorial:``" msgid "``@tutorial(The Title Here):``" msgstr "" @@ -154,7 +154,7 @@ msgid "" msgstr "" msgid "No tag." -msgstr "" +msgstr "Sans balise." #, fuzzy msgid "Alternatively, you can use inline documentation comments::" @@ -259,7 +259,7 @@ msgid "Move the :ref:`class_Sprite2D`." msgstr "Déplacez le :ref:`class_Sprite`." msgid "``[annotation Class.name]``" -msgstr "" +msgstr "``[annotation Class.name]``" #, fuzzy msgid "Link to annotation" @@ -375,23 +375,23 @@ msgid "Takes ``size`` for the size." msgstr "" msgid "``[br]``" -msgstr "" +msgstr "``[br]``" #, fuzzy msgid "Line break" msgstr "break" msgid "``Line 1.[br]``" -msgstr "" +msgstr "``Ligne 1.[br]``" msgid "``Line 2.``" -msgstr "" +msgstr "``Ligne 2.``" msgid "Line 1." -msgstr "" +msgstr "Ligne 1." msgid "Line 2." -msgstr "" +msgstr "Ligne 2." #, fuzzy msgid "``[b]`` ``[/b]``" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index d039c4176e..96caeb732d 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 283b87b9fd..29c03104a6 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -225,7 +225,7 @@ msgid "A **decimal real** number. Expects an integral or real number." msgstr "Un nombre **décimal réel**. Attend un nombre entier ou réel." msgid "``v``" -msgstr "" +msgstr "``v``" msgid "" "A **vector**. Expects any float or int-based vector object ( ``Vector2``, " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 0655977267..d2cc5772c7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/index.po index c5c138ec7c..5e052feb52 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index c6b8a7350e..af0a0bd79c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -583,7 +583,7 @@ msgid "" msgstr "" msgid "``UNSAFE_CAST`` warning" -msgstr "" +msgstr "Avertissement ``UNSAFE_CAST``" msgid "" "In this example, we would like the label connected to an object entering our " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 1031015bfd..a427650d08 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/groups.po index 907d6d8166..3e59cce382 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 39b991c047..eaee8c727b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index da38488b4a..d99c735075 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/index.po index db3c20ad44..7410a056b4 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 68f1449486..3965cf5169 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index b2ce767f93..ef1be3f2aa 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 5220c1243d..b31976a4ac 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/pausing_games.po index fc0dd505a0..d0c650987f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/resources.po index 76621d73ab..7984369a88 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_tree.po index 90b9aec763..4f2f055fa7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 5e77b08989..0b63e5816b 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 322a27f903..2e1b4ddd64 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index cf79723eab..97aa748d92 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 56d9b1e5a6..d46f9a386f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 11fe9ef059..d090e5baa2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 95f4e0e198..9b917acc89 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/index.po index 12b5f61645..82bf4ec58c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index f391027b6e..6ff6cf7c2e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/making_trees.po index 3cab4d7fa1..0611af32a7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index b62986bf6d..218a04d728 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -259,7 +259,7 @@ msgid "" msgstr "Le code suivant récupère la position 3D sous le pixel dessiné :" msgid "Normal-roughness texture" -msgstr "" +msgstr "Texture de normal-rugosité" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_materials.po index 0aad5a5e56..fcff053137 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 52923438b4..983627abc8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 61240800c7..3d910feca5 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 2fcb2256b9..65c6a8ea5a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 2a189e2dd1..48508a9f1c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 30787ead68..40753bf8d3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,7 +74,7 @@ msgid "" msgstr "" msgid "#define" -msgstr "" +msgstr "#define" msgid "**Syntax:** ``#define [replacement_code]``." msgstr "" @@ -117,7 +117,7 @@ msgid "" msgstr "" msgid "#undef" -msgstr "" +msgstr "#undef" msgid "**Syntax:** ``#undef identifier``" msgstr "" @@ -223,7 +223,7 @@ msgid "Like with ``#if``, the ``defined()`` preprocessor function can be used:" msgstr "" msgid "#ifdef" -msgstr "" +msgstr "#ifdef" msgid "**Syntax:** ``#ifdef ``" msgstr "" @@ -243,7 +243,7 @@ msgid "" msgstr "" msgid "#ifndef" -msgstr "" +msgstr "#ifndef" msgid "**Syntax:** ``#ifndef ``" msgstr "" @@ -264,7 +264,7 @@ msgid "#else" msgstr "else" msgid "**Syntax:** ``#else``" -msgstr "" +msgstr "**Syntax:** ``#else``" msgid "" "Defines the optional block which is included when the previously defined " @@ -272,10 +272,10 @@ msgid "" msgstr "" msgid "#endif" -msgstr "" +msgstr "#endif" msgid "**Syntax:** ``#endif``" -msgstr "" +msgstr "**Syntax:** ``#endif``" msgid "" "Used as terminator for the ``#if``, ``#ifdef``, ``#ifndef`` or subsequent " @@ -352,7 +352,7 @@ msgid "Example base shader (using the include file we created above):" msgstr "" msgid "#pragma" -msgstr "" +msgstr "#pragma" msgid "**Syntax:** ``#pragma value``" msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index b4ce7e6df9..e1a1564db7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -946,7 +946,7 @@ msgid "**vec3, vec4**" msgstr "**vec4**" msgid "source_color" -msgstr "" +msgstr "source_color" msgid "Used as color." msgstr "Utilisé comme couleur." @@ -987,7 +987,7 @@ msgid "As value or albedo color, default to opaque black." msgstr "Utilisé comme couleur d'albédo, noir par défaut." msgid "hint_default_transparent" -msgstr "" +msgstr "hint_default_transparent" #, fuzzy msgid "As value or albedo color, default to transparent black." @@ -1010,19 +1010,19 @@ msgid "" msgstr "" msgid "filter[_nearest, _linear][_mipmap][_anisotropic]" -msgstr "" +msgstr "filter[_nearest, _linear][_mipmap][_anisotropic]" msgid "Enabled specified texture filtering." msgstr "" msgid "repeat[_enable, _disable]" -msgstr "" +msgstr "repeat[_enable, _disable]" msgid "Enabled texture repeating." msgstr "" msgid "hint_screen_texture" -msgstr "" +msgstr "hint_screen_texture" msgid "Texture is the screen texture." msgstr "" @@ -1035,7 +1035,7 @@ msgid "Texture is the depth texture." msgstr "" msgid "hint_normal_roughness_texture" -msgstr "" +msgstr "hint_normal_roughness_texture" msgid "Texture is the normal roughness texture (only supported in Forward+)." msgstr "" @@ -1254,8 +1254,9 @@ msgid "" "them as global uniforms." msgstr "" +#, fuzzy msgid "Per-instance uniforms" -msgstr "" +msgstr "Instance-paire s'uniformise" msgid "Per-instance uniforms are only available in ``spatial`` (3D) shaders." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 6293f96a45..7299f254ec 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -142,7 +142,7 @@ msgid "Allows the shader to write to and access the half resolution pass." msgstr "" msgid "**use_quarter_res_pass**" -msgstr "" +msgstr "**use_quarter_res_pass**" #, fuzzy msgid "Allows the shader to write to and access the quarter resolution pass." diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 6b68c17969..9b2b84b3e3 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -104,7 +104,7 @@ msgid "Disable depth testing." msgstr "Désactive le test de profondeur." msgid "**sss_mode_skin**" -msgstr "" +msgstr "**sss_mode_skin**" #, fuzzy msgid "Subsurface Scattering mode for skin." @@ -137,7 +137,7 @@ msgstr "" "matériau." msgid "**wireframe**" -msgstr "" +msgstr "**wireframe**" msgid "Geometry draws using lines." msgstr "" @@ -248,7 +248,7 @@ msgid "Enables the trails when used on particles geometry." msgstr "" msgid "**alpha_to_coverage**" -msgstr "" +msgstr "**alpha_to_coverage**" #, fuzzy msgid "" @@ -258,7 +258,7 @@ msgstr "" "`core/set.h `__" msgid "**alpha_to_coverage_and_one**" -msgstr "" +msgstr "**alpha_to_coverage_and_one**" #, fuzzy msgid "**fog_disabled**" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 7a51a149d4..cd470855ee 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 24a3dfbbae..faede5bd3c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 43d4681dcc..96618e0db4 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -225,7 +225,7 @@ msgid "These ports are colored to differentiate type of port:" msgstr "" msgid "scalar" -msgstr "" +msgstr "scalaire" #, fuzzy msgid "vector" @@ -263,19 +263,19 @@ msgid "Scalar" msgstr "Mode mise à l'échelle" msgid "Cyan" -msgstr "" +msgstr "Cyan" msgid "Scalar is a single value." msgstr "" msgid "|scalar|" -msgstr "" +msgstr "|scalaire|" msgid "Vector" msgstr "Vecteur" msgid "Purple" -msgstr "" +msgstr "Violet" msgid "Vector is a set of values." msgstr "" @@ -289,7 +289,7 @@ msgid "Boolean" msgstr "boolean" msgid "Blue" -msgstr "" +msgstr "Bleu" msgid "On or off, true or false." msgstr "" @@ -318,7 +318,7 @@ msgid "Sampler" msgstr "Sampler2D" msgid "Yellow" -msgstr "" +msgstr "Jaune" msgid "A texture sampler. It can be used to sample textures." msgstr "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 411e784d67..68a939eba8 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 6c16d5725a..5552f0366e 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index b2206abc4f..3a4962302a 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 0aeb82fa21..fc0c308ba7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/fr/LC_MESSAGES/tutorials/troubleshooting.po index a9c5612bf7..16af63ef75 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 83990b7738..ec963d9595 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -119,7 +119,7 @@ msgid "" msgstr "" msgid "Use:" -msgstr "" +msgstr "Utilisation :" msgid "Handling user input safely" msgstr "" @@ -244,7 +244,7 @@ msgid "Example" msgstr "Exemple" msgid "**b**" -msgstr "" +msgstr "**b**" msgid "" "Makes ``{text}`` use the bold (or bold italics) font of ``RichTextLabel``." @@ -254,7 +254,7 @@ msgid "``[b]{text}[/b]``" msgstr "``[b]{texte}[/b]``" msgid "**i**" -msgstr "" +msgstr "**i**" msgid "" "Makes ``{text}`` use the italics (or bold italics) font of ``RichTextLabel``." @@ -264,7 +264,7 @@ msgid "``[i]{text}[/i]``" msgstr "``[i]{texte}[/i]``" msgid "**u**" -msgstr "" +msgstr "**u**" #, fuzzy msgid "Makes ``{text}`` underlined." @@ -274,7 +274,7 @@ msgid "``[u]{text}[/u]``" msgstr "``[u]{texte}[/u]``" msgid "**s**" -msgstr "" +msgstr "**s**" #, fuzzy msgid "Makes ``{text}`` strikethrough." @@ -294,7 +294,7 @@ msgid "``[code]{text}[/code]``" msgstr "``[code]{texte}[/code]``" msgid "**p**" -msgstr "" +msgstr "**p**" msgid "" "Adds new paragraph with ``{text}``. Supports configuration options, see :ref:" @@ -322,7 +322,7 @@ msgid "``[center]{text}[/center]``" msgstr "``[center]{texte}[/center]``" msgid "**left**" -msgstr "" +msgstr "**gauche**" #, fuzzy msgid "Makes ``{text}`` horizontally left-aligned." @@ -491,7 +491,7 @@ msgid "``[font_size={size}]{text}[/font_size]``" msgstr "``[font=]{texte}[/font]``" msgid "**dropcap**" -msgstr "" +msgstr "**lettrine**" msgid "" "Use a different font size and color for ``{text}``, while making the tag's " @@ -521,14 +521,14 @@ msgid "" msgstr "" msgid "``[opentype_features={list}]``" -msgstr "" +msgstr "``[opentype_features={list}]``" #, fuzzy msgid "``{text}``" msgstr "``[b]{texte}[/b]``" msgid "``[/opentype_features]``" -msgstr "" +msgstr "``[/opentype_features]``" #, fuzzy msgid "**lang**" @@ -598,10 +598,10 @@ msgstr "" "{texte}." msgid "``[outline_size={size}]``" -msgstr "" +msgstr "``[outline_size={size}]``" msgid "``[/outline_size]``" -msgstr "" +msgstr "``[/outline_size]``" #, fuzzy msgid "**outline_color**" @@ -617,7 +617,7 @@ msgid "``[outline_color={code/name}]``" msgstr "``[color=]{texte}[/color]``" msgid "``[/outline_color]``" -msgstr "" +msgstr "``[/outline_color]``" msgid "**table**" msgstr "**table**" @@ -691,10 +691,10 @@ msgid "" msgstr "" msgid "``[ol type={type}]{items}[/ol]``" -msgstr "" +msgstr "``[ol type={type}]{items}[/ol]``" msgid "**lb**, **rb**" -msgstr "" +msgstr "**lb**, **rb**" msgid "Adds ``[`` and ``]`` respectively. Allows escaping BBCode markup." msgstr "" @@ -770,10 +770,10 @@ msgid "Options can be skipped for all tags." msgstr "" msgid "Paragraph options" -msgstr "" +msgstr "Options du paragraphe" msgid "**align**" -msgstr "" +msgstr "**align**" #, fuzzy msgid "`Values`" @@ -795,7 +795,7 @@ msgid "Text horizontal alignment." msgstr "Aligne le {texte} horizontalement à droite." msgid "**bidi_override**, **st**" -msgstr "" +msgstr "**bidi_override**, **st**" msgid "" "``default``, ``uri``, ``file``, ``email``, ``list``, ``none``, ``custom``" @@ -809,7 +809,7 @@ msgid "Structured text override." msgstr "" msgid "**direction**, **dir**" -msgstr "" +msgstr "**direction**, **dir**" #, fuzzy msgid "``ltr``, ``rtl``, ``auto``" @@ -823,7 +823,7 @@ msgid "Base BiDi direction." msgstr "Se déplacer dans la direction donnée." msgid "**language**, **lang**" -msgstr "" +msgstr "**language**, **lang**" #, fuzzy msgid "ISO language codes. See :ref:`doc_locales`" @@ -967,7 +967,7 @@ msgid "Font options" msgstr "Options d'importation" msgid "**name**, **n**" -msgstr "" +msgstr "**name**, **n**" #, fuzzy msgid "A valid Font resource path." @@ -978,7 +978,7 @@ msgid "Font resource path." msgstr "Chemin des ressources (Resource path)" msgid "**size**, **s**" -msgstr "" +msgstr "**size**, **s**" msgid "Number in pixels." msgstr "" @@ -1054,7 +1054,7 @@ msgid "Cell border color." msgstr "" msgid "**bg**" -msgstr "" +msgstr "**bg**" msgid "" "Cell background color. For alternating odd/even row backgrounds, you can use " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 543420be13..47d69a0876 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 2d8c29ac84..a636b0b5ae 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_containers.po index 86789ffdc0..e8ba025301 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -414,9 +414,8 @@ msgid "" "`)." msgstr "" -#, fuzzy msgid "SubViewportContainer" -msgstr "ViewportContainer" +msgstr "SubViewportContainer" #, fuzzy msgid "" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_navigation.po index 2940468b85..341d0b5670 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_skinning.po index efb6d08541..41fede97aa 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index bae96157bb..35fb519e75 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index e50926e1fe..dece21c170 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,7 +109,7 @@ msgid "" msgstr "" msgid "Bitmap fonts" -msgstr "" +msgstr "Polices de bitmap" msgid "" "Godot supports the BMFont (``.fnt``) bitmap font format. This is a format " @@ -367,7 +367,7 @@ msgid "" msgstr "" msgid "Subpixel positioning" -msgstr "" +msgstr "Positionnement de subpixel" msgid "" "Subpixel positioning can be adjusted. This is a `FreeType \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/index.po index cc8db585be..3a94e703e2 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/size_and_anchors.po index d835d9510b..835598eab7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 30ee26470e..79298a43ae 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/deploying_to_android.po index cf9bfb1590..e689f78d1f 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/index.po index 7155f29a43..14e76ba14c 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index 7bd14cb08e..dcc47ff9d7 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 89b6710fe9..db07233b91 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -152,7 +152,7 @@ msgid "OpenXR hand skeleton" msgstr "Compléter le squelette" msgid "Left hand" -msgstr "" +msgstr "Main gauche" #, fuzzy msgid "Right hand" @@ -416,46 +416,46 @@ msgid "These are exposed through the following trackers:" msgstr "Remplissez le formulaire avec les paramètres suivants :" msgid "HTC trackers" -msgstr "" +msgstr "Traqueurs HTC" msgid "/user/vive_tracker_htcx/role/handheld_object" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/handheld_object" msgid "/user/vive_tracker_htcx/role/left_foot" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/left_foot" msgid "/user/vive_tracker_htcx/role/right_foot" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/right_foot" msgid "/user/vive_tracker_htcx/role/left_shoulder" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/left_shoulder" msgid "/user/vive_tracker_htcx/role/right_shoulder" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/right_shoulder" msgid "/user/vive_tracker_htcx/role/left_elbow" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/left_elbow" msgid "/user/vive_tracker_htcx/role/right_elbow" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/right_elbow" msgid "/user/vive_tracker_htcx/role/left_knee" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/left_knee" msgid "/user/vive_tracker_htcx/role/right_knee" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/right_knee" msgid "/user/vive_tracker_htcx/role/waist" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/waist" msgid "/user/vive_tracker_htcx/role/chest" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/chest" msgid "/user/vive_tracker_htcx/role/camera" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/camera" msgid "/user/vive_tracker_htcx/role/keyboard" -msgstr "" +msgstr "/user/vive_tracker_htcx/role/keyboard" #, fuzzy msgid "Some final words" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index cb55ffb79e..27b5bcb113 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 1e70330e23..052e8f9941 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_action_map.po index b0ebc1f7fc..6c2e4a1ed0 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -325,7 +325,7 @@ msgid "" msgstr "" msgid "aim_pose" -msgstr "" +msgstr "aim_pose" msgid "" "This is the internal name of the action. OpenXR doesn't specify specific " @@ -334,7 +334,7 @@ msgid "" msgstr "" msgid "Aim pose" -msgstr "" +msgstr "Pose de visée" msgid "" "This is a human-readable name for the action. Some XR runtimes will display " diff --git a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_room_scale.po index d5bb555db7..bc83f409ed 100644 --- a/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/fr/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/it/LC_MESSAGES/about/complying_with_licenses.po index 87f457fb14..978aed6400 100644 --- a/sphinx/po/it/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/it/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/it/LC_MESSAGES/about/docs_changelog.po index 31b5e40447..8229e19a6c 100644 --- a/sphinx/po/it/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/it/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -358,9 +358,8 @@ msgid "" "`doc_gdscript_static_typing`)" msgstr "" -#, fuzzy msgid "User Interface (UI)" -msgstr "Interfaccia dell'editor (C++)" +msgstr "Interfaccia Utente (UI)" msgid ":ref:`doc_control_node_gallery`" msgstr ":ref:`doc_control_node_gallery`" diff --git a/sphinx/po/it/LC_MESSAGES/about/faq.po b/sphinx/po/it/LC_MESSAGES/about/faq.po index 24218d832a..b30a8a3019 100644 --- a/sphinx/po/it/LC_MESSAGES/about/faq.po +++ b/sphinx/po/it/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/about/introduction.po b/sphinx/po/it/LC_MESSAGES/about/introduction.po index 2aa64b3cb0..8ab7e133f8 100644 --- a/sphinx/po/it/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/it/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,17 +55,16 @@ msgstr "" "valere la pena dare un' occhiata. Altrimenti, :ref: `Per Iniziare " "` è un buon punto d'inizio." -#, fuzzy msgid "" "In case you have trouble with one of the tutorials or your project, you can " "find help on the various :ref:`Community channels `, " "especially the Godot `Discord`_ community and `Forum `_." msgstr "" -"In caso di problemi con uno dei tutorial o con il tuo progetto, puoi trovare " -"aiuto sui vari :ref:`Canali della comunità `, in " -"particolare la comunità di Godot su Discord, `Q&A ` (domande e risposte) e IRC." +"In caso di problemi con uno dei tutorial o con il proprio progetto, è " +"possibile trovare aiuto nei vari :ref:`canali della comunità " +"`, in particolare nella comunità Godot `Discord`_ e " +"nel `Forum `_." msgid "About Godot Engine" msgstr "Informazioni sul Godot Engine" @@ -79,7 +78,6 @@ msgstr "" "Godot in poche parole. In ogni caso qui c'è una presentazione, che sei " "libero di utilizzare come una breve descrizione di Godot Engine:" -#, fuzzy msgid "" "Godot Engine is a feature-packed, cross-platform game engine to create 2D " "and 3D games from a unified interface. It provides a comprehensive set of " @@ -88,14 +86,14 @@ msgid "" "platforms, including the major desktop platforms (Linux, macOS, Windows), " "mobile platforms (Android, iOS), as well as Web-based platforms and consoles." msgstr "" -"Godot Engine è un motore di gioco ricco di funzionalità, multi piattaforma, " -"per creare giochi 2D e 3D da un'unica interfaccia. Godot offre un ampio set " -"di strumenti base, in modo da permettere agli utenti di focalizzarsi sullo " -"sviluppo dei giochi senza sforzarsi nello studio. I giochi possono essere " -"esportati in un click su numerose piattaforme di gioco, inclusi i sistemi " -"desktop (Linux, macOS, Windows), mobili (Android, iOS) e web (HTML5)." +"Godot Engine è un motore di gioco multipiattaforma ricco di funzionalità per " +"creare giochi 2D e 3D da un'interfaccia unificata. Fornisce una serie " +"completa di strumenti comuni, in modo che gli utenti possano concentrarsi " +"sulla creazione di giochi senza dover reinventare la ruota. I giochi possono " +"essere esportati con un solo clic su diverse piattaforme, tra cui le " +"principali piattaforme desktop (Linux, macOS, Windows), piattaforme mobili " +"(Android, iOS), piattaforme basate sul Web e console." -#, fuzzy msgid "" "Godot is completely free and open source under the :ref:`permissive MIT " "license `. No strings attached, no royalties, " @@ -111,8 +109,8 @@ msgstr "" "sviluppo di Godot è completamente indipendente e guidato dalla community, " "dando agli utenti la possibilità di aiutare a dare forma al motore di gioco " "in modo che sia sempre all'altezza delle loro aspettative. Godot è " -"supportato dall'organizzazione no-profit `Software Freedom Conservancy " -"`_ ." +"supportato dall'organizzazione no-profit `Godot Foundation `." msgid "Organization of the documentation" msgstr "Organizzazione della documentazione" @@ -130,20 +128,17 @@ msgstr "" "informazioni sul sistema, la sua storia, la licenza applicata, gli autori, " "eccetera. Contiene inoltre le :ref:`doc_faq`." -#, fuzzy msgid "" "**Getting Started** contains all necessary information on using the engine " "to make games. It starts with the :ref:`Step by step ` tutorial which should be the entry point for all new users. " "**This is the best place to start if you're new!**" msgstr "" -"La sezione :ref:`sec-learn` è il principale motivo per l'esistenza di questa " -"documentazione visto che contiene tutte le informazioni necessarie su come " -"utilizzare il motore per creare videogiochi. Inizia con il tutorial :ref:" -"`Passo dopo passo ` che dovrebbe essere il punto di " -"inizio per tutti i nuovi utenti." +"La sezione :ref:`sec-learn` contiene tutte le informazioni necessarie su " +"come utilizzare il motore per creare videogiochi. Inizia con il tutorial :" +"ref:`Passo dopo passo ` che dovrebbe essere il punto " +"di inizio per tutti i nuovi utenti." -#, fuzzy msgid "" "The **Manual** can be read or referenced as needed, in any order. It " "contains feature-specific tutorials and documentation." @@ -166,19 +161,17 @@ msgstr "" "collaboratori esperti, con informazioni riguardo a come compilare l'engine, " "come contribuire all'editor, o su come sviluppare moduli C++." -#, fuzzy msgid "" "**Community** is dedicated to the life of Godot's community. It points to " "various community channels like the `Godot Contributors Chat `_ and `Discord`_ and contains a list of recommended third-" "party tutorials and materials outside of this documentation." msgstr "" -"La sezione :ref:`sec-community` contiene informazioni su come contribuire " -"allo sviluppo del motore di gioco e sulla vita della community, per esempio: " -"come segnalare bug, aiutare con la documentazione, eccetera. Contiene " -"inoltre riferimenti ai vari canali di comunicazione tra cui IRC e Discord e " -"una lista di tutorial raccomandati, creati da terze parti, esterni a questa " -"documentazione." +"La sezione :ref:`sec-community` è dedicata alla community sulla vita di " +"Godot. Vi sono i riferimenti ai vari canali della community come la `Chat " +"dei contributori di Godot ` e `Discord` e " +"contiene una lista di tutorial di terze parti e materiale extra che non fa " +"parte di questa documentazione." msgid "" "Finally, the **Class reference** documents the full Godot API, also " diff --git a/sphinx/po/it/LC_MESSAGES/about/list_of_features.po b/sphinx/po/it/LC_MESSAGES/about/list_of_features.po index 20059dbf9c..f467938211 100644 --- a/sphinx/po/it/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/it/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/about/release_policy.po b/sphinx/po/it/LC_MESSAGES/about/release_policy.po index 37d3089442..439ffb3021 100644 --- a/sphinx/po/it/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/it/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/about/system_requirements.po b/sphinx/po/it/LC_MESSAGES/about/system_requirements.po index c16cab850a..ffd1106510 100644 --- a/sphinx/po/it/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/it/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/it/LC_MESSAGES/community/asset_library/index.po index 98f0fd3beb..37e1774981 100644 --- a/sphinx/po/it/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/it/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/it/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 76db6a311c..37cf5116e1 100644 --- a/sphinx/po/it/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/it/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/it/LC_MESSAGES/community/asset_library/using_assetlib.po index c4c279342a..09c7d61968 100644 --- a/sphinx/po/it/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/it/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/it/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 3aacc18777..321d3c324d 100644 --- a/sphinx/po/it/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/it/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/channels.po b/sphinx/po/it/LC_MESSAGES/community/channels.po index b3f2324f59..798d808226 100644 --- a/sphinx/po/it/LC_MESSAGES/community/channels.po +++ b/sphinx/po/it/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/community/tutorials.po b/sphinx/po/it/LC_MESSAGES/community/tutorials.po index 9ce900f17d..6ef5ffd441 100644 --- a/sphinx/po/it/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/it/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/it/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index ae8fa398f7..0f41ac365e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/development/code_style_guidelines.po index c11b0e7e04..e7883c0d23 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 8e0b326b5f..a6d338945b 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index a29f797d28..e30c4547f2 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 391719a70d..6651cde92e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,7 @@ msgstr "Sviluppo" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -115,6 +115,13 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" +#, fuzzy +msgid "NetBSD" +msgstr "**NetBSD**" + +msgid "For audio support, you can optionally install ``pulseaudio``." +msgstr "" + #, fuzzy msgid "OpenBSD" msgstr "**OpenBSD**" @@ -123,13 +130,6 @@ msgstr "**OpenBSD**" msgid "openSUSE" msgstr "**openSUSE**" -#, fuzzy -msgid "NetBSD" -msgstr "**NetBSD**" - -msgid "For audio support, you can optionally install ``pulseaudio``." -msgstr "" - #, fuzzy msgid "Solus" msgstr "**Solus**" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index a7b1dfeace..97ad5d1d61 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index d23981b9ee..434d817f76 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 1ae1f45ea5..695af0dcb9 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 185ab97cc6..97468002bb 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index f55a24d3ba..0027a3dad6 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 6f147b9d96..5f6d3ba0ef 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/getting_source.po index c2e7c5e9c1..0cf3d9aa8f 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/index.po index fda2ec4e13..b5b16fb8ed 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 58ce3746f5..d3edd5fb41 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 4a3f41ec52..19260a6018 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 08fd2d35cc..b723a4db02 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 1799e8c55a..1145ff6b8e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index b993f1b536..0a2152586e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 448d2bc2db..8af1a1d32b 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 6423fdebd6..6b6ce4c4fd 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 8ab23da715..52ecfe5969 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 22396c7c2b..4fc25b8712 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index f7bae55e87..8e6622cea3 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 34dd9d4683..e023e9ec25 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index a2a69f3c33..493a7a505b 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 3b52940a10..83b0f00266 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index de4ee39798..bf52b0e5e8 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 420daf4beb..a85f669e93 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index dcc8438b7d..5d9b897a31 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 0f69a92912..9320740ec8 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index b115e54238..0ee7f0210b 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index c37b4db99c..b6335b1a19 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index b3995af3f6..f4bec8d20a 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 221b2ec280..9730050fa6 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index e1df9db30b..df6639853f 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/index.po index 04d67b9e73..5b739db6cd 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index dc0ea37356..b682cd7173 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 0a1331540c..7c1a28c27d 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 077bbced7e..83a4e75480 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 39005a483d..52794743d2 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index f2dbd101bb..f4713f7b9a 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index adfac091c5..633e67526c 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/index.po index fba1fa4d77..c0eea26ca7 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 5c4b28c519..d5df71570c 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 6a89f1e644..09067f483a 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 46fb9922c8..b59c575410 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index f23038d676..f0d4fbec21 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index a102e0839a..d8c340e09e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/creating_icons.po index 3ce3a6d533..4a7b2b98fb 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 843a467fdf..a036e40d92 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/index.po index bb1bd3a743..fad0e150f2 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 7fed076f96..e8688e3ed8 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index c4fa5aeb39..bff07802d3 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/index.po index a9c2400670..1162aefdc2 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/tscn.po index 23e7da33f2..9a778de8f5 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/development/index.po b/sphinx/po/it/LC_MESSAGES/contributing/development/index.po index fcafcc7bf2..64cb54708c 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/building_the_manual.po index 165fa3f3a8..8dca887d37 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 6dfb2a875f..38b965a4a7 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/content_guidelines.po index 170b6cd282..c9068847bc 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index eb8c8e2b73..00b874f69e 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 2c1a96f108..d8708b14ec 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 9349118fe6..cc1d062281 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index f532928b6a..7deb4dddff 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/index.po index bedeee9709..6962f10843 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/it/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 4b502df817..32a9215925 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/it/LC_MESSAGES/contributing/ways_to_contribute.po index 4e34246072..51afab674c 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index ad08a36bcd..07f28716d3 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index f8bde663ce..bec7bf60e3 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/index.po index e3740dc94c..d7261501ed 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index d3077746b9..dbee8dbbc6 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_workflow.po index 019c05b24f..42a67f70f9 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/it/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 804b7266eb..846164fc3b 100644 --- a/sphinx/po/it/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/it/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 9d1aa04243..41c70470c1 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index b8e7b61901..f862ffedc8 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index d24329b3db..790cd88f5f 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index f4326928f1..a2c88be0a8 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index f817e9f26d..69c587a697 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 98e0ca50f7..6fb9948d6c 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 3bdeb15009..d37ac97d3e 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/index.po index c9a76eeb1b..bd28f15eb0 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 5360cf3327..6b6773214c 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 11399492f0..f8730df011 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 6d53ddccc2..b4185f1a9c 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index f54a34b0ff..975913f662 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 9d55ac43f8..ad3f86af37 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index a4dda261a1..46440fac7b 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index a0f3388ac8..f3a6ff2dfb 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 1cd9d1ce5f..2f3ac6de9a 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 72b5c42df6..33f08222c2 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/going_further.po index b7909f27f8..f62f5ed8d8 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/index.po index 4c999df90c..d28f1d58ba 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index f83cdf67b2..7350bff53b 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index 6f35c31f38..2423af5e11 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/index.po index b5ade58c7d..5c5fcfccfb 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index a5922423e7..137f25fa12 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 4694aa58a8..f58e96d6f0 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 9e2747e40f..bbb83ab766 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/index.po index 0445f81d45..dea83325bb 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/instancing.po index 972dc658c9..60a9537083 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 96a64dc1ea..14d6eec093 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 3d63833092..3441b08abd 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index e0c80a36e5..fd34b6206d 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 0a5159317d..217f53e1e6 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/signals.po index 5cc3d16017..c0dd8ffe8f 100644 --- a/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/it/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/index.po b/sphinx/po/it/LC_MESSAGES/index.po index 0a0efc6435..f4a109ad4d 100644 --- a/sphinx/po/it/LC_MESSAGES/index.po +++ b/sphinx/po/it/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -140,23 +140,31 @@ msgstr "Documentazione offline" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." -msgstr "" -"Puoi anche `scaricare una copia HTML `__ per " -"la lettura offline (aggiornata ogni lunedì). Estrai l'archivio ZIP poi apri " -"il livello superiore ``index.html`` in un browser web." - -msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-html-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." +msgstr "" +"Per consultare la documentazione offline, è possibile `scaricare una copia " +"HTML `__ per la lettura " +"offline (aggiornata ogni lunedì). Estrarre l'archivio ZIP e aprire il " +"livello superiore ``index.html`` in un browser web." + +#, fuzzy +msgid "" +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Puoi anche `scaricare una copia HTML `__ per " diff --git a/sphinx/po/it/LC_MESSAGES/sphinx.po b/sphinx/po/it/LC_MESSAGES/sphinx.po index c003203b44..275098c252 100644 --- a/sphinx/po/it/LC_MESSAGES/sphinx.po +++ b/sphinx/po/it/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,15 +24,13 @@ msgid "Versions" msgstr "Versioni" msgid "On Read the Docs" -msgstr "" +msgstr "Su Leggi i documenti" -#, fuzzy msgid "Project Home" -msgstr "Impostazione del progetto" +msgstr "Progetto Home" -#, fuzzy msgid "Builds" -msgstr "MSBuild" +msgstr "Costruzioni" msgid "Downloads" msgstr "Download disponibili" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index 64e9ad28c4..fbbc087add 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index d52f091c23..e106fb823d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_meshes.po index f00c78ddc5..da92d6f2a0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_movement.po index bfda50f4ac..fb3a705b9d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index f653bf0096..f80ccd890f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_transforms.po index 58c568193d..ac964d34e0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/canvas_layers.po index 7e0496e55c..536637b836 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index cc71b39783..a2ee5c1c8a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/index.po index 48b5d595a7..faf579860b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 4a1272b3b5..d22f86489d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilemaps.po index b8cc7a5390..717a77d862 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilesets.po index 70e2529c2c..109083c2f0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 5eacba840b..f60bae97bd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 315b5b392f..cb8d3a9c0a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_text.po index a7eb78799c..3d625ec1a9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/csg_tools.po index 891a9a4a5b..4bf6dd0125 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 95d041614a..02401ffce6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 08c97fdb48..84a0ca6db3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 42eae60fcc..cc25667e69 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 290aec5705..66442635c0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 24c775ca37..49d2018da7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index aca6f92d8e..927ce03c8e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 6290e28b5b..289c2f6fda 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 52b58e0c29..17106d8686 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 3d281624af..0f8c554c21 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/index.po index 900a20f231..9563df8796 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 79e59a29b8..bc2c1eabb2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 7ccec24979..af3ac0b06f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/mesh_lod.po index ab7b1f1faf..6f4b883747 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/occlusion_culling.po index e29089ea84..7eb8951535 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/attractors.po index b0d534fb24..a992365bbf 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/collision.po index 7702f08dfe..ae96c3347c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index cf50051d4b..c6497e5802 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 1c210ab1c1..867fc357d7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/index.po index 438509521e..733035bcd9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 40e30d36a9..1dc0e09096 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/properties.po index 77e563ce3e..d36d71e982 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/subemitters.po index e704c1159f..5f11946320 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/trails.po index 01f2ece273..70bb51bea5 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/turbulence.po index cf6c118e8a..eb9f4c0a98 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 20f07366c9..cf40a8bd9b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index c589bc0b48..f19081c72d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index ebd9649b05..501ba3f08e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 94dbd12e73..676ca283a8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index d4042681f1..51d16b36c1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index b19e4b9ad2..0c0321dd57 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 2241be1f20..1783140751 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/standard_material_3d.po index eed9b4a34a..83b66c1c27 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_decals.po index 09747ed053..0be137865c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_gridmaps.po index dadc8e99b7..20a4b55563 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 5f4d68a58a..09f3827962 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_transforms.po index f7bb9eb08f..3fe7c49430 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index b6ead16b1d..5b9dd7ec54 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/visibility_ranges.po index a460cf1a01..bcdc9b5ce2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/it/LC_MESSAGES/tutorials/3d/volumetric_fog.po index edcf2f4bc5..2101199c5e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 5e50143556..b0399d318e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_track_types.po index 60fe19f0db..9cad211819 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_tree.po index d8d4f488a1..1a92a31096 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/creating_movies.po index bc52f73136..1e1120ddd7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/cutout_animation.po index 8e36492f91..05a30c8646 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/index.po index 23e09ccd01..f45e96398d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/introduction.po index 48f124b3d4..ba09d19ed4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/it/LC_MESSAGES/tutorials/animation/playing_videos.po index 6559f82787..2c9acea50c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 2deb7cd946..a755177e41 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 350a347ec1..cad5358842 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index eddc51770d..82acdca0da 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index d2091070ff..436d631438 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 1d236941e4..4f7cfc95c1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 99c5a7b3b5..6549eb4d8c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index becda0abb7..7a167e373d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 63d1414b1d..447ebae507 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index d12e3701d9..472273b669 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 2caf92b072..2e5fb852d7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index bef227d1d8..caf685950d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 80540dfdbb..6d6d917de6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 3a20fbcfb8..c08a86e8ee 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 91e89a53f4..b957fc93bd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 318d21f8d1..2e8ef3b1c4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 4adfc5a6b5..8c4095400b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index a803a30314..263e7ae14f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/index.po index 7351e77fd5..b9fb1b8d1c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 46fce7e1e6..7d9f9cf538 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_buses.po index 49d4012a4d..2f6ab3eb46 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_effects.po index 1db05cff42..eafd63d4d0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_streams.po index 528cf2e723..a8daf96199 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/index.po index 7522af1399..a3b3517ade 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 05efdb2b01..7d66e8dad3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 69668d66fa..a0813cffc0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/it/LC_MESSAGES/tutorials/audio/text_to_speech.po index b49e3685d7..1342e548f1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index a16580b522..de218e5359 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/data_preferences.po index e5c295bd68..e4267994f5 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 6870c74fe1..d53e4f9b2e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 8b503aa0d0..36bcf05eb2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/index.po index 456efc4bba..553f467360 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index ae449cdd0f..63e93b4cb1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 6a73d82112..ba3756c610 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 2c8765484f..48647f5423 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/project_organization.po index ba9e498ed1..9ccd21e26d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 2aa30f895e..ad07232f97 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index baba5e9f92..7d42bbad08 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 561f16a092..54c1422fb8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 0de767f088..9dbcf85c76 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index ae48cc1f17..aced112ab9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/customizing_editor.po index e2542c051e..fb442e34d4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 73faa62bce..a5ed84d1de 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/external_editor.po index 598c483541..9c3521408d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/index.po index 7faf12f070..1ff55b5fc8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/inspector_dock.po index 3bd6fa8395..734edb51e4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/managing_editor_features.po index 1a4508508a..84a9413211 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_manager.po index dcfc4fec90..fb35b897af 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_settings.po index dd9a93ada5..20c9c91c01 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 8ed311b1e3..a208ad4980 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index b5eef8afd6..0cb2042536 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/android_gradle_build.po index a5084ee7ed..8b2de572a7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 106ae9d712..058da92268 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_android.po index d971558c18..389112e6ea 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index e12138cf17..0a35f5986e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_ios.po index b5e9d6f4d9..c00f461d79 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 1548732ce7..47bfa42c0f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_macos.po index a313ec96a2..bcb615a116 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_web.po index 389bb73738..af56216345 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_windows.po index efc6885257..fa10e1e3c6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_pcks.po index 9741942cb6..700173a8dd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_projects.po index 955928c03a..da9515edcf 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/feature_tags.po index 2bea519d5d..ce9e2f4613 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/index.po index 9b1f7bcc25..03a8930f53 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/one-click_deploy.po index 4dc9f74df0..9af6c6781a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/it/LC_MESSAGES/tutorials/export/running_on_macos.po index e800afc12c..101be61ce3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/index.po index c281f8ec9a..562d2e4d42 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index e70a5fca98..865f2d9cde 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/locales.po index f4fa1546a9..218b75b54a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,52 +58,45 @@ msgstr "aa" msgid "Afar" msgstr "Afar" -#, fuzzy msgid "ab" -msgstr "aabb" +msgstr "ab" msgid "Abkhazian" msgstr "" -#, fuzzy msgid "ace" -msgstr "Cache" +msgstr "ace" #, fuzzy msgid "Achinese" msgstr "Cinese" -#, fuzzy msgid "ach" -msgstr "Cache" +msgstr "ach" msgid "Acoli" msgstr "" -#, fuzzy msgid "ada" -msgstr "aa" +msgstr "ada" msgid "Adangme" msgstr "" -#, fuzzy msgid "ady" -msgstr "bad" +msgstr "ady" msgid "Adyghe" msgstr "" -#, fuzzy msgid "ae" -msgstr "Salva" +msgstr "ae" msgid "Avestan" msgstr "" -#, fuzzy msgid "aeb" -msgstr "Web" +msgstr "aeb" msgid "Tunisian Arabic" msgstr "" @@ -114,43 +107,39 @@ msgstr "af" msgid "Afrikaans" msgstr "Afrikaans" -#, fuzzy msgid "afh" -msgstr "af" +msgstr "afh" msgid "Afrihili" msgstr "" -#, fuzzy msgid "agq" -msgstr "Etichetta" +msgstr "agq" msgid "Aghem" msgstr "" -#, fuzzy msgid "ain" -msgstr "Principale" +msgstr "ain" msgid "Ainu" msgstr "" -#, fuzzy msgid "agr" -msgstr "ar" +msgstr "agr" #, fuzzy msgid "Aguaruna" msgstr "Aguaruna (Perù)" msgid "ak" -msgstr "" +msgstr "ak" msgid "Akan" msgstr "" msgid "akk" -msgstr "" +msgstr "akk" msgid "Akkadian" msgstr "" @@ -798,9 +787,8 @@ msgstr "sco" msgid "Coptic" msgstr "" -#, fuzzy msgid "cps" -msgstr "cs" +msgstr "cps" msgid "Capiznon" msgstr "" @@ -839,7 +827,7 @@ msgid "Church Slavic" msgstr "" msgid "cv" -msgstr "" +msgstr "cv" #, fuzzy msgid "Chuvash" @@ -1046,9 +1034,8 @@ msgstr "en" msgid "English" msgstr "Inglese" -#, fuzzy msgid "enm" -msgstr "enum" +msgstr "enm" #, fuzzy msgid "Middle English" @@ -1066,9 +1053,8 @@ msgstr "es" msgid "Spanish" msgstr "Spagnolo" -#, fuzzy msgid "esu" -msgstr "es" +msgstr "esu" msgid "Central Yupik" msgstr "" @@ -1085,9 +1071,8 @@ msgstr "eu" msgid "Basque" msgstr "Basco" -#, fuzzy msgid "ewo" -msgstr "eo" +msgstr "ewo" msgid "Ewondo" msgstr "" @@ -1145,7 +1130,7 @@ msgid "Tornedalen Finnish" msgstr "" msgid "fj" -msgstr "" +msgstr "fj" msgid "Fijian" msgstr "" @@ -1355,7 +1340,7 @@ msgid "Gorontalo" msgstr "" msgid "got" -msgstr "" +msgstr "got" msgid "Gothic" msgstr "" @@ -1373,14 +1358,14 @@ msgid "Ancient Greek" msgstr "" msgid "gsw" -msgstr "" +msgstr "gsw" #, fuzzy msgid "Swiss German" msgstr "Tedesco" msgid "gu" -msgstr "" +msgstr "gu" #, fuzzy msgid "Gujarati" @@ -1493,9 +1478,8 @@ msgstr "" msgid "Hiri Motu" msgstr "" -#, fuzzy msgid "hne" -msgstr "he" +msgstr "hne" #, fuzzy msgid "Chhattisgarhi" @@ -1516,14 +1500,14 @@ msgid "Upper Sorbian" msgstr "Sorbo superiore (Germania)" msgid "hsn" -msgstr "" +msgstr "hsn" #, fuzzy msgid "Xiang Chinese" msgstr "Cinese" msgid "ht" -msgstr "" +msgstr "ht" #, fuzzy msgid "Haitian" @@ -1671,9 +1655,8 @@ msgstr "ja" msgid "Japanese" msgstr "Giapponese" -#, fuzzy msgid "jam" -msgstr "ja" +msgstr "jam" msgid "Jamaican Creole English" msgstr "" @@ -1697,9 +1680,8 @@ msgstr "" msgid "Machame" msgstr "" -#, fuzzy msgid "jpr" -msgstr "pr" +msgstr "jpr" #, fuzzy msgid "Judeo-Persian" @@ -2272,9 +2254,8 @@ msgstr "lv" msgid "Latvian" msgstr "Lettone" -#, fuzzy msgid "lzh" -msgstr "zh" +msgstr "lzh" #, fuzzy msgid "Literary Chinese" @@ -2286,9 +2267,8 @@ msgstr "" msgid "Laz" msgstr "" -#, fuzzy msgid "mad" -msgstr "bad" +msgstr "mad" #, fuzzy msgid "Madurese" @@ -2324,9 +2304,8 @@ msgstr "mk" msgid "Makasar" msgstr "" -#, fuzzy msgid "man" -msgstr "max" +msgstr "man" #, fuzzy msgid "Mandingo" @@ -2466,7 +2445,7 @@ msgid "Malayalam" msgstr "Malayalam" msgid "mn" -msgstr "" +msgstr "mn" #, fuzzy msgid "Mongolian" @@ -2669,7 +2648,7 @@ msgid "Central Nahuatl" msgstr "Nahuatl centrale (Messico)" msgid "ng" -msgstr "" +msgstr "ng" msgid "Ndonga" msgstr "" @@ -2746,7 +2725,7 @@ msgid "N'ko" msgstr "" msgid "nr" -msgstr "" +msgstr "nr" #, fuzzy msgid "South Ndebele" @@ -3025,9 +3004,8 @@ msgstr "pt" msgid "Portuguese" msgstr "Portoghese" -#, fuzzy msgid "qu" -msgstr "quat" +msgstr "qu" msgid "Quechua" msgstr "" @@ -3246,9 +3224,8 @@ msgstr "" msgid "Sangu" msgstr "Lingua" -#, fuzzy msgid "sc" -msgstr "sco" +msgstr "sc" #, fuzzy msgid "Sardinian" @@ -3268,7 +3245,7 @@ msgid "Scots" msgstr "Scozzese" msgid "sd" -msgstr "" +msgstr "sd" #, fuzzy msgid "Sindhi" @@ -3352,9 +3329,8 @@ msgstr "sgs_LT" msgid "Samogitian" msgstr "Samogiziano (Lituania)" -#, fuzzy msgid "sh" -msgstr "Mesh" +msgstr "sh" #, fuzzy msgid "Serbo-Croatian" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index d1577e4e3d..2e61116775 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 677048a414..19f9463e24 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 7bfeada27a..128de42e80 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 9a459606da..706372cbb4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 40beedc4a2..13ee9a8292 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/index.po index 2c9942e055..e2367650e8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/input_examples.po index 66496cc952..d306a388ce 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/inputevent.po index c92cfd00a2..6e78d170be 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 62612e73e3..c7074084d7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/background_loading.po index a61bcf73df..23203267be 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/binary_serialization_api.po index d878cf5269..3b9426efa0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -598,7 +598,7 @@ msgid "For each property:" msgstr "Proprietà dell'area" msgid "Y" -msgstr "" +msgstr "Y" #, fuzzy msgid "Property name (String length)" @@ -609,7 +609,7 @@ msgid "Y+4" msgstr "X+4" msgid "Z" -msgstr "" +msgstr "Z" #, fuzzy msgid "Property name (UTF-8 encoded string)" @@ -619,7 +619,7 @@ msgid "Y+4+Z" msgstr "" msgid "W" -msgstr "" +msgstr "W" #, fuzzy msgid "" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/data_paths.po index e6626d61ae..5fa0d96914 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/index.po index 8696a170f0..c87447bbaf 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 409f7f34cf..856c9e933a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/it/LC_MESSAGES/tutorials/io/saving_games.po index 309d9d3399..30f0c608c6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 21ae5a8b77..0eb88d3030 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/index.po index 8618da6980..f5c50c7f6c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/interpolation.po index 2007d3e989..e037f23d49 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 309d8a4642..f2b82e7a1e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/random_number_generation.po index db9bac9b49..6a6092d7db 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/vector_math.po index 8ac46df672..b09b43f77a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/it/LC_MESSAGES/tutorials/math/vectors_advanced.po index fa64169e9a..a2db0db045 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/index.po index 728de7577a..dc1740eb1c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 199f0a9840..c2e3ca3f1b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 9082a04fb9..27ca4ef75e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index cddb85173d..e6df82d221 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/index.po index f99beb8264..a5639f4ceb 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index a2e8be46ec..c12e2760d0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 0b816591ae..52b8813b33 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 502212f53c..ef3314738f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index aa4c5dcd36..e7421f78c6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 02fc5a6064..0f45e91cff 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 4d3b8eac81..26ec3b6730 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 86b1d71ce9..1fd47a2c5d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 6084bf7afa..580c928639 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index be3d55e30b..446592fe0a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 87a09bac6a..a9ed36d737 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 56ebf152ea..3f2362b9ed 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 7baa9fa205..0ff00c04b3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 583ebeb09a..1118012d06 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 2b5ec40b82..c4a3427316 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 1fab1b116c..016de73454 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index baba217a5b..c378be2198 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index c9e96beb5a..4c493efc12 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 560192c577..a86b397c32 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 0fd2fb538e..8cd0278cab 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_client_class.po index c4abbe0c51..9088d7afe1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_request_class.po index f7ffbed023..933b53bc66 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/index.po index 482a8909fd..00007e0975 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 016c6f17d0..c2bd3b3a3b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/webrtc.po index 7ff862ae5f..3261b7e593 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/it/LC_MESSAGES/tutorials/networking/websocket.po index b442091b12..f3803b0516 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 9a99b74841..2d787e3fa2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/general_optimization.po index 8652c08c8e..e56d4b5410 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 3df0171d55..c805649f47 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/index.po index 88fb3cca59..715ed6eec6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index e7f518d9d1..080c9b07fc 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 5caa69c299..7c65daf6d1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multimesh.po index c9b730030e..4a65f9c14a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 0b1ccd083c..a2fc04925f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_servers.po index b76a54306c..6aed427f06 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index fa03cdb568..a1d6ea471a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 554bab0a5b..db1b4de033 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 7893bb129e..cb65c64c08 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index bd7ccd7e12..b1eede5e10 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index fa0de023d2..57baddd767 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/index.po index f2844381e6..08fdf111e3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 5babd9d10c..5a002f72c9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 8090470eea..fee038c971 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/physics_introduction.po index 6ef6c2099e..da85cc1a8d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 5bc3ee45c4..e5d363db0f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/ray-casting.po index b1316710a8..ec7c13ba8d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/rigid_body.po index 9144973d01..77d01e5cee 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/soft_body.po index e27a1a8d55..288f5f8f11 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 043c66ce49..86882e0e39 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_area_2d.po index acea28f1f6..4d43092aab 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 9d810d3bee..4028a18a41 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 9000992d84..bac2788451 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_library.po index 9856a9c353..f3fa3a2e58 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_plugin.po index d36133fe1a..3f41380759 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/index.po index d1ab726959..d3046580d3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/consoles.po index 7df169b8a1..1b8f96ea33 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/index.po index 2ded99613d..045674c6ab 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/index.po index c88dd58abc..1c4342339f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 756b7ea5e0..9572821422 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index b2417994b1..975213116a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index dfa07e5ea4..2d06803a9b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 29298e36fe..22c734a946 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/index.po index bc8bf2de07..b700ad5202 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 49da06b090..8f1479d2f8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 3bc2eb9a5f..5565e791c3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/index.po index b081117e9a..8a7ea88b83 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 3bfa4f84f4..faa70f8a20 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 5d9674a7bb..58ac65d87e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index bfde3a8f89..546983bf5b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index fca6e80746..755ddc4eb4 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index a1af0893f8..511f4ab85d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/index.po index 23c54d40a2..262b53e316 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index c93b309b73..d8139fabdc 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/index.po index 267b502c0d..6a10757c44 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 7133ff011c..db97b70441 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index d2a645ebc8..dffae03ea7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/viewports.po index cb394673f5..88b894f4ce 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index de8eb9fb59..2596f51d5f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 4f2bf8b306..75869cb1dd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 1bfde807ac..2bccb5d181 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 655917e1de..88d99efd6d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 1bf91678f6..768248eaac 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index f81fd0609e..0da68165de 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index fc234d7b0a..bd977dfaf9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index e006bd913b..0c48d6f20c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 80e3b38678..56305e436a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 8702243243..04c79603b7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 43a3309794..07ba20a4f9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 1ee1e8be49..2f96968224 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index d2305d8f3f..d611aa1ddd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 173e703d80..950f4337a3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 60de8d56b9..2865393a53 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 20330cac14..9c0baa4524 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index acfdf7b2df..568d124597 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index f608813b16..4fc5b8fc39 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index a73daf0f62..dd974f8ce6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 02eadf6d18..836f45804a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index a32f8e033b..4d6cad9c0e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index bceda40fb5..530563973b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index 66f2313cf0..c6864ec0c3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 9a1b13c48b..b28393c801 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 5201fda6d4..7f2cf4d0e2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 85bcae0464..6da7a03b08 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 62eab8f8d3..02f244ec32 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 88fa39e178..e7d8036cc3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index e577e9116d..ada66ebe03 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index d79f534979..da9801dd5d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 0b57894064..ab8cebaec8 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 138d4837a9..5ac09aee04 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 36b752931e..ab32e1a5f0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/index.po index 261c18f162..ab9bacb27b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 45bdb64fc7..afc95d6b63 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 5aca6deddb..07aaecd418 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 59cfaa1365..9fab641057 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/filesystem.po index 599889296b..92889c892b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 7243fba7f1..c7d08d2c1b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 6fc33b7e85..950cb3fb80 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 5372a321df..6decb172bf 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 1749fded1c..48a4496aa2 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 872022294c..97125b103e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 41960646f4..b6a3688797 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index e9f0e80e0d..448a475740 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index db62204dd2..b8f470c519 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index d6992c2ef2..7f51e74486 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/index.po index a7b2244de3..c3637c1f68 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 1d3cb11ff7..5848d7d355 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 6c6aa8122b..6480e0655a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/groups.po index cb06b396c7..0ea9fc91dd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 1d306f4ade..9917d68034 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index 96d471f844..93d8822c25 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/index.po index 1205395b8b..43eeaf92f6 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 0e55e9368e..2e38420ea9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index c68a13dc86..f8d3b70452 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 8b14ff193e..91d8bfbe1a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/pausing_games.po index 2f60d26573..60f5e9fba3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/resources.po index 1b1cc47db3..14310de5d5 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_tree.po index e04ec40008..5c68c4c12b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index c27336478f..7643e810a7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index ec5ad24a0c..5352806cfe 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 1d440020aa..11417349ad 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 5139f9c2c9..589ab38db9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 1eeafbe809..19e3161647 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index d424239294..4119607abc 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/index.po index 2fdbc6d486..72a5a1402f 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index e77a7f0c0b..6d02425ec9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/making_trees.po index 43ec9d9a42..3a05342446 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 472899012f..ea143a36f0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_materials.po index d8ce136e2c..871e443d9e 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 577874b275..df0e743d6b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 0657f1fcf9..0bf302c6e1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index cf0afe698b..7eea085ca7 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index ccef4de6ce..f6b3574891 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 057aae532e..15807a1938 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 727059c474..5ec8cc4c24 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 64c87441c8..9c0ebbe3bd 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 0c9772d199..5f3e38918a 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index cf154127c9..edc671327d 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 0ce593370b..1bccbe6d42 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/visual_shaders.po index c23fa5517c..2d7cbbb714 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 0d8c6e007e..3a72d16ecb 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 07ff0130d6..62d4fd2c07 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 6b0cb2fd60..4c588c6570 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 0a18e9b695..acdd76e6c0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/it/LC_MESSAGES/tutorials/troubleshooting.po index 635438b9af..2a6cda9320 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 19e16fa63e..641a3e3d6b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 3026a14206..d5fb34f101 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 856297f398..3569dc4b4b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_containers.po index c4852cd5d9..e5560b9e07 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_navigation.po index b739f438d2..c35b8d7ef0 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_skinning.po index ae32116ba3..bb370faa2c 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index e09db701b8..6e5b1f5587 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 551540a272..942e38f4ba 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index c9e47beff7..56db8de5aa 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/index.po index 3e37f0632e..4cfe5dcec3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/it/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 837fffac4f..8e93a679c3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index add7720f30..e95e04bfce 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 37cbbf9efa..20af8afdb3 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/index.po index a8b60e4dba..e9ddb983ab 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index b945e3a606..2c0bf4c730 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index d7d49e5a8f..71a011e481 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index b2633ccc88..9e57cfa07b 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 4dd5544eee..63bf0469be 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_action_map.po index c3c3a60ceb..736ba510e1 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 2fde21814f..95cdfaacd9 100644 --- a/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/it/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/ja/LC_MESSAGES/about/complying_with_licenses.po index e3ae7799a4..56baf1a999 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/ja/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/ja/LC_MESSAGES/about/docs_changelog.po index e13dd538a5..38130f68ba 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/ja/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/faq.po b/sphinx/po/ja/LC_MESSAGES/about/faq.po index 77cf113b0b..b66df43a9c 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/faq.po +++ b/sphinx/po/ja/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/introduction.po b/sphinx/po/ja/LC_MESSAGES/about/introduction.po index d5e864fa4c..a61eafab8a 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/ja/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/list_of_features.po b/sphinx/po/ja/LC_MESSAGES/about/list_of_features.po index da8c7dca30..3727d708a3 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/ja/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -461,9 +461,11 @@ msgid "" ":ref:`doc_variable_rate_shading` on supported GPUs in Forward+ and Forward " "Mobile." msgstr "" +"Forward+ および Forward Mobile でサポートされているGPUの :ref:" +"`doc_variable_rate_shading`。" msgid "**Physically-based rendering (built-in material features):**" -msgstr "** 物理ベースレンダリング (組み込みのマテリアル機能):**" +msgstr "** 物理ベースレンダリング (内蔵のマテリアル機能):**" msgid "Follows the Disney PBR model." msgstr "ディズニーPBRモデルに準拠。" @@ -499,29 +501,24 @@ msgstr "" msgid "Detail mapping for the albedo and normal maps." msgstr "アルベドマップと法線マップの詳細マッピング。" -#, fuzzy msgid "Sub-surface scattering and transmittance." -msgstr "*GLES3:* サブサーフェス・スキャタリングおよび透過。" +msgstr "表面下散乱 (Sub-surface scattering)、および透過率 (transmittance)。" -#, fuzzy msgid "" "Screen-space refraction with support for material roughness (resulting in " "blurry refraction)." msgstr "" -"*GLES3:*材料の粗さをサポートする屈折(ぼやけた屈折をもたらす)。GLES2では、屈折" -"は機能的ですが、材料の粗さのサポートが欠けています。" +"スクリーン空間の屈折 (マテリアルの粗さをサポート。ぼやけた屈折が発生します)。" -#, fuzzy msgid "Proximity fade (soft particles) and distance fade." -msgstr "*GLES3:* 近接フェード (ソフトパーティクル)。" +msgstr "近接フェード (ソフトパーティクル)。" -#, fuzzy msgid "" "Distance fade can use alpha blending or dithering to avoid going through the " "transparent pipeline." msgstr "" -"透過パイプラインを通過しないように、アルファ ブレンディングやディザリングを使" -"用できる距離フェード。" +"距離フェードはアルファブレンディング、もしくはディザリングを使用して透明パイ" +"プラインを回避可能。" msgid "Dithering can be determined on a per-pixel or per-object basis." msgstr "ディザリングは、ピクセル単位またはオブジェクト単位で決定可能。" @@ -538,16 +535,17 @@ msgstr "全方位ライト。" msgid "Spot lights with adjustable cone angle and attenuation." msgstr "コーンの角度および減衰量を調整できるスポットライト。" -#, fuzzy msgid "" "Specular, indirect light, and volumetric fog energy can be adjusted on a per-" "light basis." -msgstr "鏡面エネルギー(\"Specular energy\")は、ライトごとに調整できます。" +msgstr "" +"鏡面光、間接光、ボリューメトリックフォグのエネルギーは、ライトごとに調整可" +"能。" msgid "" "Adjustable light \"size\" for fake area lights (will also make shadows " "blurrier)." -msgstr "" +msgstr "疑似エリアライトの \"サイズ\" を調整可能 (影もぼやけます)。" msgid "" "Optional distance fade system to fade distant lights and their shadows, " @@ -607,19 +605,21 @@ msgid "" ":abbr:`PCSS (Percentage Closer Soft Shadows)`-like shadow blur based on the " "light size and distance from the surface the shadow is cast on." msgstr "" +":abbr:「PCSS (Percentage Closer Soft Shadows) 」に似たシャドウブラーで、ライ" +"トのサイズとシャドウが投影されるサーフェスからの距離に基づいています。" -#, fuzzy msgid "Adjustable shadow blur on a per-light basis." -msgstr "鏡面エネルギー(\"Specular energy\")は、ライトごとに調整できます。" +msgstr "ライトごとに調節可能なシャドウブラー。" msgid "**Global illumination with indirect lighting:**" msgstr "**間接照明によるグローバルイルミネーション:**" -#, fuzzy msgid "" ":ref:`Baked lightmaps ` (fast, but can't be updated " "at run-time)." -msgstr "ベイク済みライトマップ (高速ですが、実行時は更新不可)。" +msgstr "" +":ref:`ベイク済みライトマップ ` (高速ですが、実行時は更" +"新不可)。" msgid "" "Supports baking indirect light only or baking both direct and indirect " @@ -629,17 +629,18 @@ msgstr "" "ベイクは間接照明のみ、または直接照明と間接照明の両方をサポート。ベイクモード" "は、ライトごとに調整して、ハイブリッドライトベーキングが可能。" -#, fuzzy msgid "" "Supports lighting dynamic objects using automatic and manually placed probes." msgstr "" -"自動オクツリーベースシステムを使用して、ダイナミックオブジェクトをライティン" -"グができます。マニュアルでのプローブ配置は必要ありません。" +"自動および手動で配置されたプローブによる、動的オブジェクトのライティングが可" +"能。" msgid "" "Optionally supports directional lighting and rough reflections based on " "spherical harmonics." msgstr "" +"オプションで、球面調和関数に基づく指向性ライティングと粗い反射をサポートしま" +"す。" msgid "" "Lightmaps are baked on the GPU using compute shaders (much faster compared " @@ -654,6 +655,8 @@ msgid "" "Supports GPU-based :ref:`denoising ` with " "JNLM, or CPU/GPU-based denoising with OIDN." msgstr "" +"GPUベース:ref:`denoising` (JNLMを使用)、また" +"はCPU/GPUベースのノイズ除去 (OIDNを使用) をサポートします。" msgid "" ":ref:`Voxel-based GI probes `. Supports dynamic lights " @@ -661,12 +664,19 @@ msgid "" "baking step which can be performed in the editor or at run-time (including " "from an exported project)." msgstr "" +":ref:`ボクセルベースのGIプローブ`。動的ライト*および*動的" +"オクルーダーをサポートし、反射もサポートします。エディターまたは実行時 (エク" +"スポートされたプロジェクトからを含む) に実行できる高速ベイク処理手順が必要で" +"す。" msgid "" ":ref:`Signed-distance field GI ` designed for large open " "worlds. Supports dynamic lights, but not dynamic occluders. Supports " "reflections. No baking required." msgstr "" +":ref:`Signed-distance field GI`大規模なオープンワールド用に" +"設計されています。動的ライトをサポートしますが、動的オクルーダーはサポートし" +"ません。反射をサポートします。ベイク処理は必要ありません。" msgid "" ":ref:`Screen-space indirect lighting (SSIL) " @@ -674,12 +684,18 @@ msgid "" "Fully real-time and supports any kind of emissive light source (including " "decals)." msgstr "" +":ref:`Screen-space indirect lighting (SSIL) " +"`を半分または完全な解像度で実行しま" +"す。完全にリアルタイムで、あらゆる種類の発光光源 (デカールを含む) をサポート" +"します。" msgid "" "VoxelGI and SDFGI use a deferred pass to allow for rendering GI at half " "resolution to improve performance (while still having functional MSAA " "support)." msgstr "" +"VoxelGIとSDFGIは遅延パスを使用してGIを半分の解像度でレンダリングし、パフォー" +"マンスを向上させます (機能的なMSAAサポートは維持されます) 。" msgid "**Reflections:**" msgstr "**反射:**" @@ -690,6 +706,9 @@ msgid "" "on transparent surfaces, while rough SDF-based reflections are visible on " "transparent surfaces." msgstr "" +"ボクセルベースの反射 (GIプローブ使用時) とSDFベースの反射 (符号付き距離フィー" +"ルドGI使用時) 。ボクセルベースの反射は透明なサーフェスに表示され、SDFベースの" +"粗い反射は透明なサーフェスに表示されます。" msgid "" "Fast baked reflections or slow real-time reflections using ReflectionProbe. " @@ -699,7 +718,7 @@ msgstr "" "ションで視差補正を有効にすることができます。" msgid "Screen-space reflections with support for material roughness." -msgstr "" +msgstr "マテリアルの粗さをサポートするスクリーンスペース反射。" msgid "" "Reflection techniques can be mixed together for greater accuracy or " @@ -712,35 +731,47 @@ msgid "" "cost. Clustered rendering also lifts any limits on the number of reflection " "probes that can be used on a mesh." msgstr "" +"Forward+バックエンド (デスクトップの既定値) を使用する場合、リフレクションプ" +"ローブは、個々のコストを削減するために、クラスター化された前方最適化を使用し" +"てレンダリングされます。クラスター化されたレンダリングでは、メッシュで使用で" +"きるリフレクションプローブの数の制限も解除されます。" msgid "" "When using the Forward Mobile backend, up to 8 reflection probes can be " "displayed per mesh resource." msgstr "" +"Forward Mobileバックエンドを使用する場合、メッシュリソースごとに最大8個のリフ" +"レクションプローブを表示できます。" -#, fuzzy msgid "**Decals:**" -msgstr "**機能:**" +msgstr "**デカール:**" msgid "" ":ref:`Supports albedo `, emissive, :abbr:`ORM (Occlusion " "Roughness Metallic)`, and normal mapping." msgstr "" +":ref:`albedo`、放射型、:abbr:`ORM (Occlusion Roughness " +"Metallic) `、および法線マッピングをサポートします。" msgid "" "Texture channels are smoothly overlaid on top of the underlying material, " "with support for normal/ORM-only decals." msgstr "" +"テクスチャチャネルは、通常/ORMのみのデカールをサポートし、下にあるマテリアル" +"の上にスムーズにオーバーレイされます。" msgid "" "Support for normal fade to fade the decal depending on its incidence angle." -msgstr "" +msgstr "入射角に応じてデカールをフェードする標準フェードのサポート。" msgid "" "Does not rely on run-time mesh generation. This means decals can be used on " "complex skinned meshes with no performance penalty, even if the decal moves " "every frame." msgstr "" +"ランタイムメッシュ生成に依存しません。つまり、デカールがすべてのフレームを移" +"動する場合でも、パフォーマンスを低下させることなく、複雑なスキンメッシュでデ" +"カールを使用できます。" msgid "" "Support for nearest, bilinear, trilinear or anisotropic texture filtering " @@ -749,12 +780,11 @@ msgstr "" "ニアレスト、バイリニア、トリリニア、または異方性のフィルタリング(大局的に調" "整される)。" -#, fuzzy msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" -"オプションの距離フェードシステムは、遠くにある光源とそれによる影をフェードさ" -"せ、パフォーマンスを向上できます。" +"オプションの距離フェードシステムは、遠くにあるデカールをフェードさせ、パ" +"フォーマンスを向上できます。" msgid "" "When using the Forward+ backend (default on desktop), decals are rendered " @@ -762,11 +792,17 @@ msgid "" "Clustered rendering also lifts any limits on the number of decals that can " "be used on a mesh." msgstr "" +"Forward+バックエンド (デスクトップの既定値) を使用する場合、デカールは、個々" +"のコストを削減するために、クラスター化された前方最適化を使用してレンダリング" +"されます。また、クラスター化されたレンダリングでは、メッシュで使用できるデ" +"カールの数の制限も解除されます。" msgid "" "When using the Forward Mobile backend, up to 8 decals can be displayed per " "mesh resource." msgstr "" +"Forward Mobileバックエンドを使用する場合、メッシュリソースごとに最大8個のデ" +"カールを表示できます。" msgid "**Sky:**" msgstr "**空:**" @@ -777,17 +813,20 @@ msgstr "パノラマ空 (HDRIを使用)。" msgid "" "Procedural sky and Physically-based sky that respond to the " "DirectionalLights in the scene." -msgstr "" +msgstr "シーン内のDirectionalLightsに反応する手続き型の空と物理ベースの空。" msgid "" "Support for :ref:`custom sky shaders `, which can be " "animated." msgstr "" +"アニメーション化可能な:ref:`custom sky shaders`のサポート。" msgid "" "The radiance map used for ambient and specular light can be updated in real-" "time depending on the quality settings chosen." msgstr "" +"アンビエントライトとスペキュラライトに使用される放射輝度マップは、選択した品" +"質設定に応じてリアルタイムで更新できます。" msgid "**Fog:**" msgstr "**霧:**" @@ -803,43 +842,50 @@ msgid "" "perspective)." msgstr "空の色に基づく自動の深度フォグ色に対応(空気遠近法)。" -#, fuzzy msgid "Support for sun scattering in the fog." -msgstr "ビジュアルシェーダープラグイン。" +msgstr "霧の中での太陽光の散乱をサポート。" msgid "" "Support for controlling how much fog rendering should affect the sky, with " "separate controls for traditional and volumetric fog." msgstr "" +"空に影響するフォグレンダリングの量を制御できるようになりました。従来のフォグ" +"とボリュームフォグを個別に制御できます。" -#, fuzzy msgid "Support for making specific materials ignore fog." -msgstr "ビジュアルシェーダープラグイン。" +msgstr "特定のマテリアルでフォグをマスクできるようになりました。" msgid "**Volumetric fog:**" -msgstr "" +msgstr "**フォグボリューム:**" msgid "" "Global :ref:`volumetric fog ` that reacts to lights and " "shadows." msgstr "" +"グローバル:ref:`volumetric fog`ライトとシャドウに反応しま" +"す。" msgid "" "Volumetric fog can take indirect light into account when using VoxelGI or " "SDFGI." msgstr "" +"ボリュームフォグでは、VoxelGIまたはSDFGIを使用する場合に間接光を考慮できま" +"す。" msgid "" "Fog volume nodes that can be placed to add fog to specific areas (or remove " "fog from specific areas). Supported shapes include box, ellipse, cone, " "cylinder, and 3D texture-based density maps." msgstr "" +"特定の領域にフォグを追加する (または特定の領域からフォグを削除する) ために配" +"置できるフォグボリュームノード。サポートされている図形には、ボックス、楕円、" +"円錐、円柱、および3Dテクスチャベースの密度マップが含まれます。" msgid "Each fog volume can have its own custom shader." -msgstr "" +msgstr "各フォグボリュームは独自のカスタムシェーダを持つことができます。" msgid "Can be used together with traditional fog." -msgstr "" +msgstr "従来のフォグと併用できます。" msgid "**Particles:**" msgstr "**パーティクル:**" @@ -848,28 +894,40 @@ msgid "" "GPU-based particles with support for subemitters (2D + 3D), trails (2D + " "3D), attractors (3D only) and collision (2D + 3D)." msgstr "" +"サブエミッタ (2D+3D)、トレイル (2D+3D)、アトラクタ (3Dのみ)、およびコリジョ" +"ン (2D+3D) をサポートするGPUベースのパーティクル。" msgid "" "3D particle attractor shapes supported: box, sphere and 3D vector fields." msgstr "" +"使用可能な3Dパーティクル・アトラクタの形状: ボックス、球体、および3Dベクトル" +"フィールド。" msgid "" "3D particle collision shapes supported: box, sphere, baked signed distance " "field and real-time heightmap (suited for open world weather effects)." msgstr "" +"使用可能な3Dパーティクルの衝突の形状: 箱型、球体、ベイク済みの符号付距離" +"フィールド、およびリアルタイム・ハイトマップ(オープンワールドの天候効果に最" +"適)。" msgid "" "2D particle collision is handled using a signed distance field generated in " "real-time based on :ref:`class_LightOccluder2D` nodes in the scene." msgstr "" +"2Dパーティクル・コリジョンは、シーン内の :ref:`class_LightOccluder2D` ノード" +"に基づいて、リアルタイムで生成された符号付き距離フィールドを使用して処理され" +"ます。" msgid "" "Trails can use the built-in ribbon trail and tube trail meshes, or custom " "meshes with skeletons." msgstr "" +"トレイルは、組み込みのリボン形トレイルやチューブ形トレイルメッシュ、またはス" +"ケルトンを含むカスタムメッシュを使用できます。" msgid "Support for custom particle shaders with manual emission." -msgstr "" +msgstr "手動放出ができるカスタムのパーティクルシェーダーをサポート。" msgid "**Post-processing:**" msgstr "**ポストプロセッシング:**" @@ -877,43 +935,48 @@ msgstr "**ポストプロセッシング:**" msgid "Tonemapping (Linear, Reinhard, Filmic, ACES)." msgstr "トーンマッピング (Linear、Reinhard、Filmic、ACES)。" -#, fuzzy msgid "" "Automatic exposure adjustments based on viewport brightness (and manual " "exposure override)." -msgstr "*GLES3:* ビューポートの明るさに応じた自動露出調整。" +msgstr "" +"ビューポートの明るさに基づく自動露出調節(および手動での露出オーバーライド)。" msgid "" "Near and far depth of field with adjustable bokeh simulation (box, hexagon, " "circle)." msgstr "" +"調節可能なボケのシミュレーション (箱形、六角形、円形) 付きの、近景と遠景の被" +"写界深度。" -#, fuzzy msgid "Screen-space ambient occlusion (SSAO) at half or full resolution." -msgstr "*GLES3:* スクリーンスペース アンビエントオクルージョン (SSAO)。" +msgstr "" +"半分または完全解像度によるスクリーン空間アンビエントオクルージョン (SSAO)。" -#, fuzzy msgid "" "Glow/bloom with optional bicubic upscaling and several blend modes " "available: Screen, Soft Light, Add, Replace, Mix." msgstr "" "オプションのバイキュービック アップスケーリング付きのグロー / ブルームと、複" -"数のブレンドモード: スクリーン、ソフトライト、追加、置換。" +"数のブレンドモード: スクリーン、ソフトライト、追加、置換、ミックス。" msgid "Glow can have a colored dirt map texture, acting as a lens dirt effect." msgstr "" +"グローには色付きの汚れマップテクスチャを適用でき、レンズの汚れ効果として使え" +"ます。" msgid "" "Glow can be :ref:`used as a screen-space blur effect " "`." msgstr "" +"グローは :ref:`スクリーン スペースのブラー効果 " +"` として使" +"用できます。" -#, fuzzy msgid "Color correction using a one-dimensional ramp or a 3D LUT texture." -msgstr "一次元rampを用いた色補正。" +msgstr "1次元の諧調か3D LUTテクスチャによる色補正。" msgid "Roughness limiter to reduce the impact of specular aliasing." -msgstr "" +msgstr "スペキュラ・エイリアシングの影響を低減するためのラフネス・リミッタ。" msgid "Brightness, contrast and saturation adjustments." msgstr "明るさ、コントラスト、彩度の調整。" @@ -924,45 +987,47 @@ msgstr "**テクスチャ フィルタリング:**" msgid "Nearest, bilinear, trilinear or anisotropic filtering." msgstr "ニアレスト、バイリニア、トリリニア、または異方性のフィルタリング。" -#, fuzzy msgid "" "Filtering options are defined on a per-use basis, not a per-texture basis." -msgstr "ディザリングは、ピクセル単位またはオブジェクト単位で決定可能。" +msgstr "" +"フィルタリング機能は、テクスチャ単位ではなく使用されるごとに定義されます。" msgid "**Texture compression:**" msgstr "**テクスチャ圧縮:**" msgid "Basis Universal (slow, but results in smaller files)." -msgstr "" +msgstr "Basis Universal (遅いものの、より小さいファイルになる)。" -#, fuzzy msgid "BPTC for high-quality compression (not supported on macOS)." -msgstr "*GLES3:* 高品質圧縮のためのBPTC (macOSには未対応)。" +msgstr "高品質圧縮のためのBPTC (macOSには未対応)。" -#, fuzzy msgid "ETC2 (not supported on macOS)." -msgstr "*GLES3:* ETC2 (macOSには未対応)。" +msgstr "ETC2 (macOSには未対応)。" -#, fuzzy msgid "S3TC (not supported on mobile/Web platforms)." -msgstr "S3TC (デスクトップ プラットフォームでのみ対応)。" +msgstr "S3TC (モバイル / Webプラットフォームでは非対応)。" msgid "**Anti-aliasing:**" msgstr "**アンチエイリアシング:**" msgid "Temporal :ref:`antialiasing ` (TAA)." -msgstr "" +msgstr "テンポラル :ref:`アンチエイリアシング ` (TAA)。" msgid "" "AMD FidelityFX Super Resolution 2.2 :ref:`antialiasing " "` (FSR2), which can be used at native resolution as a " "form of high-quality temporal antialiasing." msgstr "" +"AMD FidelityFX Super Resolution 2.2:ref:`antialiasing` " +"(FSR2) 。これは、ネイティブの解像度で高品質な時間アンチエイリアシングの形式と" +"して使用できます。" msgid "" "Multi-sample antialiasing (MSAA), for both :ref:`doc_2d_antialiasing` and :" "ref:`doc_3d_antialiasing`." msgstr "" +":ref:`doc_2d_antialiasing` および :ref:`doc_3d_antialiasing` へのマルチサンプ" +"ル・アンチエイリアシング (MSAA)。" msgid "Fast approximate antialiasing (FXAA)." msgstr "高速近似アンチエイリアス(FXAA)。" @@ -971,11 +1036,15 @@ msgid "" "Super-sample antialiasing (SSAA) using bilinear 3D scaling and a 3D " "resolution scale above 1.0." msgstr "" +"スーパーサンプル・アンチエイリアシング(SSAA)を用いたバイリニア3Dスケーリング" +"と1.0を超える3D解像度スケール。" msgid "" "Alpha antialiasing, MSAA alpha to coverage and alpha hashing on a per-" "material basis." msgstr "" +"アルファ・アンチエイリアシング、MSAAアルファをカバレッジに変換、およびマテリ" +"アルごとのアルファハッシュ。" #, fuzzy msgid "**Resolution scaling:**" @@ -1011,12 +1080,12 @@ msgstr "" msgid "3D tools" msgstr "3Dツール" -#, fuzzy msgid "" "Built-in meshes: cube, cylinder/cone, (hemi)sphere, prism, plane, quad, " "torus, ribbon, tube." msgstr "" -"ビルトインのメッシュ:立方体・円柱・円錐・ (半) 球・角柱・平面・四角形。" +"ビルトインのメッシュ: 立方体・円柱・円錐・(半)球・角柱・平面・四角形・トーラ" +"ス・リボン・チューブ。" msgid ":ref:`GridMaps ` for 3D tile-based level design." msgstr "" @@ -1058,13 +1127,11 @@ msgstr "ソフトボディ。" msgid "Ragdolls." msgstr "ラグドール。" -#, fuzzy msgid "" "Built-in shapes: cuboid, sphere, capsule, cylinder, world boundary (infinite " "plane)." msgstr "" -"組み込みのシェイプ:立方体・球・カプセル型・円柱 (Bullet 物理エンジンに備わっ" -"ているもののみ)。" +"ビルトインのシェイプ: 直方体・球・カプセル・円柱・ワールド境界 (無限平面)。" msgid "Generate triangle collision shapes for any mesh from the editor." msgstr "エディタから任意のメッシュの形状の三角コリジョンが生成可能。" @@ -1133,6 +1200,8 @@ msgstr "" msgid "" "Syntax inspired by Python. However, GDScript is **not** based on Python." msgstr "" +"Pythonにインスパイアされた文法。 しかし、GDScript は Python を基にしてはいま" +"せん。" msgid "Syntax highlighting is provided on GitHub." msgstr "GitHubでのシンタックスハイライトに対応。" @@ -1153,25 +1222,29 @@ msgstr "" "ます。" msgid "Supports .NET 6 and higher." -msgstr "" +msgstr ".NET 6以上に対応。" -#, fuzzy msgid "Full support for the C# 10.0 syntax and features." -msgstr "C# 7.0の構文と機能を完全サポート。" +msgstr "C# 10.0 構文と機能を完全サポート。" msgid "" "Supports Windows, Linux, and macOS. As of 4.2 experimental support for " "Android and iOS is also available (requires a .NET 7.0 project for Android " "and 8.0 for iOS)." msgstr "" +"Windows、Linux、macOSに対応。 4.2 では、Android と iOS の実験的なサポートも利" +"用できます(Androidは .NET 7.0 プロジェクトが、iOS は 8.0 が必要です)。" msgid "" "On the Android platform only some architectures are supported: ``arm64`` and " "``x64``." msgstr "" +"Androidプラットフォームでは、一部のアーキテクチャのみ対応しています: " +"``arm64`` および ``x64`` 。" msgid "On the iOS platform only some architectures are supported: ``arm64``." msgstr "" +"iOSプラットフォームでは、一部のアーキテクチャのみ対応しています: ``arm64`` 。" msgid "" "The web platform is currently unsupported. To use C# on that platform, " diff --git a/sphinx/po/ja/LC_MESSAGES/about/release_policy.po b/sphinx/po/ja/LC_MESSAGES/about/release_policy.po index de4ebfba5f..a1eca0cb8a 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/ja/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/about/system_requirements.po b/sphinx/po/ja/LC_MESSAGES/about/system_requirements.po index 6b8e70ae9e..1cc8c306b9 100644 --- a/sphinx/po/ja/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/ja/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/ja/LC_MESSAGES/community/asset_library/index.po index 3e84cd240e..3083ac53de 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/ja/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/ja/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 9f942e2257..1911379ed7 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/ja/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/ja/LC_MESSAGES/community/asset_library/using_assetlib.po index b7a6fa324b..d094c18c11 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/ja/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/ja/LC_MESSAGES/community/asset_library/what_is_assetlib.po index b8066aa603..bedf183956 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/ja/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/channels.po b/sphinx/po/ja/LC_MESSAGES/community/channels.po index f5246be3ac..214381cc0a 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/channels.po +++ b/sphinx/po/ja/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/community/tutorials.po b/sphinx/po/ja/LC_MESSAGES/community/tutorials.po index 4d3dd5c34c..4aa14ccab2 100644 --- a/sphinx/po/ja/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/ja/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index bd9c410d04..245284a76f 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/code_style_guidelines.po index 31ce4490b1..3319a9a9b0 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index e3e3882513..e591c4af61 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 8520f49cd1..804c7fd19d 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index b98c306f45..b1c88a262e 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,7 +66,7 @@ msgstr "ALSA開発用ライブラリ。" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "X11、Xcursor、Xinerama、XiおよびXRandR開発用ライブラリ。" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -121,6 +121,13 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "\\ **Mageia**" +#, fuzzy +msgid "NetBSD" +msgstr "**FreeBSD**" + +msgid "For audio support, you can optionally install ``pulseaudio``." +msgstr "" + #, fuzzy msgid "OpenBSD" msgstr "\\ **OpenBSD**" @@ -129,13 +136,6 @@ msgstr "\\ **OpenBSD**" msgid "openSUSE" msgstr "**openSUSE**" -#, fuzzy -msgid "NetBSD" -msgstr "**FreeBSD**" - -msgid "For audio support, you can optionally install ``pulseaudio``." -msgstr "" - #, fuzzy msgid "Solus" msgstr "\\ **Solus**" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 9ceedbad02..77ee0cb6f0 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 24e4237662..bdfabd048b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index a6c73761f8..162c659cba 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index c224d7e528..bde63ef5a7 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index c8653c85a9..ddf94bc412 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 1744fd7cbd..4c3f8c0c32 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/getting_source.po index 869831f4f0..cb4ed7d1e9 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/index.po index 6ce3608ade..fbc4c86b58 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 5f44b5e207..b5e58d30df 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 77d736c25b..171bd51292 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index c7523653b1..e00d82110c 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 2711ae4082..c5c5d2e23b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 94c8d15596..7f2a00208d 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 465853070a..a3623b9065 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 48a38548bd..7596497571 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index b53e8ee810..bdb22a478a 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index e9936d0c3e..b7afeb1886 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index f1b589b44f..813e7407fc 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 6ca611b1ea..658262f379 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 6502b503b5..5290bb571c 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index b033084463..558394e051 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 1de0e6e7ff..16cc886a94 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 1c82723dc7..c6c7bdf99b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 332e26a155..0631bd8cf3 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -240,7 +240,7 @@ msgid "Godot provides also a set of common containers:" msgstr "Godot には、一般的なコンテナのセットも用意されています:" msgid "Vector" -msgstr "Vector" +msgstr "ベクトル" msgid "List" msgstr "List" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index b4cb919f00..26742f1416 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 7a3a51c536..294a73e1a2 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 5e7abd992a..450280377f 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 72d6f89108..14a4546638 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 6fd6cc308c..23a71d0780 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index fb168309e5..23732cf54e 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/index.po index e9f5438706..7454a54801 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index a3eb3e97b8..595144245e 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 26107ca5c5..167f1d2a94 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -886,9 +886,8 @@ msgstr "" "\\ `editor/icons `__" -#, fuzzy msgid "Global illumination" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルイルミネーション" msgid "" "VoxelGI and SDFGI are only available in the Forward+ backend, not the " diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 4dff1c8ab7..759866b29b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 94022a7046..3fff7d18d6 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 583cce1bd6..f049347e9c 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 1932a301eb..254182c916 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/index.po index e707509b36..26be28a64d 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 5d58c85aaa..c28bd35e1b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 48dde48ff8..2b23bf41c2 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index b611014395..ebc0e6b1b1 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index d8c6b2008a..af9cd78d81 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 089b82cf5c..01ea9e00bc 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/creating_icons.po index 941aead853..d48cf5ee77 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index ef0bf33f98..27d51fc4b9 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/index.po index 9453883998..e3678d1827 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 68fba0bcf2..78fd818485 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 156f0ce24d..54bbd5eeaa 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/index.po index 3b386e559e..2fcc577335 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/tscn.po index 0967e10f3f..3ffac3837a 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/development/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/development/index.po index 05f732c5ff..2121585483 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/building_the_manual.po index 2d7c05472f..fd6d3c4af1 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 41ab68f8cc..a130b48274 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/content_guidelines.po index 686756e7c5..810e21753c 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index d49ee1b5b0..1726406ae9 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index f18f53a138..d3bfb006f3 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index ac61b2e8f2..8bd9f61dff 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 8acfba497d..ceb0bbb45f 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/index.po index 9ce8a14b93..23d0c0bb1b 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index e2b9eb5ef1..3bae88e7e2 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/ja/LC_MESSAGES/contributing/ways_to_contribute.po index 57d1e21c9a..b3e662a12c 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 975c73f153..521656c1be 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 159bd73c16..08097a5502 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/index.po index 6f79905d83..90b6630eb5 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index c96875e070..865118d94a 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_workflow.po index 6558ce325b..3a1ad37a94 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index accde1b9cd..690fab588a 100644 --- a/sphinx/po/ja/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/ja/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 786b10de5f..a8e8cad03f 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 5ee422fd4c..a12d0a0c31 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 206bcd17d9..702667c882 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 12aaeaa7ac..3285a83937 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index d3cf790231..cd55477099 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 28c10dba49..59cc022862 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index dcb4e48a28..97f1d67d09 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/index.po index af05d5af4f..eecb3194a7 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 6252d872d7..4ea19ce4ab 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 8832c2d01b..5e0e527e0d 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index f9df19c1f0..eaa388b3f3 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index d30b3ffd96..ea194cf995 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index c519893249..8cdbe328e7 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index aa0caf3ff5..452a43005c 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 8f52c1886f..f6adb0a6be 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 6c4606b51b..7530e35938 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 6ce5567858..eb3fddb271 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 192d79a1b7..879d4cb379 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/index.po index 03db9c5a59..cb6db840f2 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 76ec45ec57..1faeca1b3b 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index d20337310a..4e3f93ad68 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/index.po index 6e756946a9..d329ea6768 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 00b0aec942..c3383e8d9c 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 2bad60852f..42becaa79f 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 3ba184ab4e..f687bdd9fe 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/index.po index f61f4bdc3e..2cfc0f46e2 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/instancing.po index a4c8195af5..d47ed1624b 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 0f57679875..f9ad572243 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 9ff3c4b592..b4c66bc9bb 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -343,9 +343,9 @@ msgid "" "like ``position``, ``rotation``, or ``_process`` to open the corresponding " "documentation in a new tab." msgstr "" -"コードエディタで、「position」、「rotation」、「_ process」などの組み込みプロ" -"パティまたは関数をCtrlキーを押しながらクリックすると対応する説明文が新しいタ" -"ブで開きます。" +"コードエディタで、 ``position`` 、 ``rotation`` 、 ``_ process`` などの組み込" +"みプロパティまたは関数をCtrlキーを押しながらクリックすると対応する説明文が新" +"しいタブで開きます。" msgid "Run the scene to see the Godot icon turn in-place." msgstr "" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index 7a7d1aee76..795d7bf362 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 6a5b7bf3f6..4d77457f6e 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,7 +177,6 @@ msgstr "" msgid "Summary" msgstr "概要" -#, fuzzy msgid "" "In summary, every script in Godot represents a class and extends one of the " "engine's built-in classes. The node types your classes inherit from give you " @@ -185,11 +184,10 @@ msgid "" "case. You also inherit many functions, which we didn't get to use in this " "example." msgstr "" -"要約すると、Godot のすべてのスクリプトはクラスを表し、エンジンの組み込みクラ" -"スの 1 つを継承します。クラスが継承するノードタイプによって、スプライトの場合" -"では\\ ``rotation``\\ や \\ ``position``\\ など、プロパティにアクセスできるよ" -"うになっています。また、この例では使用しませんでしたが、多くの関数も継承して" -"います。" +"要約すると、Godotのすべてのスクリプトはクラスを表し、エンジンの組み込みクラス" +"の 1 つを拡張します。クラスが継承するノードタイプにより、スプライトの場合は " +"``rotation`` や ``position`` などのプロパティにアクセスできるようになります。" +"また、この例では使用できなかった多くの関数も継承します。" msgid "" "In GDScript, the variables you put at the top of the file are your class's " diff --git a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/signals.po index 39bb1b7f77..c98f1bf8cf 100644 --- a/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/ja/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -342,9 +342,9 @@ msgid "" "fully instantiated." msgstr "" "シーンがインスタンス化されたときにシグナルを接続したいのですが、それには :" -"ref:`Node._ready() ` 組み込み関数を使用して接続でき" -"ます。この関数はノードが完全にインスタンス化されるとエンジンから自動的に呼び" -"出されます 。" +"ref:`Node._ready() ` ビルトイン関数を使用して接続で" +"きます。この関数はノードが完全にインスタンス化されるとエンジンから自動的に呼" +"び出されます 。" msgid "" "To get a reference to a node relative to the current one, we use the method :" diff --git a/sphinx/po/ja/LC_MESSAGES/index.po b/sphinx/po/ja/LC_MESSAGES/index.po index 6d5872d24a..5566f18463 100644 --- a/sphinx/po/ja/LC_MESSAGES/index.po +++ b/sphinx/po/ja/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -133,23 +133,31 @@ msgstr "オフラインドキュメント" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "`HTMLのコピーをダウンロード `__ してオフラインでド" -"キュメントを参照することもできます (毎週月曜日にアップデートされます)。ZIP" -"アーカイブを展開しブラウザで最上位の ``index.html`` を開いてください。" +"workflows/build_offline_docs/master/godot-docs-html-master.zip>`__ してオフラ" +"インでドキュメントを参照することもできます (毎週月曜日にアップデートされま" +"す)。ZIPアーカイブを展開しブラウザでトップの ``index.html`` を開いてくださ" +"い。" +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "`HTMLのコピーをダウンロード `__ することで、モバイル" diff --git a/sphinx/po/ja/LC_MESSAGES/sphinx.po b/sphinx/po/ja/LC_MESSAGES/sphinx.po index 652b65cec2..ceb0035ba6 100644 --- a/sphinx/po/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/po/ja/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index c891194f32..4d649e4a5e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index a10f7464d9..fa78731a74 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_meshes.po index 9a046e5754..bdc23171dc 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_movement.po index d236f96ff9..ac6db09a07 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 69cdb92ce0..5915989820 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_transforms.po index c61106353b..37bd098358 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/canvas_layers.po index 7861a95559..a406fb1b54 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index fade344389..9efd4a0e31 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/index.po index 4b6102cff7..a3b03821d1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 4f18777af9..9d952c8b37 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 10684a2056..05f0910bef 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilesets.po index c3fee8ed21..031a367e69 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 9ed17568cd..7ffd16dfd1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index e406827734..03e1ad82db 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_text.po index b4a064b15e..a6b385e1ef 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/csg_tools.po index af617121f7..6a09cf1115 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index f58dbd2ae1..24ee1c55af 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index a4bf883d21..def3866f05 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 0b03b28527..b597bc6f41 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Global illumination" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルイルミネーション" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index faf01cb5ee..1390558ea3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 019efe3796..255089686b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 5d5a61d8fa..98f1e20a53 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index d273453155..746335be5c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 200ae38e84..cf189dad9e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 9d5d0d830a..e15a969c1e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/index.po index 436c6b8fbb..661699d1e3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 55062a76d0..39a48e5a4f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index cb6ac1bf09..25c0e62d7f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/mesh_lod.po index 9f8ff76c33..145947fc46 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/occlusion_culling.po index a9711557aa..ba8841475c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/attractors.po index e5e98e7ee2..76c36bdcf5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/collision.po index 715d7cd051..0a8996f6d4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 1d14b3b090..3e7ac37934 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 568f165122..1d16307836 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/index.po index 3d2a7e8788..fe986898d0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index c223fcd7d2..c1f131474e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/properties.po index fa6c21650f..34ccfb9804 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/subemitters.po index dc13be49bd..db652a02fe 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/trails.po index bff7732446..5e17ac47c6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/turbulence.po index 9c068b8ad9..02f543df91 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index cbae413a37..a1e559ad70 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 08d0fb602c..537ef39886 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index a314f1b6f7..cfbd51cf32 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 33c15fd903..5f781278cb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 1ab1cc7cf5..ca507570e8 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 17541ba971..16c4937589 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 7bb73f17f2..0a4d3d873e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 811c2e4384..7644ba4149 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_decals.po index 01d82b8960..16aa4231af 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_gridmaps.po index e3dcb3338e..6d64e636eb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index b40fbb2341..da15e14487 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_transforms.po index 164d5f8d98..10029a83f7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 7411e2c9b0..6f71306818 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/visibility_ranges.po index 74103d1bfa..f06e40ba33 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 00bf5feee8..0b9cfcde33 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 9a233fb5a3..66719aad56 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_track_types.po index 3c80864bf1..4197c4a793 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_tree.po index f733f78fe2..8c112cd32f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/creating_movies.po index 2043ce7c3f..f7512a10ba 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/cutout_animation.po index c13202327c..6cf625fd7e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/index.po index ef09fe2221..89a883e5f8 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/introduction.po index af909f9e13..d74c2fc38a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/playing_videos.po index 104e57a5a0..75f5533bfa 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 49f8dbeb0a..3696fc69d2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index d70ba23b5b..98960ef17d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 40194fabc0..8633738938 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 865b4c0924..4e0596d0a7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 041b4a5afc..38b858e698 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 0fa9109f77..efffcc0618 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index cc029b1fbf..2ce90b5e0b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index d9c7b9e047..041c1955b3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index cdd7c5cee8..157d4fe020 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 9fc401f9f2..531724e313 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 761e59fd8e..1456cd9d6c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 2755b5dc69..897af5b875 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index f533c1a99b..21249d4d3a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index d017a42f5a..c50d1d231a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 3791f1608f..34e28e7513 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 05e6ee4f3b..f8b3f88152 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -335,13 +335,12 @@ msgid "" "significantly due to their low resolution." msgstr "" -#, fuzzy msgid "" "In this table, each of the 5 options are described together with their " "advantages and disadvantages (|good| = best, |bad| = worst):" msgstr "" -"この表では、4つのオプションのそれぞれについて、それぞれの長所と短所と共に説明" -"しています(|good| = ベスト、|bad| = 最悪):" +"この表では5つの項目について、それぞれの長所と短所と共に説明しています (|" +"good| = 最高、 |bad| = 最悪):" msgid "good" msgstr "" @@ -350,77 +349,65 @@ msgstr "" msgid "bad" msgstr "そして" -#, fuzzy msgid "Compress mode" -msgstr "圧縮モード(Compress Mode)" +msgstr "圧縮モード (Compress Mode)" -#, fuzzy msgid "Lossless" -msgstr "ロスレス圧縮(PNG)" +msgstr "\\ Lossless" msgid "Lossy" -msgstr "" +msgstr "\\ Lossy" -#, fuzzy msgid "VRAM Compressed" -msgstr "圧縮" +msgstr "\\ VRAM Compressed" -#, fuzzy msgid "VRAM Uncompressed" -msgstr "圧縮なし" +msgstr "\\ VRAM Uncompressed" msgid "Basis Universal" -msgstr "" +msgstr "\\ Basis Universal" msgid "**Description**" msgstr "**説明**" -#, fuzzy msgid "Stored as Lossless WebP / PNG" -msgstr "ロスレス圧縮(PNG)" +msgstr "可逆圧縮WebP/PNGとして保存" -#, fuzzy msgid "Stored as Lossy WebP" -msgstr "WebP形式で保存" +msgstr "非可逆圧縮WebPとして保存" -#, fuzzy msgid "Stored as S3TC, BPTC or ETC2 depending on platform" -msgstr "プラットフォームに応じてS3TC/BCまたはPVRTC/ETCとして保存" +msgstr "プラットフォーム依存のS3TC/BPTC/ETC2として保存" msgid "Stored as raw pixels" msgstr "未加工のピクセルとして保存" msgid "Transcoded to VRAM Compressed format" -msgstr "" +msgstr "VRAM圧縮フォーマットへトランスコード" -#, fuzzy msgid "**Size on disk**" msgstr "ディスク上のサイズ" msgid "|regular| Small" msgstr "|regular| 小さい" -#, fuzzy msgid "regular" -msgstr "|regular| 小さい" +msgstr "普通" -#, fuzzy msgid "|good| Very small" msgstr "|good| 非常に小さい" msgid "|bad| Large" msgstr "|bad| 大きい" -#, fuzzy msgid "**Memory usage**" -msgstr "メモリ使用量" +msgstr "**メモリ使用量**" msgid "|good| Small" msgstr "|good| 小さい" -#, fuzzy msgid "**Performance**" -msgstr "**パフォーマンス:**" +msgstr "**パフォーマンス**" msgid "|regular| Normal" msgstr "|regular| 通常" @@ -428,9 +415,8 @@ msgstr "|regular| 通常" msgid "|good| Fast" msgstr "|good| 高速" -#, fuzzy msgid "**Quality loss**" -msgstr "品質損失" +msgstr "**品質損失**" msgid "|good| None" msgstr "|good| なし" @@ -441,9 +427,8 @@ msgstr "|regular| わずか" msgid "|bad| Moderate" msgstr "|bad| 中程度" -#, fuzzy msgid "**Load time**" -msgstr "読み込み時間" +msgstr "**ロード時間**" msgid "|bad| Slow" msgstr "|bad| 遅い" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index f53667ba32..2d978fed69 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/index.po index e22df56bff..0bbe767cf9 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 96c696d5b8..44e9028a7b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_buses.po index 7f3d21f709..aa067f000d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_effects.po index a8f841c844..e5cfe39ce9 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_streams.po index f3c3e8f7b1..cb9d5e9c10 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/index.po index 569cd2564b..53f9ab6883 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index cb670550bc..03f823e783 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 0a9b32b681..6c729b2369 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/text_to_speech.po index 8b3b8c3da3..1a3bdd96e0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index de5de3d38e..0a04de596d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/data_preferences.po index a7bc4c6200..820c6c4f8d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index d756d6af53..d30e77169c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 428f543947..02fb81ab91 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/index.po index 5a97c265c0..bb17d00ffb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index ba1741dbce..635bded6e6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 255c8a14b6..dc085a190e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index c9e7dc023b..c39bbde4f0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/project_organization.po index f0b6899d60..8e11fa49cc 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 2f7750f908..d008dfe075 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index dd7b7c6352..cb9478962c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 612a058f96..2258147199 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index d8759dede3..079c5ce052 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 0152a307cd..d873cd3cc1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/customizing_editor.po index d7da98a432..3fd5e7f3d2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 719091cba7..2f9e42c28a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/external_editor.po index 85dbdbeeec..bb89c8be27 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/index.po index fdde05173a..14bc5c7cb3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/inspector_dock.po index 37f0cd82f9..be8d76d961 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/managing_editor_features.po index f5e9b9f207..1e4e3bab75 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_manager.po index f2598a9659..7b59e1c344 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_settings.po index 9738f28ec3..770ff91e54 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 291aef6cd8..a1057a9b7a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 69a7701abf..1a29f7a1d4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/android_gradle_build.po index d1339d6630..88d3c62900 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index f4c94da66e..a1595fe33e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_android.po index 0db0ab7fbf..5c3999064b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index a73c46f0ff..16d0948aed 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_ios.po index f6f4daa329..a11c90ceb0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 32d806713c..807265f8be 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 0f46f00416..4dece19d8e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_web.po index 6cac208bbf..ab4393bece 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 1737e44b97..6f1e14fd03 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_pcks.po index 04d2b5ee7a..656d6c5aff 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_projects.po index 8703e4d94d..4eccc939f0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/feature_tags.po index 8d398c24b4..b4223ef9ed 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/index.po index 6ca435a1db..52c9b09405 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/one-click_deploy.po index 2c9ecf6673..bf12bfc32b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/ja/LC_MESSAGES/tutorials/export/running_on_macos.po index c13b99ae97..21fd297f1f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/index.po index 4e62ba88d5..44b3b6d979 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 3f9ce07b2e..b42ef9f966 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/locales.po index 4d12990464..99dd15f3d3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 669e886650..076eff94ef 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 46097d778c..151f465c58 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 8440339a21..81503fe1ab 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 746c88a37c..509be913ab 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index c1f5fb13da..231f6e9798 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/index.po index d9c53159d0..749113a1ac 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/input_examples.po index 19815c1620..fb1c8502c9 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/inputevent.po index 59d7a02c91..6cc5c1aae4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 96e11a2977..f162b7f969 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/background_loading.po index 80249f39d7..cafbe63f11 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/binary_serialization_api.po index d70f7b5900..cc7cfd920b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/data_paths.po index ab7f636bb9..259f71a4c6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/index.po index 9394648883..661a96fc2a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 6fbb023f94..4069ca0bbb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/ja/LC_MESSAGES/tutorials/io/saving_games.po index 919ae0347a..1c540fdfde 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 1315ed3431..db13caba64 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/index.po index a639b714c9..0ff8abd983 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/interpolation.po index 8980908c05..a52be4a25f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 1e4b4c1249..b0564a6c76 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/random_number_generation.po index 131e7b0462..3b981aed69 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/vector_math.po index efad06f7fe..2b895abcfa 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/ja/LC_MESSAGES/tutorials/math/vectors_advanced.po index 577f57aaf2..745cd2aac3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -149,7 +149,7 @@ msgstr "" "同じことを行います:" msgid "The same thing, using a built-in function:" -msgstr "同じことを、組み込み関数を使用すると:" +msgstr "同じことを、ビルトイン関数を使用すると:" msgid "This will, again, return either a positive or negative distance." msgstr "これもまた、正または負の距離を返します。" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/index.po index 868fe38b62..8bfe735665 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 38123619e9..26fe9c7a6e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index ab85ce8e62..2b9db9e3a5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 386d262d93..a088d961b9 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/index.po index bef72dbdd5..97dd77e1f7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 6cf0928db0..860e37a2a0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 54729e89b2..016021e92c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 39252af107..a18762b73f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 9a33ba0c4c..3816186adf 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 8addb78f63..93ef24e8ea 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 025ee51a33..7222f46a09 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 3559a77783..51052f8a1d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 25b0ac6cf5..77e652b732 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index db6400482d..50eaf378e5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 7c52899679..eb8be5d935 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 56a3bb5437..b0d1540d71 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 5e8bdd4b50..57ff86ec75 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 7e12d04a27..385f138fbf 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index deecdd60b0..64e8a92d14 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index dfff847bb9..1eda8ebae7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 8fe47aabdc..18256de604 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 05cf8e753c..468930c661 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index b2375a8e06..258ca1e353 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 812c255447..6f4fc855d1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_client_class.po index 611da66bc1..6ba5f45dec 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_request_class.po index 4a8176bf27..8513312150 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/index.po index 87d1e6cfcf..edab6ec73e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 1a1d5ffd08..2e342c0499 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/webrtc.po index f927c7e2d9..283eaa010a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/websocket.po index 61e8e211f0..674242074e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/cpu_optimization.po index ebf8189517..778f5b606d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/general_optimization.po index bb47508875..a0c997e601 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/gpu_optimization.po index cf940c4cd2..a29fef176b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/index.po index e3dab6af9d..06335f6f5c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 8a265fa953..fcf004bdf2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index e9f1f612c8..ed716260c7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multimesh.po index b37f716566..71a969e843 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 82e7cfa118..79f1ff27f4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_servers.po index f7f6716c22..8e1b48fc8e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 890dc818f4..46b259ede4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 2bbe66abaa..9b4546565c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index fe6cb218d5..3b3f3f06fe 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 22e8ba6e13..f91228ff3c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 377ff4c6db..495e0596b6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/index.po index 3e1f5e250d..6e76bee887 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index af06ecc6f0..51a8c6f144 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 6744f1e397..af1ef69209 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/physics_introduction.po index 1d1380caad..45a7266520 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 51d925a7c3..832e954ee8 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ray-casting.po index 13c6a5c672..9dba3c4f59 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/rigid_body.po index 05e64fdb26..12cc923da2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/soft_body.po index 2b493ec2c2..3ef87b4b05 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index e3fd7ffa21..bc0e88bad4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_area_2d.po index 17255ed278..f9ad549bcb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 44e2787792..d8425b46bd 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index ba8095f975..1d93c1873a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_library.po index e2426c9923..6ff7e491a6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 55702d1760..e1364c3f51 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/index.po index afeeb30e2e..17a617c699 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/consoles.po index 6c43a6b493..ce7f8ae4d2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/index.po index 572028edc5..13691c3e5f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/index.po index 7f6a7a2256..715beae6ca 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 629d981d92..5651b56271 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index fb7919eb52..ea930c4325 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 37ed04037b..ee68a4842d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index d4cfbedb92..f714de8f9e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/index.po index 70461b5b38..b825ae14cb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index c8a4199d51..3b8be823fc 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index c4b2dd7f95..091f47b6b2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/index.po index 0fba5f1689..73652f35e5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index df2c04c25f..29ffb87030 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 09e1dd07e4..11ebb55803 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 2136ac3871..cc818e3c80 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 99bc6210a4..e284ccc1ae 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index dd7e2efd22..5435a3f448 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/index.po index dbeb5b9a3e..5d6f8881d5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 9754522702..2ea688fa54 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/index.po index 232649f596..e74e244c92 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index b888857f53..dadbd6e4f6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index f5433e1bc8..962bb74f92 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/viewports.po index fe55be9d34..1e3476c2fc 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 1d24943556..9044acb2dd 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 6393d8e21f..1e8d975bde 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 290a7cc5fd..21cfe836cb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 60a5ffcbb2..67e7575d2b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 33f8567942..51b93bf8d7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index d3d80c52c4..7ba9a13813 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 66fc7cdd22..0cc7bc3ddc 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index f71e2c1c56..988a18062b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index e0ad2f66de..38348e6292 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 5b310cf87d..33daae1c6d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index a52f2fea06..144d615d5f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index e53b845026..9d5600cc7c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 420b58c008..a6ed1e999e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 37a505c046..9d5ea83baa 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 4786ce613d..d27db9f8a8 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 8aa36608c3..6ee5b69d4d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 477b8b6840..7d87216711 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index e9ab3c2195..84e5911fa3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 02244df69f..2145f4fed0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 1154415da5..6709737366 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 39de9324ef..bec7595697 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index eb2e2d5e36..64828377f9 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index a0a8c13f03..fd24c9751f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 535b0df635..7a7f86886c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index c8fa627c84..f708afcd56 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 3192a73c82..0d37e54faf 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 1cdc82dc59..d1fe853ece 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index b37c2cdfe6..234de3f878 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 3ede355c45..94b2db949b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index b1a363d55a..7518c7ad83 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 6e056ed22a..1dd8454356 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index dc6a798ad9..a01b38c6e0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 587d67e4cf..b641b9339a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/index.po index 0f7b3b5aa6..2f70b3eb7e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 2da948657a..fe7fa805aa 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 5391990b6d..1fb57305b7 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 2350ce6906..98f5877f0f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -174,7 +174,7 @@ msgid "The output from the script will be::" msgstr "スクリプトの役割::" msgid "Built-in functions" -msgstr "組み込み関数" +msgstr "ビルトイン関数" msgid "" "All methods in the :ref:`Global Scope` are available in " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/filesystem.po index 0bda9fb22a..c443cbba01 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 2cd325b9f6..a7af836ff5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 4f589789a8..9af87fda75 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 67946dd082..ed908e71a1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 31a728ba32..666476db58 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 8c9dd94d73..4840ff2104 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 51d6907cff..7b7b19d3e1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index ed6bfa3487..8ae336a8bb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index c88df4f5b8..972f24df28 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 3475137ea6..45be960283 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/index.po index e63a18ee84..b5a3a88ec0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index da9d4d995b..270d3c4f10 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 0d537e4ac7..1395e48a2f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/groups.po index a765153ebc..15087f02e0 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 65707e2be7..08b0cf2d4e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index 86083df1d4..efafbe61f5 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/index.po index 58c911e28a..5338f30c27 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 97310f8858..f695402aba 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index b449b8583f..8a8d205559 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/overridable_functions.po index fb335cf0af..7db2aac9fe 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/pausing_games.po index 432025d8c2..719596ba07 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/resources.po index 266fc85056..f809be254a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_tree.po index ef645846b3..1d432c825e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index ffb4888b4f..777e67c356 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 31af23985f..a154f51064 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 262e17b28a..b8976d1822 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,23 +39,19 @@ msgstr "" msgid "Full screen quad" msgstr "フルスクリーン矩形" -#, fuzzy msgid "" "One way to make custom post-processing effects is by using a viewport. " "However, there are two main drawbacks of using a Viewport:" msgstr "" -":ref:`カスタムポストプロセッシングのチュートリアル " -"` で、ビューポートを使用してカスタムポストプロセッ" -"シングエフェクトを作成する方法を説明しました。ビューポートを使用することに" -"は、主に2つの欠点があります。" +"カスタムポストプロセッシングエフェクトを作成する1つの方法は、ビューポートを使" +"用することです。ただしビューポートの使用には主な欠点が2つあります。" msgid "The depth buffer cannot be accessed" msgstr "深度バッファにアクセスできません" msgid "The effect of the post-processing shader is not visible in the editor" -msgstr "後処理シェーダーの効果はエディタに表示されません" +msgstr "ポストプロセッシングシェーダーの効果はエディタに表示されません" -#, fuzzy msgid "" "To get around the limitation on using the depth buffer, use a :ref:" "`MeshInstance3D ` with a :ref:`QuadMesh " @@ -64,13 +60,12 @@ msgid "" "cover the screen at all times so that the post-processing effect will be " "applied at all times, including in the editor." msgstr "" -"深度バッファの使用に関する制限を回避するには、\\ :ref:`MeshInstance " -"` を :ref:`QuadMesh ` プリミティブととも" -"に使用します。これにより、Spatialシェーダーを使用して、シーンの深度テクスチャ" -"にアクセスできます。次に、頂点シェーダーを使用して、矩形が常に画面を覆うよう" -"にし、エディタを含む後処理効果が常に適用されるようにします。" +"深度バッファの使用に関する制限を回避するには、\\ :ref:`MeshInstance3D " +"` を :ref:`QuadMesh ` プリミティブとと" +"もに使用します。これにより、シェーダーを使用してシーンの深度テクスチャにアク" +"セスできます。次に頂点シェーダーを使用して、矩形が常に画面を覆うようにし、エ" +"ディタを含むポストプロセッシングエフェクトが常に適用されるようにします。" -#, fuzzy msgid "" "First, create a new MeshInstance3D and set its mesh to a QuadMesh. This " "creates a quad centered at position ``(0, 0, 0)`` with a width and height of " @@ -81,12 +76,13 @@ msgid "" "vertex positions through the difference coordinate spaces and treat the " "vertices as if they were already in clip space." msgstr "" -"最初に、新しいMeshInstanceを作成し、そのメッシュをQuadMeshに設定します。これ" -"により、\\ ``(0, 0, 0)`` の位置を中心とするクワッドが作成され、幅と高さが " -"``1`` になります。幅と高さを ``2`` に設定します。現在、矩形はワールド空間の原" -"点の位置を占めています。ただし、カメラとともに移動して、常に画面全体をカバー" -"するようにします。これを行うには、差分座標空間を介して頂点位置を変換する座標" -"変換をバイパスし、既にクリップ空間にあるかのように頂点を扱います。" +"まず、新しいMeshInstance3Dを作成し、そのメッシュをQuadMeshに設定します。これ" +"により、\\ ``(0, 0, 0)`` の位置を中心とする幅と高さが ``1`` の矩形が作成され" +"ます。そのQuadMeshの幅と高さを ``2`` に設定し、 **Flip Faces** をONにします。" +"現在、矩形はワールド空間の原点の位置を占めています。ただし常に画面全体をカ" +"バーするようにカメラとともに移動させる必要があります。これを行うには、差分座" +"標空間を介して頂点位置を変換する座標変換をバイパスし、既にクリップ空間にある" +"かのように頂点を扱います。" msgid "" "The vertex shader expects coordinates to be output in clip space, which are " @@ -100,7 +96,7 @@ msgid "" msgstr "" "頂点シェーダーは、座標がクリップ空間で出力されることを想定しています。これ" "は、画面の左と下の ``-1`` から画面の右上の ``1`` までの座標です。これが、" -"QuadMeshの高さと幅を ``2`` にする必要がある理由です。Godot はモデルからビュー" +"QuadMeshの幅と高さを ``2`` にする必要がある理由です。Godot はモデルからビュー" "空間への変換を処理し、背景の背後にあるクリップ空間に移動するので、Godotの変換" "の効果を無効にする必要があります。これを行うには、ビルトインの ``POSITION`` " "を目的の位置に設定します。\\ ``POSITION`` は、ビルトインの変換をバイパスし、" @@ -151,10 +147,13 @@ msgid "" "To read from the depth texture, we first need to create a texture uniform " "set to the depth buffer by using ``hint_depth_texture``." msgstr "" +"深度テクスチャから読み取るには、まず ``hint_depth_texture`` を使用して深度" +"バッファにセットされたテクスチャUniformを作成する必要があります。" msgid "" "Once defined, the depth texture can be read with the ``texture()`` function." msgstr "" +"一度定義すれば、深度テクスチャは ``texture()`` 関数で読み取ることができます。" msgid "" "Similar to accessing the screen texture, accessing the depth texture is only " @@ -165,7 +164,6 @@ msgstr "" "ビューポートから読み取るときにのみ可能です。深度テクスチャは、レンダリングし" "た別のビューポートからアクセスできません。" -#, fuzzy msgid "" "The values returned by ``depth_texture`` are between ``0.0`` and ``1.0`` and " "are nonlinear. When displaying depth directly from the ``depth_texture``, " @@ -178,16 +176,15 @@ msgid "" "linearize it, we multiply it by the inverse of the projection matrix, which " "in Godot, is accessible with the variable ``INV_PROJECTION_MATRIX``." msgstr "" -"``DEPTH_TEXTURE`` によって返される値は ``0`` と ``1`` の間にあり、非線形で" -"す。\\ ``DEPTH_TEXTURE`` から直接深度を表示すると、非常に近くない限り、すべて" -"がほぼ白く見えます。これは、深度バッファがより多くのビットを使用してカメラに" -"近いオブジェクトを格納するため、深度バッファの詳細のほとんどがカメラの近くに" -"あるためです。深度値をワールドまたはモデルの座標に合わせるために、値を線形化" -"する必要があります。射影行列を頂点位置に適用すると、z値は非線形になります。そ" -"のため、線形化するために、Godotでは変数 ``INV_PROJECTION_MATRIX`` でアクセス" -"できる射影行列の逆行列で乗算します。" +"``depth_texture`` によって返される値は ``0.0`` から ``1.0`` の範囲であり非線" +"形です。 ``depth_texture`` から取得した値を表示すると、よほど近くない限りほぼ" +"白に見えます。これは深度バッファが遠方のオブジェクトよりもカメラに近いオブ" +"ジェクトのほうに多くのビットを使用して格納するため、深度バッファの情報のほと" +"んどがカメラの近くで検出されるためです。深度値をワールド座標またはモデル座標" +"と一致させるには、Z値を線形化する必要があります。頂点位置に射影行列を乗算する" +"と、深度値が非線形になります。そのため逆に線形化するには射影行列の逆行列 " +"``INV_PROJECTION_MATRIX`` で乗算します。" -#, fuzzy msgid "" "Firstly, take the screen space coordinates and transform them into " "normalized device coordinates (NDC). NDC run ``-1.0`` to ``1.0`` in ``x`` " @@ -195,16 +192,19 @@ msgid "" "using the Vulkan backend. Reconstruct the NDC using ``SCREEN_UV`` for the " "``x`` and ``y`` axis, and the depth value for ``z``." msgstr "" -"まず、画面空間の座標を取得し、それらを正規化されたデバイス座標(NDC)に変換しま" -"す。 NDCは、クリップ空間座標と同様に、\\ ``-1`` から ``1`` まで実行されま" -"す。\\ ``x`` および ``y`` 軸に ``SCREEN_UV``\\ 、\\ ``z`` に深度値を使用して" -"NDCを再構築します。" +"まず、画面空間座標を取得し、正規化デバイス座標 (NDC) に変換します。 NDCは" +"Vulkan バックエンドでは、 ``x``, ``y`` 方向は ``-1.0`` ~ ``1.0`` まで、 " +"``z`` 方向は ``0.0`` ~ ``1.0`` まで実行されます。 x軸とy軸に ``SCREEN_UV`` " +"を使用し、z 軸に深度値を使用してNDCを再構築します。" msgid "" "This tutorial assumes the use of the Vulkan renderer, which uses NDCs with a " "Z-range of ``[0.0, 1.0]``. In contrast, OpenGL uses NDCs with a Z-range of " "``[-1.0, 1.0]``." msgstr "" +"このチュートリアルでは、Z範囲が ``[0.0, 1.0]`` のNDCを使用するVulkanレンダ" +"ラーの使用を前提としています。対照的に、OpenGLではZ範囲が ``[-1.0, 1.0]`` の" +"NDCを使用します。" msgid "" "Convert NDC to view space by multiplying the NDC by " @@ -224,7 +224,6 @@ msgstr "" "す。使用可能な深度値を取得するには、\\ ``view.z`` 分の長さを無効(-view.z)にす" "る必要があります。" -#, fuzzy msgid "" "The world position can be constructed from the depth buffer using the " "following code. Note that the ``INV_VIEW_MATRIX`` is needed to transform the " @@ -232,7 +231,7 @@ msgid "" "fragment shader with a varying." msgstr "" "ワールド位置は、次のコードを使用して深度バッファーから構築できます。ビュー空" -"間からワールド空間に位置を変換するには ``CAMERA_MATRIX`` が必要なので、" +"間からワールド空間に位置を変換するには ``INV_VIEW_MATRIX`` が必要なので、" "varyingでフラグメントシェーダーに渡す必要があることに注意してください。" msgid "An optimization" @@ -251,21 +250,19 @@ msgstr "" "この利点は非常に小さく、特に複雑なフラグメントシェーダーを実行する場合にのみ" "有益です。" -#, fuzzy msgid "" "Set the Mesh in the MeshInstance3D to an :ref:`ArrayMesh `. " "An ArrayMesh is a tool that allows you to easily construct a Mesh from " "Arrays for vertices, normals, colors, etc." msgstr "" -"MeshInstanceのMeshを :ref:`ArrayMesh ` に設定します。 " -"ArrayMeshは、頂点、法線、色などの配列からメッシュを簡単に構築できるツールで" -"す。" +"MeshInstance3DのMeshを :ref:`ArrayMesh ` に設定します。 " +"ArrayMeshは頂点、法線、色などの配列からメッシュを簡単に構築できるツールです。" -#, fuzzy msgid "Now, attach a script to the MeshInstance3D and use the following code:" -msgstr "次に、スクリプトをMeshInstanceにアタッチし、次のコードを使用します:" +msgstr "" +"次にスクリプトをMeshInstance3Dにアタッチします。スクリプトは次のコードを使用" +"します:" -#, fuzzy msgid "" "The triangle is specified in normalized device coordinates. Recall, NDC run " "from ``-1.0`` to ``1.0`` in both the ``x`` and ``y`` directions. This makes " @@ -273,11 +270,11 @@ msgid "" "entire screen with a single triangle, use a triangle that is ``4`` units " "wide and ``4`` units tall, double its height and width." msgstr "" -"三角形は、正規化されたデバイス座標で指定されます。 NDCは ``-1`` から ``1`` ま" -"で ``x`` と ``y`` の両方の方向に実行されることを思い出してください。これによ" -"り、画面の幅が ``2`` 単位、高さが ``2`` 単位になります。画面全体を単一の三角" -"形で覆うには、\\ ``4`` 単位の幅と ``4`` 単位の高の、幅と高さを2倍にした三角形" -"を使用します。" +"三角形は正規化されたデバイス座標で指定されます。 NDCはX方向とY方向の両方で " +"``-1.0`` ~ ``1.0`` まで実行されることを思い出してください。これにより画面の" +"幅が ``2`` 単位、高さが ``2`` 単位になります。画面全体を1つの三角形で覆うに" +"は、幅が ``4`` 単位、高さが ``4`` 単位の、幅と高さを2倍にした三角形を使用しま" +"す。" msgid "" "Assign the same vertex shader from above and everything should look exactly " @@ -286,7 +283,6 @@ msgstr "" "上から同じ頂点シェーダーを割り当てると、すべてがまったく同じに見えるはずで" "す。" -#, fuzzy msgid "" "The one drawback to using an ArrayMesh over using a QuadMesh is that the " "ArrayMesh is not visible in the editor because the triangle is not " @@ -297,7 +293,7 @@ msgstr "" "QuadMeshを使用するよりもArrayMeshを使用する場合の1つの欠点は、シーンが実行さ" "れるまで三角形が構築されないため、エディタでArrayMeshが表示されないことです。" "これを回避するには、モデリングプログラムで単一の三角形メッシュを作成し、代わ" -"りにそれをMeshInstanceで使用します。" +"りにそれをMeshInstance3Dで使用します。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 911e714a48..42e692bac2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,21 +17,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Using compute shaders" -msgstr "複数のスレッドの使用" +msgstr "コンピュートシェーダー" msgid "" "This tutorial will walk you through the process of creating a minimal " "compute shader. But first, a bit of background on compute shaders and how " "they work with Godot." msgstr "" +"このチュートリアルでは、最小限のコンピュートシェーダーを作成するプロセスにつ" +"いて説明します。その前にコンピュートシェーダーと、それがGodotとどのように連携" +"するかについて少し説明します。" msgid "" "This tutorial assumes you are familiar with shaders generally. If you are " "new to shaders please read :ref:`doc_introduction_to_shaders` and :ref:`your " "first shader ` before proceeding with this tutorial." msgstr "" +"このチュートリアルは読者がシェーダー全般について精通していることを前提として" +"います。シェーダーを初めて使用する場合は、このチュートリアルに進む前に、:ref:" +"`doc_introduction_to_shaders` と :ref:`初めてのシェーダー ` をお読みください。" msgid "" "A compute shader is a special type of shader program that is orientated " @@ -43,9 +49,16 @@ msgid "" "This can make them a very useful tool to offload heavy calculations to the " "GPU." msgstr "" +"コンピュートシェーダーは、汎用プログラミングを対象とした特別なタイプのシェー" +"ダープログラムです。言い換えればこれらは固定された目的 (頂点の変換や画像への" +"色の書き込みなど) を持たないため、頂点シェーダーやフラグメントシェーダーより" +"も柔軟です。フラグメントシェーダーや頂点シェーダーとは異なり、コンピュート" +"シェーダーは舞台裏でほとんど何も行われません。作成したコードはGPUが実行するも" +"のであり、それ以外ではほとんど実行されません。これは重い計算をGPUにオフロード" +"するための非常に便利なツールになります。" msgid "Now let's get started by creating a short compute shader." -msgstr "" +msgstr "それでは、短いコンピュートシェーダーを作成することから始めましょう。" msgid "" "First, in the **external** text editor of your choice, create a new file " @@ -54,6 +67,11 @@ msgid "" "language is based on GLSL. If you are familiar with normal shaders in Godot, " "the syntax below will look somewhat familiar." msgstr "" +"まず、任意の **外部** テキスト エディターで、プロジェクトフォルダに " +"``compute_example.glsl`` という新しいファイルを作成します。 Godotでコンピュー" +"トシェーダを記述する場合はGLSLで直接記述します。 Godotシェーダ言語はGLSLに基" +"づいています。 Godotの通常のシェーダに慣れている場合は、以下の構文に見覚えが" +"あるでしょう。" msgid "" "Compute shaders can only be used from RenderingDevice-based renderers (the " @@ -61,36 +79,47 @@ msgid "" "that you are using the Forward+ or Mobile renderer. The setting for which is " "located in the top right-hand corner of the editor." msgstr "" +"コンピュートシェーダーは、RenderingDeviceベースのレンダラー (Forward+ または " +"Mobileレンダラー) からのみ使用できます。このチュートリアルを進めるには、" +"Forward+ または Mobile レンダラーを使用していることを確認してください。この設" +"定はエディターの右上隅にあります。" msgid "" "Note that compute shader support is generally poor on mobile devices (due to " "driver bugs), even if they are technically supported." msgstr "" +"モバイルデバイスのコンピュートシェーダーのサポートは、技術的にサポートされて" +"いる場合でも(ドライバーのバグなどのため)不十分であることに注意してください。" -#, fuzzy msgid "Let's take a look at this compute shader code:" -msgstr "青の素敵な色合いに設定してみましょう。" +msgstr "このコンピュートシェーダーのコードを見てみましょう。" msgid "" "This code takes an array of floats, multiplies each element by 2 and store " "the results back in the buffer array. Now let's look at it line-by-line." msgstr "" +"このコードはfloatの配列を取得して、各要素を2で乗算し、結果をバッファ配列に格" +"納します。では一行ずつ見てみましょう。" msgid "These two lines communicate two things:" -msgstr "" +msgstr "この2行は、次の2つのことを意味します。" msgid "" "The following code is a compute shader. This is a Godot-specific hint that " "is needed for the editor to properly import the shader file." msgstr "" +"このコードはコンピュートシェーダーです。これはエディタがシェーダーファイルを" +"適切にインポートするために必要なGodot固有のヒントです。" msgid "The code is using GLSL version 450." -msgstr "" +msgstr "このコードはGLSLバージョン450を使用しています。" msgid "" "You should never have to change these two lines for your custom compute " "shaders." msgstr "" +"コンピュートシェーダーをカスタムする場合も、この2 行を変更する必要はありませ" +"ん。" msgid "" "Next, we communicate the number of invocations to be used in each workgroup. " @@ -101,14 +130,24 @@ msgid "" "invocations in the same workgroup can have some limited access to other " "invocations." msgstr "" +"次に各ワークグループで使用される実行インスタンスの数を伝えます。実行インスタ" +"ンスは同じワークグループ内で実行されるシェーダーのインスタンスです。CPUからコ" +"ンピュートシェーダーを起動するとき、実行するワークグループの数を指示します。" +"複数のワークグループは相互に並列実行されます。1つのワークグループの実行中は、" +"別のワークグループの情報にアクセスできません。しかし同じワークグループ内で" +"は、他の実行インスタンスへのアクセスが制限される場合があります。" msgid "Think about workgroups and invocations as a giant nested ``for`` loop." msgstr "" +"ワークグループと実行インスタンスを、このように入れ子になった巨大な ``for`` " +"ループとして考えてください。" msgid "" "Workgroups and invocations are an advanced topic. For now, remember that we " "will be running two invocations per workgroup." msgstr "" +"ワークグループと実行インスタンスは高度なトピックです。現時点ではワークグルー" +"プごとに2つの実行インスタンスを実行することに注意してください。" msgid "" "Here we provide information about the memory that the compute shader will " @@ -116,6 +155,10 @@ msgid "" "to look for the buffer, we will need to match these ``set`` and ``binding`` " "positions from the CPU side later." msgstr "" +"ここではコンピュート シェーダーがアクセスできるメモリに関する情報を提供しま" +"す。 ``layout`` プロパティを使用すると、シェーダーにバッファの参照する場所を" +"指示できます。後でCPU側から ``set`` と ``binding`` の位置を一致させる必要があ" +"ります。" msgid "" "The ``restrict`` keyword tells the shader that this buffer is only going to " @@ -124,11 +167,19 @@ msgid "" "allows the shader compiler to optimize the shader code. Always use " "``restrict`` when you can." msgstr "" +"``restrict`` キーワードは、このバッファがこのシェーダ内の1つの場所からのみア" +"クセスされることをシェーダに伝えます。言い換えれば、このバッファを別の " +"``set`` または ``binding`` インデックスにバインドしません。これはシェーダーコ" +"ンパイラがシェーダーコードを最適化できるようにするために重要です。可能な場合" +"は常に ``restrict`` を使用してください。" msgid "" "This is an *unsized* buffer, which means it can be any size. So we need to " "be careful not to read from an index larger than the size of the buffer." msgstr "" +"また、これは *サイズなし* バッファです。つまり任意のサイズにすることができま" +"す。したがってバッファのサイズより大きなインデックスから読み取らないように注" +"意する必要があります。" msgid "" "Finally, we write the ``main`` function which is where all the logic " @@ -136,44 +187,59 @@ msgid "" "``gl_GlobalInvocationID`` built in variables. ``gl_GlobalInvocationID`` " "gives you the global unique ID for the current invocation." msgstr "" +"最後にすべてのロジックが実行される ``main`` 関数を作成します。組み込み変数 " +"``gl_GlobalInvocationID`` を使用して、ストレージバッファ内の位置にアクセスし" +"ます。 ``gl_GlobalInvocationID`` は現在の実行インスタンスに対するグローバルで" +"ユニークなIDを提供します。" msgid "" "To continue, write the code above into your newly created ``compute_example." "glsl`` file." msgstr "" +"続けるには、新しく作成した ``compute_example.glsl`` ファイルに上記のコードを" +"書き込みます。" -#, fuzzy msgid "Create a local RenderingDevice" -msgstr "レンダリング" +msgstr "ローカルの RenderingDevice を作成する" msgid "" "To interact with and execute a compute shader, we need a script. Create a " "new script in the language of your choice and attach it to any Node in your " "scene." msgstr "" +"コンピュートシェーダーと対話して実行するにはスクリプトが必要です。好きな言語" +"で新しいスクリプトを作成しシーン内の任意のノードにアタッチします。" msgid "" "Now to execute our shader we need a local :ref:`class_RenderingDevice` which " "can be created using the :ref:`class_RenderingServer`:" msgstr "" +"ここでコンピュートシェーダーを実行するには、:ref:`class_RenderingServer` を使" +"用して作成できるローカルの :ref:`class_RenderingDevice` が必要です。" msgid "" "After that, we can load the newly created shader file ``compute_example." "glsl`` and create a precompiled version of it using this:" msgstr "" +"その後、新しく作成したシェーダーファイル ``compute_example.glsl`` をロード" +"し、これを使用してプリコンパイル済みのシェーダー(SPIR-V)を作成できます。" msgid "" "Local RenderingDevices cannot be debugged using tools such as `RenderDoc " "`__." msgstr "" +"ローカルのRenderingDeviceは、`RenderDoc `__ などの" +"ツールを使用してデバッグすることができません。" msgid "Provide input data" -msgstr "" +msgstr "入力データを指定する" msgid "" "As you might remember, we want to pass an input array to our shader, " "multiply each element by 2 and get the results." msgstr "" +"念のためやることを確認すると、入力する配列をシェーダーに渡し各要素を2で乗算し" +"て結果を取得したいと考えています。" msgid "" "We need to create a buffer to pass values to a compute shader. We are " @@ -181,46 +247,53 @@ msgid "" "example. A storage buffer takes an array of bytes and allows the CPU to " "transfer data to and from the GPU." msgstr "" +"コンピュートシェーダーに値を渡すためのバッファーを作成する必要があります。 こ" +"の例ではfloatの配列を扱っているためストレージバッファを使用します。ストレージ" +"バッファはバイト配列を受け取り、CPUとGPUの間でデータを転送できるようにしま" +"す。" msgid "So let's initialize an array of floats and create a storage buffer:" -msgstr "" +msgstr "それではfloatの配列を初期化し、ストレージ バッファを作成しましょう:" msgid "" "With the buffer in place we need to tell the rendering device to use this " "buffer. To do that we will need to create a uniform (like in normal shaders) " "and assign it to a uniform set which we can pass to our shader later." msgstr "" +"バッファを配置したら、このバッファを使用するようにRenderingDeviceに指示する必" +"要があります。これを行うには(通常のシェーダーと同様に) Uniformを作成し、それ" +"をUniformSetに割り当てる必要があります。これを後でシェーダーに渡します。" msgid "Defining a compute pipeline" -msgstr "" +msgstr "コンピュートパイプラインの定義" msgid "" "The next step is to create a set of instructions our GPU can execute. We " "need a pipeline and a compute list for that." msgstr "" +"次のステップは、GPUが実行できる一連の命令を作成することです。そのためにはパイ" +"プラインとコンピュートリストが必要です。" msgid "The steps we need to do to compute our result are:" -msgstr "" +msgstr "コンピュートシェーダーで結果を得るために必要な手順は次のとおりです:" -#, fuzzy msgid "Create a new pipeline." -msgstr "プロジェクトの新規作成。" +msgstr "新しいパイプラインの作成。" msgid "Begin a list of instructions for our GPU to execute." -msgstr "" +msgstr "GPUが実行する命令のリストを開始。" msgid "Bind our compute list to our pipeline" -msgstr "" +msgstr "コンピュートリストをパイプラインにバインド" msgid "Bind our buffer uniform to our pipeline" -msgstr "" +msgstr "バッファのUniformをパイプラインにバインド" msgid "Specify how many workgroups to use" -msgstr "" +msgstr "使用するワークグループの数を指定" -#, fuzzy msgid "End the list of instructions" -msgstr "ベクトル補間" +msgstr "命令のリストを終了" msgid "" "Note that we are dispatching the compute shader with 5 work groups in the X " @@ -230,20 +303,31 @@ msgid "" "you may access memory outside of your shaders control or parts of other " "variables which may cause issues on some hardware." msgstr "" +"X軸に5つのワーク グループ、その他に1つのワーク グループを含むコンピュート" +"シェーダーをディスパッチしていることに注意してください。 X 軸 (シェーダーで指" +"定) に2つのローカル呼び出しがあるため、合計10個のコンピュートシェーダーの実行" +"コンテキストが起動されます。バッファの範囲外のインデックスの読み取りまたは書" +"き込みを行うと、シェーダー制御下の外側のメモリや他の変数の一部にアクセスする" +"可能性があり、一部のハードウェアで問題が発生する可能性があります。" msgid "Execute a compute shader" -msgstr "" +msgstr "コンピュートシェーダーを実行する" msgid "" "After all of this we are almost done, but we still need to execute our " "pipeline. So far we have only recorded what we would like the GPU to do; we " "have not actually run the shader program." msgstr "" +"これでほぼ完了ですが、これからパイプラインを実行する必要があります。これまで" +"GPUに実行させたいことだけを記録しました。まだ実際にシェーダープログラムを実行" +"していません。" msgid "" "To execute our compute shader we need to submit the pipeline to the GPU and " "wait for the execution to finish:" msgstr "" +"コンピュートシェーダーを実行するには、パイプラインをGPUに送信して実行が完了す" +"るのを待つ必要があります。" msgid "" "Ideally, you would not call ``sync()`` to synchronize the RenderingDevice " @@ -253,6 +337,11 @@ msgid "" "frames before synchronizing so that the GPU is able to run in parallel with " "the CPU." msgstr "" +"すぐに ``sync()`` を呼び出してRenderingDeviceを同期させないほうが理想的にはい" +"いです。これはCPUがGPUの処理を完了するまで待機することになるからです。この例" +"ではデータをすぐに読み取るため直後に同期しています。一般的にはGPUがCPUと並行" +"して実行できるように、同期する前に *少なくとも* 2~3フレーム待機する必要があ" +"ります。" msgid "" "Long computations can cause Windows graphics drivers to \"crash\" due to :" @@ -261,6 +350,11 @@ msgid "" "of time has passed without any activity from the graphics driver (usually 5 " "to 10 seconds)." msgstr "" +"コンピュート処理に時間がかかると、WindowsによってトリガーされるTDR (タイムア" +"ウト検出と回復) が原因でWindowsグラフィックスドライバーが \"クラッシュ\" する" +"可能性があります。これはグラフィックスドライバーからのアクティビティがない状" +"態で一定の時間が経過した後 (通常は5~10秒)、グラフィックスドライバーを再初期" +"化するメカニズムです。" msgid "" "Depending on the duration your compute shader takes to execute, you may need " @@ -269,10 +363,14 @@ msgid "" "slower GPUs may be more prone to TDRs when running a given compute shader " "compared to a faster GPU." msgstr "" +"コンピューシェーダーの実行にかかる時間に応じて、各ディスパッチにかかる時間を" +"短縮し、TDR がトリガーされる可能性を減らすため、コンピュートシェーダーを複数" +"のディスパッチに分割する必要がある場合があります。 TDRが時間に依存することを" +"考えると、低速なGPUは高速なGPUに比べて、特定のコンピュートシェーダーを実行す" +"るときにTDRが発生しやすい可能性があります。" -#, fuzzy msgid "Retrieving results" -msgstr "結果のテスト" +msgstr "結果の取得" msgid "" "You may have noticed that, in the example shader, we modified the contents " @@ -280,11 +378,17 @@ msgid "" "stored the data in the same array again so our results are already there. " "Let's retrieve the data and print the results to our console." msgstr "" +"この例のシェーダーでは、ストレージバッファの内容を変更していることに気づいた" +"かもしれません。言い換えればシェーダーは配列からデータを読み取り、同じ配列に" +"データを保存しているので結果はそこにあります。データを取得して結果をコンソー" +"ルに出力しましょう。" msgid "" "With that, you have everything you need to get started working with compute " "shaders." msgstr "" +"これでコンピュートシェーダーの使用を開始するために必要なものがすべて揃いまし" +"た。" msgid "" "The demo projects repository contains a `Compute Shader Heightmap demo " @@ -294,6 +398,12 @@ msgid "" "similar algorithm can be implemented in two different ways (with the GPU " "implementation being faster in most cases)." msgstr "" +"デモプロジェクトのリポジトリには `Compute Shader Heightmap demo `__ が含まれています。このプロジェクトはCPUとGPUで個" +"別にハイトマップイメージの生成を実行します。これにより同様のアルゴリズムを2つ" +"の異なる方法で実装する方法を比較できます (ほとんどの場合、GPU実装の方が高速で" +"す)。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index d38a7425cf..728f4bc18d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Converting GLSL to Godot shaders" -msgstr "スプライトを2Dメッシュに変換" +msgstr "GLSLからGodotシェーダーへの変換" msgid "" "This document explains the differences between Godot's shading language and " @@ -76,7 +75,6 @@ msgstr "" msgid "Vertex attributes" msgstr "頂点の属性" -#, fuzzy msgid "" "In GLSL, you can pass in per-vertex information using attributes and have " "the flexibility to pass in as much or as little as you want. In Godot, you " @@ -86,10 +84,10 @@ msgid "" "vertex attributes." msgstr "" "GLSLでは、属性を使用して頂点ごとの情報を渡すことができ、必要に応じて柔軟に渡" -"すことができます。 Godotには、\\ ``VERTEX``(位置)、\\ ``COLOR``\\ 、\\ " +"すことができます。 Godotには、\\ ``VERTEX`` (位置)、\\ ``COLOR``\\ 、\\ " "``UV``\\ 、\\ ``UV2``\\ 、\\ ``NORMAL`` など、設定された数の入力属性がありま" -"す。完全なリストについては :ref:`Shading language reference " -"` を参照してください。" +"す。ドキュメントのシェーダーリファレンスのセクションにある各シェーダーのペー" +"ジには、頂点属性の完全なリストが付属しています。" msgid "gl_Position" msgstr "\\ gl_Position" @@ -161,6 +159,8 @@ msgid "" "The :ref:`Godot shader preprocessor` supports the " "following macros:" msgstr "" +":ref:`Godotシェーダープリプロセッサ` は次のマクロを" +"サポートしています。" msgid "``#define`` / ``#undef``" msgstr "" @@ -321,14 +321,13 @@ msgstr "" msgid "Types" msgstr "種類" -#, fuzzy msgid "" "Shadertoy uses the webgl spec, so it runs a slightly different version of " "GLSL. However, it still has the regular types, including constants and " "macros." msgstr "" -"Shadertoyはwebgl仕様を使用しているため、GLSLのわずかに異なるバージョンを実行" -"します。ただし、\\ `Constants`_ やマクロを含む通常の型はまだ残っています。" +"ShadertoyはWebGL仕様を使用しているため、GLSLのわずかに異なるバージョンを実行" +"します。ただし通常の型や定数やマクロなどは残っています。" msgid "mainImage" msgstr "mainImage(メインイメージ)" @@ -484,14 +483,13 @@ msgstr "" "は、The Book of Shadersがさまざまなフレームワークでシェーダーを実行するため" "の `ページ `_ を提供しています。" -#, fuzzy msgid "" "The Book of Shaders uses the webgl spec, so it runs a slightly different " "version of GLSL. However, it still has the regular types, including " "constants and macros." msgstr "" -"Book of Shadersはwebgl仕様を使用しているため、GLSLのわずかに異なるバージョン" -"を実行します。ただし、\\ `Constants`_ やマクロを含む通常の型はまだあります。" +"Book of ShadersはWebGL仕様を使用しているため、GLSLのわずかに異なるバージョン" +"を実行します。ただし通常の型や定数やマクロなどはまだ残っています。" msgid "" "The entry point for a Book of Shaders fragment shader is ``main``, just like " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 52a841ff58..abbb065dec 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,6 @@ msgstr "カスタムポストプロセッシング" msgid "Introduction" msgstr "はじめに" -#, fuzzy msgid "" "Godot provides many post-processing effects out of the box, including Bloom, " "DOF, and SSAO, which are described in :ref:" @@ -32,8 +31,9 @@ msgid "" "effects." msgstr "" "Godotは、ブルーム、DOF、SSAOを含む多くのポストプロセッシング効果をすぐに利用" -"できます。でも時々、独自のカスタム効果を作成したい場合もあります。そのための" -"方法は次のとおりです。" +"できます。これらについては :ref:`doc_environment_and_post_processing` で説明" +"されています。でも時々、独自のカスタム効果を作成したい場合もあります。この記" +"事では独自のカスタムエフェクトを作成する方法について説明します。" msgid "" "The easiest way to implement a custom post-processing shader is to use " @@ -47,7 +47,7 @@ msgstr "" "reading_shaders>` を読む必要があります。" msgid "Single pass post-processing" -msgstr "シングルパスポストプロセッシング" +msgstr "シングルパス・ポストプロセッシング" msgid "" "Post-processing effects are shaders applied to a frame after Godot has " @@ -56,10 +56,15 @@ msgid "" "Assign a new :ref:`ShaderMaterial ` to the newly " "created ``ColorRect``, and set the ``ColorRect``'s layout to \"Full Rect\"." msgstr "" +"ポストプロセッシングエフェクトは、Godotがフレームをレンダリングした後に適用さ" +"れるシェーダーです。シェーダーをフレームに適用するには :ref:`CanvasLayer " +"` を作成し、それに :ref:`ColorRect ` を与" +"えます。新しく作成した ``ColorRect`` に新しい :ref:`Shadermaterial " +"` を割り当て、 ``ColorRect`` のレイアウトを \"Full " +"Rect\" に設定します。" -#, fuzzy msgid "Your scene tree will look something like this:" -msgstr "シーンの階層は次のようになります:" +msgstr "シーンツリーは次のようになります。" msgid "" "Another more efficient method is to use a :ref:`BackBufferCopy " @@ -67,8 +72,10 @@ msgid "" "access it in a shader script through a ``sampler2D`` using " "``hint_screen_texture``." msgstr "" +"もう1つのより効率的な方法は、 :ref:`BackBufferCopy ` を" +"使用して画面の領域をバッファにコピーし、 ``hint_screen_texture`` を使用して " +"``sampler2D`` を介してシェーダー内でそれにアクセスすることです。" -#, fuzzy msgid "" "As of the time of writing, Godot does not support rendering to multiple " "buffers at the same time. Your post-processing shader will not have access " @@ -76,15 +83,16 @@ msgid "" "normal/roughness). You only have access to the rendered frame and buffers " "exposed by Godot as samplers." msgstr "" -"執筆時点では、Godotは複数のバッファーへの同時レンダリングをサポートしていませ" -"ん。ポストプロセッシングシェーダーは、法線または他のレンダーパスにアクセスで" -"きません。レンダリングされたフレームにのみアクセスできます。" +"この記事の執筆時点では、Godotは複数のバッファへの同時レンダリングをサポートし" +"ていません。ポストプロセッシングシェーダーは、Godotによって公開されていない他" +"のレンダー パスやバッファ (深度や法線、ラフネスなど) にアクセスできません。 " +"Godotによってサンプラーとして公開されるレンダリングされたフレームとバッファー" +"にのみアクセスできます。" -#, fuzzy msgid "" "For this demo, we will use this :ref:`Sprite ` of a sheep." msgstr "" -":ref:`Sprite ` の中央にあるこの小さな十字が回転ピボットです:" +"このデモでは、羊の画像の :ref:`スプライト ` を使用します。" msgid "" "Assign a new :ref:`Shader ` to the ``ColorRect``'s " @@ -92,33 +100,33 @@ msgid "" "``sampler2D`` using ``hint_screen_texture`` and the built in ``SCREEN_UV`` " "uniforms." msgstr "" +"新しい :ref:`Shader ` を ``ColorRect`` の ``ShaderMaterial`` に" +"割り当てます。 ``hint_screen_texture`` が付いた ``sampler2D`` とビルトインの " +"``SCREEN_UV`` を使用してフレームのテクスチャにアクセスできます。" -#, fuzzy msgid "" "Copy the following code to your shader. The code below is a hex pixelization " "shader by `arlez80 `_," msgstr "" -"次のコードをシェーダーにコピーします。このコードは、シングルパスエッジ検出" -"フィルター、\\ `Sobel filter `_ です。" +"次のコードをシェーダーにコピーします。以下のコードは、`arlez80 `_ による六角形化シェーダーです," -#, fuzzy msgid "The sheep will look something like this:" -msgstr "シーンの階層は次のようになります:" +msgstr "羊の画像は次のようになります。" msgid "Multi-pass post-processing" -msgstr "マルチパスポストプロセッシング" +msgstr "マルチパス・ポストプロセッシング" -#, fuzzy msgid "" "Some post-processing effects like blurs are resource intensive. You can make " "them run a lot faster if you break them down in multiple passes. In a " "multipass material, each pass takes the result from the previous pass as an " "input and processes it." msgstr "" -"ぼかしなどの後処理の効果の中には、リソースを大量に消費するものがあります。た" -"だし、複数のパスでそれらを分解する場合、それらをはるかに高速に実行できます。" -"マルチパスマテリアルでは、各パスは前のパスの結果を入力として処理します。" +"ブラーなどのポストプロセッシングエフェクトの中には、リソースを大量に消費する" +"ものがあります。ただし複数のパスに分割するとより速く実行できます。マルチパス" +"のマテリアルでは、各パスが前のパスの結果を入力として受け取り、それを処理しま" +"す。" msgid "" "To produce a multi-pass post-processing shader, you stack ``CanvasLayer`` " @@ -127,8 +135,12 @@ msgid "" "node structure, the steps are the same as with the single-pass post-" "processing shader." msgstr "" +"マルチパスのポストプロセッシングシェーダーを生成するには、 ``CanvasLayer`` " +"ノードと ``ColorRect`` ノードをスタックします。上の例では ``CanvasLayer`` オ" +"ブジェクトを使用して、下のレイヤ上のフレームを使用してシェーダをレンダリング" +"します。ノード構造を除けば、手順はシングルパス・ポストプロセッシングシェー" +"ダーの場合と同じです。" -#, fuzzy msgid "" "As an example, you could write a full screen Gaussian blur effect by " "attaching the following pieces of code to each of the ``ColorRect`` nodes. " @@ -136,14 +148,16 @@ msgid "" "``CanvasLayer`` in the scene tree, higher means sooner. For this blur " "shader, the order does not matter." msgstr "" -"例として、次のコードを各 :ref:`ViewportContainers ` " -"にアタッチすることにより、フルスクリーンのガウスぼかし効果を作成できます。" -"シェーダーを適用する順序は重要ではありません:" +"例として、次のコードを各 ``ColorRect`` ノードにアタッチすることで、全画面のガ" +"ウスブラーエフェクトを作成できます。シェーダーを適用する順序は、シーン ツリー" +"内の ``CanvasLayer`` の位置によって異なります。高いほど早く適用されることを意" +"味します。このブラーシェーダの場合、順序は重要ではありません。" msgid "" "Using the above code, you should end up with a full screen blur effect like " "below." -msgstr "上記のコードを使用すると、次のような全画面ぼかし効果が得られます。" +msgstr "" +"上記のコードを使用すると、次のような全画面ブラーエフェクトが得られます。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/index.po index 04839dc604..5bd316de79 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index 04e2587f45..fe55d90d09 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,19 +17,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Introduction to shaders" -msgstr "エクスポートの導入" +msgstr "シェーダーの紹介" -#, fuzzy msgid "" "This page explains what shaders are and will give you an overview of how " "they work in Godot. For a detailed reference of the engine's shading " "language, see :ref:`doc_shading_language`." msgstr "" -"このドキュメントは、Godot固有のシェーダーに関する情報を提供します。 Godotの" -"シェーディング言語の詳細なリファレンスについては、\\ :ref:`Godot shading " -"language doc` を参照してください。" +"このページではシェーダーとは何かについて説明し、Godotでシェーダーがどのように" +"機能するかの概要を示します。エンジンのシェーディング言語の詳細なリファレンス" +"については、:ref:`doc_shading_lang` を参照してください。" msgid "" "Shaders are a special kind of program that runs on Graphics Processing Units " @@ -37,12 +35,20 @@ msgid "" "more. You can use them to control how the engine draws geometry and pixels " "on the screen, allowing you to achieve all sorts of effects." msgstr "" +"シェーダーはグラフィックスプロセッシングユニット (GPU) 上で実行される特別な種" +"類のプログラムです。当初は3Dシーンのシェーディングに使用されていましたが、現" +"在ではさらに多くのことができるようになりました。これらを使用してエンジンが画" +"面上にジオメトリとピクセルを描画する方法を制御し、あらゆる種類の効果を実現で" +"きます。" msgid "" "Modern rendering engines like Godot draw everything with shaders: graphics " "cards can run thousands of instructions in parallel, leading to incredible " "rendering speed." msgstr "" +"Godotのような最新のレンダリング エンジンは、すべてをシェーダーで描画します。" +"グラフィックスカードは何千もの命令を並行して実行できるため、驚異的なレンダリ" +"ング速度が実現します。" msgid "" "Because of their parallel nature, though, shaders don't process information " @@ -51,148 +57,177 @@ msgid "" "working with shaders, you need to code and think differently from other " "programming languages." msgstr "" +"ただしシェーダーは並列的な性質があるため、一般的なプログラムのように情報を処" +"理しません。シェーダーコードは各頂点または各ピクセル上で個別に実行されます。" +"フレーム間にデータを保存することもできません。そのためシェーダーを使用する場" +"合は、他のプログラミング言語とは異なるコーディングと考え方が必要になります。" -#, fuzzy msgid "" "Suppose you want to update all the pixels in a texture to a given color. In " "GDScript, your code would use ``for`` loops::" msgstr "" -"テクスチャのすべてのピクセルを特定の色に更新する場合、CPUで次のように記述しま" -"す:" +"例えばテクスチャ内のすべてのピクセルを特定の色にセットするとします。 GDScript" +"のコードでは ``for`` ループを使用します::" msgid "" "Your code is already part of a loop in a shader, so the corresponding code " "would look like this." msgstr "" +"シェーダーではコードはすでにループの一部であるため、実際に書くコードは次のよ" +"うになります。" msgid "" "The graphics card calls the ``fragment()`` function once or more for each " "pixel it has to draw. More on that below." msgstr "" +"グラフィックスカードは描画するピクセルごとに ``fragment()`` 関数を1回以上呼び" +"出します。詳細については以下をご覧ください。" -#, fuzzy msgid "Shaders in Godot" -msgstr "Godotのキーフレーム" +msgstr "Godotのシェーダー" msgid "" "Godot provides a shading language based on the popular OpenGL Shading " "Language (GLSL) but simplified. The engine handles some of the lower-level " "initialization work for you, making it easier to write complex shaders." msgstr "" +"Godotは一般的なOpenGL Shading Language (GLSL)に基づいて簡略化されたシェーディ" +"ング言語を提供します。このエンジンは低レイヤーの初期化作業の一部を代替してく" +"れるため、ユーザーは複雑なシェーダーの作成が容易になります。" msgid "" "In Godot, shaders are made up of main functions called \"processor " "functions\". Processor functions are the entry point for your shader into " "the program. There are seven different processor functions." msgstr "" +"Godotではシェーダーは「プロセッサー関数」と呼ばれる主要な関数で構成されていま" +"す。プロセッサー関数はシェーダープログラムへのエントリーポイントです。Godot" +"シェーダーには7つの異なるプロセッサー関数があります。" -#, fuzzy msgid "" "The ``vertex()`` function runs over all the vertices in the mesh and sets " "their positions and some other per-vertex variables. Used in :ref:" "`canvas_item shaders ` and :ref:`spatial shaders " "`." msgstr "" -"``vertex()`` 関数は、メッシュ内のすべての頂点に対して実行され、それらの位置と" -"その他の頂点ごとの変数を設定します。" +"``vertex()`` 関数はメッシュ内のすべての頂点に対して実行され、頂点の位置と他の" +"変数を設定します。 :ref:`CanvasItemシェーダー` およ" +"び :ref:`Spatial(空間)シェーダー ` で使用されます。" -#, fuzzy msgid "" "The ``fragment()`` function runs for every pixel covered by the mesh. It " "uses values output by the ``vertex()`` function, interpolated between the " "vertices. Used in :ref:`canvas_item shaders ` and :" "ref:`spatial shaders `." msgstr "" -"``fragment()`` 関数は、メッシュで覆われているすべてのピクセルに対して実行され" -"ます。\\ ``vertex()`` 関数の変数を使用して実行します。\\ ``vertex()`` 関数の" -"変数は頂点間で補間され、\\ ``fragment()`` 関数の値を提供します。" +"``fragment()`` 関数はメッシュで覆われているすべてのピクセルに対して実行されま" +"す。これは ``vertex()`` 関数によって出力した値が頂点間で補間された値を使用し" +"ます。 :ref:`CanvasItemシェーダー` および :ref:" +"`Spatial(空間)シェーダー ` で使用されます。" -#, fuzzy msgid "" "The ``light()`` function runs for every pixel and for every light. It takes " "variables from the ``fragment()`` function and from its previous runs. Used " "in :ref:`canvas_item shaders ` and :ref:`spatial " "shaders `." msgstr "" -"``light()`` 関数は、すべてのピクセルとすべてのライトに対して実行されます。\\ " -"``fragment()`` 関数とそれ自体の以前の実行から変数を取得します。" +"``light()`` 関数はすべてのピクセルおよびすべてのライトに対して実行されます。" +"これは ``fragment()`` 関数とその以前の実行から変数を受け取ります。 :ref:" +"`CanvasItemシェーダー` および :ref:`Spatial(空間)" +"シェーダー ` で使用されます。" msgid "" "The ``start()`` function runs for every particle in a particle system once " "when the particle is first spawned. Used in :ref:`particles shaders " "`." msgstr "" +"``start()`` 関数はパーティクルが最初に生成されるときに、パーティクル システム" +"内のすべてのパーティクルに対して1回実行されます。 :ref:`パーティクルシェー" +"ダー ` で使用されます。" msgid "" "The ``process()`` function runs for every particle in a particle system for " "each frame. Used in :ref:`particles shaders `." msgstr "" +"``process()`` 関数はフレームごとにパーティクルシステム内のすべてのパーティク" +"ルに対して実行されます。 :ref:`パーティクルシェーダー ` " +"で使用されます。" msgid "" "The ``sky()`` function runs for every pixel in the radiance cubemap when the " "radiance cubemap needs to be updated, and for every pixel on the current " "screen. Used in :ref:`sky shaders `." msgstr "" +"``sky()`` 関数は、放射キューブマップを更新する必要がある場合、放射キューブ" +"マップ内のすべてのピクセルに対して実行され、また現在の画面上のすべてのピクセ" +"ルに対して実行されます。 :ref:`スカイシェーダー ` で使用され" +"ます。" msgid "" "The ``fog()`` function runs for every froxel in the volumetric fog froxel " "buffer that intersects with the :ref:`FogVolume `. Used by :" "ref:`fog shaders `." msgstr "" +"``fog()`` 関数は、:ref:`フォグボリューム ` と交差するボ" +"リューメトリックフォグのフロクセルバッファ内のすべてのフロクセルに対して実行" +"されます。 :ref:`フォグシェーダー ` によって使用されます。" msgid "" "The ``light()`` function won't run if the ``vertex_lighting`` render mode is " "enabled, or if **Rendering > Quality > Shading > Force Vertex Shading** is " "enabled in the Project Settings. It's enabled by default on mobile platforms." msgstr "" +"``vertex_lighting`` レンダー モードが有効になっている場合、またはプロジェクト" +"設定で [レンダリング] > [品質] > [シェーディング] > [頂点シェーディングの強" +"制] が有効になっている場合、 ``light()`` 関数は実行されません。モバイル プ" +"ラットフォームではデフォルトで有効になっています。" msgid "" "Godot also exposes an API for users to write totally custom GLSL shaders. " "For more information see :ref:`doc_compute_shaders`." msgstr "" +"Godot はユーザーが完全にカスタムの GLSL シェーダを作成できるAPIも公開していま" +"す。詳細については、:ref:`doc_compute_shaders` を参照してください。" msgid "Shader types" msgstr "シェーダーの種類" -#, fuzzy msgid "" "Instead of supplying a general-purpose configuration for all uses (2D, 3D, " "particles, sky, fog), you must specify the type of shader you're writing. " "Different types support different render modes, built-in variables, and " "processing functions." msgstr "" -"すべての用途(2D、3D、パーティクル)に汎用的な設定を提供する代わりに、Godot" -"シェーダーは目的を指定する必要があります。さまざまなタイプがさまざまなレンダ" -"リングモード、組み込み変数、および処理関数をサポートしています。" +"すべての用途 (2D、3D、パーティクル、スカイ、フォグ) に汎用的な設定を提供する" +"代わりに、Godotシェーダーは目的を指定する必要があります。タイプが異なれば、サ" +"ポートされるレンダリング モード、ビルトイン変数、プロセッサー関数も異なりま" +"す。" -#, fuzzy msgid "" "In Godot, all shaders need to specify their type in the first line, like so:" msgstr "" -"すべてのシェーダーは、最初の行で次の形式でタイプを指定する必要があります:" +"Godotではすべてのシェーダーは、最初の行で次の形式でタイプを指定する必要があり" +"ます:" -#, fuzzy msgid "Here are the available types:" -msgstr "6種類のパターンがあります:" +msgstr "利用可能なタイプは次のとおりです。" -#, fuzzy msgid ":ref:`spatial ` for 3D rendering." msgstr ":ref:`spatial `: 3Dレンダリング用。" -#, fuzzy msgid ":ref:`canvas_item ` for 2D rendering." msgstr ":ref:`canvas_item `: 2Dレンダリング用。" -#, fuzzy msgid ":ref:`particles ` for particle systems." msgstr ":ref:`particles `: パーティクルシステム用。" msgid ":ref:`sky ` to render :ref:`Skies `." -msgstr "" +msgstr ":ref:`sky `: :ref:`Skies ` の描画用。" msgid "" ":ref:`fog ` to render :ref:`FogVolumes `" msgstr "" +":ref:`fog `: :ref:`FogVolumes `の描画用" msgid "Render modes" msgstr "レンダリングモード" @@ -201,34 +236,37 @@ msgid "" "Shaders have optional render modes you can specify on the second line, after " "the shader type, like so:" msgstr "" +"シェーダーにはレンダリングモードのオプションがあり、次のようにシェーダータイ" +"プの後の2行目以降で指定できます。" msgid "" "Render modes alter the way Godot applies the shader. For example, the " "``unshaded`` mode makes the engine skip the built-in light processor " "function." msgstr "" +"レンダリングモードはGodotがシェーダーを適用する方法を変更します。たとえば " +"``unshaded`` モードでは、エンジンは内蔵のライトプロセッサー機能をスキップしま" +"す。" -#, fuzzy msgid "" "Each shader type has different render modes. See the reference for each " "shader type for a complete list of render modes." msgstr "" -"各シェーダータイプには、使用可能なレンダリングモードの異なるリストがありま" -"す。レンダリングモードの完全なリストについては、各シェーダータイプのドキュメ" -"ントを参照してください。" +"各シェーダータイプには異なるレンダリング モードがあります。レンダリングモード" +"の完全なリストについては、各シェーダータイプのリファレンスを参照してくださ" +"い。" msgid "Vertex processor" msgstr "頂点プロセッサー" -#, fuzzy msgid "" "The ``vertex()`` processing function is called once for every vertex in " "``spatial`` and ``canvas_item`` shaders. For ``particles`` shaders, it is " "called once for every particle." msgstr "" -"``vertex`` 処理関数は、\"spatial\" および \"canvas_item\" シェーダーのすべて" -"の頂点に対して1回呼び出されます。\"particles\" シェーダーの場合、すべてのパー" -"ティクルに対して1回呼び出されます。" +"``vertex()`` 処理関数は ``spatial`` および ``canvas_item`` シェーダーのすべて" +"の頂点ごとに1回呼び出されます。 ``パーティクル`` シェーダの場合、パーティクル" +"ごとに1回呼び出されます。" msgid "" "Each vertex in your world's geometry has properties like a position and " @@ -236,35 +274,36 @@ msgid "" "function. You can also use it to send extra data to the fragment function " "using varyings." msgstr "" +"ワールドのジオメトリの各頂点には、位置や色などのプロパティがあります。このプ" +"ロセッサー関数はこれらの値を変更し、フラグメントプロセッサーに渡します。また" +"これを使用して追加のデータをvaringsに渡すことでフラグメントプロセッサーに送信" +"することもできます。" -#, fuzzy msgid "" "By default, Godot transforms your vertex information for you, which is " "necessary to project geometry onto the screen. You can use render modes to " "transform the data yourself; see the :ref:`Spatial shader doc " "` for an example." msgstr "" -"デフォルトでは、Godotは頂点情報を取得し、それに応じて変換して描画します。これ" -"が望ましくない場合は、レンダリングモードを使用して自分でデータを変換できま" -"す。この例については、\\ :ref:`Spatial shader doc ` を参" -"照してください。" +"デフォルトではGodotはジオメトリを画面に投影するために必要な頂点データを変換し" +"ます。またレンダリングモードを指定することで頂点データを自分で変換することも" +"可能です。具体例については、:ref:`Spatial(空間)シェーダー " +"` を参照してください。" msgid "Fragment processor" msgstr "フラグメントプロセッサー" -#, fuzzy msgid "" "The ``fragment()`` processing function is used to set up the Godot material " "parameters per pixel. This code runs on every visible pixel the object or " "primitive draws. It is only available in ``spatial``, ``canvas_item``, and " "``sky`` shaders." msgstr "" -"``fragment`` 処理関数は、ピクセルごとにGodotマテリアルパラメーターを設定する" -"ために使用されます。このコードは、オブジェクトまたはプリミティブが描画するす" -"べての可視ピクセルで実行されます。\"spatial\" および \"canvas_item\" シェー" -"ダーでのみ使用できます。" +"``fragment()`` 処理関数はピクセルごとにGodotマテリアルのパラメータを設定する" +"ために使用されます。このコードはオブジェクトまたはプリミティブが描画するすべ" +"ての可視ピクセル上で実行されます。これは ``spatial`` 、 ``canvas_item`` 、お" +"よび ``sky`` シェーダーでのみ使用できます。" -#, fuzzy msgid "" "The standard use of the fragment function is to set up material properties " "used to calculate lighting. For example, you would set values for " @@ -292,7 +331,6 @@ msgstr "" msgid "Light processor" msgstr "ライトプロセッサー" -#, fuzzy msgid "" "The ``light()`` processor runs per pixel too, and it runs once for every " "light that affects the object. It does not run if no lights affect the " @@ -300,23 +338,21 @@ msgid "" "and typically operates on the material properties setup inside the " "``fragment()`` function." msgstr "" -"``light`` プロセッサーもピクセルごとに実行されますが、オブジェクトに影響を与" -"えるすべてのライトに対しても実行されます(ライトがオブジェクトに影響を与えない" -"場合は実行されません)。これは ``fragment`` プロセッサー内で呼び出される関数と" -"して存在し、通常は ``fragment`` 関数内で設定されたマテリアルプロパティで動作" -"します。" +"``light()`` プロセッサーもピクセルごとに実行され、オブジェクトに影響を与える" +"すべてのライトごとに1回実行されます。オブジェクトに影響を与えるライトがない場" +"合は実行されません。これは ``fragment()`` プロセッサー内で呼び出される関数と" +"して存在し、通常は ``fragment()`` 関数内で設定されたマテリアルプロパティで動" +"作します。" -#, fuzzy msgid "" "The ``light()`` processor works differently in 2D than it does in 3D; for a " "description of how it works in each, see their documentation, :ref:" "`CanvasItem shaders ` and :ref:`Spatial shaders " "`, respectively." msgstr "" -"``light`` プロセッサは、2Dでは3Dとは異なる動作をします。それぞれの仕組みの説" -"明については、\\ :ref:`CanvasItem shaders ` と :ref:" -"`Spatial shaders ` のそれぞれのドキュメントを参照してくだ" -"さい 。" +"``light()`` プロセッサは2Dと3Dでは動作が異なります。それぞれの機能の説明につ" +"いては、各ドキュメント :ref:`CanvasItem シェーダ ` お" +"よび :ref:`Spatial(空間)シェーダ ` を参照してください。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/making_trees.po index 87e0bd5e07..ebe4fc6863 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,13 +27,13 @@ msgstr "" "これは、木や他の種類の植生をゼロから作成する方法に関する短いチュートリアルで" "す。" -#, fuzzy msgid "" "The aim is to not focus on the modeling techniques (there are plenty of " "tutorials about that), but how to make them look good in Godot." msgstr "" "目的は、モデリング手法に焦点を当てることではなく(それに関するチュートリアルが" -"たくさんあります)、Godotで見栄えを良くする方法です。" +"たくさんあります)、Godotでどのように見栄えを良くするかに焦点を当てることで" +"す。" msgid "Start with a tree" msgstr "木から始める" @@ -50,7 +50,6 @@ msgstr "Blenderで開きました。" msgid "Paint with vertex colors" msgstr "頂点カラーでペイントする" -#, fuzzy msgid "" "The first thing you may want to do is to use the vertex colors to paint how " "much the tree will sway when there is wind. Just use the vertex color " @@ -58,8 +57,8 @@ msgid "" "this:" msgstr "" "最初にしたいことは、頂点の色を使用して、風があるときに木がどれだけ揺れるかを" -"ペイントすることです。お気に入りの3Dモデリングプログラムの頂点カラーペイント" -"ツールを使用して、次のようにペイントします:" +"ペイントすることです。お気に入りの3Dモデリングソフトの頂点カラーペイントツー" +"ルを使用して、次のようにペイントします:" msgid "" "This is a bit exaggerated, but the idea is that color indicates how much " @@ -72,7 +71,6 @@ msgstr "" msgid "Write a custom shader for the leaves" msgstr "葉のカスタムシェーダーを作成する" -#, fuzzy msgid "This is an example of a shader for leaves:" msgstr "これは葉のシェーダーの簡単な例です:" @@ -108,7 +106,6 @@ msgstr "" "注意してください。すべての軸は、1.0に近い小さな乗算係数を使用するため、軸は同" "期して表示されません。" -#, fuzzy msgid "Finally, all that's left is the fragment shader:" msgstr "最後に残っているのはフラグメントシェーダーのみです:" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 8cf7ee6507..ac4aac7591 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,6 @@ msgstr "スクリーン読み取りシェーダー" msgid "Introduction" msgstr "はじめに" -#, fuzzy msgid "" "It is often desired to make a shader that reads from the same screen to " "which it's writing. 3D APIs, such as OpenGL or DirectX, make this very " @@ -32,11 +31,11 @@ msgid "" "problems. As a result, not even the most modern hardware supports this " "properly." msgstr "" -"非常に多くの場合、書き込み先と同じ画面から読み取るシェーダーを作成することが" -"望まれます。 OpenGLやDirectXなどの3D APIは、内部ハードウェアの制限により、こ" -"れを非常に困難にします。 GPUは非常に並列であるため、読み取りと書き込みはあら" -"ゆる種類のキャッシュと一貫性の問題を引き起こします。その結果、最新のハード" -"ウェアでさえこれを適切にサポートしていません。" +"多くの場合、書き込み先と同じ画面から読み取るシェーダーを作成することが望まれ" +"ます。 OpenGLやDirectXなどの3D APIは、内部ハードウェアの制限により、これを非" +"常に困難にします。 GPUは非常に並列であるため、読み取りと書き込みはあらゆる種" +"類のキャッシュと一貫性の問題を引き起こします。その結果、最新のハードウェアで" +"さえこれを適切にサポートしていません。" msgid "" "The workaround is to make a copy of the screen, or a part of the screen, to " @@ -47,11 +46,9 @@ msgstr "" "み取ることです。 Godotには、このプロセスを簡単にするツールがいくつか用意され" "ています。" -#, fuzzy msgid "Screen texture" -msgstr "動的テクスチャのレンダリング" +msgstr "スクリーンテクスチャ" -#, fuzzy msgid "" "Godot :ref:`doc_shading_language` has a special texture to access the " "already rendered contents of the screen. It is used by specifying a hint " @@ -61,11 +58,12 @@ msgid "" "shader results in an invisible object, because it only shows what lies " "behind:" msgstr "" -"Godot :ref`doc_shading_language` には、\"SCREEN_TEXTURE\" (および3Dの場合は深" -"さの \"DEPTH_TEXTURE\")という特別なテクスチャがあります。引数として画面のUVを" -"取り、色付きのvec3 RGBを返します。特別なビルトインvarying: SCREEN_UVを使用し" -"て、現在のフラグメントのUVを取得できます。その結果、この単純な2Dフラグメント" -"シェーダーは次のようになります:" +"Godot :ref:`doc_shading_lang` には、すでにレンダリングされた画面のコンテンツ" +"にアクセスするための特別なテクスチャがあります。これは ``sampler2D`` の" +"Uniformを宣言するときに ``hint_screen_texture`` ヒントを指定することで使用さ" +"れます。またビルトイン変数 ``SCREEN_UV`` を使用して、現在のフラグメントの画面" +"を基準としたUVを取得できます。次の2Dフラグメントシェーダーは、結果として背後" +"にあるもののみを表示するため、実質見えないオブジェクトになります:" msgid "" "``textureLod`` is used here as we only want to read from the bottom mipmap. " @@ -75,31 +73,36 @@ msgid "" "mipmaps enabled). If using a filter with mipmaps, Godot will automatically " "calculate the blurred texture for you." msgstr "" +"ここでは ``textureLod`` を使用して、一番下のミップマップからのみ読み取ってい" +"ます。代わりにぼやけたテクスチャから読み取りたい場合は、 ``textureLod`` の3番" +"目の引数を増やし、ヒント ``filter_nearest`` を ``filter_nearest_mipmap`` (ま" +"たはミップマップが有効になっている他のフィルタ) に変更します。ミップマップ" +"フィルターを使用する場合、Godotはぼやけたテクスチャを自動的に計算します。" msgid "" "If the filter mode is not changed to a filter mode that contains ``mipmap`` " "in its name, ``textureLod`` with a LOD parameter greater than ``0.0`` will " "have the same appearance as with the ``0.0`` LOD parameter." msgstr "" +"フィルタモードが名前に ``mipmap`` を含むフィルタモードに変更されていない場" +"合、LOD パラメータが ``0.0`` より大きい ``textureLod`` は ``0.0`` と同じ外観" +"になります。" -#, fuzzy msgid "Screen texture example" -msgstr "別の例:" +msgstr "スクリーンテクスチャの使用例" -#, fuzzy msgid "" "The screen texture can be used for many things. There is a special demo for " "*Screen Space Shaders*, that you can download to see and learn. One example " "is a simple shader to adjust brightness, contrast and saturation:" msgstr "" -"SCREEN_TEXTUREは、多くのことに使用できます。\\ *Screen Space Shaders* の特別" -"なデモがあり、ダウンロードして確認および学習できます。 1つの例は、明るさ、コ" -"ントラスト、彩度を調整するシンプルなシェーダーです:" +"スクリーンテクスチャはさまざまな用途に使用できます。 *Screen Space Shaders* " +"には特別なデモがあり、ダウンロードして見て学ぶことができます。1つの例は、明る" +"さ、コントラスト、彩度を調整するシンプルなシェーダーです:" msgid "Behind the scenes" msgstr "舞台裏" -#, fuzzy msgid "" "While this seems magical, it's not. In 2D, when ``hint_screen_texture`` is " "first found in a node that is about to be drawn, Godot does a full-screen " @@ -109,28 +112,29 @@ msgid "" "transparent geometry pass, so transparent objects will not be captured in " "the screen texture." msgstr "" -"これは魔法のように見えますが、そうではありません。 SCREEN_TEXTUREビルトイン" -"は、描画しようとしているノードで最初に見つかったときに、バックバッファへのフ" -"ルスクリーンコピーを実行します。シェーダーでそれを使用する後続のノードでは、" -"画面がコピーされません。これは、非効率的であるためです。" +"これは魔法のように思えますが、そうではありません。2Dでは描画しようとしている" +"ノード内で ``hint_screen_texture`` が最初に見つかると、Godot はバックバッファ" +"にフルスクリーンコピーを実行します。シェーダーでこれを使用する後続のノードで" +"は、画面がコピーされません。これは非効率的になるためです。3Dでは画面は不透明" +"なジオメトリパスの後、透明なジオメトリパスの前にコピーされるため、透明なオブ" +"ジェクトはスクリーンテクスチャにキャプチャされません。" -#, fuzzy msgid "" "As a result, in 2D, if shaders that use ``hint_screen_texture`` overlap, the " "second one will not use the result of the first one, resulting in unexpected " "visuals:" msgstr "" -"その結果、SCREEN_TEXTUREを使用するシェーダーがオーバーラップする場合、2番目の" -"シェーダーは最初のシェーダーの結果を使用せず、予期しないビジュアルになります:" +"その結果、2Dで ``hint_screen_texture`` を使用するシェーダーが重なった場合、2" +"番目のシェーダーは最初のシェーダーの結果を使用せず、予期しないビジュアルにな" +"ります:" -#, fuzzy msgid "" "In the above image, the second sphere (top right) is using the same source " "for the screen texture as the first one below, so the first one " "\"disappears\", or is not visible." msgstr "" -"上の画像では、2番目の球体(右上)がSCREEN_TEXTUREに同じソースを使用しているた" -"め、最初の球体は「消える」か、表示されません。" +"上の画像では、2番目の球体 (右上) は下の最初の球体と同じソースをスクリーンテク" +"スチャに使用しているため、最初の球体は「消える」か、表示されません。" msgid "" "In 2D, this can be corrected via the :ref:`BackBufferCopy " @@ -151,6 +155,10 @@ msgid "" "materials. If you plan to instance a scene that uses a material with " "``hint_screen_texture``, you will need to use a BackBufferCopy node." msgstr "" +"3Dでは ``hint_screen_texture`` を使用するマテリアルはそれ自体が透明であるとみ" +"なされ、他のマテリアルの結果として得られるスクリーンテクスチャには表示されま" +"せん。 ``hint_screen_texture`` を持つマテリアルを使用するシーンをインスタンス" +"化する場合は、BackBufferCopyノードを使用する必要があります。" msgid "" "In 3D, there is less flexibility to solve this particular issue because the " @@ -158,6 +166,11 @@ msgid "" "texture in 3D as it won't capture transparent objects and may capture some " "opaque objects that are in front of the object using the screen texture." msgstr "" +"3Dではスクリーンテクスチャが1回しかキャプチャされないため、この特定の問題を解" +"決する柔軟性が低くなります。ただしスクリーンテクスチャを3Dで使用する場合は、" +"透明なオブジェクトはキャプチャされない、またスクリーンテクスチャを使用するオ" +"ブジェクトの前面にある不透明なオブジェクトもキャプチャされる可能性がありま" +"す。" msgid "" "You can reproduce the back-buffer logic in 3D by creating a :ref:`Viewport " @@ -165,29 +178,30 @@ msgid "" "then use the :ref:`Viewport's ` texture instead of the " "screen texture." msgstr "" +"オブジェクトと同じ位置にカメラを備えた :ref:`Viewport ` を作" +"成し、 :ref:`Viewport の ` テクスチャの代わりに :ref:" +"`Viewport ` テクスチャを使用することで、スクリーンテクスチャ" +"の代わりにバックバッファロジックを3Dで再現できます。" msgid "Back-buffer logic" msgstr "バックバッファロジック" -#, fuzzy msgid "" "So, to make it clearer, here's how the backbuffer copying logic works in 2D " "in Godot:" msgstr "" -"したがって、わかりやすくするために、Godotでのバックバッファーコピーロジックの" -"動作を次に示します:" +"分かりやすくするために、Godotの2Dでバックバッファのコピーロジックがどのように" +"動作するかを次に示します。" -#, fuzzy msgid "" "If a node uses ``hint_screen_texture``, the entire screen is copied to the " "back buffer before drawing that node. This only happens the first time; " "subsequent nodes do not trigger this." msgstr "" -"ノードがSCREEN_TEXTUREを使用する場合、そのノードを描画する前に画面全体がバッ" -"クバッファーにコピーされます。これは最初にのみ発生します。後続のノードはこれ" -"をトリガーしません。" +"ノードが ``hint_screen_texture`` を使用する場合、そのノードを描画する前に画面" +"全体がバックバッファにコピーされます。これは初回のみ発生します。後続のノード" +"はこれをトリガーしません。" -#, fuzzy msgid "" "If a BackBufferCopy node was processed before the situation in the point " "above (even if ``hint_screen_texture`` was not used), the behavior described " @@ -196,13 +210,12 @@ msgid "" "the first time and no BackBufferCopy node (not disabled) was found before in " "tree-order." msgstr "" -"上記の状況の前にBackBufferCopyノードが処理された場合(SCREEN_TEXTUREが使用され" -"なかった場合でも)、上記の状況で説明した動作は発生しません。言い換えると、" -"SCREEN_TEXTUREがノードで初めて使用され、BackBufferCopyノード(無効ではない)が" -"ツリー順で以前に見つからなかった場合にのみ、画面全体の自動コピーが発生しま" -"す。" +"上記の状況が発生する前に BackBufferCopy ノードが処理された場合 " +"(``hint_screen_texture`` が使用されなかった場合でも)、上記の点で説明した動作" +"は発生しません。言い換えれば、画面全体の自動コピーは、ノードで " +"``hint_screen_texture`` が初めて使用され、ツリー順序で以前に BackBufferCopy " +"ノードが見つからなかった (無効になっていない) 場合にのみ発生します。" -#, fuzzy msgid "" "BackBufferCopy can copy either the entire screen or a region. If set to only " "a region (not the whole screen) and your shader uses pixels not in the " @@ -211,37 +224,38 @@ msgid "" "to copy back a region of the screen and then read the screen texture from a " "different region. Avoid this behavior!" msgstr "" -"BackBufferCopyは、画面全体または領域のいずれかをコピーできます。(画面全体では" -"なく)領域のみに設定され、シェーダーがコピーされた領域にないピクセルを使用する" -"場合、その読み取りの結果は未定義です(ほとんどの場合、前のフレームからのゴ" -"ミ)。つまり、BackBufferCopyを使用して画面の領域をコピーバックし、別の領域で" -"SCREEN_TEXTUREを使用することができてしまいます。この動作は避けてください!" +"BackBufferCopyは、画面全体または一部領域をコピーできます。 (画面全体ではなく)" +"領域のみに設定され、シェーダーがコピーされた領域にないピクセルを使用する場" +"合、その読み取りの結果は未定義になります (前のフレームからのガベージである可" +"能性が高くなります)。つまりBackBufferCopyを使用して画面の領域をコピーバック" +"し、別の領域からスクリーンテクスチャを読み取ることができます。このような操作" +"は避けてください!" msgid "Depth texture" msgstr "深度テクスチャ" -#, fuzzy msgid "" "For 3D shaders, it's also possible to access the screen depth buffer. For " "this, the ``hint_depth_texture`` hint is used. This texture is not linear; " "it must be converted using the inverse projection matrix." msgstr "" -"3Dシェーダーの場合、画面深度バッファーにアクセスすることもできます。このため" -"に、DEPTH_TEXTUREビルトインが使用されます。このテクスチャは線形ではありませ" -"ん。逆射影行列を介して変換する必要があります。" +"3Dシェーダーの場合、スクリーンの深度バッファにアクセスすることもできます。こ" +"のために ``hint_depth_texture`` ヒントが使用されます。このテクスチャは線形で" +"はありません。逆射影行列を使用して変換する必要があります。" msgid "" "The following code retrieves the 3D position below the pixel being drawn:" msgstr "次のコードは、描画中のピクセルの下の3D位置を取得します:" msgid "Normal-roughness texture" -msgstr "" +msgstr "法線とラフネスのテクスチャ" -#, fuzzy msgid "" "Normal-roughness texture is only supported in the Forward+ rendering method, " "not Mobile or Compatibility." -msgstr "*この機能は、GLES3バックエンドを使用している場合にのみ使用できます。*" +msgstr "" +"法線とラフネスのテクスチャは、Forward+レンダリングでのみサポートされており、" +"モバイルまたはGL互換ではサポートされていません。" msgid "" "Similarly, the normal-roughness texture can be used to read the normals and " @@ -249,10 +263,12 @@ msgid "" "the ``.xyz`` channels (mapped to the 0-1 range) while the roughness is " "stored in the ``.w`` channel." msgstr "" +"法線ラフネステクスチャを使用して、深度プリパスでレンダリングされたオブジェク" +"トの法線とラフネス値を読み取ることができます。法線は ``.xyz`` チャネル (0~1" +"の範囲にマッピング) に保存され、ラフネス値は ``.w`` チャネルに保存されます。" -#, fuzzy msgid "Redefining screen textures" -msgstr "動的テクスチャのレンダリング" +msgstr "スクリーンテクスチャの再定義" msgid "" "The screen texture hints (``hint_screen_texture``, ``hint_depth_texture``, " @@ -260,12 +276,19 @@ msgid "" "For example, you may want to read from the texture multiple times with a " "different repeat flag or filter flag." msgstr "" +"スクリーンテクスチャヒント (``hint_screen_texture`` 、 " +"``hint_depth_texture`` 、 ``hint_normal_roughness_texture``) は複数のUniform" +"で使用できます。たとえば異なる繰り返しフラグやフィルターフラグを使用してテク" +"スチャから複数回読み取りたい場合があります。" msgid "" "The following example shows a shader that reads the screen space normal with " "linear filtering, but reads the screen space roughness using nearest " "neighbor filtering." msgstr "" +"次の例は、線形フィルタリングを使用してスクリーン空間の法線を読み取りますが、" +"最近傍フィルタリングを使用してスクリーン空間のラフネス値を読み取るシェーダー" +"を示しています。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_materials.po index f982db8c19..2c0dc17417 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,6 @@ msgstr "シェーダーマテリアル" msgid "Introduction" msgstr "はじめに" -#, fuzzy msgid "" "For the most common cases, Godot provides ready to use materials for most " "types of shaders, such as :ref:`StandardMaterial3D " @@ -32,8 +31,8 @@ msgid "" "`. They are flexible implementations that " "cover most use cases." msgstr "" -"最も一般的なケースでは、Godotは、\\ :ref:`SpatialMaterial " -"`\\、\\ :ref:`CanvasItemMaterial " +"最も一般的なケースでは、Godotは、\\ :ref:`StandardMaterial3D " +"`\\、\\ :ref:`CanvasItemMaterial " "`\\、および :ref:`ParticlesMaterial " "` など、ほとんどのタイプのシェーダーにすぐに使用でき" "るマテリアルを提供します。それらはほとんどのユースケースをカバーする柔軟な実" @@ -145,23 +144,21 @@ msgstr "" msgid "Converting to ShaderMaterial" msgstr "ShaderMaterialへの変換" -#, fuzzy msgid "" "It is possible to convert from StandardMaterial3D, CanvasItemMaterial and " "ParticleProcessMaterial to ShaderMaterial. To do so, go to the material " "properties and select the convert option." msgstr "" -"SpatialMaterial、CanvasItemMaterial、およびParticlesMaterialから" +"StandardMaterial3D、CanvasItemMaterial、およびParticlesMaterialから" "ShaderMaterialに変換できます。これを行うには、マテリアルのプロパティに移動" "し、変換オプションを選択します。" -#, fuzzy msgid "" "Using the convert option will turn the StandardMaterial3D into a " "ShaderMaterial with a text shader, not a visual shader." msgstr "" -"変換オプションを使用すると、SpatialMaterialが、視覚的なシェーダーではなく、テ" -"キストシェーダーを持つShaderMaterialに変わります。" +"変換オプションを使用すると、StandardMaterial3Dが、視覚的なシェーダーではな" +"く、テキストシェーダーを持つShaderMaterialに変わります。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index b7068d28de..c298640b79 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -87,8 +87,8 @@ msgstr "\\ **unshaded**" msgid "Result is just albedo. No lighting/shading happens in material." msgstr "" -"結果は単なるアルベドです。マテリアルではライティング/シェーディングは発生しま" -"せん。" +"**ALBEDO** をそのまま出力します。マテリアルではライティング/シェーディングを" +"行いません。" msgid "**light_only**" msgstr "\\ **light_only**" @@ -99,18 +99,15 @@ msgstr "ライトパスでのみ描画します。" msgid "**skip_vertex_transform**" msgstr "\\ **skip_vertex_transform**" -#, fuzzy msgid "VERTEX needs to be transformed manually in vertex function." -msgstr "VERTEX/NORMAL/その他は、頂点関数で手動で変換する必要があります。" +msgstr "VERTEX は頂点関数で手動で変換する必要があります。" msgid "**world_vertex_coords**" msgstr "\\ **world_vertex_coords**" -#, fuzzy msgid "VERTEX is modified in world coordinates instead of local." -msgstr "頂点/法線/その他は、ローカル座標ではなくワールド座標で変更されます。" +msgstr "VERTEX はローカル座標ではなくワールド座標で変更されます。" -#, fuzzy msgid "Built-ins" msgstr "ビルトイン" @@ -120,17 +117,16 @@ msgid "" "marked as \"inout\" provide a sensible default value, and can optionally be " "written to. Samplers are not subjects of writing and they are not marked." msgstr "" -"\"in\"としてマークされた値は読み取り専用です。\"out\"とマークされた値はオプ" -"ションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" -"マークされた値は、適切なデフォルト値を提供し、オプションで書き込むことができ" -"ます。サンプラーは書込みの対象ではなく、マークされていません。" +"\"in\"としてマークされた変数は読み取り専用です。\"out\"とマークされた変数はオ" +"プションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" +"マークされた変数は、適切なデフォルト値を提供し、オプションで書き込むことがで" +"きます。サンプラーは書込みの対象ではなく、マークされていません。" -#, fuzzy msgid "Global built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルビルトイン" msgid "Global built-ins are available everywhere, including custom functions." -msgstr "" +msgstr "グローバルビルトインは、カスタム関数を含め、どこでも使用できます。" msgid "Built-in" msgstr "ビルトイン" @@ -145,54 +141,59 @@ msgid "" "pausing, but you can define a global shader uniform to add a \"scaled\" " "``TIME`` variable if desired." msgstr "" +"エンジンが起動してからの秒単位のグローバル時間 (常に正の値)。ロールオーバー設" +"定 (デフォルトでは3600秒) の影響を受けます。 :ref:" +"`time_scale` や一時停止の影響を受けません" +"が、必要に応じてグローバルシェーダーUniformを定義して、スケーリングされた " +"``TIME`` 変数を追加できます。" -#, fuzzy msgid "in float **PI**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **PI**" msgid "" "A ``PI`` constant (``3.141592``). A ration of circle's circumference to its " "diameter and amount of radians in half turn." msgstr "" +"定数 ``PI`` は円周率 (``3.141592``)。円の円周と直径の比率と、半回転のラジアン" +"量です。" -#, fuzzy msgid "in float **TAU**" -msgstr "\\ in float **DELTA**" +msgstr "\\ in float **TAU**" msgid "" "A ``TAU`` constant (``6.283185``). An equivalent of ``PI * 2`` and amount of " "radians in full turn." msgstr "" +"定数 `TAU`` は円周率の2倍 (``6.283185``)。 ``PI * 2`` と、1回転のラジアン量に" +"相当します。" -#, fuzzy msgid "in float **E**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **E**" msgid "" "A ``E`` constant (``2.718281``). Euler's number and a base of the natural " "logarithm." -msgstr "" +msgstr "定数 ``E`` は (``2.718281``)。オイラー数と自然対数の底。" msgid "Vertex built-ins" -msgstr "頂点用ビルトイン" +msgstr "頂点プロセッサーのビルトイン" -#, fuzzy msgid "" "Vertex data (``VERTEX``) is presented in local space (pixel coordinates, " "relative to the Node2D's origin). If not written to, these values will not " "be modified and be passed through as they came." msgstr "" -"頂点データ(``VERTEX``)はローカル空間(カメラに対するピクセル座標)に表示されま" -"す。書き込まれていない場合、これらの値は変更されず、そのまま渡されます。" +"頂点データ (``VERTEX``) はローカル空間 (Node2D の原点を基準としたピクセル座" +"標) に表示されます。書き込まれない場合、これらの値は変更されずそのまま渡され" +"ます。" -#, fuzzy msgid "" "The user can disable the built-in model to world transform (world to screen " "and projection will still happen later) and do it manually with the " "following code:" msgstr "" -"ユーザーは組み込みのmodelview変換を無効にし(投影は後で行われます)、次のコード" -"を使用して手動で実行できます:" +"ユーザーはモデルのワールド変換を無効にし (ワールドからスクリーンへの変換と投" +"影は後で行われます)、次のコードを使用して手動で行うことができます:" msgid "" "Other built-ins, such as UV and COLOR, are also passed through to the " @@ -217,35 +218,37 @@ msgstr "**y**: ライフタイム中のフェーズ(0〜1)。" msgid "**z**: Animation frame." msgstr "**z**: アニメーションフレーム。" -#, fuzzy msgid "in mat4 **MODEL_MATRIX**" -msgstr "\\ in mat4 **WORLD_MATRIX**" +msgstr "\\ in mat4 **MODEL_MATRIX**" msgid "" "Local space to world space transform. World space is the coordinates you " "normally use in the editor." msgstr "" +"ローカル空間からワールド空間への変換。ワールド空間はエディタで通常使用される" +"座標です。" -#, fuzzy msgid "in mat4 **CANVAS_MATRIX**" -msgstr "\\ in mat4 **CAMERA_MATRIX**" +msgstr "\\ in mat4 **CANVAS_MATRIX**" msgid "" "World space to canvas space transform. In canvas space the origin is the " "upper-left corner of the screen and coordinates ranging from (0, 0) to " "viewport size." msgstr "" +"ワールド空間からキャンバス空間への変換。キャンバス空間では原点は画面の左上隅" +"であり、座標の範囲は原点(0, 0)からビューポートのサイズまでです。" -#, fuzzy msgid "in mat4 **SCREEN_MATRIX**" -msgstr "\\ in mat4 **CAMERA_MATRIX**" +msgstr "\\ in mat4 **SCREEN_MATRIX**" msgid "" "Canvas space to clip space. In clip space coordinates ranging from (-1, -1) " "to (1, 1)." msgstr "" +"キャンバス空間からクリップ空間への変換。クリップ空間内の座標は (-1, -1) から " +"(1, 1) までの範囲です。" -#, fuzzy msgid "in int **INSTANCE_ID**" msgstr "\\ in int **INSTANCE_ID**" @@ -261,41 +264,36 @@ msgstr "インスタンスのカスタムデータ。" msgid "in bool **AT_LIGHT_PASS**" msgstr "\\ in bool **AT_LIGHT_PASS**" -#, fuzzy msgid "Always ``false``." -msgstr "``if x else``" +msgstr "常に ``false``." msgid "in vec2 **TEXTURE_PIXEL_SIZE**" msgstr "\\ in vec2 **TEXTURE_PIXEL_SIZE**" -#, fuzzy msgid "" "Normalized pixel size of default 2D texture. For a Sprite2D with a texture " "of size 64x32px, **TEXTURE_PIXEL_SIZE** = ``vec2(1/64, 1/32)``" msgstr "" "デフォルトの2Dテクスチャの正規化されたピクセルサイズ。サイズが64x32pxのテクス" -"チャを持つスプライトの場合、\\ **TEXTURE_PIXEL_SIZE** = :code:`vec2(1/64, " -"1/32)`" +"チャを持つSprite2Dの場合、\\ **TEXTURE_PIXEL_SIZE** = ``vec2(1/64, 1/32)``" msgid "inout vec2 **VERTEX**" msgstr "\\ inout vec2 **VERTEX**" -#, fuzzy msgid "Vertex, in local space." -msgstr "イメージ空間内の頂点。" +msgstr "ローカル空間の頂点。" -#, fuzzy msgid "in int **VERTEX_ID**" -msgstr "\\ in int **INSTANCE_ID**" +msgstr "\\ in int **VERTEX_ID**" msgid "The index of the current vertex in the vertex buffer." -msgstr "" +msgstr "頂点バッファー内の現在の頂点インデックス。" msgid "inout vec2 **UV**" msgstr "\\ inout vec2 **UV**" msgid "Normalized texture coordinates. Range from 0 to 1." -msgstr "" +msgstr "正規化されたテクスチャ座標。範囲は 0 から 1 です。" msgid "inout vec4 **COLOR**" msgstr "\\ inout vec4 **COLOR**" @@ -310,9 +308,8 @@ msgid "Point size for point drawing." msgstr "ポイント描画のポイントサイズ。" msgid "Fragment built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "フラグメントプロセッサーのビルトイン" -#, fuzzy msgid "" "Certain Nodes (for example, :ref:`Sprite2Ds `) display a " "texture by default. However, when a custom fragment function is attached to " @@ -320,13 +317,12 @@ msgid "" "the texture color in the ``COLOR`` built-in variable multiplied by the " "node's color. To read the texture color by itself, you can use:" msgstr "" -"特定のノード(たとえば、\\ :ref:`Sprites `)は、デフォルトでテク" -"スチャを表示します。ただし、カスタムフラグメント関数がこれらのノードにアタッ" -"チされている場合、テクスチャルックアップは手動で行う必要があります。 Godot" -"は、組み込みの ``COLOR`` 変数にテクスチャの色を提供しません。そのようなノード" -"のテクスチャカラーを読み取るには、次を使用します:" +"特定のノード(たとえば、\\ :ref:`Sprite2Ds `)は、デフォルトでテ" +"クスチャを表示します。ただしカスタムフラグメント関数がこれらのノードにアタッ" +"チされている場合、テクスチャルックアップは手動で行う必要があります。 Godotは" +"ビルトインの ``COLOR`` 変数にテクスチャの色を提供しません。そのようなノードの" +"テクスチャカラーを読み取るには、次を使用します:" -#, fuzzy msgid "" "Similarly, if a normal map is used in the :ref:`CanvasTexture " "`, Godot uses it by default and assigns its value to " @@ -335,7 +331,7 @@ msgid "" "must assign it to the ``NORMALMAP`` property. Godot will handle converting " "it for use in 2D and overwriting ``NORMAL``." msgstr "" -"これは、ビルトイン法線マップの動作とは異なります。法線マップがアタッチされて" +"同様に、法線マップが :ref:`CanvasTexture ` で使用されて" "いる場合、Godotはデフォルトでそれを使用し、その値を組み込みの ``NORMAL`` 変数" "に割り当てます。3Dで使用するための法線マップを使用している場合は、反転して表" "示されます。シェーダーで使用するには、\\ ``NORMALMAP`` プロパティに割り当てる" @@ -345,14 +341,12 @@ msgstr "" msgid "in vec4 **FRAGCOORD**" msgstr "\\ in vec4 **FRAGCOORD**" -#, fuzzy msgid "" "Coordinate of pixel center. In screen space. ``xy`` specifies position in " "window. Origin is lower-left." msgstr "" -"ピクセルの中心の座標。画面スペース内。\\ ``xy`` はウィンドウ内の位置を指定" -"し、\\ ``z`` は ``DEPTH`` を使用しない場合のフラグメントの深さを指定します。" -"原点は左下です。" +"スクリーン空間内のピクセルの中心の座標。 ``xy`` はウィンドウ内の位置を指定し" +"ます。原点は左下です。" msgid "in vec2 **SCREEN_PIXEL_SIZE**" msgstr "\\ in vec2 **SCREEN_PIXEL_SIZE**" @@ -372,19 +366,17 @@ msgstr "\\ sampler2D **TEXTURE**" msgid "Default 2D texture." msgstr "デフォルトの2Dテクスチャ。" -#, fuzzy msgid "sampler2D **SPECULAR_SHININESS_TEXTURE**" -msgstr "\\ sampler2D **SCREEN_TEXTURE**" +msgstr "\\ sampler2D **SPECULAR_SHININESS_TEXTURE**" msgid "Specular shininess texture of this object." -msgstr "" +msgstr "このオブジェクトの鏡面光沢テクスチャ。" -#, fuzzy msgid "in vec4 **SPECULAR_SHININESS**" -msgstr "\\ out vec3 **SPECULAR_LIGHT**" +msgstr "\\ in vec4 **SPECULAR_SHININESS**" msgid "Specular shininess color, as sampled from the texture." -msgstr "" +msgstr "テクスチャからサンプリングされた鏡面光沢色。" msgid "in vec2 **UV**" msgstr "\\ in vec2 **UV**" @@ -411,9 +403,8 @@ msgstr "\\ inout vec3 **NORMAL**" msgid "Normal read from **NORMAL_TEXTURE**. Writable." msgstr "**NORMAL_TEXTURE ** からの法線の読み込み。書き込み可能。" -#, fuzzy msgid "sampler2D **NORMAL_TEXTURE**" -msgstr "\\ in sampler2D **NORMAL_TEXTURE**" +msgstr "\\ sampler2D **NORMAL_TEXTURE**" msgid "Default 2D normal texture." msgstr "デフォルトの2D法線テクスチャ。" @@ -422,13 +413,12 @@ msgstr "デフォルトの2D法線テクスチャ。" msgid "out vec3 **NORMAL_MAP**" msgstr "\\ out vec3 **NORMALMAP**" -#, fuzzy msgid "" "Configures normal maps meant for 3D for use in 2D. If used, overrides " "**NORMAL**." msgstr "" -"2Dで使用する3D用の法線マップを構成します。使用する場合、\\ **NORMAL** を上書" -"きします。" +"3D用の法線マップを2Dで使用できるように構成します。使用すると、**NORMAL** が" +"オーバーライドされます。" #, fuzzy msgid "out float **NORMAL_MAP_DEPTH**" @@ -437,82 +427,77 @@ msgstr "\\ out float **NORMALMAP_DEPTH**" msgid "Normalmap depth for scaling." msgstr "スケーリングのための法線マップの深さ。" -#, fuzzy msgid "Pixel position in screen space." -msgstr "ビュー空間内の法線ベクトル。" +msgstr "スクリーン空間内のピクセル位置。" -#, fuzzy msgid "inout vec2 **SHADOW_VERTEX**" -msgstr "\\ inout vec2 **SHADOW_VEC**" +msgstr "\\ inout vec2 **SHADOW_VERTEX**" msgid "Same as ``VERTEX`` but can be written to alter shadows." -msgstr "" +msgstr "``VERTEX`` と同じですが、影を変更するために書き込むことができます。" -#, fuzzy msgid "inout vec3 **LIGHT_VERTEX**" -msgstr "\\ inout vec3 **VERTEX**" +msgstr "\\ inout vec3 **LIGHT_VERTEX**" msgid "" "Same as ``VERTEX`` but can be written to alter lighting. Z component " "represents height." msgstr "" +"``VERTEX`` と同じですが、照明を変更するために書き込むことができます。 Z成分は" +"高さを表します。" -#, fuzzy msgid "" "Color from vertex function multiplied by the **TEXTURE** color. Also output " "color value." msgstr "" -"頂点関数の色と出力フラグメントの色。使用しない場合、\\ **TEXTURE ** 色に設定" -"されます。" +"頂点関数の色に **TEXTURE** の色が乗算されたもの。出力の色として扱われます。" msgid "Light built-ins" -msgstr "ライト用ビルトイン" +msgstr "ライトプロセッサーのビルトイン" msgid "" "Light processor functions work differently in Godot 4.x than they did in " "Godot 3.x. In Godot 4.x all lighting is done during the regular draw pass. " "In other words, Godot no longer draws the object again for each light." msgstr "" +"ライトプロセッサー関数は、Godot 4.x と Godot 3.x では動作が異なります。 " +"Godot 4.x では、すべてのライティングは通常の描画パス中に行われます。言い換え" +"れば Godot はライトごとにオブジェクトを再描画しなくなりました。" -#, fuzzy msgid "" "Use render_mode ``unshaded`` if you do not want the light processor function " "to run. Use render_mode ``light_only`` if you only want to see the impact of " "lighting on an object; this can be useful when you only want the object " "visible where it is covered by light." msgstr "" -"ライトプロセッサの機能は、2Dでの動作と3Dでの動作が異なります。 CanvasItem" -"シェーダーでは、シェーダーは描画されるオブジェクトに対して1回呼び出され、次に" -"シーン内のそのオブジェクトに触れる各ライトに対して1回呼び出されます。そのオブ" -"ジェクトに対してライトパスを発生させたくない場合は、render_mode ``unshaded`` " -"を使用します。そのオブジェクトに対してのみライトパスを発生させたい場合は、" -"render_mode ``light_only`` を使用します。これは、光で覆われた場所にのみオブ" -"ジェクトを表示する場合に役立ちます。" +"ライトプロセッサー関数を実行したくない場合は ``render_mode unshaded;`` を使用" +"してください。オブジェクトに対する照明の影響だけを確認したい場合は " +"``render_mode light_only;`` を使用します。これはオブジェクトが光で覆われてい" +"る場所のみを表示したい場合に便利です。" msgid "" "If you define a light function it will replace the built in light function, " "even if your light function is empty." msgstr "" +"ライト関数を定義すると、ライト関数が空であっても組み込みのライト関数が置き換" +"えられます。" msgid "" "Below is an example of a light shader that takes a CanvasItem's normal map " "into account:" -msgstr "" +msgstr "以下はCanvasItemの法線マップを考慮したライト シェーダーの例です。" msgid "in vec3 **NORMAL**" msgstr "\\ in vec3 **NORMAL**" -#, fuzzy msgid "Input Normal." -msgstr "入力" +msgstr "入力された法線。" msgid "in vec4 **COLOR**" msgstr "\\ in vec4 **COLOR**" -#, fuzzy msgid "Input Color. This is the output of the fragment function." -msgstr "" -"入力される色。これは、最終的な変調が適用されたフラグメント関数の出力です。" +msgstr "入力された色。これはフラグメント関数の出力です。" msgid "UV from vertex function, equivalent to the UV in the fragment function." msgstr "頂点関数からのUV。フラグメント関数のUVと同等です。" @@ -520,90 +505,82 @@ msgstr "頂点関数からのUV。フラグメント関数のUVと同等です msgid "Current texture in use for CanvasItem." msgstr "CanvasItemに使用されている現在のテクスチャ。" -#, fuzzy msgid "" "Normalized pixel size of **TEXTURE**. For a Sprite2D with a **TEXTURE** of " "size 64x32px, **TEXTURE_PIXEL_SIZE** = ``vec2(1/64, 1/32)``" msgstr "" -"デフォルトの2Dテクスチャの正規化されたピクセルサイズ。サイズが64x32pxのテクス" -"チャを持つスプライトの場合、\\ **TEXTURE_PIXEL_SIZE** = :code:`vec2(1/64, " -"1/32)`" +"**TEXTURE** の正規化されたピクセルサイズ。64x32px の **TEXTURE** を持つ " +"Sprite2D の場合 **TEXTURE_PIXEL_SIZE** = ``vec2(1/64, 1/32)``" msgid "UV for Point Sprite." msgstr "ポイントスプライトのUV。" -#, fuzzy msgid "in vec4 **LIGHT_COLOR**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in vec4 **LIGHT_COLOR**" msgid "Color of Light multiplied by Light's texture." -msgstr "" +msgstr "ライトの色とライトのテクスチャを掛け合わせたもの。" -#, fuzzy msgid "in float **LIGHT_ENERGY**" -msgstr "\\ inout float **LIGHT_HEIGHT**" +msgstr "\\ in float **LIGHT_ENERGY**" msgid "Energy multiplier of Light." -msgstr "" +msgstr "ライトのエネルギー倍率。" -#, fuzzy msgid "in vec3 **LIGHT_POSITION**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in vec3 **LIGHT_POSITION**" msgid "" "Position of Light in screen space. If using a ``DirectionalLight2D`` this is " "always ``vec3(0,0,0)``." msgstr "" +"スクリーン空間内のライトの位置。 ``DirectionalLight2D`` を使用する場合は常に " +"``vec3(0,0,0)`` になります。" -#, fuzzy msgid "in vec3 **LIGHT_DIRECTION**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in vec3 **LIGHT_DIRECTION**" msgid "Direction of Light in screen space." -msgstr "" +msgstr "スクリーン空間におけるライトの方向。" -#, fuzzy msgid "in bool **LIGHT_IS_DIRECTIONAL**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **LIGHT_IS_DIRECTIONAL**" -#, fuzzy msgid "``true`` if this pass is a ``DirectionalLight2D``." -msgstr "ライトパスの場合はこれが ``true``。" +msgstr "``DirectionalLight2D`` のパスの場合は ``true`` 。" -#, fuzzy msgid "in vec3 **LIGHT_VERTEX**" -msgstr "\\ in vec3 **VERTEX**" +msgstr "\\ in vec3 **LIGHT_VERTEX**" -#, fuzzy msgid "Pixel position, in screen space as modified in the fragment function." -msgstr "``world_position`` は頂点関数またはフラグメント関数で使用できます。" +msgstr "フラグメント関数で変更されたスクリーン空間内のピクセル位置。" msgid "inout vec4 **LIGHT**" msgstr "\\ inout vec4 **LIGHT**" -#, fuzzy msgid "Output color for this Light." -msgstr "各ピクセルの出力色。" +msgstr "このライトの出力色。" msgid "Specular shininess, as set in the object's texture." -msgstr "" +msgstr "オブジェクトのテクスチャで設定される鏡面光沢率。" -#, fuzzy msgid "out vec4 **SHADOW_MODULATE**" -msgstr "\\ out vec4 **SHADOW_COLOR**" +msgstr "\\ out vec4 **SHADOW_MODULATE**" msgid "Multiply shadows cast at this point by this color." -msgstr "" +msgstr "投影される影に掛ける色。" -#, fuzzy msgid "SDF functions" -msgstr "関数" +msgstr "SDF関数" msgid "" "There are a few additional functions implemented to sample an automatically " "generated Signed Distance Field texture. These functions available for " "Fragment and Light functions of CanvasItem shaders." msgstr "" +"自動生成された、Signed Distance Field テクスチャをサンプリングするために実装" +"された追加関数がいくつかあります。これらの関数はCanvasItemシェーダのフラグメ" +"ント関数とライト関数で使用できます。" msgid "" "The signed distance field is generated from :ref:`class_LightOccluder2D` " @@ -612,38 +589,38 @@ msgid "" "` documentation for more " "information." msgstr "" +"Signed Distance Field は、**SDF Collision** プロパティが有効(デフォルト設定) " +"になっているシーン内に存在する :ref:`class_LightOccluder2D` ノードから生成さ" +"れます。詳細については、:ref:`2Dライトとシャドウ " +"` ドキュメントを参照してくださ" +"い。" msgid "Function" msgstr "関数" -#, fuzzy msgid "float **texture_sdf** (vec2 sdf_pos)" -msgstr "\\ float **length** ( vec_type x )" +msgstr "\\ float **texture_sdf** (vec2 sdf_pos)" -#, fuzzy msgid "Performs an SDF texture lookup." -msgstr "2Dテクスチャの読み取りを実行する" +msgstr "SDFテクスチャのルックアップを実行します。" msgid "vec2 **texture_sdf_normal** (vec2 sdf_pos)" -msgstr "" +msgstr "\\ vec2 **texture_sdf_normal** (vec2 sdf_pos)" -#, fuzzy msgid "Calculates a normal from the SDF texture." -msgstr "デフォルトの2D法線テクスチャ。" +msgstr "SDFテクスチャから法線を計算します。" msgid "vec2 **sdf_to_screen_uv** (vec2 sdf_pos)" -msgstr "" +msgstr "\\ vec2 **sdf_to_screen_uv** (vec2 sdf_pos)" msgid "Converts a SDF to screen UV." msgstr "SDFをスクリーンUVに変換します。" -#, fuzzy msgid "vec2 **screen_uv_to_sdf** (vec2 uv)" -msgstr "\\ vec3 **cross** ( vec3 a, vec3 b )" +msgstr "\\ vec2 **screen_uv_to_sdf** (vec2 uv)" -#, fuzzy msgid "Converts screen UV to a SDF." -msgstr "インデントをタブに変換" +msgstr "スクリーンUV をSDFに変換します。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 4b4611c61a..9042a79884 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Fog shaders" -msgstr "シェーダー" +msgstr "Fogシェーダー" msgid "" "Fog shaders are used to define how fog is added (or subtracted) from a scene " @@ -27,6 +26,10 @@ msgid "" "` and volumetric fog. Fog shaders only have one processing " "function, the ``fog()`` function." msgstr "" +"Fogシェーダーは特定の領域のシーンからフォグを追加 (または削除) する方法を定義" +"するために使用されます。Fogシェーダーは常に :ref:`FogVolumes " +"` およびボリューメトリックフォグと一緒に使用されます。Fog" +"シェーダーにはプロセッサー関数が1つだけあり、それは ``fog()`` 関数です。" msgid "" "The resolution of the fog shaders depends on the resolution of the " @@ -34,6 +37,9 @@ msgid "" "shader can add depends on how close the :ref:`FogVolume ` " "is to the camera." msgstr "" +"Fogシェーダーの解像度はボリューメトリックフォグの視錐台ボクセルのグリッド解像" +"度に依存します。したがってFogシェーダーが追加できるLODは、:ref:`FogVolume " +"` がカメラにどれだけ近いかによって決まります。" msgid "" "Fog shaders are a special form of compute shader that is called once for " @@ -42,29 +48,30 @@ msgid "" "just barely touch a given :ref:`FogVolume ` will still be " "used." msgstr "" +"Fogシェーダーは特別なコンピュートシェーダーで、関連する :ref:`FogVolume " +"` の軸に整列したバウンディング ボックスに触れる視錐台ボクセ" +"ルごとに 1 回呼び出されます。これは指定された :ref:`FogVolume " +"` にかろうじて触れる視錐台ボクセルが引き続き使用されることを" +"意味します。" -#, fuzzy msgid "Built-ins" msgstr "ビルトイン" -#, fuzzy msgid "" "Values marked as \"in\" are read-only. Values marked as \"out\" are for " "optional writing and will not necessarily contain sensible values. Samplers " "cannot be written to so they are not marked." msgstr "" -"\"in\"としてマークされた値は読み取り専用です。\"out\"とマークされた値はオプ" -"ションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" -"マークされた値は、適切なデフォルト値を提供し、オプションで書き込むことができ" -"ます。サンプラーは書込みの対象ではなく、マークされていません。" +"\"in\"とマークされた値は読み取り専用です。 \"out\"とマークされた値はオプショ" +"ンの書き込み用であり、必ずしも適切な値を含むとは限りません。サンプラーには書" +"き込む対象ではないためマークされません。" -#, fuzzy msgid "Global built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルビルトイン" msgid "" "Global built-ins are available everywhere, including in custom functions." -msgstr "" +msgstr "グローバルビルトインはカスタム関数を含めあらゆる場所で使用できます。" msgid "Built-in" msgstr "ビルトイン" @@ -78,85 +85,90 @@ msgstr "\\ in float **TIME**" msgid "Global time, in seconds." msgstr "秒単位のグローバル時間。" -#, fuzzy msgid "in float **PI**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **PI**" msgid "" "A ``PI`` constant (``3.141592``). A ratio of a circle's circumference to its " "diameter and amount of radians in half turn." msgstr "" +"``PI`` 円周率の定数 (``3.141592``)。円の円周とその直径の比率、および半回転の" +"ラジアン量。" -#, fuzzy msgid "in float **TAU**" -msgstr "\\ in float **DELTA**" +msgstr "\\ in float **TAU**" msgid "" "A ``TAU`` constant (``6.283185``). An equivalent of ``PI * 2`` and amount of " "radians in full turn." msgstr "" +"定数 `TAU`` は円周率の2倍 (``6.283185``)。 ``PI * 2`` と、1回転のラジアン量に" +"相当します。" -#, fuzzy msgid "in float **E**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **E**" msgid "" "A ``E`` constant (``2.718281``). Euler's number and a base of the natural " "logarithm." -msgstr "" +msgstr "定数 ``E`` は (``2.718281``)。オイラー数と自然対数の底。" -#, fuzzy msgid "Fog built-ins" -msgstr "ライト用ビルトイン" +msgstr "Fogビルトイン" msgid "" "All of the output values of fog volumes overlap one another. This allows :" "ref:`FogVolumes ` to be rendered efficiently as they can " "all be drawn at once." msgstr "" +"Fogボリュームの出力値はすべて互いに重なり合います。これにより :ref:" +"`FogVolumes ` をすべて一度に描画できるため、効率的にレンダリ" +"ングできるようになります。" -#, fuzzy msgid "in vec3 **WORLD_POSITION**" -msgstr "\\ in vec3 **VIEW**" +msgstr "\\ in vec3 **WORLD_POSITION**" msgid "Position of current froxel cell in world space." -msgstr "" +msgstr "ワールド空間における現在の視錐台ボクセルのセルの位置。" -#, fuzzy msgid "in vec3 **OBJECT_POSITION**" -msgstr "\\ in vec3 **VIEW**" +msgstr "\\ in vec3 **OBJECT_POSITION**" msgid "" "Position of the center of the current :ref:`FogVolume ` in " "world space." msgstr "" +"ワールド空間における現在の :ref:`FogVolume ` の中心の位置。" -#, fuzzy msgid "in vec3 **UVW**" -msgstr "\\ in vec3 **VIEW**" +msgstr "\\ in vec3 **UVW**" msgid "" "3-dimensional uv, used to map a 3D texture to the current :ref:`FogVolume " "`." msgstr "" +"3次元UV。3D テクスチャを現在の :ref:`FogVolume ` にマッピン" +"グするために使用されます。" -#, fuzzy msgid "in vec3 **SIZE**" -msgstr "\\ in vec3 **VIEW**" +msgstr "\\ in vec3 **SIZE**" msgid "" "Size of the current :ref:`FogVolume ` when its :ref:" "`shape` has a size." msgstr "" +":ref:`shape` にサイズがあるときの、現在の :" +"ref:`FogVolume ` のサイズ。" -#, fuzzy msgid "in vec3 **SDF**" -msgstr "\\ in vec3 **ALBEDO**" +msgstr "\\ in vec3 **SDF**" msgid "" "Signed distance field to the surface of the :ref:`FogVolume " "`. Negative if inside volume, positive otherwise." msgstr "" +":ref:`FogVolume ` の表面までのSigned Distance Field (SDF)。" +"ボリューム内にある場合はマイナス値、外にある場合はプラス値です。" msgid "out vec3 **ALBEDO**" msgstr "\\ out vec3 **ALBEDO**" @@ -165,15 +177,19 @@ msgid "" "Output base color value, interacts with light to produce final color. Only " "written to fog volume if used." msgstr "" +"基本の色を出力します。これは光と相互作用して最終的なカラーを生成します。使用" +"する場合はフォグボリュームにのみ書き込まれます。" -#, fuzzy msgid "out float **DENSITY**" -msgstr "\\ out float **DEPTH**" +msgstr "\\ out float **DENSITY**" msgid "" "Output density value. Can be negative to allow subtracting one volume from " "another. Density must be used for fog shader to write anything at all." msgstr "" +"密度の値を出力します。あるボリュームを別のボリュームから減算できるようにする" +"にはマイナスの値を指定します。Fogシェーダーで何かに書き込む際は、この密度の指" +"定は必須です。" msgid "out vec3 **EMISSION**" msgstr "\\ out vec3 **EMISSION**" @@ -182,6 +198,8 @@ msgid "" "Output emission color value, added to color during light pass to produce " "final color. Only written to fog volume if used." msgstr "" +"発光色を出力します。光の通過中にこの発光色が追加されて最終的な色が生成されま" +"す。使用した際はフォグボリュームにのみ書き込まれます。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 9af91066e0..cb1fb52c24 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index e6eb0c09d0..485cc21a0e 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,46 +18,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Particle shaders" -msgstr "パーティクルシェーダー" +msgstr "Particleシェーダー" -#, fuzzy msgid "" "Particle shaders are a special type of shader that runs before the object is " "drawn. They are used for calculating material properties such as color, " "position, and rotation. They are drawn with any regular material for " "CanvasItem or Spatial, depending on whether they are 2D or 3D." msgstr "" -"パーティクルシェーダーは、オブジェクトが描画される前に実行される特別なタイプ" -"の頂点シェーダーです。これらは、色、位置、回転などのマテリアル特性の計算に使" -"用されます。 2Dか3Dかによって、CanvasItemまたはSpatialの通常のマテリアルで描" -"画されます。" +"Particleシェーダーはオブジェクトが描画される前に実行される特別なタイプの" +"シェーダーです。これらは、色、位置、回転などのマテリアルのプロパティを計算す" +"るために使用されます。これらは2Dか3Dかに応じて、CanvasItemまたはSpatialの通常" +"のマテリアルを使用して描画されます。" -#, fuzzy msgid "" "Particle shaders are unique because they are not used to draw the object " "itself; they are used to calculate particle properties, which are then used " "by a CanvasItem or Spatial shader. They contain two processor functions: " "``start()`` and ``process()``." msgstr "" -"パーティクルシェーダーは、オブジェクト自体の描画には使用されないため、ユニー" -"クです。これらはパーティクルプロパティの計算に使用され、Spatialシェーダーの" -"CanvasItemによって使用されます。これらには、複数のプロパティを出力する頂点プ" -"ロセッサ関数のみが含まれています(以下のビルトインを参照)。" +"Particleシェーダーはオブジェクト自体を描画するためには使用されないという点で" +"ユニークです。これらはパーティクルのプロパティを計算するために使用され、その" +"後CanvasItemまたはSpatialシェーダーによって使用されます。これらには " +"``start()`` と ``process()`` という 2 つのプロセッサー関数が含まれています。" msgid "" "Unlike other shader types, particle shaders keep the data that was output " "the previous frame. Therefore, particle shaders can be used for complex " "effects that take place over multiple frames." msgstr "" +"他のシェーダータイプとは異なり、Particleシェーダーは前のフレームに出力された" +"データを保持します。したがってParticleシェーダーは複数のフレームにわたって実" +"行される複雑なエフェクトに使用できます。" -#, fuzzy msgid "" "Particle shaders are only available with GPU-based particle nodes (:ref:" "`class_GPUParticles2D` and :ref:`class_GPUParticles3D`)." msgstr "" -"パーティクルシェーダーは、GLES3バックエンドでのみ使用できます。 GLES2でパー" -"ティクルが必要な場合は、\\ :ref:`CPUParticles ` を使用し" -"ます。" +"ParticleシェーダはGPUベースのパーティクル ノード (:ref:" +"`class_GPUParticles2D` および :ref:`class_GPUParticles3D`) でのみ使用できま" +"す。" msgid "" "CPU-based particle nodes (:ref:`class_CPUParticles2D` and :ref:" @@ -65,6 +65,10 @@ msgid "" "custom CanvasItem or Spatial shaders), but their motion is *simulated* on " "the CPU." msgstr "" +"CPUベースのパーティクルノード (:ref:`class_CPUParticles2D` および :ref:" +"`class_CPUParticles3D`) は、GPU上で *レンダリング* されます (つまりカスタム" +"CanvasItemまたはSpatialシェーダーを使用できる) が、その動きは CPU 上で *シ" +"ミュレート* されます。" msgid "Render modes" msgstr "レンダリングモード" @@ -85,7 +89,7 @@ msgid "**disable_force**" msgstr "\\ **disable_force**" msgid "Disable attractor force." -msgstr "" +msgstr "アトラクターの力を無効にします。" msgid "**disable_velocity**" msgstr "\\ **disable_velocity**" @@ -93,15 +97,12 @@ msgstr "\\ **disable_velocity**" msgid "Ignore **VELOCITY** value." msgstr "**VELOCITY** 値を無視します。" -#, fuzzy msgid "**collision_use_scale**" -msgstr "\\ collision_layer" +msgstr "\\ **collision_use_scale**" -#, fuzzy msgid "Scale the particle's size for collisions." -msgstr "コリジョン(衝突/当り判定)の準備" +msgstr "コリジョンにパーティクルサイズを適用します。" -#, fuzzy msgid "Built-ins" msgstr "ビルトイン" @@ -111,17 +112,16 @@ msgid "" "marked as \"inout\" provide a sensible default value, and can optionally be " "written to. Samplers are not subjects of writing and they are not marked." msgstr "" -"\"in\"としてマークされた値は読み取り専用です。\"out\"とマークされた値はオプ" -"ションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" -"マークされた値は、適切なデフォルト値を提供し、オプションで書き込むことができ" -"ます。サンプラーは書込みの対象ではなく、マークされていません。" +"\"in\"としてマークされた変数は読み取り専用です。\"out\"とマークされた変数はオ" +"プションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" +"マークされた変数は、適切なデフォルト値を提供し、オプションで書き込むことがで" +"きます。サンプラーは書込みの対象ではなく、マークされていません。" -#, fuzzy msgid "Global built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルビルトイン" msgid "Global built-ins are available everywhere, including custom functions." -msgstr "" +msgstr "グローバルビルトインは、カスタム関数を含め、どこでも使用できます。" msgid "Built-in" msgstr "ビルトイン" @@ -132,44 +132,43 @@ msgstr "\\ in float **TIME**" msgid "Global time, in seconds." msgstr "秒単位のグローバル時間。" -#, fuzzy msgid "in float **PI**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **PI**" msgid "" "A ``PI`` constant (``3.141592``). A ration of circle's circumference to its " "diameter and amount of radians in half turn." msgstr "" +"定数 ``PI`` は円周率 (``3.141592``)。円の円周と直径の比率と、半回転のラジアン" +"量です。" -#, fuzzy msgid "in float **TAU**" -msgstr "\\ in float **DELTA**" +msgstr "\\ in float **TAU**" msgid "" "A ``TAU`` constant (``6.283185``). An equivalent of ``PI * 2`` and amount of " "radians in full turn." msgstr "" +"定数 `TAU`` は円周率の2倍 (``6.283185``)。 ``PI * 2`` と、1回転のラジアン量に" +"相当します。" -#, fuzzy msgid "in float **E**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **E**" msgid "" "A ``E`` constant (``2.718281``). Euler's number and a base of the natural " "logarithm." -msgstr "" +msgstr "定数 ``E`` は (``2.718281``)。オイラー数と自然対数の底。" -#, fuzzy msgid "Start and Process built-ins" -msgstr "頂点用ビルトイン" +msgstr "start()とprocess()のビルトイン" -#, fuzzy msgid "" "These properties can be accessed from both the ``start()`` and ``process()`` " "functions." msgstr "" -"次に、\\ ``vertex`` 関数をセットアップします。パーティクルシェーダーには頂点" -"関数のみが含まれ、その他は含まれません。" +"これらのプロパティは ``start()`` 関数と ``process()`` 関数の両方からアクセス" +"できます。" msgid "Function" msgstr "関数" @@ -184,7 +183,7 @@ msgid "in float **DELTA**" msgstr "\\ in float **DELTA**" msgid "Delta process time." -msgstr "デルタプロセス時間。" +msgstr "デルタ時間。" msgid "in uint **NUMBER**" msgstr "\\ in uint **NUMBER**" @@ -192,9 +191,8 @@ msgstr "\\ in uint **NUMBER**" msgid "Unique number since emission start." msgstr "放出開始以降のユニークな番号。" -#, fuzzy msgid "in uint **INDEX**" -msgstr "\\ in int **INDEX**" +msgstr "\\ in uint **INDEX**" msgid "Particle index (from total particles)." msgstr "パーティクル インデックス(パーティクル全体から)。" @@ -214,29 +212,31 @@ msgstr "乱数のベースとして使用される乱数シード。" msgid "inout bool **ACTIVE**" msgstr "\\ inout bool **ACTIVE**" -#, fuzzy msgid "``true`` when the particle is active, can be set ``false``." msgstr "" -"パーティクルがアクティブな場合は ``true`` を ``false`` に設定できます。" +"パーティクルがアクティブな場合は ``true`` 。更新中に ``false`` に設定できま" +"す。" msgid "inout vec4 **COLOR**" msgstr "\\ inout vec4 **COLOR**" msgid "" "Particle color, can be written to and accessed in mesh's vertex function." -msgstr "パーティクルの色。メッシュの頂点関数に書き込み、アクセスできます。" +msgstr "" +"パーティクルの色。書き込むことができ、メッシュのシェーダーからアクセスされま" +"す。" msgid "inout vec3 **VELOCITY**" msgstr "\\ inout vec3 **VELOCITY**" msgid "Particle velocity, can be modified." -msgstr "パーティクルの速度は変更できます。" +msgstr "パーティクルの速度。更新中に変更できます。" msgid "inout mat4 **TRANSFORM**" msgstr "\\ inout mat4 **TRANSFORM**" msgid "Particle transform." -msgstr "パーティクルの変換。" +msgstr "パーティクルのトランスフォーム。" msgid "inout vec4 **CUSTOM**" msgstr "\\ inout vec4 **CUSTOM**" @@ -247,205 +247,210 @@ msgstr "" "カスタムパーティクルデータ。メッシュのシェーダーから **INSTANCE_CUSTOM** とし" "てアクセス可能。" -#, fuzzy msgid "inout float **MASS**" -msgstr "\\ out float **MASS**" +msgstr "\\ inout float **MASS**" msgid "" "Particle mass, intended to be used with attractors. Equals ``1.0`` by " "default." msgstr "" +"パーティクルの質量。アトラクターの処理で使用されることを意図しています。デ" +"フォルトは ``1.0`` 。" -#, fuzzy msgid "in vec4 **USERDATAX**" -msgstr "\\ in vec3 **VERTEX**" +msgstr "\\in vec4 **USERDATAX**" msgid "" "Vector that enables the integration of supplementary user-defined data into " "the particle process shader. ``USERDATAX`` are six built-ins identified by " "number, ``X`` can be numbers between 1 and 6." msgstr "" +"補足的なユーザー定義データをParticleシェーダーに統合できるようにするベクト" +"ル。 ``USERDATAX`` は番号で識別される 6 つのビルトインであり、``X`` には 1 か" +"ら 6 までの番号を指定できます。" -#, fuzzy msgid "in uint **FLAG_EMIT_POSITION**" -msgstr "\\ in uint **RANDOM_SEED**" +msgstr "\\ in uint **FLAG_EMIT_POSITION**" msgid "" "A flag for using on the last argument of ``emit_subparticle`` function to " "assign a position to a new particle's transform." msgstr "" +"``emit_subparticle`` 関数の最後の引数で使用するフラグ。新しいパーティクルのト" +"ランスフォームの位置を設定します。" -#, fuzzy msgid "in uint **FLAG_EMIT_ROT_SCALE**" -msgstr "\\ in uint **RANDOM_SEED**" +msgstr "\\ in uint **FLAG_EMIT_ROT_SCALE**" msgid "" "A flag for using on the last argument of ``emit_subparticle`` function to " "assign the rotation and scale to a new particle's transform." msgstr "" +"``emit_subparticle`` 関数の最後の引数で使用するフラグ。新しいパーティクルのト" +"ランスフォームの回転とスケールを設定します。" -#, fuzzy msgid "in uint **FLAG_EMIT_VELOCITY**" -msgstr "\\ inout vec3 **VELOCITY**" +msgstr "\\ in uint **FLAG_EMIT_VELOCITY**" msgid "" "A flag for using on the last argument of ``emit_subparticle`` function to " "assign a velocity to a new particle." msgstr "" +"``emit_subparticle`` 関数の最後の引数で使用するフラグ。新しいパーティクルの速" +"度を設定します。" -#, fuzzy msgid "in uint **FLAG_EMIT_COLOR**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in uint **FLAG_EMIT_COLOR**" msgid "" "A flag for using on the last argument of ``emit_subparticle`` function to " "assign a color to a new particle." msgstr "" +"``emit_subparticle`` 関数の最後の引数で使用するフラグ。新しいパーティクルの色" +"を設定します。" -#, fuzzy msgid "in uint **FLAG_EMIT_CUSTOM**" -msgstr "\\ in uint **RANDOM_SEED**" +msgstr "\\ in uint **FLAG_EMIT_CUSTOM**" msgid "" "A flag for using on the last argument of ``emit_subparticle`` function to " "assign a custom data vector to a new particle." msgstr "" +"``emit_subparticle`` 関数の最後の引数で使用するフラグ。新しいパーティクルのカ" +"スタムデータベクトルを設定します。" -#, fuzzy msgid "in vec3 **EMITTER_VELOCITY**" -msgstr "\\ inout vec3 **VELOCITY**" +msgstr "\\ in vec3 **EMITTER_VELOCITY**" -#, fuzzy msgid "Velocity of the Particles node." -msgstr "*Main* ノードに接続する。" +msgstr "パーティクルノードの速度。" -#, fuzzy msgid "in float **INTERPOLATE_TO_END**" -msgstr "\\ in vec3 **ATTENUATION**" +msgstr "\\ in float **INTERPOLATE_TO_END**" msgid "Value of ``interp_to_end`` property of Particles node." -msgstr "" +msgstr "パーティクルノードの ``interp_to_end`` プロパティの値。" -#, fuzzy msgid "in uint **AMOUNT_RATIO**" -msgstr "\\ in uint **RANDOM_SEED**" +msgstr "\\ in uint **AMOUNT_RATIO**" msgid "Value of ``amount_ratio`` property of Particles node." -msgstr "" +msgstr "パーティクルノードの ``amount_ratio`` プロパティの値。" -#, fuzzy msgid "" "In order to use the ``COLOR`` variable in a StandardMaterial3D, set " "``vertex_color_use_as_albedo`` to ``true``. In a ShaderMaterial, access it " "with the ``COLOR`` variable." msgstr "" -"SpatialMaterialで ``COLOR`` 変数を使用するには、\\ ``use_vertex_as_albedo`` " -"を ``true`` に設定します。 ShaderMaterialで、\\ ``COLOR`` 変数を使用してアク" -"セスします。" +"StandardMaterial3D で ``COLOR`` 変数を使用するには、 " +"``vertex_color_use_as_albedo`` を ``true`` に設定します。 ShaderMaterial で" +"は ``COLOR`` 変数を使用してアクセスします。" -#, fuzzy msgid "Start built-ins" -msgstr "頂点用ビルトイン" +msgstr "start()のビルトイン" -#, fuzzy msgid "in bool **RESTART_POSITION**" -msgstr "\\ in bool **RESTART**" +msgstr "\\ in bool **RESTART_POSITION**" msgid "" "``true`` if particle is restarted, or emitted without a custom position (i." "e. this particle was created by ``emit_subparticle()`` without the " "``FLAG_EMIT_POSITION`` flag)." msgstr "" +"``true``のとき、パーティクルが再起動された、またはカスタムの位置が設定されず" +"に放出された (つまりこのパーティクルが ``FLAG_EMIT_POSITION`` フラグなしで " +"``emit_subparticle()`` によって作成された)。" -#, fuzzy msgid "in bool **RESTART_ROT_SCALE**" -msgstr "\\ in bool **RESTART**" +msgstr "\\ in bool **RESTART_ROT_SCALE**" msgid "" "``true`` if particle is restarted, or emitted without a custom rotation or " "scale (i.e. this particle was created by ``emit_subparticle()`` without the " "``FLAG_EMIT_ROT_SCALE`` flag)." msgstr "" +"``true``のとき、パーティクルが再起動された、またはカスタムの回転とスケールが" +"設定されずに放出された (つまりこのパーティクルが ``FLAG_EMIT_ROT_SCALE`` フラ" +"グなしで ``emit_subparticle()`` によって作成された)。" -#, fuzzy msgid "in bool **RESTART_VELOCITY**" -msgstr "\\ in bool **RESTART**" +msgstr "\\ in bool **RESTART_VELOCITY**" msgid "" "``true`` if particle is restarted, or emitted without a custom velocity (i." "e. this particle was created by ``emit_subparticle()`` without the " "``FLAG_EMIT_VELOCITY`` flag)." msgstr "" +"``true``のとき、パーティクルが再起動された、またはカスタムの速度が設定されず" +"に放出された (つまりこのパーティクルが ``FLAG_EMIT_VELOCITY`` フラグなしで " +"``emit_subparticle()`` によって作成された)。" -#, fuzzy msgid "in bool **RESTART_COLOR**" -msgstr "\\ in bool **RESTART**" +msgstr "\\ in bool **RESTART_COLOR**" msgid "" "``true`` if particle is restarted, or emitted without a custom color (i.e. " "this particle was created by ``emit_subparticle()`` without the " "``FLAG_EMIT_COLOR`` flag)." msgstr "" +"``true``のとき、パーティクルが再起動された、またはカスタムの色が設定されずに" +"放出された (つまりこのパーティクルが ``FLAG_EMIT_COLOR`` フラグなしで " +"``emit_subparticle()`` によって作成された)。" -#, fuzzy msgid "in bool **RESTART_CUSTOM**" -msgstr "\\ in bool **RESTART**" +msgstr "\\ in bool **RESTART_CUSTOM**" msgid "" "``true`` if particle is restarted, or emitted without a custom property (i." "e. this particle was created by ``emit_subparticle()`` without the " "``FLAG_EMIT_CUSTOM`` flag)." msgstr "" +"``true``のとき、パーティクルが再起動された、またはカスタムのプロパティが設定" +"されずに放出された (つまりこのパーティクルが ``FLAG_EMIT_CUSTOM`` フラグなし" +"で ``emit_subparticle()`` によって作成された)。" -#, fuzzy msgid "Process built-ins" -msgstr "頂点用ビルトイン" +msgstr "process()のビルトイン" msgid "in bool **RESTART**" msgstr "\\ in bool **RESTART**" -#, fuzzy msgid "``true`` if the current process frame is first for the particle." -msgstr "現在の面が前面(面の法線がこちらを向いている)の場合は ``true``。" +msgstr "現在のプロセスフレームがパーティクルの初回であるときは ``true`` 。" -#, fuzzy msgid "in bool **COLLIDED**" -msgstr "\\ inout bool **ACTIVE**" +msgstr "\\ in bool **COLLIDED**" -#, fuzzy msgid "``true`` when the particle has collided with a particle collider." -msgstr "" -"パーティクルを再起動する必要がある(ライフサイクルが繰り返される)場合は " -"``true``\\ 。" +msgstr "パーティクルがパーティクルコライダーと衝突した時は ``true`` 。" -#, fuzzy msgid "in vec3 **COLLISION_NORMAL**" -msgstr "\\ in vec3 **NORMAL**" +msgstr "\\ in vec3 **COLLISION_NORMAL**" msgid "" "A normal of the last collision. If there is no collision detected it is " "equal to ``vec3(0.0)``." msgstr "" +"最後の衝突時の法線ベクトル。衝突が検出されていない場合 ``vec3(0.0)`` になりま" +"す。" -#, fuzzy msgid "in float **COLLISION_DEPTH**" -msgstr "\\ inout float ** NORMALMAP_DEPTH **" +msgstr "\\ in float **COLLISION_DEPTH**" msgid "" "A length of normal of the last collision. If there is no collision detected " "it is equal to ``0.0``." msgstr "" +"最後の衝突時の法線の長さ。衝突が検出されていない場合 ``0.0`` になります。" -#, fuzzy msgid "in vec3 **ATTRACTOR_FORCE**" -msgstr "\\ in vec3 **ATTENUATION**" +msgstr "\\ in vec3 **ATTRACTOR_FORCE**" msgid "A combined force of the attractors at the moment on that particle." -msgstr "" +msgstr "パーティクルに対するその時点でのアトラクターの合成された力。" -#, fuzzy msgid "Process functions" -msgstr "プロセッサー関数" +msgstr "process()で使える関数" msgid "" "``emit_subparticle`` is currently the only custom function supported by " @@ -455,14 +460,22 @@ msgid "" "code will emit a particle with a specified position, velocity, and color, " "but unspecified rotation, scale, and custom value:" msgstr "" +"``emit_subparticle`` は現在Particleシェーダでサポートされている唯一のカスタム" +"関数です。これを使うとユーザーはサブエミッターから指定されたパラメーターを持" +"つ新しいパーティクルを追加できます。新しく作成されたパーティクルは、 " +"``flags`` パラメーターと対応するプロパティのみが設定されます。たとえば次の" +"コードは、指定された位置と速度と色を持つパーティクルを放出しますが、回転とス" +"ケールとカスタム値は設定されません。" msgid "" "bool **emit_subparticle** (mat4 xform, vec3 velocity, vec4 color, vec4 " "custom, uint flags)" msgstr "" +"\\ bool **emit_subparticle** (mat4 xform, vec3 velocity, vec4 color, vec4 " +"custom, uint flags)" msgid "Emits a particle from a sub-emitter." -msgstr "" +msgstr "サブエミッターからパーティクルを放出します。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index e4ec97ae54..8dba474bd2 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,12 +17,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Shader preprocessor" -msgstr "頂点プロセッサー" +msgstr "シェーダープリプロセッサー" msgid "Why use a shader preprocessor?" -msgstr "" +msgstr "シェーダープリプロセッサーを使用する理由?" msgid "" "In programming languages, a *preprocessor* allows changing the code before " @@ -33,12 +32,21 @@ msgid "" "shader language (such as ``if`` or ``for``), but a special kind of token " "within the language." msgstr "" +"プログラミング言語では、 *プリプロセッサー* を使用すると、コンパイラーがコー" +"ドを読み取る前にコードを変更できます。コンパイラとは異なり、プリプロセッサー" +"は前処理されたコードの構文が有効かどうかを気にしません。プリプロセッサーは常" +"に *ディレクティブ* で指示されたことを実行します。ディレクティブはハッシュ記" +"号 (``#``) で始まるステートメントです。これはシェーダー言語の *キーワード* " +"(``if`` や ``for`` など) ではなく、言語内の特別な種類のトークンです。" msgid "" "From Godot 4.0 onwards, you can use a shader preprocessor within text-based " "shaders. The syntax is similar to what most GLSL shader compilers support " "(which in turn is similar to the C/C++ preprocessor)." msgstr "" +"Godot 4.0 以降ではテキストベースのシェーダー内でシェーダープリプロセッサーを" +"使用できます。構文はほとんどのGLSLシェーダーコンパイラーがサポートするものと" +"似ています (つまりC/C++プリプロセッサーのものと似ています)。" msgid "" "The shader preprocessor is not available in :ref:`visual shaders " @@ -48,30 +56,41 @@ msgid "" "conversion is a one-way operation; text shaders cannot be converted back to " "visual shaders." msgstr "" +"シェーダープリプロセッサーは、:ref:`ビジュアルシェーダー " +"` では使用できません。ビジュアルシェーダーにプリプロセッ" +"サーステートメントを導入する必要がある場合は、VisualShaderのインスペクターの" +"リソースのドロップダウンにある **Convert to Shader** オプションを使用して、テ" +"キストベースのシェーダーに変換できます。この変換は一方向の操作です。テキスト" +"シェーダーをビジュアルシェーダーに戻すことはできません。" -#, fuzzy msgid "Directives" -msgstr "データディレクトリ" +msgstr "ディレクティブ" -#, fuzzy msgid "General syntax" -msgstr "一般的な定義" +msgstr "一般的な構文" msgid "" "Preprocessor directives do not use brackets (``{}``), but can use " "parentheses." msgstr "" +"プリプロセッサー構文は大括弧 (``{}``) は使用できませんが、普通の括弧は使用す" +"ることはできます。" msgid "" "Preprocessor directives **never** end with semicolons (with the exception of " "``#define``, where this is allowed but potentially dangerous)." msgstr "" +"プリプロセッサー構文は **決して** セミコロンで終わりません (``#define`` では" +"使えますが潜在的に危険です)。" msgid "" "Preprocessor directives can span several lines by ending each line with a " "backslash (``\\``). The first line break *not* featuring a backslash will " "end the preprocessor statement." msgstr "" +"プリプロセッサー構文は各行をバックスラッシュ (\\) で終了することにより、複数" +"の行にまたがることができます。バックスラッシュを含まない最初の改行により、プ" +"リプロセッサー構文は終了します。" msgid "#define" msgstr "" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 3f2ed58ae7..afc26d5db1 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,15 +32,14 @@ msgstr "" "型と関数がサポートされており、残りのいくつかのデータ型は今後追加される可能性" "があります。" -#, fuzzy msgid "" "If you are already familiar with GLSL, the :ref:`Godot Shader Migration " "Guide` is a resource that will help " "you transition from regular GLSL to Godot's shading language." msgstr "" -"既にGLSLに精通している場合、\\ :ref:`Godot Shader Migration " -"Guide` は、通常のGLSLからGodotの" -"シェーディング言語への移行を支援するリソースです。" +"既にGLSLに精通している場合は、:ref:`Godot Shader Migration " +"Guide` が、通常の GLSL からGodotの" +"シェーディング言語への移行に役立つ資料です。" msgid "Data types" msgstr "データ型" @@ -136,48 +135,44 @@ msgstr "符号なし整数の4要素ベクトル。" msgid "**float**" msgstr "\\ **float**" -#, fuzzy msgid "Floating-point scalar." -msgstr "浮動小数点スカラー。" +msgstr "浮動小数点のスカラー。" msgid "**vec2**" msgstr "\\ **vec2**" -#, fuzzy msgid "Two-component vector of floating-point values." -msgstr "浮動小数点値の2要素ベクトル。" +msgstr "浮動小数点の2要素ベクトル。" msgid "**vec3**" msgstr "\\ **vec3**" -#, fuzzy msgid "Three-component vector of floating-point values." -msgstr "浮動小数点値の3要素ベクトル。" +msgstr "浮動小数点の3要素ベクトル。" msgid "**vec4**" msgstr "\\ **vec4**" -#, fuzzy msgid "Four-component vector of floating-point values." -msgstr "浮動小数点値の4要素ベクトル。" +msgstr "浮動小数点の4要素ベクトル。" msgid "**mat2**" msgstr "\\ **mat2**" msgid "2x2 matrix, in column major order." -msgstr "列優先順の2x2マトリックス。" +msgstr "列優先順の2x2行列。" msgid "**mat3**" msgstr "\\ **mat3**" msgid "3x3 matrix, in column major order." -msgstr "列優先順の3x3マトリックス。" +msgstr "列優先順の3x3行列。" msgid "**mat4**" msgstr "\\ **mat4**" msgid "4x4 matrix, in column major order." -msgstr "列優先順の4x4マトリックス。" +msgstr "列優先順の4x4行列。" msgid "**sampler2D**" msgstr "\\ **sampler2D**" @@ -191,8 +186,7 @@ msgstr "\\ **isampler2D**" msgid "Sampler type for binding 2D textures, which are read as signed integer." msgstr "" -"符号付き整数として読み取られる2Dテクスチャをバインドするためのサンプラータイ" -"プ。" +"intとして読み取られる2Dテクスチャをバインドするためのサンプラータイプ。" msgid "**usampler2D**" msgstr "\\ **usampler2D**" @@ -200,8 +194,7 @@ msgstr "\\ **usampler2D**" msgid "" "Sampler type for binding 2D textures, which are read as unsigned integer." msgstr "" -"符号なし整数として読み取られる2Dテクスチャをバインドするためのサンプラータイ" -"プ。" +"uintとして読み取られる2Dテクスチャをバインドするためのサンプラータイプ。" msgid "**sampler2DArray**" msgstr "\\ **sampler2DArray**" @@ -216,8 +209,7 @@ msgstr "\\ **isampler2DArray**" msgid "" "Sampler type for binding 2D texture arrays, which are read as signed integer." msgstr "" -"符号付き整数として読み取られる2Dテクスチャ配列をバインドするためのサンプラー" -"タイプ。" +"intとして読み取られる2Dテクスチャ配列をバインドするためのサンプラータイプ。" msgid "**usampler2DArray**" msgstr "\\ **usampler2DArray**" @@ -226,8 +218,7 @@ msgid "" "Sampler type for binding 2D texture arrays, which are read as unsigned " "integer." msgstr "" -"符号なし整数として読み取られる2Dテクスチャ配列をバインドするためのサンプラー" -"タイプ。" +"uintとして読み取られる2Dテクスチャ配列をバインドするためのサンプラータイプ。" msgid "**sampler3D**" msgstr "\\ **sampler3D**" @@ -241,8 +232,7 @@ msgstr "\\ **isampler3D**" msgid "Sampler type for binding 3D textures, which are read as signed integer." msgstr "" -"符号付き整数として読み取られる3Dテクスチャをバインドするためのサンプラータイ" -"プ。" +"intとして読み取られる3Dテクスチャをバインドするためのサンプラータイプ。" msgid "**usampler3D**" msgstr "\\ **usampler3D**" @@ -250,25 +240,23 @@ msgstr "\\ **usampler3D**" msgid "" "Sampler type for binding 3D textures, which are read as unsigned integer." msgstr "" -"符号なし整数として読み取られる3Dテクスチャをバインドするためのサンプラータイ" -"プ。" +"uintとして読み取られる3Dテクスチャをバインドするためのサンプラータイプ。" msgid "**samplerCube**" msgstr "\\ **samplerCube**" -#, fuzzy msgid "Sampler type for binding Cubemaps, which are read as float." msgstr "" -"Cubemapsをバインドするためのサンプラータイプ。floatとして読み込まれます。" +"キューブマップテクスチャをバインドするためのサンプラータイプ。floatとして読み" +"込まれます。" -#, fuzzy msgid "**samplerCubeArray**" -msgstr "\\ **samplerCube**" +msgstr "\\ **samplerCubeArray**" -#, fuzzy msgid "Sampler type for binding Cubemap arrays, which are read as float." msgstr "" -"Cubemapsをバインドするためのサンプラータイプ。floatとして読み込まれます。" +"キューブマップテクスチャ配列をバインドするためのサンプラータイプ。floatとして" +"読み込まれます。" msgid "Casting" msgstr "キャスト" @@ -305,13 +293,12 @@ msgstr "" "バーを介してアクセスします。あるいは、\"r\"、\"g\"、\"b\" および \"a\" を使用" "しても機能し、同等です。ニーズに最適なものを使用してください。" -#, fuzzy msgid "" "For matrices, use the ``m[column][row]`` indexing syntax to access each " "scalar, or ``m[idx]`` to access a vector by row index. For example, for " "accessing the y position of an object in a mat4 you use ``m[3][1]``." msgstr "" -"行列の場合、\\ ``m[row][column]`` インデックス構文を使用して各スカラーにアク" +"行列の場合、\\ ``m[column][row]`` インデックス構文を使用して各スカラーにアク" "セスするか、\\ ``m[idx]`` を使用して行インデックスでベクトルにアクセスしま" "す。たとえば、mat4のオブジェクトのy位置にアクセスするには、\\ ``m[3][1]`` を" "使用します。" @@ -335,18 +322,17 @@ msgid "" "Matrices can also be built from a matrix of another dimension. There are two " "rules:" msgstr "" +"行列は別の次元の行列からも構築することもできます。ルールは 2 つあります:" -#, fuzzy msgid "" "1. If a larger matrix is constructed from a smaller matrix, the additional " "rows and columns are set to the values they would have in an identity " "matrix. 2. If a smaller matrix is constructed from a larger matrix, the top, " "left submatrix of the larger matrix is used." msgstr "" -"行列は、別の次元の行列から構築することもできます。次の2つのルールがあります。" -"小さいマトリックスから大きいマトリックスを作成する場合、追加の行と列は単位マ" -"トリックスの値に設定されます。小さいマトリックスが大きいマトリックスから構築" -"される場合、大きいマトリックスの左上のサブマトリックスが使用されます。" +"1. 小さな行列から、より大きな行列が構築される場合、追加の行と列は単位行列に含" +"まれる値に設定されます。 2. 大きな行列から、より小さな行列が構築される場合、" +"大きな行列の左上の部分行列が使用されます。" msgid "Swizzling" msgstr "\\ Swizzling" @@ -379,7 +365,6 @@ msgstr "" "す)。これは、頂点プロセッサ関数ではほとんど必要ありません(ほとんどの場合、完" "全な精度が必要です)が、フラグメントプロセッサではしばしば有用です。" -#, fuzzy msgid "" "Some architectures (mainly mobile) can benefit significantly from this, but " "there are downsides such as the additional overhead of conversion between " @@ -388,34 +373,29 @@ msgid "" "unexpected behavior and it is best to avoid specifying precision unless " "necessary." msgstr "" -"一部のアーキテクチャ(主にモバイル)はこれにより多くのメリットを得られますが、" -"制限されていることにも注意してください(精度間の変換にはコストがかかります)。" -"詳細については、ターゲットアーキテクチャの関連ドキュメントを参照してくださ" -"い。正直なところ、モバイルドライバーはバグが多いため、トラブルを避けるため" -"に、\\ *本当に*\\ 必要がない限り、精度を指定せずに単純なシェーダーを作成しま" -"す。" +"一部のアーキテクチャ (主にモバイル) では、これによって大きなメリットが得られ" +"ますが、精度間の変換による追加のオーバーヘッドなどの欠点もあります。詳細につ" +"いては、ターゲットアーキテクチャのドキュメントを参照してください。多くの場" +"合、モバイル環境のドライバーは一貫性のない動作や予期しない動作を引き起こすた" +"め、必要な場合を除いて精度を指定しないことをお勧めします。" msgid "Arrays" msgstr "配列" -#, fuzzy msgid "Arrays are containers for multiple variables of a similar type." -msgstr "" -"配列は、類似したタイプの複数の変数のコンテナです。注: Godot 3.2では、ローカル" -"配列と可変配列のみが実装されています。" +msgstr "配列は複数の同じ型の変数のコンテナです。" msgid "Local arrays" msgstr "ローカル配列" -#, fuzzy msgid "" "Local arrays are declared in functions. They can use all of the allowed " "datatypes, except samplers. The array declaration follows a C-style syntax: " "``[const] + [precision] + typename + identifier + [array size]``." msgstr "" -"ローカル配列は関数で宣言されます。サンプラーを除くすべての許可されたデータ型" -"を使用できます。配列宣言は、Cスタイルの構文 ``typename + identifier + [array " -"size]`` に従います。" +"ローカル配列は関数内で宣言されます。サンプラーを除くすべての許可されたデータ" +"型を使用できます。配列宣言は、Cスタイルの構文 ``[const] + [precision] + " +"typename + identifier + [array size]`` に従います。" msgid "They can be initialized at the beginning like:" msgstr "これらは、最初のように初期化することができます:" @@ -436,7 +416,6 @@ msgstr "" "配列には組み込み関数 ``.length()`` もあります(組み込みの ``length()`` 関数と" "混同しないでください)。パラメーターを受け入れず、配列のサイズを返します。" -#, fuzzy msgid "" "If you use an index either below 0 or greater than array size - the shader " "will crash and break rendering. To prevent this, use ``length()``, ``if``, " @@ -445,24 +424,25 @@ msgid "" "expression or a number, the editor will check its bounds to prevent this " "crash." msgstr "" -"注: 0未満または配列サイズより大きいインデックスを使用すると、シェーダーがク" -"ラッシュしてレンダリングが中断します。これを防ぐには、\\ ``length()``\\ 、\\ " +"0未満または配列サイズより大きいインデックスを使用すると、シェーダーがクラッ" +"シュしてレンダリングが中断します。これを防ぐには、\\ ``length()``\\ 、\\ " "``if`` または ``clamp()`` 関数を使用して、インデックスが0と配列の長さの間にあ" "ることを確認してください。コードは常に慎重にテストおよびチェックしてくださ" "い。定数式または単純な数値を渡すと、エディタはその境界をチェックしてこのク" "ラッシュを防ぎます。" -#, fuzzy msgid "Global arrays" -msgstr "ローカル配列" +msgstr "グローバル配列" msgid "You can declare arrays at global space like:" -msgstr "" +msgstr "次のようにグローバルスコープで配列を宣言できます:" msgid "" "Global arrays have to be declared as global constants, otherwise they can be " "declared the same as local arrays." msgstr "" +"グローバル配列はグローバル定数として宣言する必要があります。それ以外の場合は" +"ローカル配列と同じように宣言できます。" msgid "Constants" msgstr "定数" @@ -507,36 +487,43 @@ msgid "" "after the decimal part or by using the scientific notation. The optional " "``f`` post-suffix is also supported." msgstr "" +"``float`` 型の定数は整数部の後に ``.`` 表記を使用するか科学表記法を使用して初" +"期化する必要があります。オプションの ``f`` 後置接尾語もサポートされています。" msgid "" "Constants of the ``uint`` (unsigned int) type must have a ``u`` suffix to " "differentiate them from signed integers. Alternatively, this can be done by " "using the ``uint(x)`` built-in conversion function." msgstr "" +"``uint`` (unsigned int) 型の定数には、 ``int`` (signed int) 型と区別するため" +"に ``u`` 接尾辞が必要です。もしくは組み込み変換関数 ``uint(x)`` を使用するこ" +"ともできます。" -#, fuzzy msgid "Structs" -msgstr "定数" +msgstr "構造体" msgid "" "Structs are compound types which can be used for better abstraction of " "shader code. You can declare them at the global scope like:" msgstr "" +"構造体はシェーダーコードをより適切に抽象化するために使用できる複合型です。次" +"のようにグローバルスコープで宣言できます。" msgid "After declaration, you can instantiate and initialize them like:" -msgstr "" +msgstr "宣言後、次のようにインスタンス化して初期化できます。" msgid "Or use struct constructor for same purpose:" -msgstr "" +msgstr "また、同じ目的で構造体のコンストラクタを使用できます。" msgid "" "Structs may contain other struct or array, you can also instance them as " "global constant:" msgstr "" +"構造体には他の構造体や配列を含めることができ、それらをグローバル定数としてイ" +"ンスタンス化することもできます。" -#, fuzzy msgid "You can also pass them to functions:" -msgstr "コードで同じ結果を得ることができます:" +msgstr "構造体のインスタンスを関数へ渡すこともできます。" msgid "Operators" msgstr "オペレーター" @@ -623,9 +610,8 @@ msgstr "**==、!=**" msgid "8" msgstr "\\ 8" -#, fuzzy msgid "bit-wise AND" -msgstr "ビットAND" +msgstr "ビット単位のAND" msgid "**&**" msgstr "\\ **&**" @@ -633,9 +619,8 @@ msgstr "\\ **&**" msgid "9" msgstr "\\ 9" -#, fuzzy msgid "bit-wise exclusive OR" -msgstr "ビット単位の排他的論理和(xor)" +msgstr "ビット単位の排他的OR" msgid "**^**" msgstr "\\ **^**" @@ -643,9 +628,8 @@ msgstr "\\ **^**" msgid "10" msgstr "10" -#, fuzzy msgid "bit-wise inclusive OR" -msgstr "ビット単位の論理和(or)" +msgstr "ビット単位の包括的OR" msgid "**|**" msgstr "\\ **|**" @@ -653,9 +637,8 @@ msgstr "\\ **|**" msgid "11" msgstr "\\ 11" -#, fuzzy msgid "logical AND" -msgstr "論理積" +msgstr "論理AND" msgid "**&&**" msgstr "\\ **&&**" @@ -663,9 +646,8 @@ msgstr "\\ **&&**" msgid "12 (lowest)" msgstr "12 (最低)" -#, fuzzy msgid "logical inclusive OR" -msgstr "論理和" +msgstr "論理OR" msgid "**||**" msgstr "\\ **||**" @@ -677,15 +659,14 @@ msgid "Godot Shading language supports the most common types of flow control:" msgstr "" "Godotシェーディング言語は、最も一般的なタイプの構文制御をサポートしています:" -#, fuzzy msgid "" "Keep in mind that in modern GPUs, an infinite loop can exist and can freeze " "your application (including editor). Godot can't protect you from this, so " "be careful not to make this mistake!" msgstr "" -"最新のGPUでは、無限ループが存在し、アプリケーション(エディタを含む)がフリーズ" -"する可能性があることに注意してください。 Godotはこれからあなたを守ることはで" -"きないので、この間違いをしないように注意してください!" +"最近のGPUでは無限ループが存在すると、アプリケーション(エディタを含む)がフリー" +"ズする可能性があることに注意してください。 Godotはこれを防ぐことはできないの" +"で、この間違いをしないように注意してください!" msgid "" "Also, when comparing floating-point values against a number, make sure to " @@ -739,6 +720,12 @@ msgid "" "more expensive to render compared to not rendering any object in the first " "place." msgstr "" +"``discard`` を使用すると、シェーダを使用するサーフェス上で深度プリパスが有効" +"にならなくなるため、使用するとパフォーマンスが低下することに注意してくださ" +"い。また、破棄されたピクセルでも依然として頂点シェーダーで処理する必要があり" +"ます。つまり、すべてのピクセルが ``discard`` で破棄されるとしても、最初からオ" +"ブジェクトをレンダリングしない場合と比較してレンダリングにはコストがかかりま" +"す。" msgid "Functions" msgstr "関数" @@ -1043,10 +1030,10 @@ msgid "Notes" msgstr "備考" msgid "Bitwise packed int where bit 0 (LSB) corresponds to x." -msgstr "" +msgstr "intに各ビットがパックされます。ビット0(LSB) がxに対応。" msgid "For example, a bvec2 of (bx, by) could be created in the following way:" -msgstr "" +msgstr "たとえば、 (bx, by) の bvec2 は次の方法で作成できます。" msgid "**Vector2i**" msgstr "\\ **Vector2i**" @@ -1064,23 +1051,27 @@ msgid "**Vector3**, **Color**" msgstr "\\ **Vector3**, **Color**" msgid "When Color is used, it will be interpreted as (r, g, b)." -msgstr "" +msgstr "Color が使用される場合、(r, g, b) として解釈されます。" msgid "**Vector4**, **Color**, **Rect2**, **Plane**, **Quaternion**" -msgstr "" +msgstr "\\ **Vector4**, **Color**, **Rect2**, **Plane**, **Quaternion**" msgid "When Color is used, it will be interpreted as (r, g, b, a)." -msgstr "" +msgstr "Color が使用される場合、(r, g, b, a) として解釈されます。" msgid "" "When Rect2 is used, it will be interpreted as (position.x, position.y, size." "x, size.y)." msgstr "" +"Rect2 が使用される場合、(position.x, position.y, size.x, size.y) として解釈さ" +"れます。" msgid "" "When Plane is used it will be interpreted as (normal.x, normal.y, normal.z, " "d)." msgstr "" +"Plane が使用される場合、(normal.x, normal.y, normal.z, d) として解釈されま" +"す。" msgid "**Transform2D**" msgstr "\\ **Transform2D**" @@ -1089,45 +1080,39 @@ msgstr "\\ **Transform2D**" msgid "**Basis**" msgstr "Basis(基底)" -#, fuzzy msgid "**mat4** **mat4**" msgstr "\\ **mat4**" -#, fuzzy msgid "**Projection**, **Transform3D**" -msgstr "\\ **Transform2D**" +msgstr "\\ **Projection**, **Transform3D**" msgid "When a Transform3D is used, the w Vector is set to the identity." msgstr "" +"Transform3D が使用される場合、w Vectorは単位行列になるように設定されます。" -#, fuzzy msgid "**Texture2D**" -msgstr "テクスチャ" +msgstr "\\ **Texture2D**" -#, fuzzy msgid "**Texture2DArray**" -msgstr "\\ **sampler2DArray**" +msgstr "\\ **Texture2DArray**" -#, fuzzy msgid "**Texture3D**" -msgstr "テクスチャ" +msgstr "\\ **Texture3D**" -#, fuzzy msgid "**Cubemap**" -msgstr "\\ **samplerCube**" +msgstr "\\ **Cubemap**" -#, fuzzy msgid "**CubemapArray**" -msgstr "\\ **usampler2DArray**" +msgstr "\\ **CubemapArray**" -#, fuzzy msgid "" "Be careful when setting shader uniforms from GDScript, no error will be " "thrown if the type does not match. Your shader will just exhibit undefined " "behavior." msgstr "" -"GDScriptからシェーダーuniformを設定するときは注意してください。タイプが一致し" -"ない場合、エラーはスローされません。シェーダーは未定義の動作を示すだけです。" +"GDScriptからシェーダーのuniformを設定するときは注意してください。タイプが一致" +"しない場合でもエラーはスローされません。シェーダーは未定義の動作を示すだけで" +"す。" msgid "Uniforms can also be assigned default values:" msgstr "Uniformにはデフォルト値を割り当てることもできます:" @@ -1136,24 +1121,28 @@ msgid "" "Note that when adding a default value and a hint, the default value goes " "after the hint." msgstr "" +"デフォルト値とヒントを追加する場合、デフォルト値がヒントの後に来ることに注意" +"してください。" msgid "" "If you need to make multiple uniforms to be grouped in the specific category " "of an inspector, you can use a `group_uniform` keyword like:" msgstr "" +"複数のUniformをインスペクターの特定のカテゴリにグループ化する必要がある場合" +"は、次のように `group_uniform` キーワードを使用できます。" -#, fuzzy msgid "You can close the group by using:" -msgstr "コードで同じ結果を得ることができます:" +msgstr "そしてこちらを使用してグループを閉じることができます:" msgid "" "The syntax also supports subgroups (it's not mandatory to declare the base " "group before this):" msgstr "" +"この構文はサブグループもサポートしています (これより前にベースのグループを宣" +"言することは必須ではありません):" -#, fuzzy msgid "Global uniforms" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルUniform" msgid "" "Sometimes, you want to modify a parameter in many different shaders at once. " @@ -1163,12 +1152,21 @@ msgid "" "all shaders, in every shader type (``canvas_item``, ``spatial``, " "``particles``, ``sky`` and ``fog``)." msgstr "" +"場合によっては多くの異なるシェーダのパラメータを一度に変更したいことがありま" +"す。通常のUniformの場合はすべてのシェーダーを探し、それぞれにUniformを設定す" +"る必要があるため、多くの作業が必要になります。グローバルUniformを使用するとす" +"べてのシェーダーやすべてのシェーダータイプ ( ``canvas_item`` 、 " +"``spatial`` 、 ``particles`` 、 ``sky`` 、 ``fog`` ) で使用できるUniformを作" +"成および更新できます。" msgid "" "Global uniforms are especially useful for environmental effects that affect " "many objects in a scene, like having foliage bend when the player is nearby, " "or having objects move with the wind." msgstr "" +"グローバルUniformは、プレイヤーが近くにいるときに葉が曲がったり、オブジェクト" +"が風で動いたりするなど、シーン内の多くのオブジェクトに影響を与えるような効果" +"で特に役立ちます。" msgid "" "To create a global uniform, open the **Project Settings** then go to the " @@ -1177,13 +1175,19 @@ msgid "" "then edit the value assigned to the uniform by clicking the value in the " "list of uniforms:" msgstr "" +"グローバルUniformを作成するには、 **プロジェクト設定** を開き、 **シェーダー" +"グローバル** タブに移動します。uniformの名前 (大文字と小文字を区別に注意) と" +"型を指定し、ダイアログの右上隅にある **追加** ボタンをクリックします。次に" +"uniformのリスト内の項目をクリックして、uniformに割り当てられた値を編集できま" +"す。" msgid "" "Adding a global uniform in the Shader Globals tab of the Project Settings" msgstr "" +"プロジェクト設定のシェーダー グローバル タブにグローバルUniformを追加する" msgid "After creating a global uniform, you can use it in a shader as follows:" -msgstr "" +msgstr "グローバルUniformを作成した後、次のようにシェーダーで使用できます。" msgid "" "Note that the global uniform *must* exist in the Project Settings at the " @@ -1192,6 +1196,11 @@ msgid "" "code, it will be ignored as the global uniform must always be defined in the " "Project Settings anyway." msgstr "" +"グローバルUniformはシェーダーの保存時にプロジェクト設定に存在する *必要があり" +"ます* 。存在しない場合はコンパイルは失敗します。シェーダーコードで ``global " +"uniform vec4 my_color = ...`` を使用してデフォルト値を割り当てることはできま" +"すが、グローバルUniformの値は常にプロジェクト設定で指定する必要があるため、こ" +"のデフォルト値は無視されます。" msgid "" "To change the value of a global uniform at run-time, use the :ref:" @@ -1199,22 +1208,30 @@ msgid "" "` method in a " "script:" msgstr "" +"実行時にグローバルUniformの値を変更するには、スクリプトで :ref:" +"`RenderingServer.global_shader_parameter_set " +"` メソッドを使用し" +"ます。" msgid "" "Assigning global uniform values can be done as many times as desired without " "impacting performance, as setting data doesn't require synchronization " "between the CPU and GPU." msgstr "" +"データの設定にはCPUとGPU間の同期が必要ないため、グローバルUniform値のセット" +"は、パフォーマンスに影響を与えることなく何度でも行うことができます。" -#, fuzzy msgid "You can also add or remove global uniforms at run-time:" -msgstr "独自のノードを戻り値の型として使用することもできます:" +msgstr "実行時にグローバルUniformを追加または削除することもできます:" msgid "" "Adding or removing global uniforms at run-time has a performance cost, " "although it's not as pronounced compared to getting global uniform values " "from a script (see the warning below)." msgstr "" +"実行時にグローバルUniformを追加または削除すると、スクリプトからグローバル" +"Uniform値を取得する場合ほど顕著ではありませんが、パフォーマンスコストが発生し" +"ます (以下の警告を参照)。" msgid "" "While you *can* query the value of a global uniform at run-time in a script " @@ -1222,6 +1239,10 @@ msgid "" "this has a large performance penalty as the rendering thread needs to " "synchronize with the calling thread." msgstr "" +"``RenderingServer.global_shader_parameter_get(\"uniform_name\")`` を使用して" +"スクリプトで実行時にグローバルUniformの値を取得することは *できます* が、レン" +"ダリングスレッドは呼び出しスレッドと同期する必要があるため、パフォーマンスが" +"大幅に低下します。" msgid "" "Therefore, it's not recommended to read global shader uniform values " @@ -1230,12 +1251,18 @@ msgid "" "where you store the values you need to query at the same time you're setting " "them as global uniforms." msgstr "" +"したがってスクリプト内でグローバルシェーダーのUniform値を連続的に読み取ること" +"はお勧めできません。設定後にスクリプトで値を読み取る必要がある場合は、グロー" +"バルUniformとしてセットすると同時に取得するために値を保存するシングルトンクラ" +"ス :ref:`autoload ` を作成することを検討してくださ" +"い。" msgid "Per-instance uniforms" -msgstr "" +msgstr "インスタンス単位のUniform" msgid "Per-instance uniforms are only available in ``spatial`` (3D) shaders." msgstr "" +"インスタンス単位のUniformは ``spatial`` (3D) シェーダーでのみ使用できます。" msgid "" "Sometimes, you want to modify a parameter on each node using the material. " @@ -1248,22 +1275,37 @@ msgid "" "require creating unique copies of the mesh for each different color, which " "also has a performance overhead." msgstr "" +"マテリアルを使用して各ノードのパラメータを変更したい場合があります。たとえば" +"木々が生い茂る森で、それぞれの木に手動で編集できるわずかに異なる色を持たせた" +"い場合です。インスタンスごとにUniformを持たない場合、木ごとに固有のマテリア" +"ル (それぞれがわずかに異なる色) を作成する必要があります。これによりマテリア" +"ル管理がより複雑になり、シーンではより固有のマテリアルインスタンスが必要にな" +"るため、パフォーマンスのオーバーヘッドも発生します。ここでは頂点カラーを使用" +"することもできますが、異なる色ごとにメッシュの一意のコピーを作成する必要があ" +"り、パフォーマンスのオーバーヘッドも発生します。" msgid "" "Per-instance uniforms are set on each GeometryInstance3D, rather than on " "each Material instance. Take this into account when working with meshes that " "have multiple materials assigned to them, or MultiMesh setups." msgstr "" +"インスタンス単位のUniformは、各マテリアルインスタンスではなく、各 " +"GeometryInstance3D に設定されます。複数のマテリアルが割り当てられているメッ" +"シュ、またはマルチメッシュを操作する場合は、こちらを考慮してください。" msgid "" "After saving the shader, you can change the per-instance uniform's value " "using the inspector:" msgstr "" +"シェーダーを保存した後、インスペクターを使用してインスタンス単位のUniformの値" +"を変更できます。" msgid "" "Setting a per-instance uniform's value in the GeometryInstance3D section of " "the inspector" msgstr "" +"インスペクターの GeometryInstance3D セクションでインスタンス単位のUniformの" +"値 (Instance Shader Parameters) を設定する" msgid "" "Per-instance uniform values can also be set at run-time using :ref:" @@ -1271,11 +1313,17 @@ msgid "" "` method on a " "node that inherits from :ref:`class_GeometryInstance3D`:" msgstr "" +"インスタンス単位のUniform値は、:ref:`class_GeometryInstance3D` を継承するノー" +"ド上で :ref:`set_instance_shader_parameter " +"` メソッドを使" +"用して実行時にセットすることもできます。" msgid "" "When using per-instance uniforms, there are some restrictions you should be " "aware of:" msgstr "" +"インスタンス単位のUniformを使用する場合は、いくつかの制限事項に注意する必要が" +"あります:" msgid "" "**Per-instance uniforms do not support textures**, only regular scalar and " @@ -1283,9 +1331,15 @@ msgid "" "uniform, then pass the index of the texture to be drawn using a per-instance " "uniform." msgstr "" +"**インスタンス単位のUniformはテクスチャをサポートしません** 。通常のスカラー" +"型とベクター型のみをサポートします。回避策としてはテクスチャ配列を通常の" +"Uniformとして渡してから、インスタンス単位のUniformを使用して描画されるテクス" +"チャのインデックスを渡すことができます。" msgid "There is a practical maximum limit of 16 instance uniforms per shader." msgstr "" +"実際には1シェーダーあたりのインスタンスUniformの最大数は16までに制限されてい" +"ます。" msgid "" "If your mesh uses multiple materials, the parameters for the first mesh " @@ -1293,16 +1347,21 @@ msgid "" "same name, index *and* type. In this case, all parameters are affected " "correctly." msgstr "" +"メッシュが複数のマテリアルを使用している場合、名前、インデックス、型が同じで" +"ない限り、最初に見つかったメッシュマテリアルのパラメータが後続のメッシュマテ" +"リアルよりも「優先」されます。この場合すべてのパラメータが正しく影響されま" +"す。" msgid "" "If you run into the above situation, you can avoid clashes by manually " "specifying the index (0-15) of the instance uniform by using the " "``instance_index`` hint:" msgstr "" +"上記の状況に遭遇した場合は、 ``instance_index`` ヒントを使用してインスタンス" +"Uniformのインデックス (0~15) を手動で指定することで衝突を回避できます。" -#, fuzzy msgid "Built-in variables" -msgstr "インスタンスの編集" +msgstr "ビルトイン変数" msgid "" "A large number of built-in variables are available, like ``UV``, ``COLOR`` " @@ -1311,35 +1370,36 @@ msgid "" "(``vertex``, ``fragment`` or ``light``). For a list of the built-in " "variables that are available, please see the corresponding pages:" msgstr "" +"``UV`` 、 ``COLOR`` 、 ``VERTEX`` など、多くのビルトイン変数が使用可能です。" +"どの変数が使用できるかは、シェーダのタイプ ( ``spatial`` 、 " +"``canvas_item`` 、 ``particle``) および使用される関数 ( ``vertex`` 、 " +"``fragment`` 、 ``light`` ) によって異なります。使用可能な組み込み変数のリス" +"トについては、対応するページを参照してください。" -#, fuzzy msgid ":ref:`Spatial shaders `" -msgstr "\\ :ref:`doc_spatial_shader`" +msgstr "\\ :ref:`Spatial(空間)シェーダー `" msgid ":ref:`Canvas item shaders `" -msgstr ":ref:`キャンバスアイテムシェーダ `" +msgstr ":ref:`CanvasItemシェーダー `" -#, fuzzy msgid ":ref:`Particle shaders `" -msgstr "\\ :ref:`doc_particle_shader`" +msgstr "\\ :ref:`パーティクルシェーダ `" -#, fuzzy msgid ":ref:`Sky shaders `" -msgstr "\\ :ref:`doc_spatial_shader`" +msgstr "\\ :ref:`Skyシェーダー `" -#, fuzzy msgid ":ref:`Fog shaders `" -msgstr "\\ :ref:`doc_spatial_shader`" +msgstr "\\ :ref:`Fogシェーダー `" msgid "Built-in functions" -msgstr "組み込み関数" +msgstr "ビルトイン関数" msgid "" "A large number of built-in functions are supported, conforming to GLSL ES " "3.0. When vec_type (float), vec_int_type, vec_uint_type, vec_bool_type " "nomenclature is used, it can be scalar or vector." msgstr "" -"GLSL ES 3.0に準拠した多数の組み込み関数がサポートされています。 " +"GLSL ES 3.0に準拠した多数のビルトイン関数がサポートされています。 " "vec_type(float)、vec_int_type、vec_uint_type、vec_bool_type 命名法を使用する" "場合、スカラーまたはベクトルを使用できます。" @@ -1347,617 +1407,487 @@ msgid "Function" msgstr "関数" msgid "Description / Return value" -msgstr "" +msgstr "説明 /返り値" -#, fuzzy msgid "vec_type **radians** (vec_type degrees)" -msgstr "vec_type **radians** ( vec_type 度 )" +msgstr "\\ vec_type **radians** (vec_type degrees)" -#, fuzzy msgid "Convert degrees to radians." -msgstr "度をラジアンに変換する" +msgstr "度をラジアンに変換する。" -#, fuzzy msgid "vec_type **degrees** (vec_type radians)" -msgstr "vec_type **degrees** ( vec_type ラジアン )" +msgstr "\\ vec_type **degrees** (vec_type radians)" -#, fuzzy msgid "Convert radians to degrees." -msgstr "ラジアンを度に変換" +msgstr "ラジアンを度に変換する。" -#, fuzzy msgid "vec_type **sin** (vec_type x)" -msgstr "\\ vec_type **sin** ( vec_type x )" +msgstr "\\ vec_type **sin** (vec_type x)" -#, fuzzy msgid "Sine." -msgstr "サイン(正弦)" +msgstr "サイン(正弦)。" -#, fuzzy msgid "vec_type **cos** (vec_type x)" -msgstr "\\ vec_type **cos** ( vec_type x )" +msgstr "\\ vec_type **cos** (vec_type x)" -#, fuzzy msgid "Cosine." -msgstr "コサイン(余弦)" +msgstr "コサイン(余弦)。" -#, fuzzy msgid "vec_type **tan** (vec_type x)" -msgstr "\\ vec_type **tan** ( vec_type x )" +msgstr "\\ vec_type **tan** (vec_type x)" -#, fuzzy msgid "Tangent." -msgstr "タンジェント(正接)" +msgstr "タンジェント(正接)。" -#, fuzzy msgid "vec_type **asin** (vec_type x)" -msgstr "\\ vec_type **asin** ( vec_type x )" +msgstr "\\ vec_type **asin** (vec_type x)" -#, fuzzy msgid "Arcsine." -msgstr "アークコサイン(逆余弦)" +msgstr "アークコサイン(逆余弦)。" -#, fuzzy msgid "vec_type **acos** (vec_type x)" -msgstr "\\ vec_type **acos** ( vec_type x )" +msgstr "\\ vec_type **acos** (vec_type x)" -#, fuzzy msgid "Arccosine." -msgstr "アークコサイン(逆余弦)" +msgstr "アークコサイン(逆余弦)。" -#, fuzzy msgid "vec_type **atan** (vec_type y_over_x)" -msgstr "\\ vec_type **atan** ( vec_type y_over_x )" +msgstr "\\ vec_type **atan** (vec_type y_over_x)" -#, fuzzy msgid "Arctangent." -msgstr "アークタンジェント(逆正接)" +msgstr "アークタンジェント(逆正接)。" -#, fuzzy msgid "vec_type **atan** (vec_type y, vec_type x)" -msgstr "\\ vec_type **atan** ( vec_type y, vec_type x )" +msgstr "\\ vec_type **atan** (vec_type y, vec_type x)" -#, fuzzy msgid "vec_type **sinh** (vec_type x)" -msgstr "\\ vec_type **sinh** ( vec_type x )" +msgstr "\\ vec_type **sinh** (vec_type x)" -#, fuzzy msgid "Hyperbolic sine." -msgstr "双曲線コサイン" +msgstr "双曲線コサイン。" -#, fuzzy msgid "vec_type **cosh** (vec_type x)" -msgstr "\\ vec_type **cosh** ( vec_type x )" +msgstr "\\ vec_type **cosh** (vec_type x)" -#, fuzzy msgid "Hyperbolic cosine." -msgstr "双曲線コサイン" +msgstr "双曲線コサイン。" -#, fuzzy msgid "vec_type **tanh** (vec_type x)" -msgstr "\\ vec_type **tanh** ( vec_type x )" +msgstr "\\ vec_type **tanh** (vec_type x)" -#, fuzzy msgid "Hyperbolic tangent." -msgstr "双曲線タンジェント" +msgstr "双曲線タンジェント。" -#, fuzzy msgid "vec_type **asinh** (vec_type x)" -msgstr "\\ vec_type **asinh** ( vec_type x )" +msgstr "\\ vec_type **asinh** (vec_type x)" -#, fuzzy msgid "Inverse hyperbolic sine." -msgstr "双曲線アークコサイン" +msgstr "双曲線アークコサイン。" -#, fuzzy msgid "vec_type **acosh** (vec_type x)" -msgstr "\\ vec_type **acosh** ( vec_type x )" +msgstr "\\ vec_type **acosh** (vec_type x)" -#, fuzzy msgid "Inverse hyperbolic cosine." -msgstr "双曲線アークコサイン" +msgstr "双曲線アークコサイン。" -#, fuzzy msgid "vec_type **atanh** (vec_type x)" -msgstr "\\ vec_type **atanh** ( vec_type x )" +msgstr "\\ vec_type **atanh** (vec_type x)" -#, fuzzy msgid "Inverse hyperbolic tangent." -msgstr "双曲線アークタンジェント" +msgstr "双曲線アークタンジェント。" -#, fuzzy msgid "vec_type **pow** (vec_type x, vec_type y)" -msgstr "\\ vec_type **pow** ( vec_type x, vec_type y )" +msgstr "\\ vec_type **pow** (vec_type x, vec_type y)" msgid "Power (undefined if ``x`` < 0 or if ``x`` == 0 and ``y`` <= 0)." -msgstr "" +msgstr "xのy乗 (未定義条件: if ``x`` < 0 or if ``x`` == 0 and ``y`` <= 0)。" -#, fuzzy msgid "vec_type **exp** (vec_type x)" -msgstr "\\ vec_type **exp** ( vec_type x )" +msgstr "\\ vec_type **exp** (vec_type x)" -#, fuzzy msgid "Base-e exponential." -msgstr "eを底とする指数" +msgstr "eを底とする指数。" -#, fuzzy msgid "vec_type **exp2** (vec_type x)" -msgstr "\\ vec_type **exp2** ( vec_type x )" +msgstr "\\ vec_type **exp2** (vec_type x)" -#, fuzzy msgid "Base-2 exponential." -msgstr "2を底とする指数" +msgstr "2を底とする指数。" -#, fuzzy msgid "vec_type **log** (vec_type x)" -msgstr "\\ vec_type **log** ( vec_type x )" +msgstr "\\ vec_type **log** (vec_type x)" -#, fuzzy msgid "Natural logarithm." -msgstr "自然対数" +msgstr "自然対数。" -#, fuzzy msgid "vec_type **log2** (vec_type x)" -msgstr "\\ vec_type **log2** ( vec_type x )" +msgstr "\\ vec_type **log2** (vec_type x)" -#, fuzzy msgid "Base-2 logarithm." -msgstr "2を底とする対数" +msgstr "2を底とする対数。" -#, fuzzy msgid "vec_type **sqrt** (vec_type x)" -msgstr "\\ vec_type **sqrt** ( vec_type x )" +msgstr "\\ vec_type **sqrt** (vec_type x)" -#, fuzzy msgid "Square root." -msgstr "平方根" +msgstr "平方根。" -#, fuzzy msgid "vec_type **inversesqrt** (vec_type x)" -msgstr "\\ vec_type **inversesqrt** ( vec_type x )" +msgstr "\\ vec_type **inversesqrt** (vec_type x)" -#, fuzzy msgid "Inverse square root." -msgstr "逆平方根" +msgstr "逆平方根。" -#, fuzzy msgid "vec_type **abs** (vec_type x)" -msgstr "\\ vec_type **abs** ( vec_type x )" +msgstr "\\ vec_type **abs** (vec_type x)" -#, fuzzy msgid "ivec_type **abs** (ivec_type x)" -msgstr "\\ ivec_type **abs** ( ivec_type x )" +msgstr "\\ ivec_type **abs** (ivec_type x)" msgid "Absolute value (returns positive value if negative)." -msgstr "" +msgstr "絶対値 (負の場合は正の値を返す)。" -#, fuzzy msgid "vec_type **sign** (vec_type x)" -msgstr "\\ vec_type **sign** ( vec_type x )" +msgstr "\\ vec_type **sign** (vec_type x)" -#, fuzzy msgid "ivec_type **sign** (ivec_type x)" -msgstr "\\ ivec_type **sign** ( ivec_type x )" +msgstr "\\ ivec_type **sign** (ivec_type x)" msgid "" "Sign (returns ``1.0`` if positive, ``-1.0`` if negative, ``0.0`` if zero)." msgstr "" +"符号 (正の時 ``1.0`` を返し、負の時 ``-1.0`` を返し、ゼロの時 ``0.0`` を返" +"す)。" -#, fuzzy msgid "vec_type **floor** (vec_type x)" -msgstr "\\ vec_type **floor** ( vec_type x )" +msgstr "\\ vec_type **floor** (vec_type x)" -#, fuzzy msgid "Round to the integer below." -msgstr "最も近い偶数にラウンド" +msgstr "x以下の最も近い整数に丸める。" -#, fuzzy msgid "vec_type **round** (vec_type x)" -msgstr "\\ vec_type **round** ( vec_type x )" +msgstr "\\ vec_type **round** (vec_type x)" -#, fuzzy msgid "Round to the nearest integer." -msgstr "最も近い偶数にラウンド" +msgstr "最も近い整数に丸める(四捨五入)。" -#, fuzzy msgid "vec_type **roundEven** (vec_type x)" -msgstr "\\ vec_type **roundEven** ( vec_type x )" +msgstr "\\ vec_type **roundEven** (vec_type x)" -#, fuzzy msgid "Round to the nearest even integer." -msgstr "最も近い偶数にラウンド" +msgstr "最も近い偶数の整数に丸める。" -#, fuzzy msgid "vec_type **trunc** (vec_type x)" -msgstr "\\ vec_type **trunc** ( vec_type x )" +msgstr "\\ vec_type **trunc** (vec_type x)" -#, fuzzy msgid "Truncation." -msgstr "小数点切り捨て" +msgstr "ゼロ方向の整数に丸める(小数点切り捨て)。" -#, fuzzy msgid "vec_type **ceil** (vec_type x)" -msgstr "\\ vec_type **ceil** ( vec_type x )" +msgstr "\\ vec_type **ceil** (vec_type x)" -#, fuzzy msgid "Round to the integer above." -msgstr "最も近い偶数にラウンド" +msgstr "x以上の最も近い整数に丸める。" -#, fuzzy msgid "vec_type **fract** (vec_type x)" -msgstr "\\ vec_type **fract** ( vec_type x )" +msgstr "\\ vec_type **fract** (vec_type x)" msgid "Fractional (returns ``x - floor(x)``)." -msgstr "" +msgstr "小数部 (``x - floor(x)`` を返す)。" -#, fuzzy msgid "vec_type **mod** (vec_type x, vec_type y)" -msgstr "\\ vec_type **mod** ( vec_type x, vec_type y )" +msgstr "\\ vec_type **mod** (vec_type x, vec_type y)" -#, fuzzy msgid "vec_type **mod** (vec_type x, float y)" -msgstr "\\ vec_type **mod** ( vec_type x , float y )" +msgstr "\\ vec_type **mod** (vec_type x, float y)" -#, fuzzy msgid "Modulo (division remainder)." -msgstr "乗算/除算/剰余" +msgstr "剰余 (割り算の余り)。" -#, fuzzy msgid "vec_type **modf** (vec_type x, out vec_type i)" -msgstr "\\ vec_type **modf** ( vec_type x, out vec_type i )" +msgstr "\\ vec_type **modf** (vec_type x, out vec_type i)" -#, fuzzy msgid "Fractional of ``x``, with ``i`` as integer part." -msgstr "xの小数部、iに整数部分が入る" +msgstr "xの小数部を返し、iに整数部が代入される。" -#, fuzzy msgid "vec_type **min** (vec_type a, vec_type b)" -msgstr "\\ vec_type **min** ( vec_type a, vec_type b )" +msgstr "\\ vec_type **min** (vec_type a, vec_type b)" -#, fuzzy msgid "Lowest value between ``a`` and ``b``." -msgstr "xとyの絶対微分の合計" +msgstr "``a`` と ``b`` の小さいほうを返す。" -#, fuzzy msgid "vec_type **max** (vec_type a, vec_type b)" -msgstr "\\ vec_type **max** ( vec_type a, vec_type b )" +msgstr "\\ vec_type **max** (vec_type a, vec_type b)" -#, fuzzy msgid "Highest value between ``a`` and ``b``." -msgstr "" -"これにより、各魚に ``2`` と ``10`` の間のユニークな速度が与えられます。" +msgstr "``a`` と ``b`` の大きいほうを返す。" -#, fuzzy msgid "vec_type **clamp** (vec_type x, vec_type min, vec_type max)" -msgstr "\\ vec_type **clamp** ( vec_type x, vec_type min, vec_type max )" +msgstr "\\ vec_type **clamp** (vec_type x, vec_type min, vec_type max)" msgid "Clamp ``x`` between ``min`` and ``max`` (inclusive)." -msgstr "" +msgstr "``x`` を範囲内( ``min`` と ``max`` の間)に収めた値を返す。" -#, fuzzy msgid "float **mix** (float a, float b, float c)" -msgstr "\\ vec_type **mix** ( float a, float b, float c )" +msgstr "\\ float **mix** (float a, float b, float c)" -#, fuzzy msgid "vec_type **mix** (vec_type a, vec_type b, float c)" -msgstr "\\ vec_type **mix** ( vec_type a, vec_type b, float c )" +msgstr "\\ vec_type **mix** (vec_type a, vec_type b, float c)" -#, fuzzy msgid "vec_type **mix** (vec_type a, vec_type b, bvec_type c)" -msgstr "\\ vec_type **mix** ( vec_type a, vec_type b, bvec_type c )" +msgstr "\\ vec_type **mix** (vec_type a, vec_type b, bvec_type c)" msgid "Linear interpolate between ``a`` and ``b`` by ``c``." -msgstr "" +msgstr "``a`` と ``b`` の間を ``c`` で線形補間する。" -#, fuzzy msgid "vec_type **fma** (vec_type a, vec_type b, vec_type c)" -msgstr "\\ vec_type **mix** ( vec_type a, vec_type b, vec_type c )" +msgstr "\\ vec_type **fma** (vec_type a, vec_type b, vec_type c)" msgid "" "Performs a fused multiply-add operation: ``(a * b + c)`` (faster than doing " "it manually)." -msgstr "" +msgstr "融合積和演算 ``(a * b + c)`` を行う(手動で書くより高速です)。" -#, fuzzy msgid "vec_type **step** (vec_type a, vec_type b)" -msgstr "\\ vec_type **step** ( vec_type a, vec_type b )" +msgstr "\\ vec_type **step** (vec_type a, vec_type b)" -#, fuzzy msgid "``b[i] < a[i] ? 0.0 : 1.0``." -msgstr "\\ ``b[i] < a[i] ? 0.0 : 1.0``" +msgstr "\\ ``b[i] < a[i] ? 0.0 : 1.0`` 。" -#, fuzzy msgid "vec_type **step** (float a, vec_type b)" -msgstr "\\ vec_type **step** ( float a, vec_type b)" +msgstr "\\ vec_type **step** (float a, vec_type b)" -#, fuzzy msgid "``b[i] < a ? 0.0 : 1.0``." -msgstr "\\ ``b[i] < a ? 0.0 : 1.0``" +msgstr "\\ ``b[i] < a ? 0.0 : 1.0`` 。" -#, fuzzy msgid "vec_type **smoothstep** (vec_type a, vec_type b, vec_type c)" -msgstr "\\ vec_type **smoothstep** ( vec_type a, vec_type b, vec_type c )" +msgstr "\\ vec_type **smoothstep** (vec_type a, vec_type b, vec_type c)" -#, fuzzy msgid "vec_type **smoothstep** (float a, float b, vec_type c)" -msgstr "\\ vec_type **smoothstep** ( float a, float b, vec_type c )" +msgstr "\\ vec_type **smoothstep** (float a, float b, vec_type c)" msgid "Hermite interpolate between ``a`` and ``b`` by ``c``." -msgstr "" +msgstr "``a`` と ``b`` の間を ``c`` でエルミート補間する。" -#, fuzzy msgid "bvec_type **isnan** (vec_type x)" -msgstr "\\ bvec_type **isnan** ( vec_type x )" +msgstr "\\ bvec_type **isnan** (vec_type x)" -#, fuzzy msgid "Returns ``true`` if scalar or vector component is ``NaN``." -msgstr "スカラー、またはベクトル要素がNaNである" +msgstr "スカラーまたはベクトル要素が ``NaN`` の場合は ``true`` を返す。" -#, fuzzy msgid "bvec_type **isinf** (vec_type x)" -msgstr "\\ bvec_type **isinf** ( vec_type x )" +msgstr "\\ bvec_type **isinf** (vec_type x)" -#, fuzzy msgid "Returns ``true`` if scalar or vector component is ``INF``." -msgstr "スカラー、またはベクトル要素が INF である" +msgstr "スカラーまたはベクトル要素が ``INF`` の場合は、 ``true`` を返す。" -#, fuzzy msgid "ivec_type **floatBitsToInt** (vec_type x)" -msgstr "\\ ivec_type **floatBitsToInt** ( vec_type x )" +msgstr "\\ ivec_type **floatBitsToInt** (vec_type x)" -#, fuzzy msgid "Float->Int bit copying, no conversion." -msgstr "浮動小数点数->Int ビットコピー、変換なし" +msgstr "float型からint型へビットを維持してコピー。" -#, fuzzy msgid "uvec_type **floatBitsToUint** (vec_type x)" -msgstr "\\ uvec_type **floatBitsToUint** ( vec_type x )" +msgstr "\\ uvec_type **floatBitsToUint** (vec_type x)" -#, fuzzy msgid "Float->UInt bit copying, no conversion." -msgstr "浮動小数点数->UInt ビットコピー、変換なし" +msgstr "float型からuint型へビットを維持してコピー。" -#, fuzzy msgid "vec_type **intBitsToFloat** (ivec_type x)" -msgstr "\\ vec_type **intBitsToFloat** ( ivec_type x )" +msgstr "\\ vec_type **intBitsToFloat** (ivec_type x)" -#, fuzzy msgid "Int->Float bit copying, no conversion." -msgstr "Int->浮動小数点 ビットコピー、変換なし" +msgstr "int型からfloat型へビットを維持してコピー。" msgid "vec_type **uintBitsToFloat** (uvec_type x)" msgstr "\\ vec_type **uintBitsToFloat** (uvec_type x)" -#, fuzzy msgid "UInt->Float bit copying, no conversion." -msgstr "UInt->浮動小数点 ビットコピー、変換なし" +msgstr "uint型からfloat型へビットを維持してコピー。" -#, fuzzy msgid "float **length** (vec_type x)" -msgstr "\\ float **length** ( vec_type x )" +msgstr "\\ float **length** (vec_type x)" -#, fuzzy msgid "Vector length." -msgstr "ベクトルの長さ" +msgstr "ベクトルの長さ。" -#, fuzzy msgid "float **distance** (vec_type a, vec_type b)" -msgstr "\\ float **distance** ( vec_type a, vec_type b )" +msgstr "\\ float **distance** (vec_type a, vec_type b)" -#, fuzzy msgid "Distance between vectors i.e ``length(a - b)``." -msgstr "ベクトル間の距離、つまり ``length(a-b)``" +msgstr "2つのベクトル間の距離。つまり ``length(a-b)`` 。" -#, fuzzy msgid "float **dot** (vec_type a, vec_type b)" -msgstr "\\ float **dot** ( vec_type a, vec_type b )" +msgstr "\\ float **dot** (vec_type a, vec_type b)" -#, fuzzy msgid "Dot product." -msgstr "内積 (ドット積)" +msgstr "内積 (ドット積)。" -#, fuzzy msgid "vec3 **cross** (vec3 a, vec3 b)" -msgstr "\\ vec3 **cross** ( vec3 a, vec3 b )" +msgstr "\\ vec3 **cross** (vec3 a, vec3 b)" -#, fuzzy msgid "Cross product." -msgstr "外積 (クロス積)" +msgstr "外積 (クロス積)。" -#, fuzzy msgid "vec_type **normalize** (vec_type x)" -msgstr "\\ vec_type **normalize** ( vec_type x )" +msgstr "\\ vec_type **normalize** (vec_type x)" -#, fuzzy msgid "Normalize to unit length." -msgstr "単位長に正規化" +msgstr "単位ベクトルに正規化。" -#, fuzzy msgid "vec3 **reflect** (vec3 I, vec3 N)" -msgstr "\\ vec3 **reflect** ( vec3 I, vec3 N )" +msgstr "\\ vec3 **reflect** (vec3 I, vec3 N)" -#, fuzzy msgid "Reflect." -msgstr "反射" +msgstr "反射。" -#, fuzzy msgid "vec3 **refract** (vec3 I, vec3 N, float eta)" -msgstr "\\ vec3 **refract** ( vec3 I, vec3 N, float eta )" +msgstr "\\ vec3 **refract** (vec3 I, vec3 N, float eta)" -#, fuzzy msgid "Refract." -msgstr "屈折" +msgstr "屈折。" -#, fuzzy msgid "vec_type **faceforward** (vec_type N, vec_type I, vec_type Nref)" -msgstr "\\ vec_type **faceforward** ( vec_type N, vec_type I, vec_type Nref )" +msgstr "\\ vec_type **faceforward** (vec_type N, vec_type I, vec_type Nref)" -#, fuzzy msgid "If ``dot(Nref, I)`` < 0, return ``N``, otherwise ``-N``." msgstr "" -"もしも dot(Nref, I) < 0 なら Nを返し、そうでなければ –Nを返す (訳注: 視線に対" -"して面の法線の表裏を揃える時などに使用)" +"``dot(Nref, I)`` < 0 の場合は ``N`` を返し、それ以外の場合は ``-N`` を返す。" -#, fuzzy msgid "mat_type **matrixCompMult** (mat_type x, mat_type y)" -msgstr "\\ mat_type **matrixCompMult** ( mat_type x, mat_type y )" +msgstr "\\ mat_type **matrixCompMult** (mat_type x, mat_type y)" -#, fuzzy msgid "Matrix component multiplication." -msgstr "行列要素の乗算" +msgstr "行列要素の乗算。" -#, fuzzy msgid "mat_type **outerProduct** (vec_type column, vec_type row)" -msgstr "\\ mat_type **outerProduct** ( vec_type column, vec_type row )" +msgstr "\\ mat_type **outerProduct** (vec_type column, vec_type row)" -#, fuzzy msgid "Matrix outer product." -msgstr "行列の外積" +msgstr "行列の外積。" -#, fuzzy msgid "mat_type **transpose** (mat_type m)" -msgstr "\\ mat_type **transpose** ( mat_type m )" +msgstr "\\ mat_type **transpose** (mat_type m)" -#, fuzzy msgid "Transpose matrix." -msgstr "転置行列" +msgstr "転置行列。" -#, fuzzy msgid "float **determinant** (mat_type m)" -msgstr "\\ float **determinant** ( mat_type m )" +msgstr "\\ float **determinant** (mat_type m)" -#, fuzzy msgid "Matrix determinant." -msgstr "行列式" +msgstr "行列式。" -#, fuzzy msgid "mat_type **inverse** (mat_type m)" -msgstr "\\ mat_type **inverse** ( mat_type m )" +msgstr "\\ mat_type **inverse** (mat_type m)" -#, fuzzy msgid "Inverse matrix." -msgstr "逆行列" +msgstr "逆行列。" -#, fuzzy msgid "bvec_type **lessThan** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **lessThan** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **lessThan** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on < int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x < y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x < y)した結果をboolベクトルとして返す。" -#, fuzzy msgid "bvec_type **greaterThan** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **greaterThan** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **greaterThan** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on > int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x > y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x > y)した結果をboolベクトルとして返す。" -#, fuzzy msgid "bvec_type **lessThanEqual** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **lessThanEqual** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **lessThanEqual** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on <= int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x <= y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x <= y)した結果をboolベクトルとして返" +"す。" -#, fuzzy msgid "bvec_type **greaterThanEqual** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **greaterThanEqual** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **greaterThanEqual** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on >= int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x >= y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x >= y)した結果をboolベクトルとして返" +"す。" -#, fuzzy msgid "bvec_type **equal** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **equal** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **equal** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on == int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x == y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x == y)した結果をboolベクトルとして返" +"す。" -#, fuzzy msgid "bvec_type **notEqual** (vec_type x, vec_type y)" -msgstr "\\ bvec_type **notEqual** ( vec_type x, vec_type y )" +msgstr "\\ bvec_type **notEqual** (vec_type x, vec_type y)" -#, fuzzy msgid "Bool vector comparison on != int/uint/float vectors." msgstr "" -"int/uint/floatベクトルの各要素を比較(x != y)した結果をBoolベクトルとして返す" +"int/uint/floatベクトルの各要素を比較(x != y)した結果をboolベクトルとして返" +"す。" -#, fuzzy msgid "bool **any** (bvec_type x)" -msgstr "\\ bool **any** ( bvec_type x )" +msgstr "\\ bool **any** (bvec_type x)" msgid "``true`` if any component is ``true``, ``false`` otherwise." msgstr "" +"いずれかの要素が ``true`` の場合は ``true`` 、それ以外の場合は ``false`` を返" +"す。" -#, fuzzy msgid "bool **all** (bvec_type x)" -msgstr "\\ bool **all** ( bvec_type x )" +msgstr "\\ bool **all** (bvec_type x)" msgid "``true`` if all components are ``true``, ``false`` otherwise." msgstr "" +"すべての要素が ``true`` の場合は ``true`` 、それ以外の場合は ``false`` を返" +"す。" -#, fuzzy msgid "bvec_type **not** (bvec_type x)" -msgstr "\\ bvec_type **not** ( bvec_type x )" +msgstr "\\ bvec_type **not** (bvec_type x)" -#, fuzzy msgid "Invert boolean vector." -msgstr "ブールベクトルの反転" +msgstr "boolベクトルの反転" -#, fuzzy msgid "ivec2 **textureSize** (gsampler2D s, int lod)" -msgstr "\\ ivec3 **textureSize** ( sampler3D s, int lod )" +msgstr "\\ ivec2 **textureSize** (gsampler2D s, int lod)" -#, fuzzy msgid "ivec3 **textureSize** (gsampler2DArray s, int lod)" -msgstr "\\ ivec3 **textureSize** ( sampler2DArray_type s, int lod )" +msgstr "\\ ivec3 **textureSize** (gsampler2DArray s, int lod)" -#, fuzzy msgid "ivec3 **textureSize** (gsampler3D s, int lod)" -msgstr "\\ ivec3 **textureSize** ( sampler3D s, int lod )" +msgstr "\\ ivec3 **textureSize** (gsampler3D s, int lod)" -#, fuzzy msgid "ivec2 **textureSize** (samplerCube s, int lod)" -msgstr "\\ ivec2 **textureSize** ( samplerCube s, int lod )" +msgstr "\\ ivec2 **textureSize** (samplerCube s, int lod)" -#, fuzzy msgid "ivec2 **textureSize** (samplerCubeArray s, int lod)" -msgstr "\\ ivec2 **textureSize** ( samplerCube s, int lod )" +msgstr "\\ ivec2 **textureSize** (samplerCubeArray s, int lod)" -#, fuzzy msgid "Get the size of a texture." -msgstr "2Dテクスチャのサイズを取得する" +msgstr "テクスチャのサイズを取得する。" msgid "" "The LOD defines which mipmap level is used. An LOD value of ``0`` will use " "the full resolution texture." msgstr "" +"LOD はどのミップマップレベルが使用されるかを指定します。 LOD値が ``0`` の場合" +"は、フル解像度のテクスチャが使用されます。" -#, fuzzy msgid "vec2 **textureQueryLod** (gsampler2D s, vec2 p)" -msgstr "\\ vec4_type **textureLod** ( sampler2D_type s, vec2 uv, float lod )" +msgstr "\\ vec2 **textureQueryLod** (gsampler2D s, vec2 p)" -#, fuzzy msgid "vec3 **textureQueryLod** (gsampler2DArray s, vec2 p)" -msgstr "\\ ivec3 **textureSize** ( sampler2DArray_type s, int lod )" +msgstr "\\ vec3 **textureQueryLod** (gsampler2DArray s, vec2 p)" -#, fuzzy msgid "vec2 **textureQueryLod** (gsampler3D s, vec3 p)" -msgstr "\\ vec4 **textureLod** ( samplerCube s, vec3 uv, float lod )" +msgstr "\\ vec2 **textureQueryLod** (gsampler3D s, vec3 p)" -#, fuzzy msgid "vec2 **textureQueryLod** (samplerCube s, vec3 p)" -msgstr "\\ vec4 **textureLod** ( samplerCube s, vec3 uv, float lod )" +msgstr "\\ vec2 **textureQueryLod** (samplerCube s, vec3 p)" msgid "" "Compute the level-of-detail that would be used to sample from a texture. The " @@ -1982,79 +1912,63 @@ msgstr "\\ ivec3 **textureSize** ( sampler3D s, int lod )" msgid "int **textureQueryLevels** (samplerCube s)" msgstr "\\ ivec2 **textureSize** ( samplerCube s, int lod )" -#, fuzzy msgid "Get the number of accessible mipmap levels of a texture." -msgstr "キューブテクスチャのサイズを取得する" +msgstr "テクスチャのアクセス可能なミップマップレベルの数を取得する。" msgid "" "If the texture is unassigned to a sampler, ``1`` is returned (Godot always " "internally assigns a texture even to an empty sampler)." msgstr "" +"テクスチャがサンプラーに割り当てられていない場合は ``1`` が返る。(Godot は空" +"のサンプラーにも常に内部でテクスチャを割り当てます)。" -#, fuzzy msgid "gvec4_type **texture** (gsampler2D s, vec2 p [, float bias])" -msgstr "\\ vec4_type **texture** ( sampler2D_type s, vec2 uv [, float bias] )" +msgstr "\\ gvec4_type **texture** (gsampler2D s, vec2 p [, float bias])" msgid "gvec4_type **texture** (gsampler2DArray s, vec3 p [, float bias])" -msgstr "" -"\\ vec4_type **texture** ( sampler2DArray_type s, vec3 uv [, float bias] )" +msgstr "\\ gvec4_type **texture** (gsampler2DArray s, vec3 p [, float bias])" msgid "gvec4_type **texture** (gsampler3D s, vec3 p [, float bias])" -msgstr "\\ vec4_type **texture** ( sampler3D_type s, vec3 uv [, float bias] )" +msgstr "\\ gvec4_type **texture** (gsampler3D s, vec3 p [, float bias])" -#, fuzzy msgid "vec4 **texture** (samplerCube s, vec3 p [, float bias])" -msgstr "\\ vec4 **texture** ( samplerCube s, vec3 uv [, float bias] )" +msgstr "\\ vec4 **texture** (samplerCube s, vec3 p [, float bias])" -#, fuzzy msgid "vec4 **texture** (samplerCubeArray s, vec4 p [, float bias])" -msgstr "\\ vec4 **texture** ( samplerCube s, vec3 uv [, float bias] )" +msgstr "\\ vec4 **texture** (samplerCubeArray s, vec4 p [, float bias])" -#, fuzzy msgid "Perform a texture read." -msgstr "2Dテクスチャの読み取りを実行する" +msgstr "テクスチャの読み取りを実行する。" -#, fuzzy msgid "gvec4_type **textureProj** (gsampler2D s, vec3 p [, float bias])" -msgstr "" -"\\ vec4_type **textureProj** ( sampler2D_type s, vec3 uv [, float bias] )" +msgstr "\\ gvec4_type **textureProj** (gsampler2D s, vec3 p [, float bias])" -#, fuzzy msgid "gvec4_type **textureProj** (gsampler2D s, vec4 p [, float bias])" -msgstr "" -"\\ vec4_type **textureProj** ( sampler2D_type s, vec4 uv [, float bias] )" +msgstr "\\ gvec4_type **textureProj** (gsampler2D s, vec4 p [, float bias])" msgid "gvec4_type **textureProj** (gsampler3D s, vec4 p [, float bias])" -msgstr "gvec4_type **textureProj** (gsampler3D s, vec4 p [, float bias])" +msgstr "\\ gvec4_type **textureProj** (gsampler3D s, vec4 p [, float bias])" -#, fuzzy msgid "Perform a texture read with projection." -msgstr "投影を使用して2Dテクスチャの読み取りを実行する" +msgstr "投影を使用して2Dテクスチャの読み取りを実行する。" -#, fuzzy msgid "gvec4_type **textureLod** (gsampler2D s, vec2 p, float lod)" -msgstr "\\ vec4_type **textureLod** ( sampler2D_type s, vec2 uv, float lod )" +msgstr "\\ gvec4_type **textureLod** (gsampler2D s, vec2 p, float lod)" -#, fuzzy msgid "gvec4_type **textureLod** (gsampler2DArray s, vec3 p, float lod)" -msgstr "" -"\\ vec4_type **textureLod** ( sampler2DArray_type s, vec3 uv, float lod )" +msgstr "\\ gvec4_type **textureLod** (gsampler2DArray s, vec3 p, float lod)" -#, fuzzy msgid "gvec4_type **textureLod** (gsampler3D s, vec3 p, float lod)" -msgstr "\\ vec4_type **textureLod** ( sampler3D_type s, vec3 uv, float lod )" +msgstr "\\ gvec4_type **textureLod** (gsampler3D s, vec3 p, float lod)" -#, fuzzy msgid "vec4 **textureLod** (samplerCube s, vec3 p, float lod)" -msgstr "\\ vec4 **textureLod** ( samplerCube s, vec3 uv, float lod )" +msgstr "\\ vec4 **textureLod** (samplerCube s, vec3 p, float lod)" -#, fuzzy msgid "vec4 **textureLod** (samplerCubeArray s, vec4 p, float lod)" -msgstr "\\ vec4 **textureLod** ( samplerCube s, vec3 uv, float lod )" +msgstr "\\ vec4 **textureLod** (samplerCubeArray s, vec4 p, float lod)" -#, fuzzy msgid "Perform a texture read at custom mipmap." -msgstr "カスタムミップマップで2Dテクスチャの読み取りを実行する" +msgstr "カスタムミップマップでテクスチャの読み取りを実行する。" msgid "" "The LOD defines which mipmap level is used. An LOD value of ``0.0`` will use " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index a3aa78cd1b..b020b5b945 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,34 +17,42 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Sky shaders" -msgstr "シェーダー" +msgstr "Skyシェーダー" msgid "" "Sky shaders are a special type of shader used for drawing sky backgrounds " "and for updating radiance cubemaps which are used for image-based lighting " "(IBL). Sky shaders only have one processing function, the ``sky()`` function." msgstr "" +"Skyシェーダーは空の背景を描画したり、Image-Based lighting (IBL) に使用される" +"放射キューブマップを更新したりするために使用される特別なタイプのシェーダで" +"す。 Skyシェーダーには ``sky()`` 関数という 1 つのプロセッサー関数しかありま" +"せん。" -#, fuzzy msgid "There are three places the sky shader is used." -msgstr "ディテールの使用をコントロールする設定がいくつかあります。" +msgstr "Skyシェーダが使用される場所は3つあります。" msgid "" "First the sky shader is used to draw the sky when you have selected to use a " "Sky as the background in your scene." msgstr "" +"まずシーンの背景にSkyを使用することを選択した場合、Skyシェーダーを使用して空" +"を描画します。" msgid "" "Second, the sky shader is used to update the radiance cubemap when using the " "Sky for ambient color or reflections." msgstr "" +"2番目にアンビエントカラーまたは反射にSkyを使用するときに、Skyシェーダーを使用" +"して放射キューブマップが更新されます。" msgid "" "Third, the sky shader is used to draw the lower res subpasses which can be " "used in the high-res background or cubemap pass." msgstr "" +"3番目にSkyシェーダーを使用して、高解像度の背景またはキューブマップパスで使用" +"できる低解像度のサブパスを描画します。" msgid "" "In total, this means the sky shader can run up to six times per frame, " @@ -53,12 +61,20 @@ msgid "" "be used. You can change the behavior of the shader based on where it is " "called by checking the ``AT_*_PASS`` booleans. For example:" msgstr "" +"これは合計でSkyシェーダーがフレームごとに最大6回実行できることを意味します" +"が、放射キューブマップはフレームごとに更新する必要がなく、すべてのサブパスが" +"使用されるわけではないため、実際にはそれよりも少なくなります。 ``AT_*_PASS`` " +"のブール値をチェックすることで、シェーダーが呼び出される場所に基づいてシェー" +"ダーの動作を変更できます。例えば:" msgid "" "When using the sky shader to draw a background, the shader will be called " "for all non-occluded fragments on the screen. However, for the background's " "subpasses, the shader will be called for every pixel of the subpass." msgstr "" +"Skyシェーダーを使用して背景を描画する場合、画面上のオクルージョンされていない" +"すべてのフラグメントに対してシェーダが呼び出されます。ただし背景のサブパスの" +"場合、シェーダはサブパスのピクセルごとに呼び出されます。" msgid "" "When using the sky shader to update the radiance cubemap, the sky shader " @@ -69,23 +85,32 @@ msgid "" "cubemap will update every frame. The following list of changes force an " "update of the radiance cubemap:" msgstr "" +"Skyシェーダーを使用して放射キューブマップを更新する場合、Skyシェーダーは" +"キューブマップ内のすべてのピクセルに対して呼び出されます。一方、シェーダーは" +"放射キューブマップを更新する必要がある場合にのみ呼び出されます。いずれかの" +"シェーダパラメーターが更新されると、放射キューブマップも更新する必要がありま" +"す。たとえばシェーダーで ``TIME`` が使用されている場合、放射キューブマップは" +"フレームごとに更新されます。次の変更のリストに応じて放射キューブマップの更新" +"が強制されます。" msgid "``TIME`` is used." -msgstr "" +msgstr "``TIME`` が使われている。" msgid "``POSITION`` is used and the camera position changes." -msgstr "" +msgstr "``POSITION`` が使われており、カメラの位置が変更された場合。" msgid "" "If any ``LIGHTX_*`` properties are used and any :ref:`DirectionalLight3D " "` changes." msgstr "" +"``LIGHTX_*`` プロパティが使用されており、いずれかの :ref:`DirectionalLight3D " +"` が変更された場合。" msgid "If any uniform is changed in the shader." -msgstr "" +msgstr "シェーダー内のUniformが変更された場合。" msgid "If the screen is resized and either of the subpasses are used." -msgstr "" +msgstr "画面のサイズが変更され、いずれかのサブパスが使用される場合。" msgid "" "Try to avoid updating the radiance cubemap needlessly. If you do need to " @@ -93,6 +118,10 @@ msgid "" "mode ` is set to :ref:`REALTIME " "`." msgstr "" +"なるべく放射キューブマップを不必要に更新しないようにしてください。もし各フ" +"レームで放射キューブマップを更新する必要がある場合は、:ref:`Skyプロセス モー" +"ド ` が :ref:`REALTIME " +"` に設定するようにしてください。" msgid "" "Note that the :ref:`process mode ` only " @@ -105,11 +134,23 @@ msgid "" "cubemap when rendering the visible sky. With a completely static sky, this " "means that it needs to be rendered only once." msgstr "" +":ref:`プロセス モード ` は、放射キューブマッ" +"プのレンダリングにのみ影響することに注意してください。可視範囲の空はピクセル" +"ごとにフラグメントシェーダーを呼び出すことによって常にレンダリングされます。" +"複雑なフラグメントシェーダを使用すると、レンダリングのオーバーヘッドが高くな" +"る可能性があります。空が静的である (上記の条件が満たされている) か、ゆっくり" +"と変化する場合フレームごとにフルのフラグメントシェーダーを実行する必要はあり" +"ません。これは、全ての空を放射キューブマップにレンダリングし、可視範囲の空を" +"レンダリングするときにこのキューブマップから読み取ることで回避できます。完全" +"に静的な空の場合は、レンダリングする必要があるのは 1 回だけであることを意味し" +"ます。" msgid "" "The following code renders the full sky into the radiance cubemap and reads " "from that cubemap for displaying the visible sky:" msgstr "" +"次のコードは全ての空を放射キューブマップにレンダリングし、そのキューブマップ" +"から読み取って可視範囲の空を表示します。" msgid "" "This way, the complex calculations happen only in the cubemap pass, which " @@ -118,6 +159,10 @@ msgid "" "` to get the desired balance between " "performance and visual fidelity." msgstr "" +"このように複雑な計算はキューブマップパス内でのみ行われ、空の :ref:`プロセス " +"モード ` と :ref:`放射サイズ " +"` を設定することで最適化して、パフォーマン" +"スと視覚的な忠実度の間の望ましいバランスを得ることができます。" msgid "Render modes" msgstr "レンダリングモード" @@ -127,6 +172,9 @@ msgid "" "to speed up your shaders. For example the following code renders clouds at a " "lower resolution than the rest of the sky:" msgstr "" +"サブパスを使用すると、より低解像度でより負荷の高い計算を実行してシェーダを高" +"速化できます。たとえば次のコードは空の他の部分よりも低い解像度で雲をレンダリ" +"ングします。" msgid "Render mode" msgstr "レンダリングモード" @@ -134,53 +182,49 @@ msgstr "レンダリングモード" msgid "Description" msgstr "説明" -#, fuzzy msgid "**use_half_res_pass**" -msgstr "\\ **depth_draw_alpha_prepass**" +msgstr "\\ **use_half_res_pass**" msgid "Allows the shader to write to and access the half resolution pass." -msgstr "" +msgstr "シェーダーが1/2解像度パスに書き込み、アクセスできるようにします。" msgid "**use_quarter_res_pass**" -msgstr "" +msgstr "\\ **use_quarter_res_pass**" msgid "Allows the shader to write to and access the quarter resolution pass." -msgstr "" +msgstr "シェーダが1/4解像度パスに書き込み、アクセスできるようにします。" -#, fuzzy msgid "**disable_fog**" -msgstr "\\ **disable_force**" +msgstr "\\ **disable_fog**" msgid "If used, fog will not affect the sky." -msgstr "" +msgstr "指定すると、フォグは空に影響を与えません。" -#, fuzzy msgid "Built-ins" msgstr "ビルトイン" -#, fuzzy msgid "" "Values marked as \"in\" are read-only. Values marked as \"out\" are for " "optional writing and will not necessarily contain sensible values. Samplers " "cannot be written to so they are not marked." msgstr "" -"\"in\"としてマークされた値は読み取り専用です。\"out\"とマークされた値はオプ" -"ションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" -"マークされた値は、適切なデフォルト値を提供し、オプションで書き込むことができ" -"ます。サンプラーは書込みの対象ではなく、マークされていません。" +"\"in\"とマークされた値は読み取り専用です。 \"out\"とマークされた値はオプショ" +"ンの書き込み用であり、必ずしも適切な値を含むとは限りません。サンプラーには書" +"き込む対象ではないためマークされません。" -#, fuzzy msgid "Global built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルビルトイン" msgid "" "Global built-ins are available everywhere, including in custom functions." -msgstr "" +msgstr "グローバルビルトインはカスタム関数を含めあらゆる場所で使用できます。" msgid "" "There are 4 ``LIGHTX`` lights, accessed as ``LIGHT0``, ``LIGHT1``, " "``LIGHT2``, and ``LIGHT3``." msgstr "" +"4つの ``LIGHTX`` ライトがあり、 ``LIGHT0`` 、 ``LIGHT1`` 、 ``LIGHT2`` 、 " +"``LIGHT3`` としてアクセスします。" msgid "Built-in" msgstr "ビルトイン" @@ -191,171 +235,164 @@ msgstr "\\ in float **TIME**" msgid "Global time, in seconds." msgstr "秒単位のグローバル時間。" -#, fuzzy msgid "in vec3 **POSITION**" -msgstr "\\ out vec4 **POSITION**" +msgstr "\\ in vec3 **POSITION**" -#, fuzzy msgid "Camera position in world space" -msgstr "ビュー空間内の法線ベクトル。" +msgstr "ワールド空間でのカメラの位置" -#, fuzzy msgid "samplerCube **RADIANCE**" -msgstr "\\ **samplerCube**" +msgstr "\\ samplerCube **RADIANCE**" msgid "" "Radiance cubemap. Can only be read from during background pass. Check ``!" "AT_CUBEMAP_PASS`` before using." msgstr "" +"放射キューブマップ。背景パス中でのみ読み取ることができます。使用前に ``!" +"AT_CUBEMAP_PASS`` をチェックしてください。" -#, fuzzy msgid "in bool **AT_HALF_RES_PASS**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **AT_HALF_RES_PASS**" msgid "Currently rendering to half resolution pass." -msgstr "" +msgstr "現在のパスが1/2解像度パスでレンダリングしていることを示します。" -#, fuzzy msgid "in bool **AT_QUARTER_RES_PASS**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **AT_QUARTER_RES_PASS**" msgid "Currently rendering to quarter resolution pass." -msgstr "" +msgstr "現在のパスが1/4解像度パスでレンダリングしていることを示します。" -#, fuzzy msgid "in bool **AT_CUBEMAP_PASS**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **AT_CUBEMAP_PASS**" msgid "Currently rendering to radiance cubemap." msgstr "" +"現在のパスが放射キューブマップパスでレンダリングしていることを示します。" -#, fuzzy msgid "in bool **LIGHTX_ENABLED**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **LIGHTX_ENABLED**" msgid "" "``LightX`` is visible and in the scene. If ``false``, other light properties " "may be garbage." msgstr "" +"``LIGHTX`` がシーン内にあります。 もし ``false`` の場合、他の LIGHTX_ プロパ" +"ティは使用できない可能性があります。" -#, fuzzy msgid "in float **LIGHTX_ENERGY**" -msgstr "\\ inout float **LIGHT_HEIGHT**" +msgstr "\\ in float **LIGHTX_ENERGY**" msgid "Energy multiplier for ``LIGHTX``." -msgstr "" +msgstr "``LIGHTX`` のエネルギー倍率。" -#, fuzzy msgid "in vec3 **LIGHTX_DIRECTION**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in vec3 **LIGHTX_DIRECTION**" msgid "Direction that ``LIGHTX`` is facing." -msgstr "" +msgstr "``LIGHTX`` が向いている方向。" -#, fuzzy msgid "in vec3 **LIGHTX_COLOR**" -msgstr "\\ in vec3 **LIGHT_COLOR**" +msgstr "\\ in vec3 **LIGHTX_COLOR**" -#, fuzzy msgid "Color of ``LIGHTX``." -msgstr "ライトの色。" +msgstr "``LIGHTX``の色。" -#, fuzzy msgid "in float **LIGHTX_SIZE**" -msgstr "\\ inout float **POINT_SIZE**" +msgstr "\\ in float **LIGHTX_SIZE**" msgid "" "Angular diameter of ``LIGHTX`` in the sky. Expressed in radians. For " "reference, the sun from earth is about .0087 radians (0.5 degrees)." msgstr "" +"空における ``LIGHTX`` の角直径でラジアンで表されます。参考までに地球からの太" +"陽の距離は約 0.0087 ラジアン (0.5 度) です。" -#, fuzzy msgid "in float **PI**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **PI**" msgid "" "A ``PI`` constant (``3.141592``). A ratio of a circle's circumference to its " "diameter and amount of radians in half turn." msgstr "" +"``PI`` 円周率の定数 (``3.141592``)。円の円周とその直径の比率、および半回転の" +"ラジアン量。" -#, fuzzy msgid "in float **TAU**" -msgstr "\\ in float **DELTA**" +msgstr "\\ in float **TAU**" msgid "" "A ``TAU`` constant (``6.283185``). An equivalent of ``PI * 2`` and amount of " "radians in full turn." msgstr "" +"定数 `TAU`` は円周率の2倍 (``6.283185``)。 ``PI * 2`` と、1回転のラジアン量に" +"相当します。" -#, fuzzy msgid "in float **E**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **E**" msgid "" "A ``E`` constant (``2.718281``). Euler's number and a base of the natural " "logarithm." -msgstr "" +msgstr "定数 ``E`` は (``2.718281``)。オイラー数と自然対数の底。" -#, fuzzy msgid "Sky built-ins" -msgstr "ビルトイン" +msgstr "Skyビルトイン" -#, fuzzy msgid "in vec3 **EYEDIR**" -msgstr "\\ in vec3 **VERTEX**" +msgstr "\\ in vec3 **EYEDIR**" msgid "" "Normalized direction of current pixel. Use this as your basic direction for " "procedural effects." msgstr "" +"現在のピクセルの正規化された方向。これをプロシージャルエフェクトのベースの方" +"向として使用します。" msgid "in vec2 **SCREEN_UV**" msgstr "\\ in vec2 **SCREEN_UV**" -#, fuzzy msgid "" "Screen UV coordinate for current pixel. Used to map a texture to the full " "screen." -msgstr "現在のピクセルのスクリーンUV座標。" +msgstr "" +"現在のピクセルのスクリーンUV座標。テクスチャを全画面にマッピングするために使" +"用されます。" -#, fuzzy msgid "in vec2 **SKY_COORDS**" -msgstr "\\ in vec2 **POINT_COORD**" +msgstr "\\ in vec2 **SKY_COORDS**" msgid "Sphere UV. Used to map a panorama texture to the sky." msgstr "" +"スフィアUV座標。パノラマテクスチャを空にマッピングするために使用されます。" -#, fuzzy msgid "in vec4 **HALF_RES_COLOR**" -msgstr "\\ in vec4 **COLOR**" +msgstr "\\ in vec4 **HALF_RES_COLOR**" msgid "" "Color value of corresponding pixel from half resolution pass. Uses linear " "filter." -msgstr "" +msgstr "1/2解像度パスからの対応するピクセルの色。リニアフィルターを使用。" -#, fuzzy msgid "in vec4 **QUARTER_RES_COLOR**" -msgstr "\\ in vec4 **COLOR**" +msgstr "\\ in vec4 **QUARTER_RES_COLOR**" msgid "" "Color value of corresponding pixel from quarter resolution pass. Uses linear " "filter." -msgstr "" +msgstr "1/4解像度パスからの対応するピクセルの色。リニアフィルターを使用。" -#, fuzzy msgid "out vec3 **COLOR**" -msgstr "\\ inout vec4 **COLOR**" +msgstr "\\ out vec3 **COLOR**" -#, fuzzy msgid "Output color." -msgstr "出力ログ" +msgstr "出力の色。" msgid "out float **ALPHA**" msgstr "\\ out float **ALPHA**" msgid "Output alpha value, can only be used in subpasses." -msgstr "" +msgstr "出力のアルファ値。サブパスでのみ使用できます。" #, fuzzy msgid "out vec4 **FOG**" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 2f7630fcd7..bfa3e6a37a 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,26 +86,23 @@ msgstr "\\ **depth_draw_never**" msgid "Never draw depth." msgstr "深度の描画をしません。" -#, fuzzy msgid "**depth_prepass_alpha**" -msgstr "\\ **depth_draw_always**" +msgstr "\\ **depth_prepass_alpha**" msgid "Do opaque depth pre-pass for transparent geometry." -msgstr "透明なジオメトリの不透明な深さの事前パスを行います。" +msgstr "半透明ジオメトリでも深さの事前パス(デプスプリパス)を行います。" -#, fuzzy msgid "**depth_test_disabled**" -msgstr "\\ **depth_test_disable**" +msgstr "\\ **depth_test_disabled**" msgid "Disable depth testing." msgstr "深度テストを無効にします。" msgid "**sss_mode_skin**" -msgstr "" +msgstr "\\ **sss_mode_skin**" -#, fuzzy msgid "Subsurface Scattering mode for skin." -msgstr "サブサーフェススキャタリング" +msgstr "スキンの表面下散乱(サブサーフェス・スキャタリング)モード。" msgid "**cull_back**" msgstr "\\ **cull_back**" @@ -130,58 +127,57 @@ msgstr "\\ **unshaded**" msgid "Result is just albedo. No lighting/shading happens in material." msgstr "" -"結果は単なるアルベドです。マテリアルではライティング/シェーディングは発生しま" -"せん。" +"**ALBEDO** をそのまま出力します。マテリアルではライティング/シェーディングを" +"行いません。" msgid "**wireframe**" -msgstr "" +msgstr "\\ **wireframe**" msgid "Geometry draws using lines." -msgstr "" +msgstr "ジオメトリはライン描画(ワイヤーフレーム描画)されます。" msgid "**diffuse_burley**" msgstr "\\ **diffuse_burley**" -#, fuzzy msgid "Burley (Disney PBS) for diffuse (default)." -msgstr "拡散をバーリー(ディズニーPBS)に。" +msgstr "拡散反射を物理ベース Burley (Disney PBS) で計算します (デフォルト)。" msgid "**diffuse_lambert**" msgstr "\\ **diffuse_lambert**" -#, fuzzy msgid "Lambert shading for diffuse." -msgstr "拡散をランバートシェーディングに(デフォルト)。" +msgstr "拡散反射をランバートシェーディングで計算します。" msgid "**diffuse_lambert_wrap**" msgstr "\\ **diffuse_lambert_wrap**" msgid "Lambert wrapping (roughness dependent) for diffuse." -msgstr "拡散をランバートラッピングに(回り込みはroughnessに依存)。" +msgstr "" +"拡散反射をランバートラッピング (回り込みはラフネスに依存)で計算します。" msgid "**diffuse_toon**" msgstr "\\ **diffuse_toon**" msgid "Toon shading for diffuse." -msgstr "拡散をトゥーンシェーディングに。" +msgstr "拡散反射をトゥーンシェーディングで計算します。" msgid "**specular_schlick_ggx**" msgstr "\\ **specular_schlick_ggx**" msgid "Schlick-GGX for specular (default)." -msgstr "スペキュラーをSchlick-GGXに(デフォルト)。" +msgstr "鏡面反射をSchlick-GGXで計算します (デフォルト)。" msgid "**specular_toon**" msgstr "\\ **specular_toon**" msgid "Toon for specular." -msgstr "スペキュラーをトゥーンに。" +msgstr "鏡面反射をトゥーンで計算します。" msgid "**specular_disabled**" msgstr "\\ **specular_disabled**" msgid "Disable specular." -msgstr "スペキュラーを無効にします。" +msgstr "鏡面反射を無効にします。" msgid "**skip_vertex_transform**" msgstr "\\ **skip_vertex_transform**" @@ -228,38 +224,37 @@ msgid "**vertex_lighting**" msgstr "\\ **vertex_lighting**" msgid "Use vertex-based lighting." -msgstr "頂点ベースの照明を使用します。" +msgstr "頂点ベースのライティングを行います。" -#, fuzzy msgid "**particle_trails**" -msgstr "**パーティクル:**" +msgstr "\\ **particle_trails**" msgid "Enables the trails when used on particles geometry." -msgstr "" +msgstr "パーティクルで使用すると、トレイルが有効になります。" msgid "**alpha_to_coverage**" -msgstr "" +msgstr "\\ **alpha_to_coverage**" -#, fuzzy msgid "" "Alpha antialiasing mode, see `here `_ for more." msgstr "" -"`core/set.h `_" +"アルファによるアンチエイリアシングモード。詳細については `こちら `_ を参照してください。" msgid "**alpha_to_coverage_and_one**" -msgstr "" +msgstr "\\ **alpha_to_coverage_and_one**" -#, fuzzy msgid "**fog_disabled**" -msgstr "\\ **cull_disabled**" +msgstr "\\ **fog_disabled**" msgid "" "Disable receiving depth-based or volumetric fog. Useful for blend_add " "materials like particles." msgstr "" +"深度ベースまたはボリュームフォグの影響を無効にします。パーティクルなどの " +"blend_add マテリアルを使うときに便利です。" -#, fuzzy msgid "Built-ins" msgstr "ビルトイン" @@ -269,17 +264,16 @@ msgid "" "marked as \"inout\" provide a sensible default value, and can optionally be " "written to. Samplers are not subjects of writing and they are not marked." msgstr "" -"\"in\"としてマークされた値は読み取り専用です。\"out\"とマークされた値はオプ" -"ションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" -"マークされた値は、適切なデフォルト値を提供し、オプションで書き込むことができ" -"ます。サンプラーは書込みの対象ではなく、マークされていません。" +"\"in\"としてマークされた変数は読み取り専用です。\"out\"とマークされた変数はオ" +"プションの書き込み用であり、必ずしも適切な値を含むとは限りません。\"inout\"と" +"マークされた変数は、適切なデフォルト値を提供し、オプションで書き込むことがで" +"きます。サンプラーは書込みの対象ではなく、マークされていません。" -#, fuzzy msgid "Global built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "グローバルビルトイン" msgid "Global built-ins are available everywhere, including custom functions." -msgstr "" +msgstr "グローバルビルトインは、カスタム関数を含め、どこでも使用できます。" msgid "Built-in" msgstr "ビルトイン" @@ -290,35 +284,36 @@ msgstr "\\ in float **TIME**" msgid "Global time, in seconds." msgstr "秒単位のグローバル時間。" -#, fuzzy msgid "in float **PI**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **PI**" msgid "" "A ``PI`` constant (``3.141592``). A ration of circle's circumference to its " "diameter and amount of radians in half turn." msgstr "" +"定数 ``PI`` は円周率 (``3.141592``)。円の円周と直径の比率と、半回転のラジアン" +"量です。" -#, fuzzy msgid "in float **TAU**" -msgstr "\\ in float **DELTA**" +msgstr "\\ in float **TAU**" msgid "" "A ``TAU`` constant (``6.283185``). An equivalent of ``PI * 2`` and amount of " "radians in full turn." msgstr "" +"定数 `TAU`` は円周率の2倍 (``6.283185``)。 ``PI * 2`` と、1回転のラジアン量に" +"相当します。" -#, fuzzy msgid "in float **E**" -msgstr "\\ in float **TIME**" +msgstr "\\ in float **E**" msgid "" "A ``E`` constant (``2.718281``). Euler's number and a base of the natural " "logarithm." -msgstr "" +msgstr "定数 ``E`` は (``2.718281``)。オイラー数と自然対数の底。" msgid "Vertex built-ins" -msgstr "頂点用ビルトイン" +msgstr "頂点プロセッサーのビルトイン" msgid "" "Vertex data (``VERTEX``, ``NORMAL``, ``TANGENT``, ``BITANGENT``) are " @@ -333,8 +328,8 @@ msgid "" "They can optionally be presented in world space by using the " "*world_vertex_coords* render mode." msgstr "" -"オプションで、\\ *world_vertex_coords * レンダリングモードを使用して、ワール" -"ド空間で表示できます。" +"オプションで、 *world_vertex_coords* レンダリングモードを使用して、ワールド空" +"間で表示できます。" msgid "" "Users can disable the built-in modelview transform (projection will still " @@ -377,15 +372,14 @@ msgstr "**y**: ライフタイム中のフェーズ(0〜1)。" msgid "**z**: Animation frame." msgstr "**z**: アニメーションフレーム。" -#, fuzzy msgid "" "This allows you to easily adjust the shader to a particle system using " "default particles material. When writing a custom particle shader, this " "value can be used as desired." msgstr "" -"これにより、デフォルトのパーティクルマテリアルを使用して、シェーダーをパー" -"ティクルシステムに合わせて簡単に調整できます。カスタムパーティクルシェーダー" -"を記述する場合、この値は必要に応じて使用できます。" +"これにより、デフォルトのパーティクルマテリアルを使用するとき、シェーダをパー" +"ティクルシステムに合わせて簡単に調整できます。カスタム パーティクルシェーダを" +"作成する場合、この値は必要に応じて使用できます。" msgid "in vec2 **VIEWPORT_SIZE**" msgstr "\\ in vec2 **VIEWPORT_SIZE**" @@ -393,16 +387,14 @@ msgstr "\\ in vec2 **VIEWPORT_SIZE**" msgid "Size of viewport (in pixels)." msgstr "ビューポートのサイズ (ピクセル単位)。" -#, fuzzy msgid "in mat4 **VIEW_MATRIX**" -msgstr "\\ inout mat4 **MODELVIEW_MATRIX**" +msgstr "\\ in mat4 **VIEW_MATRIX**" msgid "World space to view space transform." msgstr "ワールド空間からビュー空間への変換。" -#, fuzzy msgid "in mat4 **INV_VIEW_MATRIX**" -msgstr "\\ in mat4 **INV_CAMERA_MATRIX**" +msgstr "\\ in mat4 **INV_VIEW_MATRIX**" msgid "View space to world space transform." msgstr "ビュー空間からワールド空間への変換。" @@ -413,47 +405,39 @@ msgstr "\\ in mat4 **INV_PROJECTION_MATRIX**" msgid "Clip space to view space transform." msgstr "クリップ空間からビュー空間への変換。" -#, fuzzy msgid "in vec3 **NODE_POSITION_WORLD**" -msgstr "\\ in vec2 **POINT_COORD**" +msgstr "\\ in vec3 **NODE_POSITION_WORLD**" -#, fuzzy msgid "Node world space position." -msgstr "モデル空間からワールド空間への変換。" +msgstr "ノードのワールド空間の位置。" -#, fuzzy msgid "in vec3 **NODE_POSITION_VIEW**" -msgstr "\\ in vec3 **VIEW**" +msgstr "\\ in vec3 **NODE_POSITION_VIEW**" -#, fuzzy msgid "Node view space position." -msgstr "アニメーションパネルの位置" +msgstr "ノードのビュー空間の位置。" -#, fuzzy msgid "in vec3 **CAMERA_POSITION_WORLD**" -msgstr "\\ in vec3 **ATTENUATION**" +msgstr "\\ in vec3 **CAMERA_POSITION_WORLD**" -#, fuzzy msgid "Camera world space position." -msgstr "アニメーションパネルの位置" +msgstr "カメラのワールド空間の位置。" -#, fuzzy msgid "in vec3 **CAMERA_DIRECTION_WORLD**" -msgstr "\\ in vec3 **ATTENUATION**" +msgstr "\\ in vec3 **CAMERA_DIRECTION_WORLD**" msgid "Camera world space direction." -msgstr "" +msgstr "カメラのワールド空間の向き。" msgid "in bool **OUTPUT_IS_SRGB**" msgstr "\\ in bool **OUTPUT_IS_SRGB**" -#, fuzzy msgid "" "``true`` when output is in sRGB color space (this is ``true`` in the " "Compatibility renderer, ``false`` in Forward+ and Forward Mobile)." msgstr "" -"計算がsRGB色空間で行われる場合は ``true``(GLES2では ``true``\\ 、\\ GLES3で" -"は ``false``)。" +"出力がsRGB色空間で行われる場合は ``true`` (互換性レンダラーでは ``true`` 、" +"Forward+レンダラーおよびモバイルレンダラーでは ``false`` ) です。" msgid "in int **INSTANCE_ID**" msgstr "\\ in int **INSTANCE_ID**" @@ -467,37 +451,38 @@ msgstr "\\ in vec4 **INSTANCE_CUSTOM**" msgid "Instance custom data (for particles, mostly)." msgstr "インスタンスのカスタムデータ(主にパーティクル用)。" -#, fuzzy msgid "in int **VIEW_INDEX**" -msgstr "\\ in int **INDEX**" +msgstr "\\ in int **VIEW_INDEX**" msgid "" "The view that we are rendering. ``VIEW_MONO_LEFT`` (``0``) for Mono (not " "multiview) or left eye, ``VIEW_RIGHT`` (``1``) for right eye." msgstr "" +"現在レンダリングしているビューの番号。モノラルレンダリングまたはステレオレン" +"ダリングの左目の場合は ``VIEW_MONO_LEFT`` (``0``)、ステレオレンダリングの右目" +"の場合は ``VIEW_RIGHT`` (``1``) です。" -#, fuzzy msgid "in int **VIEW_MONO_LEFT**" -msgstr "\\ in int **INDEX**" +msgstr "\\ in int **VIEW_MONO_LEFT**" msgid "Constant for Mono or left eye, always ``0``." -msgstr "" +msgstr "モノラルまたは左目の場合の定数で、常に ``0`` です。" -#, fuzzy msgid "in int **VIEW_RIGHT**" -msgstr "\\ in int **INDEX**" +msgstr "\\ in int **VIEW_RIGHT**" msgid "Constant for right eye, always ``1``." -msgstr "" +msgstr "右目の場合は定数で、常に ``1`` になります。" -#, fuzzy msgid "in vec3 **EYE_OFFSET**" -msgstr "\\ in vec3 **VERTEX**" +msgstr "\\ in vec3 **EYE_OFFSET**" msgid "" "Position offset for the eye being rendered. Only applicable for multiview " "rendering." msgstr "" +"レンダリングされる際の目の位置のオフセット。ステレオレンダリングでのみ適用さ" +"れます。" msgid "inout vec3 **VERTEX**" msgstr "\\ inout vec3 **VERTEX**" @@ -505,12 +490,11 @@ msgstr "\\ inout vec3 **VERTEX**" msgid "Vertex in local coordinates." msgstr "ローカル座標の頂点。" -#, fuzzy msgid "in int **VERTEX_ID**" -msgstr "\\ in int **INSTANCE_ID**" +msgstr "\\ in int **VERTEX_ID**" msgid "The index of the current vertex in the vertex buffer." -msgstr "" +msgstr "頂点バッファー内の現在の頂点インデックス。" msgid "inout vec3 **NORMAL**" msgstr "\\ inout vec3 **NORMAL**" @@ -530,7 +514,6 @@ msgstr "\\ inout vec3 **BINORMAL**" msgid "Binormal in local coordinates." msgstr "ローカル座標の従法線。" -#, fuzzy msgid "out vec4 **POSITION**" msgstr "\\ out vec4 **POSITION**" @@ -559,7 +542,7 @@ msgid "out float **ROUGHNESS**" msgstr "\\ out float **ROUGHNESS**" msgid "Roughness for vertex lighting." -msgstr "頂点ライティング用の粗さ。" +msgstr "頂点ライティング用の粗さ(ラフネス)。" msgid "inout float **POINT_SIZE**" msgstr "\\ inout float **POINT_SIZE**" @@ -573,20 +556,17 @@ msgstr "\\ inout mat4 **MODELVIEW_MATRIX**" msgid "Model space to view space transform (use if possible)." msgstr "モデル空間からビュー空間への変換(可能な場合は使用)。" -#, fuzzy msgid "inout mat3 **MODELVIEW_NORMAL_MATRIX**" -msgstr "\\ inout mat4 **MODELVIEW_MATRIX**" +msgstr "\\ inout mat3 **MODELVIEW_NORMAL_MATRIX**" -#, fuzzy msgid "inout mat4 **MODEL_MATRIX**" -msgstr "\\ inout mat4 **MODELVIEW_MATRIX**" +msgstr "\\ inout mat4 **MODEL_MATRIX**" msgid "Model space to world space transform." msgstr "モデル空間からワールド空間への変換。" -#, fuzzy msgid "inout mat3 **MODEL_NORMAL_MATRIX**" -msgstr "\\ inout mat4 **MODELVIEW_MATRIX**" +msgstr "\\ inout mat3 **MODEL_NORMAL_MATRIX**" msgid "inout mat4 **PROJECTION_MATRIX**" msgstr "\\ inout mat4 **PROJECTION_MATRIX**" @@ -594,29 +574,23 @@ msgstr "\\ inout mat4 **PROJECTION_MATRIX**" msgid "View space to clip space transform." msgstr "ビュー空間からクリップ空間への変換。" -#, fuzzy msgid "inout uvec4 **BONE_INDICES**" -msgstr "\\ inout vec4 **CUSTOM**" +msgstr "\\ inout uvec4 **BONE_INDICES**" -#, fuzzy msgid "inout vec4 **BONE_WEIGHTS**" -msgstr "\\ inout vec4 **LIGHT**" +msgstr "\\ inout vec4 **BONE_WEIGHTS**" -#, fuzzy msgid "in vec4 **CUSTOM0**" -msgstr "\\ inout vec4 **CUSTOM**" +msgstr "\\ in vec4 **CUSTOM0**" -#, fuzzy msgid "in vec4 **CUSTOM1**" -msgstr "\\ inout vec4 **CUSTOM**" +msgstr "\\ in vec4 **CUSTOM1**" -#, fuzzy msgid "in vec4 **CUSTOM2**" -msgstr "\\ inout vec4 **CUSTOM**" +msgstr "\\ in vec4 **CUSTOM2**" -#, fuzzy msgid "in vec4 **CUSTOM3**" -msgstr "\\ inout vec4 **CUSTOM**" +msgstr "\\ in vec4 **CUSTOM3**" msgid "" "``MODELVIEW_MATRIX`` combines both the ``MODEL_MATRIX`` and ``VIEW_MATRIX`` " @@ -624,9 +598,13 @@ msgid "" "the object is very far away from the world origin, you may run into floating " "point issues when using the separated ``MODEL_MATRIX`` and ``VIEW_MATRIX``." msgstr "" +"``MODELVIEW_MATRIX`` は ``MODEL_MATRIX`` と ``VIEW_MATRIX`` の両方を合成した" +"もので、浮動小数点の問題が発生する可能性がある場合に適しています。例えばオブ" +"ジェクトがワールド原点から非常に離れている場合、分離された ``MODEL_MATRIX`` " +"と ``VIEW_MATRIX`` を使用すると浮動小数点の問題が発生する可能性があります。" msgid "Fragment built-ins" -msgstr "フラグメント用ビルトイン" +msgstr "フラグメントプロセッサーのビルトイン" msgid "" "The default use of a Godot fragment processor function is to set up the " @@ -655,18 +633,18 @@ msgstr "" msgid "in bool **FRONT_FACING**" msgstr "\\ in bool **FRONT_FACING**" -#, fuzzy msgid "``true`` if current face if front face." -msgstr "現在の面が前面(面の法線がこちらを向いている)の場合は ``true``。" +msgstr "現在の面が前面(面の法線がこちらを向いている)の場合は ``true`` 。" msgid "in vec3 **VIEW**" msgstr "\\ in vec3 **VIEW**" -#, fuzzy msgid "" "Normalized vector from fragment position to camera (in view space). This is " "the same for both perspective and orthogonal cameras." -msgstr "カメラからフラグメント位置へのベクトル(ビュー空間内)。" +msgstr "" +"フラグメント位置からカメラへの正規化されたベクトル (ビュー空間内)。これは遠近" +"法カメラと直交カメラの両方で同じです。" msgid "in vec2 **UV**" msgstr "\\ in vec2 **UV**" @@ -692,13 +670,11 @@ msgstr "\\ in vec2 **POINT_COORD**" msgid "Point Coordinate for drawing points with POINT_SIZE." msgstr "POINT_SIZEでポイントを描画するためのポイント座標。" -#, fuzzy msgid "in mat4 **MODEL_MATRIX**" -msgstr "\\ in mat4 **WORLD_MATRIX**" +msgstr "\\ in mat4 **MODEL_MATRIX**" -#, fuzzy msgid "in mat3 **MODEL_NORMAL_MATRIX**" -msgstr "\\ in mat4 **CAMERA_MATRIX**" +msgstr "\\ in mat3 **MODEL_NORMAL_MATRIX**" msgid "in mat4 **PROJECTION_MATRIX**" msgstr "\\ in mat4 **PROJECTION_MATRIX**" @@ -949,7 +925,7 @@ msgid "" msgstr "" msgid "Light built-ins" -msgstr "ライト用ビルトイン" +msgstr "ライトプロセッサーのビルトイン" msgid "" "Writing light processor functions is completely optional. You can skip the " @@ -988,6 +964,10 @@ msgid "" "is enabled in the Project Settings. (It's enabled by default on mobile " "platforms.)" msgstr "" +"``vertex_lighting`` レンダリングモードが有効になっている、またはプロジェクト" +"設定で **レンダリング > シェーディング > 頂点シェーディングの強制** が有効に" +"なっている場合、 ``light()`` 関数は実行されません。 (モバイルプラットフォーム" +"ではデフォルトで強制になっています。)" msgid "in vec3 **NORMAL**" msgstr "\\ in vec3 **NORMAL**" @@ -996,7 +976,7 @@ msgid "Normal vector, in view space." msgstr "ビュー空間内の法線ベクトル。" msgid "View vector, in view space." -msgstr "ビュー空間内のビューベクトル。" +msgstr "ビュー空間内のカメラ視線ベクトル。" msgid "in vec3 **LIGHT**" msgstr "\\ in vec3 **LIGHT**" @@ -1012,27 +992,27 @@ msgid "" "present because physically-based lighting models include a division by " "``PI``." msgstr "" +"光の色に ``エネルギー * PI`` を掛けたもの。物理ベースの照明モデルには ``PI`` " +"による除算が含まれるため、 ``PI`` が乗算されます。" -#, fuzzy msgid "in float **SPECULAR_AMOUNT**" -msgstr "\\ out float **SPECULAR**" +msgstr "\\ in float **SPECULAR_AMOUNT**" msgid "" "2.0 * ``light_specular`` property for ``OmniLight3D`` and ``SpotLight3D``. " "1.0 for ``DirectionalLight3D``." msgstr "" +"``OmniLight3D`` もしくは ``SpotLight3D`` の場合は 2.0 * ``light_specular`` プ" +"ロパティ。 ``DirectionalLight3D`` の場合は1.0。" -#, fuzzy msgid "in bool **LIGHT_IS_DIRECTIONAL**" -msgstr "\\ in bool **AT_LIGHT_PASS**" +msgstr "\\ in bool **LIGHT_IS_DIRECTIONAL**" -#, fuzzy msgid "``true`` if this pass is a ``DirectionalLight3D``." -msgstr "ライトパスの場合はこれが ``true``。" +msgstr "``DirectionalLight3D`` の場合は ``true`` 。" -#, fuzzy msgid "in float **ATTENUATION**" -msgstr "\\ in vec3 **ATTENUATION**" +msgstr "\\ in float **ATTENUATION**" msgid "Attenuation based on distance or shadow." msgstr "距離または影に基づく減衰。" @@ -1043,35 +1023,32 @@ msgstr "\\ in vec3 **ALBEDO**" msgid "Base albedo." msgstr "ベースアルベド。" -#, fuzzy msgid "in vec3 **BACKLIGHT**" -msgstr "\\ in vec3 **LIGHT**" +msgstr "\\ in vec3 **BACKLIGHT**" -#, fuzzy msgid "in float **METALLIC**" -msgstr "\\ out float **METALLIC**" +msgstr "\\ in float **METALLIC**" -#, fuzzy msgid "Metallic." -msgstr "Metallic(メタリック)" +msgstr "メタリック (金属感)。" msgid "in float **ROUGHNESS**" msgstr "\\ in float **ROUGHNESS**" msgid "Roughness." -msgstr "粗さ。" +msgstr "ラフネス (粗さ)。" msgid "out vec3 **DIFFUSE_LIGHT**" msgstr "\\ out vec3 **DIFFUSE_LIGHT**" msgid "Diffuse light result." -msgstr "拡散光の結果。" +msgstr "拡散反射光の結果。" msgid "out vec3 **SPECULAR_LIGHT**" msgstr "\\ out vec3 **SPECULAR_LIGHT**" msgid "Specular light result." -msgstr "スペキュラー光の結果。" +msgstr "鏡面反射光の結果。" msgid "" "Transparent materials also cannot cast shadows or appear in " @@ -1081,6 +1058,11 @@ msgid "" "on transparent materials (only rough reflections are visible on transparent " "materials)." msgstr "" +"半透明なマテリアルは影を落としたり、 ``hint_screen_texture`` や " +"``hint_depth_texture`` のUniformに表示したりすることもできません。これにより" +"半透明マテリアルがスクリーン空間の反射や屈折に現れるのを防ぎます。 :ref:" +"`SDFGI ` 半透明なマテリアルでは鋭い反射は表示されません (半" +"透明なマテリアルでは粗い反射のみが表示されます)。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 8d75e92002..21e4f77bec 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,21 +17,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Shaders style guide" -msgstr "C#スタイルガイド" +msgstr "シェーダースタイルガイド" -#, fuzzy msgid "" "This style guide lists conventions to write elegant shaders. The goal is to " "encourage writing clean, readable code and promote consistency across " "projects, discussions, and tutorials. Hopefully, this will also support the " "development of auto-formatting tools." msgstr "" -"このスタイルガイドには、エレガントなGDScriptを作成するための規則が記載されて" -"います。目標は、クリーンで読みやすいコードの作成を奨励し、プロジェクト、ディ" -"スカッション、およびチュートリアル間の一貫性を促進することです。うまくいけ" -"ば、これも自動フォーマットツールの開発を促進するでしょう。" +"このスタイルガイドには、エレガントなシェーダーを作成するための規則が記載され" +"ています。目標はクリーンで読みやすいコードの作成を奨励し、プロジェクト、ディ" +"スカッション、チュートリアル全体の一貫性を促進することです。うまくいけば、こ" +"れも自動フォーマットツールの開発に役立つでしょう。" msgid "" "Since the Godot shader language is close to C-style languages and GLSL, this " @@ -39,6 +37,10 @@ msgid "" "GLSL files in Godot's source code `here `__." msgstr "" +"Godotシェーダー言語はCスタイル言語およびGLSLに近いため、このガイドはGodot独自" +"のGLSLフォーマットからインスピレーションを得ています。Godotのソース コードの" +"GLSLファイルの例は `こちら `__ でご覧いただけます。" msgid "" "Style guides aren't meant as hard rulebooks. At times, you may not be able " @@ -56,17 +58,15 @@ msgstr "" "一般に、プロジェクト内およびチーム内でコードの一貫性を保つことは、このガイド" "に完璧に従うよりも重要です。" -#, fuzzy msgid "" "Godot's built-in shader editor uses a lot of these conventions by default. " "Let it help you." msgstr "" -"Godotのビルトインスクリプトエディタは、デフォルトでこれらの規則を多く使用しま" -"す。それをあなたの役に立つようにしてください。" +"Godotに組み込まれているシェーダーエディタは、デフォルトでこれらの規則の多くを" +"使用します。それはあなたの助けになるでしょう。" -#, fuzzy msgid "Here is a complete shader example based on these guidelines:" -msgstr "これらのガイドラインに基づいた完全なクラスの例を次に示します:" +msgstr "これらのガイドラインに基づいた完璧なシェーダーの例を次に示します:" msgid "Formatting" msgstr "書式設定" @@ -101,11 +101,11 @@ msgstr "" msgid "Indentation" msgstr "インデント" -#, fuzzy msgid "" "Each indent level should be one tab greater than the block containing it." msgstr "" -"各インデントレベルは、それを含むブロックより1つ大きくなければなりません。" +"各インデント レベルは、それを含むブロックより1タブ分大きくなければなりませ" +"ん。" msgid "**Good**:" msgstr "**良い例**:" @@ -123,7 +123,6 @@ msgstr "" msgid "Line breaks and blank lines" msgstr "改行と空白行" -#, fuzzy msgid "" "For a general indentation rule, follow `the \"1TBS Style\" `_ which " @@ -132,19 +131,19 @@ msgid "" "This makes them easier to refactor and avoids mistakes when adding more " "lines to an ``if`` statement or similar." msgstr "" -"一般的なインデントルールについては、\\ `\"Allman Style\"` に従って、制御ステートメ" -"ントに関連付けられたブレースを次の行に配置し、同じレベルにインデントすること" -"をお勧めします。" +"一般的なインデントルールについては、\"1TBSスタイル\" `_ に従ってください。これは制" +"御ステートメントに関連付けられた中括弧{ }を同じ行に配置することを推奨していま" +"す。ステートメントが1行しかない場合でも、ステートメントには必ず中括弧{ }を使" +"用してください。これによりリファクタリングが容易になり、 ``if`` ステートメン" +"トなどにさらに行を追加するときの間違いを避けることができます。" msgid "Blank lines" msgstr "空白行" -#, fuzzy msgid "Surround function definitions with one (and only one) blank line:" -msgstr "関数とクラスの定義は2つの空白行で囲んで下さい:" +msgstr "関数定義を1つ (だけ) の空白行で囲みます:" -#, fuzzy msgid "" "Use one (and only one) blank line inside functions to separate logical " "sections." @@ -156,21 +155,20 @@ msgstr "行の長さ" msgid "Keep individual lines of code under 100 characters." msgstr "コードの個々の行を100文字以内に保ちます。" -#, fuzzy msgid "" "If you can, try to keep lines under 80 characters. This helps to read the " "code on small displays and with two shaders opened side-by-side in an " "external text editor. For example, when looking at a differential revision." msgstr "" -"可能であれば、行を80文字未満に保つようにしてください。これにより、小さなディ" -"スプレイでコードを読む場合や、2つのスクリプトを外部テキスト エディタで並べて" -"開くときに役立ちます。たとえば、差分リビジョンを見る場合などです。" +"可能であれば、1行を80文字未満に保つようにしてください。これは小さなディスプレ" +"イでコードを読む場合や、2つのシェーダーを外部テキスト エディタで並べて開くと" +"きに役立ちます。たとえばリビジョンの差分を見る場合などです。" msgid "One statement per line" msgstr "1行につき1つのステートメント" msgid "Never combine multiple statements on a single line." -msgstr "" +msgstr "複数のステートメントを1行に結合しないようにします。" msgid "The only exception to that rule is the ternary operator:" msgstr "その規則の唯一の例外は三項演算子です:" @@ -189,44 +187,44 @@ msgstr "" msgid "" "Don't use multiline comment syntax if your comment can fit on a single line:" msgstr "" +"コメントが1行に収まる場合は、複数行コメント構文を使用しないようにします。" -#, fuzzy msgid "" "In the shader editor, to make the selected code a comment (or uncomment it), " "press :kbd:`Ctrl + K`. This feature adds or removes ``//`` at the start of " "the selected lines." msgstr "" -"スクリプトエディタで、選択したコードのコメントを切り替えるには、\\ :kbd:" -"`Ctrl + K` を押します。この機能は、選択した行の先頭に単一の#記号を追加します" -"(#記号があれば逆に削除します)。" +"シェーダーエディタで、選択したコードをコメントにする (またはコメントを解除す" +"る) には、 :kbd:`Ctrl + K` を押します。この機能は、選択した行の先頭に ``//`` " +"を追加または削除します。" msgid "Whitespace" msgstr "空白" -#, fuzzy msgid "" "Always use one space around operators and after commas. Also, avoid " "extraneous spaces in function calls." msgstr "" -"演算子の前後およびコンマの後には常に1つのスペースを使用します。また、辞書参照" -"や関数呼び出しに余分なスペースを入れないでください。" +"演算子の前後およびコンマの後には常に1つのスペースを使用します。また関数呼び出" +"しでは無関係なスペースを避けるようにします。" msgid "Don't use spaces to align expressions vertically:" msgstr "式を垂直方向に揃えるためにスペースを使用しないでください:" -#, fuzzy msgid "Floating-point numbers" -msgstr "浮動小数点数(実数)" +msgstr "浮動小数点数 (実数)" msgid "" "Always specify at least one digit for both the integer and fractional part. " "This makes it easier to distinguish floating-point numbers from integers, as " "well as distinguishing numbers greater than 1 from those lower than 1." msgstr "" +"整数部と小数部の両方に必ず少なくとも1桁を指定してください。これにより浮動小数" +"点数と整数の区別が容易になるだけでなく、1より大きい数値と1未満の数値の区別も" +"容易になります。" -#, fuzzy msgid "Accessing vector members" -msgstr "ベクトルの加算" +msgstr "ベクトル要素へのアクセス" msgid "" "Use ``r``, ``g``, ``b``, and ``a`` when accessing a vector's members if it " @@ -234,6 +232,10 @@ msgid "" "``x``, ``y``, ``z``, and ``w``. This allows those reading your code to " "better understand what the underlying data represents." msgstr "" +"色が含まれているベクトル要素にアクセスするときには ``r`` , ``g`` , ``b`` , " +"``a`` を使用します。色以外のものが含まれるベクトルの場合は ``x`` , ``y`` , " +"``z`` , ``w`` を使用します。これによりコードを読む人は、根底にあるデータが何" +"を表しているのかをよりよく理解できるようになります。" msgid "Naming conventions" msgstr "命名規則" @@ -262,7 +264,6 @@ msgstr "" "CONSTANT\\ _CASEで定数を記述します。つまり、すべて大文字でアンダースコア(\\_)" "を使用して単語を区切ります:" -#, fuzzy msgid "Preprocessor directives" msgstr "プリプロセッサ定義" @@ -271,19 +272,24 @@ msgid "" "CONSTANT__CASE. Directives should be written without any indentation before " "them, even if nested within a function." msgstr "" +":ref:`doc_shader_preprocessor` 定義は CONSTANT_CASE で記述する必要がありま" +"す。これは関数内にネストされている場合でも、その前にインデントを付けずに記述" +"する必要があります。" msgid "" "To preserve the natural flow of indentation when shader errors are printed " "to the console, extra indentation should **not** be added within ``#if``, " "``#ifdef`` or ``#ifndef`` blocks:" msgstr "" +"シェーダーエラーがコンソールに出力されるときにインデントの自然な流れを維持す" +"るには ``#if`` 、 ``#ifdef`` 、 ``#ifndef`` ブロック内に余分なインデントを **" +"追加しないでください** 。" msgid "Code order" msgstr "コードの順序" -#, fuzzy msgid "We suggest to organize shader code this way:" -msgstr "次のようにGDScriptコードを整理することをお勧めします:" +msgstr "次のようにシェーダーコードを整理することをお勧めします:" msgid "" "We optimized the order to make it easy to read the code from top to bottom, " @@ -294,18 +300,18 @@ msgstr "" "どのように機能するかを理解しやすくし、変数宣言の順序に関連するエラーを回避し" "ます。" -#, fuzzy msgid "This code order follows two rules of thumb:" -msgstr "このコードの順序は、次の4つの経験則に従います:" +msgstr "このコードの順序は、次の2つのルールに従います:" -#, fuzzy msgid "Metadata and properties first, followed by methods." -msgstr "プロパティとシグナルが最初に来て、メソッドがそれに続きます。" +msgstr "最初にメタデータとプロパティ、次にメソッドが続きます。" msgid "" "\"Public\" comes before \"private\". In a shader language's context, " "\"public\" refers to what's easily adjustable by the user (uniforms)." msgstr "" +"\"パブリック\"は\"プライベート\"の前に来ます。シェーダー言語のコンテキストで" +"は、\"パブリック\"とはユーザーが簡単に調整できるもの (Uniform) を指します。" #, fuzzy msgid "Local variables" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index aa033975b6..4ba163c8d4 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Using a Viewport as a texture" -msgstr "ビューポートをテクスチャとして使用する" +msgstr "ビューポートのテクスチャ化" msgid "Introduction" msgstr "はじめに" @@ -30,8 +30,8 @@ msgid "" "like the one below:" msgstr "" "このチュートリアルでは、3Dオブジェクトに適用できるテクスチャとして :ref:" -"`Viewport ` を使用する方法を紹介します。 そのためには、以下の" -"ような手続き型惑星を作成するプロセスを順を追って説明します:" +"`Viewport ` を使用する方法を紹介します。 そのために、以下のよ" +"うなプロシージャル惑星を作成するプロセスを順を追って説明します:" msgid "" "This tutorial does not cover how to code a dynamic atmosphere like the one " @@ -40,7 +40,6 @@ msgstr "" "このチュートリアルでは、この惑星のような動的な大気をコーディングする方法につ" "いては説明しません。" -#, fuzzy msgid "" "This tutorial assumes you are familiar with how to set up a basic scene " "including: a :ref:`Camera3D `, a :ref:`light source " @@ -50,15 +49,14 @@ msgid "" "be on using the :ref:`Viewport ` to dynamically create " "textures that can be applied to the mesh." msgstr "" -"このチュートリアルでは、\\ :ref:`Camera `、\\ :ref:`light " -"source `\\ 、:ref:`Mesh Instance ` など" -"の基本的なシーンの設定方法に慣れていることを前提としています。\\ :ref:" -"`Primitive Mesh ` を使用し、\\ :ref:`Spatial Material " -"` をメッシュに適用します。\\ :ref:`Viewport " +"このチュートリアルでは、\\ :ref:`Camera3D `、\\ :ref:`Light " +"source `\\ 、:ref:`MeshInstance3D ` " +"などの基本的なシーンの設定方法に慣れていることを前提としています。\\ :ref:" +"`Primitive Mesh ` を使用し、\\ :ref:`StandardMaterial3D " +"` をメッシュに適用します。\\ :ref:`Viewport " "` を使用して、メッシュに適用できるテクスチャを動的に作成する" "ことに焦点が置かれます。" -#, fuzzy msgid "In this tutorial, we'll cover the following topics:" msgstr "このチュートリアルでは、次のトピックについて説明します:" @@ -70,13 +68,14 @@ msgid "Mapping a texture to a sphere with equirectangular mapping" msgstr "正距円筒図法でテクスチャを球にマッピングする" msgid "Fragment shader techniques for procedural planets" -msgstr "手続き型惑星のフラグメントシェーダーテクニック" +msgstr "プロシージャル惑星のフラグメントシェーダーテクニック" msgid "" "Setting a Roughness map from a :ref:`Viewport Texture " "`" msgstr "" -":ref:`ビューポートテクスチャ` から粗さマップを設定する" +":ref:`ビューポートテクスチャ` からラフネスマップを設定" +"する" msgid "Setting up the Viewport" msgstr "ビューポートを設定する" @@ -105,7 +104,7 @@ msgid "" msgstr "" "次に、HDRを無効にし、3Dを無効にします。惑星の表面はそれほど明るくないため、" "HDRは必要ありません。そのため、\\ ``0`` と ``1`` の間の値で問題ありません。そ" -"して :ref:`ColorRect ` を使用してサーフェスをレンダリングす" +"して :ref:`ColorRect ` を使用してサーフェスをレンダリングす" "るため、3Dも必要ありません。" msgid "" @@ -162,15 +161,13 @@ msgstr "" msgid "Applying the texture" msgstr "テクスチャを適用する" -#, fuzzy msgid "" "MeshInstance3D > GeometryInstance > Geometry > Material Override > ``New " "StandardMaterial3D``:" msgstr "" -"MeshInstance → GeometryInstance → Geometry → Material Override → ``New " -"SpatialMaterial``:" +"MeshInstance3D → GeometryInstance → Geometry → Material Override → ``New " +"StandardMaterial3D``:" -#, fuzzy msgid "" "Now we go into the :ref:`MeshInstance3D ` and add a :" "ref:`StandardMaterial3D ` to it. No need for a " @@ -178,27 +175,25 @@ msgid "" "be a good idea for more advanced effects, like the atmosphere in the example " "above)." msgstr "" -"ここで :ref:`Mesh Instance ` に進み、それに :ref:" -"`Spatial Material ` を追加します。特別な :ref:`Shader " -"Material ` は必要ありません(ただし、上記の例の雰囲気の" -"ような、より高度な効果を得るには良い考えです)。" +"ここで :ref:`MeshInstance3D ` に進み、それに :ref:" +"`StandardMaterial3D ` を追加します。特別な :ref:" +"`Shader Material ` は必要ありません(ただし、上記の例の" +"雰囲気のような、より高度な効果を得るには良い考えです)。" -#, fuzzy msgid "" "MeshInstance3D > GeometryInstance > Geometry > Material Override > " "``click`` / ``Edit``:" msgstr "" -"MeshInstance → GeometryInstance → Geometry → Material Override → ``クリック" +"MeshInstance3D → GeometryInstance → Geometry → Material Override → ``クリック" "`` / ``編集``:" -#, fuzzy msgid "" "Open the newly created :ref:`StandardMaterial3D ` " "and scroll down to the \"Albedo\" section and click beside the \"Texture\" " "property to add an Albedo Texture. Here we will apply the texture we made. " "Choose \"New ViewportTexture\"" msgstr "" -"新しく作成された :ref:`Spatial Material ` を開" +"新しく作成された :ref:`StandardMaterial3D ` を開" "き、\"Albedo\"セクションまでスクロールダウンし、\"Texture\"プロパティの横をク" "リックして、Albedo Textureを追加します。ここで、作成したテクスチャを適用しま" "す。選択 - \"New ViewportTexture\"" @@ -247,7 +242,6 @@ msgstr "" "です。\\ ``sin`` と ``cos`` はそのような関数です。それらをテクスチャに適用し" "て、何が起こるか見てみましょう。" -#, fuzzy msgid "" "Not too bad. If you look around, you can see that the seam has now " "disappeared, but in its place, we have pinching at the poles. This pinching " @@ -257,10 +251,10 @@ msgid "" "map onto a 2D plane." msgstr "" "悪くありません。周りを見ると、縫い目が消えていることがわかりますが、その代わ" -"りに極をつまんでいます。このピンチは、Godotが :ref:`Spatial Material " -"` でテクスチャを球体にマップする方法によるものです。こ" -"れは、正距円筒図法と呼ばれる投影手法を使用します。これは、球面地図を2D平面に" -"変換します。" +"りに極をつまんでいます。このピンチは、Godotが :ref:`StandardMaterial3D " +"` でテクスチャを球体にマップする方法によるもので" +"す。これは、正距円筒図法と呼ばれる投影手法を使用します。これは、球面地図を2D" +"平面に変換します。" msgid "" "If you are interested in a little extra information on the technique, we " @@ -457,7 +451,6 @@ msgstr "" "``alpha`` チャンネルを ``Roughness`` 値として使用するようにレンダラーに指示し" "ます。" -#, fuzzy msgid "" "You'll notice that very little changes except that the planet is no longer " "reflecting the sky. This is happening because, by default, when something is " @@ -494,7 +487,6 @@ msgstr "" "``0`` であっても(この場合のように)、奇妙な色にじみの問題が発生します。これは " "``blend_premul_alpha`` を設定すると修正されます。" -#, fuzzy msgid "" "Now the planet should look like it is reflecting light on the ocean but not " "the land. If you haven't done so already, add an :ref:`OmniLight3D " @@ -502,15 +494,15 @@ msgid "" "effect of the reflections on the ocean." msgstr "" "これで、惑星は、海ではなく陸で光を反射しているように見えるはずです。まだ行っ" -"ていない場合は、シーンに :ref:`OmniLight ` を追加し、それを" -"移動させて、海の反射の効果を確認できるようにします。" +"ていない場合は、シーンに :ref:`OmniLight3D ` を追加し、そ" +"れを移動させて、海の反射の効果を確認できるようにします。" msgid "" "And there you have it. A procedural planet generated using a :ref:`Viewport " "`." msgstr "" -"そして、あなたは手に入れました。\\ :ref:`Viewport `を使用して" -"生成された手続き型惑星を。" +":ref:`Viewport ` を使用して生成されたプロシージャル惑星をあな" +"たは手に入れました。" msgid "Translation status" msgstr "翻訳ステータス" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 4d48a522bc..ed6f42679b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,12 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Using VisualShaders" msgstr "ビジュアルシェーダー" msgid "VisualShaders are the visual alternative for creating shaders." msgstr "" +"ビジュアルシェーダーは、シェーダーを作成するための視覚的な代替手段です。" msgid "" "As shaders are inherently linked to visuals, the graph-based approach with " @@ -63,23 +63,19 @@ msgstr "" "次に、\\ :ref:`class_VisualShader` リソースを ``Shader`` プロパティに割り当て" "ます。" -#, fuzzy msgid "" "Click on the new ``Shader`` resource and the Create Shader dialog will open " "automatically. Change the Type option to VisualShader in the dropdown." msgstr "" -"新しい ``VisualShader`` リソースをクリックすると、ビジュアルシェーダーエディ" -"タが自動的に開きます。ビジュアルシェーダーエディタのレイアウトは、上部のツー" -"ルバーとグラフ自体の2つの部分で構成されています。" +"新しい ``Shader`` リソースをクリックすると、\"シェーダの作成\"ダイアログが自" +"動的に開きます。ドロップダウンで型オプションを VisualShader に変更します。" -#, fuzzy msgid "" "The layout of the Visual Shader Editor comprises two parts: the upper " "toolbar and the graph itself." msgstr "" -"新しい ``VisualShader`` リソースをクリックすると、ビジュアルシェーダーエディ" -"タが自動的に開きます。ビジュアルシェーダーエディタのレイアウトは、上部のツー" -"ルバーとグラフ自体の2つの部分で構成されています。" +"ビジュアルシェーダーエディタのレイアウトは、上部のツールバーとグラフ自体の2つ" +"の部分で構成されます。" msgid "From left to right in the toolbar:" msgstr "ツールバーの左から右へ:" @@ -202,41 +198,38 @@ msgstr "" "``vector`` 出力を ``scalar`` 入力に接続すると、スカラーの値はベクトルの要素の" "平均になります。" -#, fuzzy msgid "Visual Shader node interface" -msgstr "ビジュアルシェーダーノード" +msgstr "ビジュアルシェーダーノードのインターフェース" msgid "" "Visual shader nodes have input and output ports. The input ports are located " "on the left side of the node, and output ports are located on the right side " "of the node." msgstr "" +"ビジュアル シェーダーノードには入力ポートと出力ポートがあります。入力ポートは" +"ノードの左側にあり、出力ポートはノードの右側にあります。" msgid "These ports are colored to differentiate type of port:" -msgstr "" +msgstr "これらのポートは、ポートの型を区別するために色分けされています。" msgid "scalar" -msgstr "" +msgstr "スカラー" -#, fuzzy msgid "vector" -msgstr "\\ vector2" +msgstr "ベクトル" #, fuzzy msgid "boolean" msgstr "\\ bool" -#, fuzzy msgid "transform" -msgstr "\\ transform2d" +msgstr "トランスフォーム" -#, fuzzy msgid "sampler" -msgstr "シンプルな" +msgstr "サンプラー" -#, fuzzy msgid "Port types" -msgstr "コアタイプ" +msgstr "ポートの型" msgid "Type" msgstr "タイプ(型)" @@ -250,84 +243,76 @@ msgstr "説明" msgid "Example" msgstr "例" -#, fuzzy msgid "Scalar" -msgstr "スケール" +msgstr "スカラー" msgid "Cyan" -msgstr "" +msgstr "シアン" msgid "Scalar is a single value." -msgstr "" +msgstr "スカラーは単一の値です。" msgid "|scalar|" -msgstr "" +msgstr "|スカラー|" msgid "Vector" -msgstr "Vector" +msgstr "ベクトル" msgid "Purple" -msgstr "" +msgstr "紫" msgid "Vector is a set of values." -msgstr "" +msgstr "ベクトルは値の集合です。" -#, fuzzy msgid "|vector|" -msgstr "\\ vector2" +msgstr "|ベクトル|" -#, fuzzy msgid "Boolean" -msgstr "\\ bool" +msgstr "ブーリアン" msgid "Blue" -msgstr "" +msgstr "青" msgid "On or off, true or false." -msgstr "" +msgstr "オンかオフか、真か偽か。" -#, fuzzy msgid "|boolean|" -msgstr "\\ bool" +msgstr "|ブーリアン|" msgid "Transform" msgstr "トランスフォーム" -#, fuzzy msgid "Orange" -msgstr "変更点" +msgstr "オレンジ" -#, fuzzy msgid "A matrix, usually used to transform vertices." -msgstr "2次元の幾何学変換に使用される3x2行列です。" +msgstr "行列。通常は頂点を変換するために使用されます。" -#, fuzzy msgid "|transform|" -msgstr "\\ transform2d" +msgstr "|トランスフォーム|" -#, fuzzy msgid "Sampler" -msgstr "\\ Sampler2D" +msgstr "サンプラー" msgid "Yellow" -msgstr "" +msgstr "黄" msgid "A texture sampler. It can be used to sample textures." -msgstr "" +msgstr "テクスチャサンプラー。テクスチャのサンプリングで使用します。" -#, fuzzy msgid "|sampler|" -msgstr "\\ Sampler2D" +msgstr "|サンプラー|" msgid "" "All of the types are used in the calculations of vertices, fragments, and " "lights in the shader. For example: matrix multiplication, vector addition, " "or scalar division." msgstr "" +"すべての型(タイプ)は、シェーダー内の頂点、フラグメント、ライトの計算に使用さ" +"れます。例: 行列の乗算、ベクトルの加算、またはスカラーの除算。" -#, fuzzy msgid "There are other types but these are the main ones." -msgstr "ディテールの使用をコントロールする設定がいくつかあります。" +msgstr "他にも型はありますが、主に使用するものはこのような感じです。" msgid "Visual Shader nodes" msgstr "ビジュアルシェーダーノード" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index c1a22dba01..68d1c9fb40 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Your first shader" -msgstr "最初のシェーダー" +msgstr "初めてのシェーダー" msgid "" "This tutorial series will walk you through writing your first shader. It is " @@ -28,19 +28,19 @@ msgid "" "overview of shaders in Godot see the :ref:`Shading Reference Page `." msgstr "" -"このチュートリアルシリーズでは、最初のシェーダーを作成する手順を説明します。" -"これは、シェーダーの使用経験がほとんどなく、基本を始めたい人を対象としていま" -"す。このチュートリアルは高度なトピックをカバーするものではなく、包括的なもの" -"ではありません。 Godotのシェーダーの包括的かつ詳細な概要については、\\ :ref:`" -"シェーディングリファレンスのページ ` を参照してくださ" -"い。" +"このチュートリアルシリーズでは、初めてのシェーダーを作成する手順を説明しま" +"す。これは、シェーダーの使用経験がほとんどなく、基本を始めたい人を対象として" +"います。このチュートリアルは高度なトピックをカバーするものではなく、包括的な" +"ものではありません。 Godotのシェーダーの包括的かつ詳細な概要については、\\ :" +"ref:`シェーディングリファレンスのページ ` を参照してく" +"ださい。" msgid "" "The \"your first shader\" tutorials walk you through the process of writing " "a shader step-by-step." msgstr "" -"「最初のシェーダー」チュートリアルでは、シェーダーを段階的に記述するプロセス" -"を順を追って説明します。" +"「初めてのシェーダー」チュートリアルでは、シェーダーを段階的に記述するプロセ" +"スを順を追って説明します。" msgid "" "For a more general introduction into shaders and the OpenGL Shading " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 2afb6ce37f..3096ac5c21 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,24 +17,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Your first 2D shader" -msgstr "最初のシェーダー" +msgstr "初めての2Dシェーダー" msgid "Introduction" msgstr "はじめに" -#, fuzzy msgid "" "Shaders are special programs that execute on the GPU and are used for " "rendering graphics. All modern rendering is done with shaders. For a more " "detailed description of what shaders are please see :ref:`What are shaders " "`." msgstr "" -"シェーダーは、GPUで実行される特別なプログラムで、グラフィックのレンダリングに" -"使用されます。 最新のレンダリングはすべてシェーダーで行われます。 シェーダー" -"の詳細については、\\ :ref:`シェーダーとは ` を参照して" -"ください。" +"シェーダーはGPUで実行される特殊なプログラムで、グラフィックスのレンダリングに" +"使用されます。 最近のレンダリングはすべてシェーダーを使用して行われます。 " +"シェーダーの詳細については、\\ :ref:`シェーダーとは ` " +"を参照してください。" msgid "" "This tutorial will focus on the practical aspects of writing shader programs " @@ -58,29 +56,26 @@ msgstr "" msgid "Setup" msgstr "セットアップ" -#, fuzzy msgid "" ":ref:`CanvasItem shaders ` are used to draw all 2D " "objects in Godot, while :ref:`Spatial ` shaders are used " "to draw all 3D objects." msgstr "" -":ref:`CanvasItem ` シェーダーはGodotのすべての2Dオブ" -"ジェクトを描画するために使用され、\\ :ref:`Spatial ` " -"シェーダーはすべての3Dオブジェクトを描画するために使用されます。" +":ref:`CanvasItemシェーダー ` は Godot ですべての2Dオ" +"ブジェクトを描画するために使用され、 :ref:`Spatialシェーダー " +"`はすべての3Dオブジェクトを描画するために使用されます。" -#, fuzzy msgid "" "In order to use a shader it must be attached inside a :ref:`Material " "` which must be attached to an object. Materials are a type " "of :ref:`Resource `. To draw multiple objects with the same " "material, the material must be attached to each object." msgstr "" -"シェーダーを使用するには、オブジェクトにアタッチする必要がある :ref:" -"`Material ` 内にアタッチする必要があります。 マテリアルは :" -"ref:`Resource ` の一種です。 同じマテリアルで複数のオブジェク" -"トを描画するには、マテリアルを各オブジェクトにアタッチする必要があります。" +"シェーダーを使用するには、オブジェクトにアタッチする必要がある :ref:`マテリア" +"ル ` 内にシェーダーをアタッチする必要があります。マテリアル" +"は :ref:`リソース ` の一種です。同じマテリアルで複数のオブジェ" +"クトを描画するには、各オブジェクトにマテリアルをアタッチする必要があります。" -#, fuzzy msgid "" "All objects derived from a :ref:`CanvasItem ` have a " "material property. This includes all :ref:`GUI elements `, :" @@ -89,12 +84,12 @@ msgid "" "inherit their parent's material. This can be useful if you have a large " "number of nodes that you want to use the same material." msgstr "" -":ref:`CanvasItem ` から派生したすべてのオブジェクトには、マ" -"テリアルプロパティがあります。 これには、すべての :ref:`GUI要素 " -"`\\ 、\\ :ref:`スプライト `\\ 、\\ :ref:`タイル" -"マップ `\\ 、\\ :ref:`MeshInstance2D ` " -"などがあります。オプションもあります。 親のマテリアルを継承します。 これは、" -"同じマテリアルを使用するノードが多数ある場合に役立ちます。" +":ref:`CanvasItem ` から派生したすべてのオブジェクトにはマテ" +"リアル プロパティがあります。これには :ref:`GUI要素 ` 、 :ref:" +"`Sprite2D ` 、 :ref:`TileMap ` 、 :ref:" +"`MeshInstance2D ` などがすべて含まれます。これらにはオ" +"プションもあります。親のマテリアルを継承します。これは同じマテリアルを使用す" +"るノードが多数ある場合に便利です。" msgid "" "To begin, create a Sprite2D node. :ref:`You can use any CanvasItem " @@ -102,6 +97,10 @@ msgid "" "this tutorial we will use a Sprite2D, as it is the easiest CanvasItem to " "start drawing with." msgstr "" +"まずSprite2Dノードを作成します。 :ref:`キャンバスに描画している限り、 任意の" +"CanvasItem ` を使用できます。そのため、このチュート" +"リアルでは、描画を開始するのに最も簡単なCanvasItemであるSprite2Dを使用しま" +"す。" #, fuzzy msgid "" @@ -139,7 +138,7 @@ msgstr "" "初のシェーダーを書き始める準備ができました。" msgid "Your first CanvasItem shader" -msgstr "最初のキャンバスアイテム(CanvasItem)シェーダー" +msgstr "初めてのCanvasItemシェーダー" msgid "" "In Godot, all shaders start with a line specifying what type of shader they " @@ -158,7 +157,7 @@ msgstr "" msgid "" "This line tells the engine which built-in variables and functionality to " "supply you with." -msgstr "この行は、どの組み込み変数と関数を提供するかをエンジンに伝えます。" +msgstr "この行は、どのビルトイン変数と関数を提供するかをエンジンに伝えます。" msgid "" "In Godot you can override three functions to control how the shader " @@ -174,23 +173,21 @@ msgstr "" "りもかなり複雑なので、ここでは説明しません。" msgid "Your first fragment function" -msgstr "最初のフラグメント関数" +msgstr "初めてのフラグメント関数" -#, fuzzy msgid "" "The fragment function runs for every pixel in a Sprite2D and determines what " "color that pixel should be." msgstr "" -"フラグメント関数は、Sprite内のすべてのピクセルに対して実行され、そのピクセル" -"の色を決定します。" +"フラグメント関数はSprite2D内のすべてのピクセルに対して実行され、そのピクセル" +"が何色であるべきかを決定します。" -#, fuzzy msgid "" "They are restricted to the pixels covered by the Sprite2D, that means you " "cannot use one to, for example, create an outline around a Sprite2D." msgstr "" -"これらはSpriteでカバーされるピクセルに制限されているため、Spriteの周囲にアウ" -"トラインを作成する場合などは使用できません。" +"これらはSprite2Dでカバーされるピクセルに制限されているため、Sprite2Dの周囲に" +"アウトラインを作成する場合などは使用できません。" msgid "" "The most basic fragment function does nothing except assign a single color " @@ -199,7 +196,6 @@ msgstr "" "最も基本的なフラグメント関数は、すべてのピクセルに単一の色を割り当てること以" "外は何もしません。" -#, fuzzy msgid "" "We do so by writing a ``vec4`` to the built-in variable ``COLOR``. ``vec4`` " "is shorthand for constructing a vector with 4 numbers. For more information " @@ -207,22 +203,21 @@ msgid "" "``COLOR`` is both an input variable to the fragment function and the final " "output from it." msgstr "" -"そのためには、組み込み変数 ``COLOR`` に ``vec4`` を書き込みます。\\ ``vec4`` " -"は、4つの数値でベクトルを構築するための省略表現です。 ベクトルの詳細について" -"は、\\ :ref:`ベクトル演算チュートリアル `を参照してくださ" -"い。\\ ``COLOR`` はフラグメント関数への入力変数であり、フラグメント関数からの" -"最終出力です。" +"そのためには、ビルトイン変数 ``COLOR`` に ``vec4`` を書き込みます。\\ " +"``vec4`` は、4つの数値を含むベクトルを構築するための省略表現です。 ベクトルの" +"詳細については、\\ :ref:`ベクトル演算チュートリアル `を参照" +"してください。\\ ``COLOR`` はフラグメント関数への入力変数であり、フラグメント" +"関数からの最終出力でもあります。" msgid "" "Congratulations! You're done. You have successfully written your first " "shader in Godot." msgstr "" -"おめでとう! できました。 Godotで最初のシェーダーの作成に成功しました。" +"おめでとう! できました。 Godotで初めてのシェーダーの作成に成功しました。" msgid "Now let's make things more complex." msgstr "それでは、もっと複雑にしましょう。" -#, fuzzy msgid "" "There are many inputs to the fragment function that you can use for " "calculating ``COLOR``. ``UV`` is one of them. UV coordinates are specified " @@ -231,7 +226,7 @@ msgid "" msgstr "" "``COLOR`` の計算に使用できるフラグメント関数には多くの入力があります。\\ " "``UV`` もその1つです。 UV座標は(知らないうちに)スプライトで指定され、メッシュ" -"の各部分のテクスチャから読み取る場所をシェーダーに伝えます。" +"の各部分のテクスチャからどこを読み取るかをシェーダーに指示します。" msgid "" "In the fragment function you can only read from ``UV``, but you can use it " @@ -250,14 +245,15 @@ msgid "" "The default fragment function reads from the set Sprite2D texture and " "displays it." msgstr "" +"デフォルトのフラグメント関数は、設定されているSprite2Dテクスチャを読み込んで" +"表示します。" -#, fuzzy msgid "" "When you want to adjust a color in a Sprite2D you can adjust the color from " "the texture manually like in the code below." msgstr "" -"スプライトの色を調整する場合、以下のコードのようにテクスチャの色を手動で調整" -"することはできません。" +"Sprite2Dの色を調整したい場合は、以下のコードのようにテクスチャから手動で色を" +"調整できます。" msgid "" "Certain nodes, like Sprite2Ds, have a dedicated texture variable that can be " @@ -266,6 +262,10 @@ msgid "" "``texture`` function to access this variable. Use them to redraw the " "Sprite2D with the texture." msgstr "" +"Sprite2Dなどの特定のノードには、シェーダー内で ``TEXTURE`` を使用してアクセス" +"できる専用のテクスチャ変数があります。 Sprite2Dテクスチャを他の色と組み合わせ" +"るために使用したい場合は、 ``UV`` と ``texture`` 関数を使用してこの変数にアク" +"セスできます。これらを使用してSprite2Dをテクスチャで再描画します。" msgid "Uniform input" msgstr "Uniform入力" @@ -288,11 +288,9 @@ msgstr "" "使用法の詳細については、\\ :ref:`シェーディング言語ドキュメント " "` を参照してください。" -#, fuzzy msgid "Add a uniform to change the amount of blue in our Sprite2D." -msgstr "uniformを追加して、スプライトの青の量を変更します。" +msgstr "uniformを追加して、Sprite2Dの青の量を変更します。" -#, fuzzy msgid "" "Now you can change the amount of blue in the Sprite2D from the editor. Look " "back at the Inspector under where you created your shader. You should see a " @@ -300,15 +298,14 @@ msgid "" "uniform you just declared. If you change the value in the editor, it will " "overwrite the default value you provided in the shader." msgstr "" -"これで、エディタからスプライトの青の量を変更できます。シェーダーを作成した場" -"所のインスペクタを再確認すると、\\ ``Shader Param`` というセクションが表示さ" -"れるはずです。そのセクションを展開すると、宣言したuniformが表示されます。エ" -"ディタで値を変更すると、シェーダーで指定したデフォルト値が上書きされます。" +"これで、エディタからSprite2Dの青の量を変更できます。シェーダーを作成した場所" +"のインスペクタを再確認すると、\\ ``Shader Param`` というセクションが表示され" +"るはずです。そのセクションを展開すると、宣言したuniformが表示されます。エディ" +"タで値を変更すると、シェーダーで指定したデフォルト値が上書きされます。" msgid "Interacting with shaders from code" -msgstr "コードからシェーダーを操作する" +msgstr "スクリプトからシェーダーを操作する" -#, fuzzy msgid "" "You can change uniforms from code using the function " "``set_shader_parameter()`` which is called on the node's material resource. " @@ -316,8 +313,8 @@ msgid "" "uniform." msgstr "" "ノードのマテリアルリソースで呼び出される ``set_shader_param()`` 関数を使用し" -"て、コードからuniformを変更できます。 Spriteノードでは、次のコードを使用して " -"``blue`` uniformを設定できます。" +"て、コードからuniformを変更できます。 Sprite2Dノードでは、次のコードを使用し" +"て ``blue`` uniformを設定できます。" msgid "" "Note that the name of the uniform is a string. The string must match exactly " @@ -327,7 +324,7 @@ msgstr "" "文字を含め、シェーダーでの記述方法と正確に一致する必要があります。" msgid "Your first vertex function" -msgstr "最初の頂点関数" +msgstr "初めての頂点関数" msgid "Now that we have a fragment function, let's write a vertex function." msgstr "フラグメント関数ができたので、頂点関数を書きましょう。" @@ -352,13 +349,12 @@ msgstr "" msgid "You can offset the vertices by directly adding to ``VERTEX``." msgstr "``VERTEX`` に直接追加することにより、頂点をオフセットできます。" -#, fuzzy msgid "" "Combined with the ``TIME`` built-in variable, this can be used for basic " "animation." msgstr "" -"``TIME`` 組み込み変数と組み合わせて、これを単純なアニメーションに使用できま" -"す。" +"``TIME`` ビルトイン変数と組み合わせると、基本的なアニメーションを行うことがで" +"きます。" msgid "Conclusion" msgstr "結論" @@ -368,9 +364,9 @@ msgid "" "and ``COLOR``. It is up to you to dream up more complex mathematical " "strategies for assigning values to those variables." msgstr "" -"コアでは、シェーダーはこれまで見てきたことを実行し、\\ ``VERTEX`` と " -"``COLOR`` を計算します。これらの変数に値を割り当てるためのより複雑な数学的戦" -"略を考え出すのはあなた次第です。" +"シェーダーとはこれまで見てきたことを実行し、\\ ``VERTEX`` と ``COLOR`` を計算" +"する仕組みです。これらの変数に値を割り当てるための、より複雑な数学的戦略を考" +"え出すのはあなた次第です。" msgid "" "For inspiration, take a look at some of the more advanced shader tutorials, " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 8efb9b5325..573fa84df3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,11 +17,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Your first 3D shader" -msgstr "最初のシェーダー" +msgstr "初めての3Dシェーダー" -#, fuzzy msgid "" "You have decided to start writing your own custom Spatial shader. Maybe you " "saw a cool trick online that was done with shaders, or you have found that " @@ -29,12 +27,12 @@ msgid "" "your needs. Either way, you have decided to write your own and now you need " "to figure out where to start." msgstr "" -"あなたは独自のカスタムSpatialシェーダーの作成を開始することにしました。たぶ" -"ん、シェーダーを使って行われたクールなトリックをオンラインで見たか、または :" -"ref:`SpatialMaterial ` が自分のニーズを十分に満たして" -"いないことに気付いたのでしょう。いずれにせよ、あなたはあなた自身のシェーダー" -"を書くことに決めました、そして、今、あなたはどこから始めるべきかを理解する必" -"要があります。" +"あなたは独自のカスタムSpatialシェーダーの作成を開始することにしました。たぶん" +"シェーダーを使って行われたクールなトリックをオンラインで見たか、あるいは、:" +"ref:`StandardMaterial3D ` が自分のニーズを十分に満" +"たしていないことに気づいたかもしれません。いずれにしても、あなたは独自のコー" +"ドを作成することに決めたので、どこから始めればいいかを理解する必要がありま" +"す。" msgid "" "This tutorial will explain how to write a Spatial shader and will cover more " @@ -58,7 +56,6 @@ msgstr "" "ターを設定することだけです。これは、特にPBR(物理ベースのレンダリング)ワークフ" "ローに当てはまります。" -#, fuzzy msgid "" "This is a two-part tutorial. In this first part we will create terrain using " "vertex displacement from a heightmap in the vertex function. In the :ref:" @@ -69,7 +66,7 @@ msgstr "" "これは2部構成のチュートリアルです。この最初のパートでは、頂点関数のハイトマッ" "プからの頂点変位を使用して、簡単な地形を作成する方法を説明します。\\ :ref:`第" "2部 ` では、このチュートリアルの概念を取り入" -"れ、海水シェーダーを作成してフラグメントシェーダーでカスタムマテリアルを設定" +"れ、水面シェーダーを作成してフラグメントシェーダーでカスタムマテリアルを設定" "する方法を説明します。" msgid "" @@ -104,7 +101,6 @@ msgstr "" "Godotには、メッシュをインポートせずにシーンに基本的なジオメトリを追加できる :" "ref:`PrimitiveMeshes ` もいくつかあります。" -#, fuzzy msgid "" "There are multiple node types that you can use to draw a mesh. The main one " "is :ref:`MeshInstance3D `, but you can also use :ref:" @@ -113,22 +109,20 @@ msgid "" "`), or others." msgstr "" "メッシュの描画に使用できるノードタイプは複数あります。主なものは :ref:" -"`MeshInstance ` ですが、\\ :ref:`Particles " -"`\\ 、\\ :ref:`MultiMeshes `(:ref:" -"`MultiMeshInstance ` を使用することもできます)、また" -"はその他です。" +"`MeshInstance3D ` ですが、\\ :ref:`GPUParticles3D " +"`\\ 、\\ :ref:`MultiMeshes `(:ref:" +"`MultiMeshInstance3D ` を使用することもできます)、" +"またはその他です。" -#, fuzzy msgid "" "Typically, a material is associated with a given surface in a mesh, but some " "nodes, like MeshInstance3D, allow you to override the material for a " "specific surface, or for all surfaces." msgstr "" "通常、マテリアルはメッシュ内の特定のサーフェスに関連付けられていますが、" -"MeshInstanceなどの一部のノードでは、特定のサーフェスまたはすべてのサーフェス" -"のマテリアルをオーバーライドできます。" +"MeshInstance3Dなどの一部のノードでは、特定のサーフェスまたはすべてのサーフェ" +"スのマテリアルをオーバーライドできます。" -#, fuzzy msgid "" "If you set a material on the surface or mesh itself, then all " "MeshInstance3Ds that share that mesh will share that material. However, if " @@ -137,26 +131,25 @@ msgid "" "the MeshInstance3D." msgstr "" "サーフェスまたはメッシュ自体にマテリアルを設定すると、そのメッシュを共有する" -"すべてのMeshInstanceはそのマテリアルを共有します。ただし、複数のメッシュイン" -"スタンスで同じメッシュを再利用したいが、インスタンスごとに異なるマテリアルを" -"使用する場合は、Meshinstanceでマテリアルを設定する必要があります。" +"すべてのMeshInstance3Dはそのマテリアルを共有します。ただし、複数のメッシュイ" +"ンスタンスで同じメッシュを再利用したいが、インスタンスごとに異なるマテリアル" +"を使用する場合は、MeshInstance3Dでマテリアルを設定する必要があります。" -#, fuzzy msgid "" "For this tutorial we will set our material on the mesh itself rather than " "taking advantage of the MeshInstance3D's ability to override materials." msgstr "" -"このチュートリアルでは、MeshInstanceのマテリアルをオーバーライドする機能を利" -"用するのではなく、メッシュ自体にマテリアルを設定します。" +"このチュートリアルでは、MeshInstance3Dのマテリアルをオーバーライドする機能を" +"利用するのではなく、メッシュ自体にマテリアルを設定します。" msgid "Setting up" msgstr "セットアップ" -#, fuzzy msgid "" "Add a new :ref:`MeshInstance3D ` node to your scene." msgstr "" -"新しい :ref:`MeshInstance ` ノードをシーンに追加します。" +"新しい :ref:`MeshInstance3D ` ノードをシーンに追加しま" +"す。" msgid "" "In the inspector tab beside \"Mesh\" click \"[empty]\" and select \"New " @@ -181,30 +174,29 @@ msgstr "" msgid "This will allow you to see the triangles making up the plane." msgstr "これにより、平面を構成する三角形を見ることができます。" -#, fuzzy msgid "" "Now set ``Subdivide Width`` and ``Subdivide Depth`` of the :ref:`PlaneMesh " "` to ``32``." msgstr "" -"次に、\\ ``Subdivide Width`` と ``Subdivide Depth`` を ``32`` に設定します。" +"次に、:ref:`PlaneMesh ` の ``Subdivide Width`` と ``Subdivide " +"Depth`` を ``32`` に設定します。" -#, fuzzy msgid "" "You can see that there are now many more triangles in the :ref:" "`MeshInstance3D`. This will give us more vertices to " "work with and thus allow us to add more detail." msgstr "" -":ref:`Mesh ` には、さらに多くの三角形があることがわかりま" -"す。これにより、作業する頂点が増え、細部を追加できるようになります。" +":ref:`MeshInstance3D` には、さらに多くの三角形があるこ" +"とがわかります。これにより多くの頂点を操作できるようになり、さらに詳細を追加" +"できるようになります。" -#, fuzzy msgid "" ":ref:`PrimitiveMeshes `, like PlaneMesh, only have one " "surface, so instead of an array of materials there is only one. Click beside " "\"Material\" where it says \"[empty]\" and select \"New ShaderMaterial\". " "Then click the sphere that appears." msgstr "" -":ref:`PrimitiveMeshe ` は、PlaneMeshのように、1つのサー" +":ref:`PrimitiveMeshes ` は、PlaneMeshのように、1つのサー" "フェスしか持たないため、マテリアルは配列の代わりに1つしかありません。[空]と表" "示されている[Material]の横をクリックし、[新規 ShaderMaterial]を選択します。次" "に、表示される球をクリックします。" @@ -225,19 +217,17 @@ msgstr "" msgid "Shader magic" msgstr "シェーダーマジック" -#, fuzzy msgid "" "The new shader is already generated with a ``shader_type`` variable and the " "``fragment()`` function. The first thing Godot shaders need is a declaration " "of what type of shader they are. In this case the ``shader_type`` is set to " "``spatial`` because this is a spatial shader." msgstr "" -"すでにエラーが発生していることに注意してください。これは、シェーダーエディタ" -"がその場でシェーダーをリロードするためです。 Godotシェーダーで最初に必要なの" -"は、どのタイプのシェーダーかを宣言することです。これは空間シェーダーなので、" -"変数 ``shader_type`` を ``spatial`` に設定します。" +"新しいシェーダーは ``shader_type`` の宣言と ``fragment()`` 関数を使用してすで" +"に生成されています。 Godotシェーダーに最初に必要なのは、どのタイプのシェー" +"ダーであるかを宣言することです。今回これは空間シェーダであるため " +"``shader_type`` は ``spatial`` に設定します。" -#, fuzzy msgid "" "For now ignore the ``fragment()`` function and define the ``vertex()`` " "function. The ``vertex()`` function determines where the vertices of your :" @@ -245,9 +235,10 @@ msgid "" "will be using it to offset the height of each vertex and make our flat plane " "appear like a little terrain." msgstr "" -"次に ``vertex()`` 関数を定義します。\\ ``vertex()`` 関数は :ref:`Mesh " -"` の頂点が最終シーンのどこに現れるかを決定します。これを" -"使用して各頂点の高さをオフセットし、平らな平面を小さな地形のように見せます。" +"今のところ ``fragment()`` 関数を無視し、 ``vertex()`` 関数を定義します。 " +"``vertex()`` 関数は、 :ref:`MeshInstance3D ` の頂点が最" +"終シーンのどこに表示されるかを決定します。これを使用して各頂点の高さをオフ" +"セットし、平らな平面を小さな地形のように見せます。" msgid "We define the vertex shader like so:" msgstr "頂点シェーダーを次のように定義します:" @@ -301,13 +292,12 @@ msgstr "" "の高さが異なることを除いて、丘が繰り返されるコサイン関数に似ていると考えてく" "ださい。" -#, fuzzy msgid "" "Godot provides the :ref:`NoiseTexture2D ` resource for " "generating a noise texture that can be accessed from a shader." msgstr "" -"Godotは、シェーダーからアクセスできるノイズテクスチャを生成するための :ref:" -"`NoiseTexture ` リソースを提供します。" +"Godotはシェーダーからアクセスできるノイズテクスチャを生成するための :ref:" +"`NoiseTexture2D ` リソースを提供します。" msgid "" "To access a texture in a shader add the following code near the top of your " @@ -316,38 +306,34 @@ msgstr "" "シェーダーのテクスチャにアクセスするには、シェーダーの上部近くの " "``vertex()`` 関数の外側に次のコードを追加します。" -#, fuzzy msgid "" "This will allow you to send a noise texture to the shader. Now look in the " "inspector under your material. You should see a section called \"Shader " "Params\". If you open it up, you'll see a section called \"noise\"." msgstr "" -"これにより、ノイズテクスチャをシェーダーに送信できます。次に、マテリアルの下" -"のインスペクタを調べます。 [Shader Params]というセクションが表示されるはずで" -"す。開くと、[Noise]というセクションが表示されます。" +"これによりノイズテクスチャをシェーダーに送信できるようになります。次にマテリ" +"アルの下のインスペクタを見てください。 [Shader Params]というセクションが表示" +"されるはずです。それを開くと、[Noise]というセクションが表示されます。" -#, fuzzy msgid "" "Click beside it where it says \"[empty]\" and select \"New NoiseTexture2D\". " "Then in your :ref:`NoiseTexture2D ` click beside where " "it says \"Noise\" and select \"New FastNoiseLite\"." msgstr "" -"その横にある[空]をクリックして、[新規 NoiseTexture]を選択します。次に、" -"NoiseTextureで[Noise]と表示されている場所の横をクリックし、[新規 " -"OpenSimplexNoise]を選択します。" +"その横にある[空]をクリックして、[新規 NoiseTexture2D]を選択します。次に :ref:" +"`NoiseTexture2D ` で[Noise]と表示されている場所の横をク" +"リックし、[新規 FastNoiseLite]を選択します。" -#, fuzzy msgid "" ":ref:`FastNoiseLite ` is used by the NoiseTexture2D to " "generate a heightmap." msgstr "" -":ref:`OpenSimplexNoise ` は、高さマップを生成するため" -"にNoiseTextureによって使用されます。" +":ref:`FastNoiseLite ` は、高さマップを生成するために" +"NoiseTexture2Dによって使用されます。" msgid "Once you set it up and should look like this." msgstr "設定すると、次のようになります。" -#, fuzzy msgid "" "Now, access the noise texture using the ``texture()`` function. " "``texture()`` takes a texture as the first argument and a ``vec2`` for the " @@ -361,14 +347,16 @@ msgid "" "any one of the channels as the height. In this case we'll use the ``r``, or " "``x`` channel." msgstr "" -"次に、 ``texture()`` 関数を使用してノイズテクスチャにアクセスします。\\ " -"``texture()`` は最初の引数としてテクスチャーを取り、2番目の引数としてテクス" -"チャー上の位置の ``vec2`` を取ります。 VERTEXの ``x`` および ``z`` チャンネル" -"を使用して、テクスチャ上のどこを検索するかを決定します。\\ ``texture()`` は、" -"その位置にある `` r, g, b, a`` チャンネルの ``vec4`` を返します。ノイズテクス" -"チャはグレースケールであるため、すべての値が同じなので、チャネルのいずれか1つ" -"を高さとして使用できます。この場合、\\ ``r`` または ``x`` チャンネルを使用し" -"ます。" +"次に、 ``texture()`` 関数を使用してノイズテクスチャにアクセスします。 " +"``texture()`` は最初の引数としてテクスチャを取り、2番目の引数としてテクスチャ" +"上の位置の ``vec2`` を取ります。 VERTEXの ``x`` および ``z`` チャンネルを使用" +"して、テクスチャ上のどこを検索するかを決定します。PlaneMesh の座標は [-1,1] " +"の範囲内 (サイズ 2 の場合) であるのに対し、テクスチャ座標は [0,1] の範囲内に" +"あることに注意してください。そのため正規化するには、PlaneMesh のサイズを 2.0 " +"で割って0.5を加算します 。 ``texture()`` は、その位置にある `` r, g, b, a`` " +"チャンネルの ``vec4`` を返します。ノイズテクスチャはグレースケールであるた" +"め、すべての値が同じなので、チャネルのいずれか1つを高さとして使用できます。こ" +"の場合 ``r`` または ``x`` チャンネルを使用します。" msgid "" "Note: ``xyzw`` is the same as ``rgba`` in GLSL, so instead of ``texture()." @@ -386,15 +374,14 @@ msgstr "" "このコードを使用すると、テクスチャがランダムに見える丘を作成することがわかり" "ます。" -#, fuzzy msgid "" "Right now it is too spiky, we want to soften the hills a bit. To do that, we " "will use a uniform. You already used a uniform above to pass in the noise " "texture, now let's learn how they work." msgstr "" -"今はとがっていますが、丘を少し柔らかくしたいです。そのためにユニフォームを使" -"用します。既に上記のユニフォームを使用してノイズテクスチャを渡しました。次" -"に、それらがどのように機能するかを学びましょう。" +"現時点では尖りすぎているので、丘を少し柔らかくしたいと考えています。そのため" +"にUniformを使います。ノイズテクスチャを渡すために上記のUniformをすでに使用し" +"ました。次にそれらがどのように機能するかを学びましょう。" msgid "Uniforms" msgstr "Uniform(ユニフォーム)" @@ -413,7 +400,6 @@ msgstr "" msgid "Let's make a uniform that changes the height of the terrain." msgstr "地形の高さを変えるユニフォームを作りましょう。" -#, fuzzy msgid "" "Godot lets you initialize a uniform with a value; here, ``height_scale`` is " "set to ``0.5``. You can set uniforms from GDScript by calling the function " @@ -421,13 +407,12 @@ msgid "" "value passed from GDScript takes precedence over the value used to " "initialize it in the shader." msgstr "" -"Godotでは、Uniformを値で初期化できます。ここでは、\\ ``height_scale`` は " -"``0.5`` に設定されています。シェーダーに対応するマテリアルで関数 " -"``set_shader_param()`` を呼び出すことで、GDScriptからUniformを設定できます。 " -"GDScriptから渡される値は、シェーダーで初期化するために使用される値よりも優先" -"されます。" +"GodotではUniformを値で初期化できます。ここでは ``height_scale`` は ``0.5`` に" +"設定されています。シェーダーに対応するマテリアルで関数 " +"``set_shader_parameter()`` を呼び出すことで、GDScriptからUniformを設定できま" +"す。 GDScriptから渡される値は、シェーダーで初期化するために使用される値よりも" +"優先されます。" -#, fuzzy msgid "" "Changing uniforms in Spatial-based nodes is different from CanvasItem-based " "nodes. Here, we set the material inside the PlaneMesh resource. In other " @@ -435,13 +420,12 @@ msgid "" "``surface_get_material()``. While in the MeshInstance3D you would access the " "material using ``get_surface_material()`` or ``material_override``." msgstr "" -"SpatialノードからUniformを変更することは、CanvasItemノードとは異なります。こ" -"こでは、PlaneMeshリソース内にマテリアルを設定します。他のメッシュリソースで" -"は、最初に ``surface_get_material()`` を呼び出してマテリアルにアクセスする必" -"要があります。 MeshInstanceで ``get_surface_material()`` または " +"SpatialベースのノードでUniformを変更することは、CanvasItemベースのノードとは" +"異なります。ここではPlaneMeshリソース内にマテリアルを設定します。他のメッシュ" +"リソースでは、最初に ``surface_get_material()`` を呼び出してマテリアルにアク" +"セスする必要があります。 MeshInstance3Dで ``get_surface_material()`` または " "``material_override`` を使用してマテリアルにアクセスします。" -#, fuzzy msgid "" "Remember that the string passed into ``set_shader_parameter()`` must match " "the name of the uniform variable in the :ref:`Shader`. You can " @@ -449,23 +433,22 @@ msgid "" "Here, we will use it to set the height value instead of arbitrarily " "multiplying by ``0.5``." msgstr "" -"``set_shader_param()`` に渡される文字列は :ref:`Shader ` の" +"``set_shader_parameter()`` に渡される文字列は :ref:`Shader ` の" "Uniform変数の名前と一致しなければならないことに注意してください。\\ :ref:" "`Shader ` 内のどこでもUniform変数を使用できます。ここでは、" "``0.5`` を任意に乗算する代わりに、これを使用して高さの値を設定します。" msgid "Now it looks much better." -msgstr "今ではずっと良く見えます。" +msgstr "今度はずっと良くなりました。" -#, fuzzy msgid "" "Using uniforms, we can even change the value every frame to animate the " "height of the terrain. Combined with :ref:`Tweens `, this can " "be especially useful for animations." msgstr "" "Uniformを使用すると、フレームごとに値を変更して、地形の高さをアニメーション化" -"することもできます。\\ :ref:`Tween ` と組み合わせると、単純なア" -"ニメーションに特に役立ちます。" +"することもできます。\\ :ref:`Tween ` と組み合わせると、アニメー" +"ションに特に役立ちます。" msgid "Interacting with light" msgstr "ライトとの相互作用" @@ -484,11 +467,10 @@ msgstr "" "メッシュの色が平坦になることに注意してください。これは、照明が平坦だからで" "す。ライトを追加しましょう!" -#, fuzzy msgid "" "First, we will add an :ref:`OmniLight3D` to the scene." msgstr "" -"最初に、シーンに :ref:`OmniLight ` を追加します。(訳注: 追加" +"まずシーンに :ref:`OmniLight3D` を追加します。(訳注: 追加" "後に少し上に持ち上げると説明画像と同じようになります)。" msgid "" @@ -530,15 +512,14 @@ msgstr "" "その代わりに、再びNoiseTextureを利用して法線を計算します。これを行うために、2" "番目のノイズテクスチャで値を渡します。" -#, fuzzy msgid "" "Set this second uniform texture to another :ref:`NoiseTexture2D " "` with another :ref:`FastNoiseLite " "`. But this time, check **As Normalmap**." msgstr "" -"別のOpenSimplexNoiseを使用して、この2番目のuniformテクスチャを別の" -"NoiseTextureに設定します。ただし、今回は[As Normalmap]をチェックしてくださ" -"い。" +"この2番目のUniformテクスチャを、別の :ref:`NoiseTexture2D " +"` と別の :ref:`FastNoiseLite ` に" +"設定します。ただし今回は[As Normalmap]をチェックしてください。" msgid "" "Now, because this is a normalmap and not a per-vertex normal, we are going " @@ -549,7 +530,6 @@ msgstr "" "割り当てます。\\ ``fragment()`` 関数については、このチュートリアルの次のパー" "トで詳しく説明します。" -#, fuzzy msgid "" "When we have normals that correspond to a specific vertex we set ``NORMAL``, " "but if you have a normalmap that comes from a texture, set the normal using " @@ -557,8 +537,9 @@ msgid "" "the mesh automatically." msgstr "" "特定の頂点に対応する法線がある場合、\\ ``NORMAL`` を設定しますが、テクスチャ" -"からの法線マップがある場合は、\\ ``NORMALMAP`` を使用して法線を設定します。こ" -"の方法で、Godotはメッシュの周りのテクスチャのラッピングを自動的に処理します。" +"からの法線マップがある場合は、\\ ``NORMAL_MAP`` を使用して法線を設定します。" +"この方法で、Godotはメッシュの周りのテクスチャのラッピングを自動的に処理しま" +"す。" msgid "" "Lastly, in order to ensure that we are reading from the same places on the " @@ -570,21 +551,19 @@ msgstr "" "めに、\\ ``vertex()`` 関数から ``fragment()`` 関数に ``VERTEX.xz``の位置を渡" "します。varyingを使ってそれを行います。" -#, fuzzy msgid "" "Above the ``vertex()`` define a ``vec2`` called ``tex_position``. And inside " "the ``vertex()`` function assign ``VERTEX.xz`` to ``tex_position``." msgstr "" -"``vertex()`` の上に ``vertex_position`` と呼ばれる ``vec2`` を定義します。そ" -"して、\\ ``vertex()`` 関数内で ``VERTEX.xz`` を ``vertex_position`` に割り当" -"てます。" +"``vertex()`` の上に ``tex_position`` と呼ばれる ``vec2`` を定義します。そし" +"て、\\ ``vertex()`` 関数内で ``VERTEX.xz`` を ``tex_position`` に割り当てま" +"す。" -#, fuzzy msgid "" "And now we can access ``tex_position`` from the ``fragment()`` function." msgstr "" -"そして、\\ ``fragment()`` 関数から ``vertex_position`` にアクセスできるように" -"なりました。" +"そして、\\ ``fragment()`` 関数から ``tex_position`` にアクセスできるようにな" +"りました。" msgid "" "With the normals in place the light now reacts to the height of the mesh " diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index e172fa3769..3f28bc7f8b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Your second 3D shader" -msgstr "最初のシェーダー" +msgstr "2番目の3Dシェーダー" msgid "" "From a high-level, what Godot does is give the user a bunch of parameters " @@ -49,7 +48,6 @@ msgstr "" "これらのパラメーターの完全なリストについては、\\ :ref:`spatial shader " "` リファレンスドキュメントを参照してください。" -#, fuzzy msgid "" "A difference between the vertex function and a fragment function is that the " "vertex function runs per vertex and sets properties such as ``VERTEX`` " @@ -59,11 +57,11 @@ msgid "" msgstr "" "頂点関数とフラグメント関数の違いは、頂点関数は頂点ごとに実行され、\\ " "``VERTEX`` (位置)や ``NORMAL`` などのプロパティを設定しますが、フラグメント" -"シェーダーはピクセルごとに実行され、最も重要なことは、\\ :ref:`Mesh " -"` の ``ALBEDO`` 色を設定します。" +"シェーダーはピクセルごとに実行され、最も重要なことは、\\ :ref:" +"`MeshInstance3D` の ``ALBEDO`` 色を設定します。" msgid "Your first spatial fragment function" -msgstr "最初のspatialフラグメント関数" +msgstr "最初のSpatialフラグメント関数" msgid "" "As mentioned in the previous part of this tutorial. The standard use of the " @@ -224,7 +222,6 @@ msgstr "" "常、オブジェクトの端にある布地を光が通過する方法をエミュレートするために使用" "されますが、ここでは素敵な水のような効果を達成するために使用します。" -#, fuzzy msgid "" "In order to add fresnel reflectance, we will compute a fresnel term in our " "fragment shader. Here, we aren't going to use a real fresnel term for " @@ -236,13 +233,12 @@ msgid "" "angle." msgstr "" "フレネル反射率を追加するために、フラグメントシェーダーでフレネル項を計算しま" -"す。実際のフレネル項を使用するつもりはありませんが、代わりに ``NORMAL`` と " -"``VIEW`` ベクトルのドット積を使用して近似します。\\ ``NORMAL`` ベクトルはサー" -"フェスから離れて行く方向を指し、\\ ``VIEW`` ベクトルは視点とサーフェス上のそ" -"の点の間の方向です。それらの間のドット積は、サーフェスを正面から見ているとき" -"に、傾きの角度を見分けるのに便利な方法です。" +"す。ここではパフォーマンス上の理由から、実際のフレネル項は使用しません。代わ" +"りに ``NORMAL`` と ``VIEW`` ベクトルのドット積を使用して近似します。\\ " +"``NORMAL`` ベクトルはサーフェスから離れて行く方向を指し、\\ ``VIEW`` ベクトル" +"は視点とサーフェス上のその点の間の方向です。それらの間のドット積は、サーフェ" +"スを正面から見ているときに、傾きの角度を見分けるのに便利な方法です。" -#, fuzzy msgid "" "And mix it into both ``ROUGHNESS`` and ``ALBEDO``. This is the benefit of " "ShaderMaterials over StandardMaterial3Ds. With StandardMaterial3D, we could " @@ -250,9 +246,9 @@ msgid "" "we can set them based on any mathematical function that we can dream up." msgstr "" "そしてそれを ``ROUGHNESS`` と ``ALBEDO`` の両方に混ぜます。これは、" -"SpatialMaterialよりもShaderMaterialの利点です。 SpatialMaterialを使用すると、" -"これらのプロパティをテクスチャまたはフラットな数値に設定できます。しかし、" -"シェーダーを使用すれば、思いつく任意の数学関数に基づいて設定できます。" +"StandardMaterial3DよりもShaderMaterialの利点です。 StandardMaterial3Dを使用す" +"ると、これらのプロパティをテクスチャまたはフラットな数値に設定できます。しか" +"し、シェーダーを使用すれば、思いつく任意の数学関数に基づいて設定できます。" msgid "" "And now, with only 5 lines of code, you can have complex looking water. Now " @@ -268,13 +264,12 @@ msgstr "" msgid "Animating with ``TIME``" msgstr "``TIME`` でアニメートする" -#, fuzzy msgid "" "Going back to the vertex function, we can animate the waves using the built-" "in variable ``TIME``." msgstr "" -"頂点関数に戻ると、組み込み変数 ``TIME`` を使用して波をアニメーション化できま" -"す。" +"頂点関数に戻ると、ビルトイン変数 ``TIME`` を使用して波をアニメーション化でき" +"ます。" msgid "" "``TIME`` is a built-in variable that is accessible from the vertex and " @@ -291,11 +286,10 @@ msgstr "" "のチュートリアルでは、同じことを行います。ハイトマップコードを ``height()`` " "という関数に入れます。" -#, fuzzy msgid "" "In order to use ``TIME`` in the ``height()`` function, we need to pass it in." msgstr "" -"``height()`` 関数で ``TIME`` を使用するには、それを渡す必要があります。" +"``height()`` 関数で ``TIME`` を使用するには、引数として渡す必要があります。" msgid "And make sure to correctly pass it in inside the vertex function." msgstr "そして、頂点関数内でそれを正しく渡すようにしてください。" @@ -362,13 +356,12 @@ msgstr "" msgid "At first this looks complicated. So let's go through it line-by-line." msgstr "最初はこれは複雑に見えます。それでは、行ごとに見ていきましょう。" -#, fuzzy msgid "" "Offset the position by the ``noise`` texture. This will make the waves " "curve, so they won't be straight lines completely aligned with the grid." msgstr "" -"``ノイズ`` テクスチャによって位置をオフセットします。これにより、波は曲線にな" -"り、グリッドと完全に整列した直線ではなくなります。" +"``ノイズ`` テクスチャによって位置をオフセットします。これにより波は曲線にな" +"り、グリッドに完全に整列した直線ではなくなります。" msgid "" "Define a wave-like function using ``sin()`` and ``position``. Normally " @@ -394,9 +387,8 @@ msgid "" "We can now replace the contents of our ``height()`` function with ``wave()``." msgstr "``height()`` 関数の内容を ``wave()`` に置き換えることができます。" -#, fuzzy msgid "Using this, you get:" -msgstr "これを使用すると以下が得られます:" +msgstr "こうすると以下の結果が得られます:" msgid "" "The shape of the sin wave is too obvious. So let's spread the waves out a " @@ -406,7 +398,7 @@ msgstr "" "行うには、\\ ``position`` をスケーリングします。" msgid "Now it looks much better." -msgstr "今ではずっと良く見えます。" +msgstr "今度はずっと良くなりました。" msgid "" "We can do even better if we layer multiple waves on top of each other at " @@ -436,12 +428,11 @@ msgstr "" "される数)がすべて ``1.0`` になることにも注意してください。これにより、波は0〜" "1の範囲に維持されます。" -#, fuzzy msgid "" "With this code you should end up with more complex looking waves and all you " "had to do was add a bit of math!" msgstr "" -"このコードを使用すると、より複雑な外観の波になります。必要なのは、少しの数学" +"このコードを使用すると、より複雑な見た目の波になります。必要なのは少しの数学" "を追加することだけです!" msgid "" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/ja/LC_MESSAGES/tutorials/troubleshooting.po index 37c7735f93..9e122bd762 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index f23a65879a..1be671a48b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/control_node_gallery.po index aef79a9eb6..9dee8dc5d3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index d863ab6776..f54a2d2cdb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_containers.po index 1d85349757..22c38b9f7f 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_navigation.po index 58d221ec10..10a9300d1d 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_skinning.po index b6891799aa..4209f977f6 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 465dc97a95..b84b44a5b3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index de06eedb11..fa371c6b59 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 76a973b223..794f1e4ceb 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/index.po index 31b0ad3526..3659721605 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "User interface (UI)" -msgstr "Godotインターフェース" +msgstr "ユーザーインターフェース (UI)" msgid "" "In this section of the tutorial we explain the basics of creating a " "graphical user interface (GUI) in Godot." msgstr "" +"このセクションのチュートリアルでは、Godotでグラフィカルユーザーインターフェイ" +"ス (GUI) を作成する基本について説明します。" msgid "UI building blocks" msgstr "" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/size_and_anchors.po index d18b03b16c..ebc357674c 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 7f8354818d..54eb4c7db3 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/deploying_to_android.po index eef203d207..0deb8465cf 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/index.po index bb86bb7e2e..c0e9390f4b 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index a5201651ac..bdd305e953 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 735b406cb3..51cb611d74 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 35b6cfa9c2..520073e574 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/setting_up_xr.po index ecaabc4692..71e0e25314 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_action_map.po index 10897e05c4..e8b9bfac38 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 27732dcf54..c9f0c00516 100644 --- a/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/ja/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/ko/LC_MESSAGES/about/complying_with_licenses.po index 363a57132a..fc036ea2f1 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/ko/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/ko/LC_MESSAGES/about/docs_changelog.po index 67d5623ec8..bdcb10b62b 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/ko/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/faq.po b/sphinx/po/ko/LC_MESSAGES/about/faq.po index 510898e285..ec973c99ad 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/faq.po +++ b/sphinx/po/ko/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/introduction.po b/sphinx/po/ko/LC_MESSAGES/about/introduction.po index 3a20b1a1f1..45bb394749 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/ko/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/list_of_features.po b/sphinx/po/ko/LC_MESSAGES/about/list_of_features.po index 2a88045ee3..0249ba950d 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/ko/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -228,6 +228,9 @@ msgid "" "1.2 features). Less features, but renders simple scenes faster. Suited for " "mobile and desktop platforms. Used by default on mobile platforms." msgstr "" +"**Forward Mobile**, Vulkan 1.0에서 동작합니다 (선택적으로 Vulkan 1.1과 1.2 기" +"능도 지원합니다). 기능은 적지만 단순한 씬을 빠르게 렌더링합니다. 모바일이나 " +"데스크탑 플랫폼에 적합합니다. 모바일 플랫폼에서는 기본으로 사용됩니다." msgid "" "**Compatibility**, running over OpenGL 3.3 / OpenGL ES 3.0 / WebGL 2.0. The " diff --git a/sphinx/po/ko/LC_MESSAGES/about/release_policy.po b/sphinx/po/ko/LC_MESSAGES/about/release_policy.po index 72218a1d1f..c1ce7f5f4a 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/ko/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/about/system_requirements.po b/sphinx/po/ko/LC_MESSAGES/about/system_requirements.po index fd029439c0..1b7806d03d 100644 --- a/sphinx/po/ko/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/ko/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/ko/LC_MESSAGES/community/asset_library/index.po index 3e3065be10..831d2173be 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/ko/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/ko/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 68871cfb2c..0f271ba62a 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/ko/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/ko/LC_MESSAGES/community/asset_library/using_assetlib.po index ed6996b5db..228c30d6e2 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/ko/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/ko/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 90bcfb1d9c..0335645d86 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/ko/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/channels.po b/sphinx/po/ko/LC_MESSAGES/community/channels.po index c6e3de7638..583455b704 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/channels.po +++ b/sphinx/po/ko/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/community/tutorials.po b/sphinx/po/ko/LC_MESSAGES/community/tutorials.po index d460feb653..9d6f660c9b 100644 --- a/sphinx/po/ko/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/ko/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -35,8 +35,9 @@ msgid "" "rst>`_ as always." msgstr "" +#, fuzzy msgid "Where to start" -msgstr "" +msgstr "시작하기 좋은 곳" #, fuzzy msgid "" @@ -45,7 +46,8 @@ msgid "" "often recommended as a gentle introduction to beginners." msgstr "" "`GDQuest `_ (2D and 3D, GDScript, VisualScript and C#)." +"playlists>`이 만든 고도 동영상 튜토리얼 _ 커뮤니티에서 유명하고 초보자에게 친" +"절하게 소개하는 것으로 추천 받는 자료." msgid "" "GDQuest's *Learn GDScript From Zero* is a free and open source interactive " diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 33346bca56..37fb6ac433 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/code_style_guidelines.po index f58f745f34..170853c1a5 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 3dabc532de..ef2fdff554 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 81bb10eb75..6080a1ce1c 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 80c7578dc3..c1ba77f195 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,7 +61,7 @@ msgstr "능동적 개발 고려사항" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -109,18 +109,18 @@ msgstr "" msgid "Mageia" msgstr "" -msgid "OpenBSD" -msgstr "" - -msgid "openSUSE" -msgstr "" - msgid "NetBSD" msgstr "" msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" +msgid "OpenBSD" +msgstr "" + +msgid "openSUSE" +msgstr "" + msgid "Solus" msgstr "" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index f987183ec7..55f2cd7fc6 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 0d25f44c23..1e1f914c29 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 01cd32c287..b3fa4bd655 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 7f1db4db41..cea8d94ac2 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index aef3c62f1b..30683b12c5 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 989b9c38bb..afe884bf3e 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/getting_source.po index cd6d1bd103..2d7190fd21 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/index.po index 59cad23f15..4e17ead55b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 3ff962bb23..19ef645580 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index b8aeff3be8..3f711b1dc6 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index ee5cf36866..53d6783d3b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 96fbe67ca7..6deef17929 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 9e5d1103cf..800fd045f0 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index a47f207875..c0efb98882 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 247e2c2703..7b631246da 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 67692e510c..47154b83c8 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 196a2c534f..518cf71790 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 68505c6755..5423cd587a 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index a56838a5e2..7d781a7709 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 3d0924f8a7..c20b068b9f 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 886b16f52a..002bfee26c 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index c01845e2fe..ce335e2f41 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 0d89792897..3dac83083b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 5d9a537dee..8f63f8f3f6 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 1e4d99c80f..b56de57c4f 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 2134fcd60e..bab3652ebe 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index e4fb692d3a..a11af36c52 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index c4b5eead55..9b0086f3bf 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index cc42982dd2..3033d01df9 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 94635084f2..d795fe3e9e 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/index.po index a2bc3e6771..b9912c0727 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index a1e792d72b..db84781894 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index dac3bc1938..9ea64e7865 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 269d194785..4701f6695b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 73ce511700..3da041cbb7 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 9b1fbb53c4..1506a8f869 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index bcbf5a59d4..2f64e4c6b1 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/index.po index 804b6cf8ac..714303b445 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/macos_debug.po index e0f6190a9a..70ca0207e7 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 8c3abf4c15..21fee73488 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index df10920a92..b02785e7fd 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index d6f6a8931c..fa7bd53483 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index a7bfbbc813..18e068b5d4 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/creating_icons.po index 9e8d0e570d..5f3d0c0960 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 35b95d30e6..6234de3a42 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/index.po index 8ac3a44776..c7109d129a 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 476708ddfb..61ba15c58c 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 86543450ef..0b62b77209 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/index.po index 207830c016..ddada0f1ec 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/tscn.po index d777480aa9..6a28d28b1b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/development/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/development/index.po index 428c8b92b2..78d6f0ad2b 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/building_the_manual.po index 8cf1d11ba1..8e6d8c8471 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 5e4c18c2c9..fec2d92ded 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/content_guidelines.po index f4042ad67e..ffc97697db 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 61d2378ec6..99f69ae688 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 4547f5e004..8a3b37beeb 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 84a243538a..28bfa99a12 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 308dede40f..61e545b5ea 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/index.po index 88a6a4752a..61a34e7704 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 03688ffdb1..0fae3bf964 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/ko/LC_MESSAGES/contributing/ways_to_contribute.po index 45aa493c3a..0ac2009fb6 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 69cebe408b..f4466e1e51 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 346251042d..a53e191e9f 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/index.po index dccdc96cbd..d1853e3ec8 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index a0dbd91f55..d841a4beea 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_workflow.po index ded3117412..5e3dd64785 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index b89ac7a202..79baa9a385 100644 --- a/sphinx/po/ko/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/ko/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 4912a3bff6..b9b6edc959 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 469c82db6f..3a8beaf888 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index f7cbf465ae..c3a6b35295 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 5faf2a6932..1d90da5df1 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 2ad6074266..47c18414e5 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 7b005b3e7b..bf398527b5 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index ba31327f3b..1de7628e74 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/index.po index da27376d8f..ee15b87e78 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 2f87bdaff8..05c9be0d73 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 77e32157f4..5c30e7dfc8 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index eb17956ffb..7601f8a914 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index c26df919de..3191f144b0 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index ddd8af8271..cbc08a07ba 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -333,9 +333,8 @@ msgstr "|image1|" msgid "With that, we're ready to code the spawn mechanism." msgstr "" -#, fuzzy msgid "Spawning monsters randomly" -msgstr "몹 스폰하기" +msgstr "몹을 랜덤으로 스폰하기" #, fuzzy msgid "Right-click on the ``Main`` node and attach a new script to it." @@ -450,9 +449,8 @@ msgid "" "the player's position." msgstr "" -#, fuzzy msgid "Add the mob as a child of the *Main* node." -msgstr "노드에 스크립트를 추가하기." +msgstr "몹을 메인 노드의 자식으로 추가하세요." msgid "" "Above, ``randf()`` produces a random value between ``0`` and ``1``, which is " diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index debe78d3fd..f40c76c053 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 849fd28d17..69cf48854c 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index df00db3183..23fd13e5bb 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 2f38ad3e3b..9546c5bc75 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 700014692b..41d57d2d94 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/index.po index 0403ce4c06..c6d1b5b688 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 31ca09124b..74dc855bc2 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index ea3816a463..a19863edb1 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/index.po index deb64848fe..c86d2d4292 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 6d1283e561..7d949ddea2 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 5973a422ae..fb6d75895e 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 22401ef8e1..3a52cb6b98 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/index.po index 0356c7f75a..40148f20ba 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/instancing.po index ad728ce347..54658e185d 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 01c177c295..ad98ff9e7c 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 3fc3fc6d79..3e68b7f3fa 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index da6bcfeca7..980122cf5f 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index a3df042d7a..1d0921461f 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/signals.po index 5a82fe361e..b8a3369596 100644 --- a/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/ko/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,7 +45,6 @@ msgstr "" "Coupling_(컴퓨터_프로그래밍)>`_ 을 제한하고 코드를 유연하게 유지할 수 있습니" "다." -#, fuzzy msgid "" "For example, you might have a life bar on the screen that represents the " "player's health. When the player takes damage or uses a healing potion, you " @@ -80,7 +79,7 @@ msgid "" msgstr "" msgid "Create a new scene by going to the menu Scene -> New Scene." -msgstr "" +msgstr "새로운 씬을 만들기 위해 메뉴 씬 -> 새 씬으로 갑니다." msgid "" "In the Scene dock, click the 2D Scene button. This will add a :ref:`Node2D " @@ -105,6 +104,8 @@ msgid "" "The node is small by default. Click and drag on the bottom-right handle of " "the Button in the viewport to resize it." msgstr "" +"노드는 기본적으로 작습니다. 버튼의 하단 오른쪽 핸들을 클릭하고 드래그하십시" +"오." msgid "" "If you don't see the handles, ensure the select tool is active in the " @@ -112,7 +113,7 @@ msgid "" msgstr "" msgid "Click and drag on the button itself to move it closer to the sprite." -msgstr "" +msgstr "버튼을 클릭하고 드래그하여 스프라이트에 더 가까이 이동하십시오." msgid "" "You can also write a label on the Button by editing its Text property in the " @@ -140,17 +141,20 @@ msgid "" "previous lesson." msgstr "" +#, fuzzy msgid "" "You can connect signals in the Node dock. Select the Button node and, on the " "right side of the editor, click on the tab named \"Node\" next to the " "Inspector." msgstr "" +"Node Dock에서 신호를 연결할 수 있습니다. 버튼 노드를 선택하고, 편집기의 오른" +"쪽에, Inspector 옆에 \"Node\"라는 탭을 클릭하십시오." msgid "The dock displays a list of signals available on the selected node." -msgstr "" +msgstr "Dock은 선택한 노드에서 사용할 수 있는 시그널을 표시합니다." msgid "Double-click the \"pressed\" signal to open the node connection window." -msgstr "" +msgstr "\"pressed\" 신호를 더블클릭하여 노드 연결 창을 엽니다." msgid "" "There, you can connect the signal to the Sprite2D node. The node needs a " @@ -178,11 +182,14 @@ msgid "" "the left margin." msgstr "" +#, fuzzy msgid "" "If you click the icon, a window pops up and displays information about the " "connection. This feature is only available when connecting nodes in the " "editor." msgstr "" +"아이콘을 클릭하면 창이 팝업하고 연결에 대한 정보를 표시합니다. 이 기능은 편집" +"기에서 노드를 연결할 때만 사용할 수 있습니다." msgid "" "Let's replace the line with the ``pass`` keyword with code that'll toggle " @@ -221,10 +228,13 @@ msgstr "씬을 실행하고 버튼을 누르면 다음과 같은 결과를 얻 msgid "Connecting a signal via code" msgstr "노드에서 시그널 연결하기" +#, fuzzy msgid "" "You can connect signals via code instead of using the editor. This is " "necessary when you create nodes or instantiate scenes inside of a script." msgstr "" +"에디터를 사용하는 대신 코드를 통해 시그널을 연결할 수 있습니다. 이것은 스크립" +"트 내부의 노드를 만들거나 또는 씬을 인스턴스화할 때 필요합니다." msgid "" "Let's use a different node here. Godot has a :ref:`Timer ` node " @@ -257,7 +267,7 @@ msgid "" msgstr "" msgid "We need to do two operations to connect the nodes via code:" -msgstr "" +msgstr "우리는 노드를 코드로써 연결하는 두 작업을 수행해야 합니다:" #, fuzzy msgid "Get a reference to the Timer from the Sprite2D." @@ -284,6 +294,9 @@ msgid "" "ref:`Node.get_node() `. We can store the " "reference in a variable." msgstr "" +"현재 노드에 대한 참조를 얻기 위해, 우리는 메서드를 사용합니다 :ref :`Node." +"get_node() `. 우리는 변수의 참조를 저장할 수 있습" +"니다." msgid "" "The function ``get_node()`` looks at the Sprite2D's children and gets nodes " @@ -355,6 +368,8 @@ msgid "" "Your signals work the same way as built-in ones: they appear in the Node tab " "and you can connect to them like any other." msgstr "" +"시그널은 내장된 것과 동일한 방식으로 작동합니다. 노드 탭에 나타나며 다른 것" +"과 같이 연결할 수 있습니다." #, fuzzy msgid "To emit a signal in your scripts, call ``emit()`` on the signal." diff --git a/sphinx/po/ko/LC_MESSAGES/index.po b/sphinx/po/ko/LC_MESSAGES/index.po index 130f1def33..a0b747c46d 100644 --- a/sphinx/po/ko/LC_MESSAGES/index.po +++ b/sphinx/po/ko/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -132,23 +132,30 @@ msgstr "오프라인 문서" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "오프라인으로 읽을 수 있는 `HTML 복사본을 다운로드받을 수도 있습니다 `\\ (매주 월요일 업데이트). ZIP 파일의 압축을 풀" "고 웹브라우저에서 ``index.html``\\ 을 여세요." +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "모바일 장치나 e-리더용으로는 `ePub 복사본을 다운로드 \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index 46fbe2ab9a..3d3de68b92 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 799fac5699..a43f649987 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_meshes.po index f676381f11..e9ea925eba 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_movement.po index 3ea0e3200f..e4414cb013 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index a147c44dad..14546d9d40 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_transforms.po index 56be3cb512..99afff2447 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/canvas_layers.po index f94ebc1c22..a7afe07f5c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 2508e9b5c4..663218a5e9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/index.po index 102d128cdf..89ec6f1ae5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 48483981a6..975936cd55 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 4eddf29def..f18e9217e5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilesets.po index 047581a188..53994349dc 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 32ca400422..e4abacbdd4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index a71046d15f..5f12c3b4bd 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_text.po index ec232ded10..3459538017 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/csg_tools.po index bb7b8c79cd..79824098d8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index d5e26079ba..2dc95001b7 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index d4b281e63b..ccff5487ad 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 7208f98cc0..fb2fb436c9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 5f0c724fb2..476d2c9141 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index fe84798d66..e9ad11d526 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 7585b3f658..e6e4d26587 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 36f9a62c81..df57a407ec 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 38131f379c..6007d9644f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 9221d2b1a3..0f92a7a9e3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/index.po index 3af3930250..54c4361e3f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 4605a0f511..66247d08b3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 6031ff221e..b7f40d189e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/mesh_lod.po index 8c65eb49f5..85dad4e8eb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/occlusion_culling.po index a248d96f79..c3c8de5018 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/attractors.po index 643d7c9534..a4c0afe500 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/collision.po index a0fb8f168a..8713e4f21e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 874fa42ecb..8c0c841ff3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 79d98ae586..700b982390 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/index.po index 4965dd5a1e..9a5c548151 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 98b39e2714..e28d651733 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/properties.po index 27fe560e1c..b963699191 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/subemitters.po index f344b4fc59..59da51427a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/trails.po index f667800ecd..6efec6e9a9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/turbulence.po index 4437a460fc..cccf7b02f8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 7436f08b3a..eecab43de5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 6069c2142b..85af113a21 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 16df11bc52..6924b33e8f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 147e9b4403..2f7a98f605 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 7723b49b3a..511c71c911 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 85efdac3d7..b8e2904a23 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/resolution_scaling.po index fe78938a43..247dc5cac2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 7fca605c13..8ce4a6508c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_decals.po index 4d6a9c0ecc..e84041ef3c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_gridmaps.po index c599241c07..3c84dbc6b8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index e1ec8ba3af..c75ad90385 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_transforms.po index b291f1fc9f..6620f5c8bc 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index e9c3f4135d..c7fe8fff75 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/visibility_ranges.po index 57338a7802..07259b8003 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 55e6bcaaf5..e8f2950fff 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/2d_skeletons.po index b9ead3ffd5..29a75971c9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_track_types.po index d8bad53e5f..8ebc81ab7e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_tree.po index 2cdb9a3f32..3252466fa0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/creating_movies.po index 8cd1ae83f2..37df1ae189 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/cutout_animation.po index cdfc2d0d54..e608d38e11 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/index.po index 80b4d1731d..be54220ab5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/introduction.po index e63aac88bb..495d1459de 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/playing_videos.po index 7c7fb047e5..2411bd6397 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index ab0c5dcab3..ef9054e8da 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 3f9cf77679..58b182ac3e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index d5fe445425..80ab423c64 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index e938f39177..6560d8b5fe 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 14a553ad41..a87f6bdf22 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index fdd628a61f..7edbc109c0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index 19ac718011..2a73fc86fe 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index a842a897a3..79bb4426de 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 7af7b4975a..e1957d9d0c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 41563f6cc5..f0ae648219 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index d3a0730dd7..a3d615ed55 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 5391f3735b..7067db3d90 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 348173c8d3..629f4f6b5b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index d904caf5d2..f3783718cd 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 3a18681c95..de0c34cfd2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 7aaa214a6e..870b4be742 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index b4d67ade53..676cae8886 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/index.po index 8fbf93b558..a41662132c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 853c100d37..7bffe84e16 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_buses.po index 31b52c8e62..be4fce760e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_effects.po index b5bfd24313..d955244fca 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_streams.po index 50825990b1..79c12b545d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/index.po index ae2c64ec9a..98b5beec37 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index b179c1730e..39d82107ce 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 322fe3530e..70fd5bc617 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/text_to_speech.po index c7ac97ddab..cc54024762 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 037df34c85..dabb94c3e5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 6e9725a121..6230a23c5d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 05d3be7dcc..7ede0054a3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -46,19 +46,18 @@ msgid "" "them is to get a reference to an existing object from another acquired " "instance." msgstr "" -"모든 :ref:`Object \\ 에 있어, 오브젝트를 참조하는 가장 기본이 " -"되는 방식은 획득한 다른 인스턴스로부터 존재하는 오브젝트로 참조를 가져오는 것" -"이다." +"모든 :ref:`Object ` 에 있어, 오브젝트를 참조하는 가장 기본이 되" +"는 방식은 획득한 다른 인스턴스로부터 존재하는 오브젝트로 참조를 가져오는 것이" +"다." -#, fuzzy msgid "" "The same principle applies for :ref:`RefCounted ` objects. " "While users often access :ref:`Node ` and :ref:`Resource " "` this way, alternative measures are available." msgstr "" ":ref:`Reference ` 오브젝트에게도 같은 원리가 적용됩니다. 사" -"용자들은 종종 :ref:`Node `\\ 와 :ref:`Resource " -"`\\ 를 이런 방식으로 연결하지만, 대체 조치가 가능합니다." +"용자들은 종종 :ref:`Node ` 와 :ref:`Resource ` " +"를 이런 방식으로 연결하지만, 대체 조치가 가능합니다." msgid "" "Instead of property or method access, one can get Resources by load access." @@ -87,8 +86,8 @@ msgid "" msgstr "" "리소스를 로딩할 때 내부적으로 엔진이 관리하는 캐싱된 리소스 인스턴스를 가져온" "다는 사실을 기억해두십시오. 새 오브젝트를 생성하려면 이미 존재하면 레퍼런스" -"를 :ref:`duplicate `하거나 ``new()`` 를 사용" -"해 처음부터 인스턴스화 시켜야 합니다." +"를 :ref:`duplicate ` 하거나 ``new()`` 를 사" +"용해 처음부터 인스턴스화 시켜야 합니다." msgid "Nodes likewise have an alternative access point: the SceneTree." msgstr "" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index a191e83d5c..f2b56ec9cf 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/index.po index 937a7235a2..b20c42fa9d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 020b029b2b..387f9b7de4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 1fec617c81..2f016d9c80 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index b0972881a3..e388d21260 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/project_organization.po index 83117a49c6..cd374922df 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 3a1ad74272..4c948c7e03 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index c392b56cd5..d8782a7f68 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index cf9e590b52..5393253126 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index aade450540..61c229c785 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index ec08bfa0d4..2973ab01f5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/customizing_editor.po index 3c9c12c921..b7fbd87ef0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/default_key_mapping.po index ab810d6cd7..d1e7190bc3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/external_editor.po index be9badae55..a8b28be2a1 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/index.po index 60d781f072..2bb86f2d21 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/inspector_dock.po index 0e2d8638c9..7dc46e675a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/managing_editor_features.po index f7415dee42..548dcceaea 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_manager.po index d97a795a90..f5b06ad86a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_settings.po index 8b827fbf96..a37c2ad47d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index e4d47bd007..5cc774c1ca 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 0a664d3e6b..578a43ea56 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/android_gradle_build.po index b52fe0e2f1..3dbf194253 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 9468d04c38..ff077a50f2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_android.po index 0770c84912..6beb9d2c08 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 2f9a28aa29..114745f1a8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 7930932ba8..2ad75935e7 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 478c9dcca0..029f2ca6ab 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 5fe5cc91b0..6a9838b2d3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_web.po index 5bfc27ea5e..48d4928d73 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_windows.po index f3a3655e0e..7260197156 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_pcks.po index b4ef4b47c5..c8c177e482 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_projects.po index fc7cf43571..38bb262af6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/feature_tags.po index a0278e2f2f..4ab7aa271e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/index.po index a7a7c7de12..68df1b4ed0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/one-click_deploy.po index 9ec2be8ef4..a5fac25a3e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/ko/LC_MESSAGES/tutorials/export/running_on_macos.po index ca86d3f790..13eddbc815 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/index.po index 989a38b13e..768b64e1c8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 389efe02cb..858c69aa9c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/locales.po index 005d714606..7bd28d99b9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6503,7 +6503,7 @@ msgid "VN" msgstr "" msgid "Viet Nam" -msgstr "" +msgstr "베트남" msgid "VU" msgstr "" @@ -6547,7 +6547,7 @@ msgid "ZA" msgstr "" msgid "South Africa" -msgstr "" +msgstr "남아프리카" msgid "ZM" msgstr "" @@ -6559,7 +6559,7 @@ msgid "ZW" msgstr "" msgid "Zimbabwe" -msgstr "" +msgstr "짐바브웨" msgid "Translation status" msgstr "번역 상태" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 324eed6ee3..0057e41815 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 8acdf5a857..dcd64a582f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index b041282d72..3bde8eb3fa 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 5693797885..95270d2653 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 5045c9608b..78472d781e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/index.po index ab19d0353b..204d1ad9d8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/input_examples.po index 7123feb512..a4659baaec 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/inputevent.po index cdb838bcec..c7fb107466 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index d0b774f3e1..2beb5d842b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/background_loading.po index 36baa57b0c..7facad13c8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 43f2f86d06..f98a8f1e26 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/data_paths.po index 34408dddd2..2a81b93cca 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/index.po index 84667acb01..18163d8032 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 289d25db16..4c390789c3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/ko/LC_MESSAGES/tutorials/io/saving_games.po index a7bfd2e49d..b2c9b573cb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 44bb57d23b..80c22d2762 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/index.po index fa6e73fbd0..300e2be35c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/interpolation.po index fa4cc68b6c..3cce9d0f57 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 12476d0174..4e6024d59b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/random_number_generation.po index 31007e0579..7ed1dffa89 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/vector_math.po index 1221096c3a..79ede91ee2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/ko/LC_MESSAGES/tutorials/math/vectors_advanced.po index 856aff5997..0af7832998 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/index.po index d149998d50..2caf26721d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 3884b06fb5..b36d81a824 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 4aa9b04930..0cf3b62b39 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index a5b295d463..6a0837a681 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/index.po index 69cdfb80c8..b4100a3e26 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 99c4162f9a..633146610f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 5c3f6e6f50..1de9256d45 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 74f7912326..6749ae5983 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 5634eb3b01..cf25d8738e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index fa56427578..4a91bf8238 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 42630393f7..be6486fd59 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 84d6795faf..fad0b0d87f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index efc0a86ec3..29665a9195 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index ea5114ee94..c596f16f46 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index e6e9f9fe0a..75f547f560 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index cbe1e91d01..23e3a0cacb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 494c3968cb..c466695056 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 0c39ee6a66..60d44c8bc8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 65ef69ccdc..75557af7c4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 024cdba077..dde314875e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 3880d548ec..86477ca452 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 82aa8ee8d3..320eaf1c39 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 5591a44e20..20e5029d3f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 6fb35f9a1a..6e3955cd6d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_client_class.po index b81020ade9..b8c60d33ea 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_request_class.po index f7517eec5e..6c8cdee57a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/index.po index febb712e1d..ead564fc45 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 80187d83cb..c7f7a0fb29 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/webrtc.po index 89acc88366..2853411190 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/websocket.po index dcfd086b7a..8e7138644c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 506c443d9a..de0604417e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/general_optimization.po index 294e8a3e00..f1b05b2da3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 197d82b8ca..ce80ee867e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/index.po index 88592c2326..71ff044df8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 7768c600c6..4f928026b3 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 1420c6105b..8715215d4a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multimesh.po index 854347e5ee..4a769fb032 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 3a4c789daa..e1ef28b65a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_servers.po index 8cbcc6b5fb..d41b4846d8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index d0a2025626..9ef9219134 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index e2119ad985..12118d6c3f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 94695534b4..a790628e4f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 0dc817ebb5..340b1fecba 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 14faab6a69..73ef762d1d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/index.po index 314bc4c3ce..dc87e06ae2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index f341c88716..8b5ec1f752 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index bad11fd2a0..36df531bff 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/physics_introduction.po index 0b3fedaa85..d57d126c3d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 5c655e0048..6107e4297e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ray-casting.po index 68a78850ee..a43bb7c65c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/rigid_body.po index 80b806384b..ff0ebcaad7 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/soft_body.po index feb713de56..9fca205f69 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 0aad40eb61..858b3e1e5f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_area_2d.po index d3256b6557..4223b07eaf 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 36de98ebcb..339ea82236 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 5e3011787b..8972b3410f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_library.po index 948a4825b1..495f07f19c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 585c9fbb6f..a401aa9465 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/index.po index 1ec1c88b8e..dd1735b4e0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/consoles.po index 40453aae24..16445a496d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/index.po index 38b519dbdf..48e0445fce 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/index.po index 74cfd4b638..b2c0d0018a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index c3ebc10dc3..a93a1d1c1b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index e86124a19f..098ee9a46e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 78b4d878ad..79bc24616d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 52cf00d8ed..8eac8e88e8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/index.po index 258805e54d..11250dc4b1 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 0cd882dd88..f1bb409f21 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index e043c8a5e4..67d35b8e80 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/index.po index c79dae596e..309b94ebd4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 5a65c40a4a..f412b0a5de 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 66e944f078..25a906e23b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 96a9bf4c66..36516fb6a6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 4a921c8e97..0cdfcbdf07 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 318d1047fb..56b78826f0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/index.po index 6b9bd06f80..8ed1c80d63 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 2a248c7191..b276538162 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/index.po index 25e370494b..e6cdecec77 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index b43ba02717..d9a1de59c6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index b165102200..d64928eab0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/viewports.po index e45b8dbcb3..42cacfe48b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 2e4b5f782a..b00e82a5f6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 684c763f26..a43fdabe0c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index ceae656a9b..ed53af0773 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 1f9611e59b..bbebccd328 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 7b1d7e0c1e..eef0cbd049 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 1b2aa6726f..67f0161154 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 36c479120c..0e45999843 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index eb891a58f1..e5aea17fb6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index ece4053537..07c6d9f029 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index cc0d566d2b..8818c04f87 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 42c1533a3a..a4c5e48b54 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index fd590eeb5a..cf526846a8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index baaf92cd82..8ea444dfac 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index c0c1e1bde5..6af2d2d658 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 41eac61652..09b5a82cb1 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index cafd7e2223..bb61a9ac04 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index f2411889b6..69b8dad2ea 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 4cbb209faa..baf59833ec 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 87e02da6ae..01dd81b892 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index f122aa0e5e..39ad7e6840 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index d7397f714c..08420a9677 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 7dc147ebf1..3a510d6bd5 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index eb62ce2102..b278ae2953 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 32bb517e00..2405e914a2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 23c51962e9..b0587518d4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 80ddf1d74f..3b494898b2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 6e85cb2996..fea742fd01 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 044b7fbe52..e9f5095cc9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 861fb05ddf..2b958b7ddb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index f7e915edb0..6229460942 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 7cc0f3896f..89ef4b17b1 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 333277dc09..6ddf21e826 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index adfe653ddd..31504ec88a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/index.po index e5d856155f..9be080dfaa 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 6a4d4cb655..9ed8b54b3f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 44d7eb1eca..9244c5c6ee 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 71a722f140..ccbee6b32d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/filesystem.po index 66a033e6b0..75e3bfb82f 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index e84d3d2d40..f1a98feab8 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 82a34a722a..39168b6d47 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 5b12877c71..d47f594ae6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index b9d66b11fa..951318ac1c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 9c0f7d5f9b..97c9bb203e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 2e2a2e064c..57672e0338 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index 933108887a..32306797eb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index fe2b13ba70..acbfe9e56b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index ac0c5e7d45..7e8747a4ce 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 44185db5ec..fdfced03d9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 6784621ae8..42731abfa2 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index e4405a5984..31d36d5dff 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/groups.po index 94adc9e664..caab579145 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index eb2b76dcbb..a197f8c4eb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index 5fced90b22..b7d89bac5e 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/index.po index b74db1f6a7..53e0ece9ff 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 9ea84c3e0d..6e3bb91ffd 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 05a9f20d86..2b44a4d4ab 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/overridable_functions.po index f41b1d3d3b..a6dbf35ddb 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/pausing_games.po index 0af2d3ca8c..cdeba07180 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/resources.po index b052df6970..db2dfa862b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_tree.po index f58f1834fa..e1e8cbfd66 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 973eb9b93f..f958beb089 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index cb3bdbcd9b..bfb7b2d10c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index b8316ac3ac..3868a1414d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 2b5f3f8537..81b4a27d61 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 59eb2a2f80..e87ecd18cd 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 50eebe6c85..f7638bc881 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/index.po index 245175fa1c..155c9f1f85 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index b393dd87e4..189ae2d633 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/making_trees.po index e4f9ab8fb4..f48ddcc783 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 1c5d1933a2..c20501e719 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_materials.po index d2e0d73c3c..e81252f869 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 5024ec2353..fd4bf3ee27 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 1f86369feb..1e08d14508 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 927780dd8b..046db8e219 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index ee0a33e23e..b9a915217d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 72241595f1..1bf9545045 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 6ed27b6a48..9317f64dad 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 702f1a8a3a..18dfd65c68 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 72f3494976..a00c17943a 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 4ed49ea64e..b08564a9a0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index df624ec75f..995c919fe4 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 3243eb5c5c..1c2aa13883 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 62e8203312..bc0c5d77d6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 695a808d8f..518c368a99 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 170d7111cb..26ceb0a836 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 41a1fc884b..1a7ed25cc0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/ko/LC_MESSAGES/tutorials/troubleshooting.po index 1b2f151a52..3dd5c0958b 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index ef0f33d514..dbba738c65 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 39b8365f20..82ac39a6f9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index ebbbe29620..e3429bc739 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_containers.po index d490f84d40..709c3fc61c 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_navigation.po index 8251d398b5..1d2fd47993 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_skinning.po index 9fd5b43f8f..9adb8509cf 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index d24e7c53c1..b14c1ddadc 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index a57bacfc3d..f6925e6527 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index a0d5f81d97..9aaa9f1379 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/index.po index a12cd61e42..e7658f515d 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 599437e3f0..816f9b9471 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index dae2bb9e89..a656045a55 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 73bb6f2b6a..89a5ce00a9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/index.po index 9c786d69d1..ac8c1d8e58 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index 2b0224a30c..1a178c09d9 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 3b6314d3a7..350c0f72e7 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index ba084d0204..a01fbde9e0 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 421b4408ce..b2636ac6af 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,13 +17,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Setting up XR" -msgstr "설정하기" +msgstr "XR 설정" -#, fuzzy msgid "Introduction to the XR system in Godot" -msgstr "Godot 소개" +msgstr "Godot의 XR 시스템 소개" msgid "" "Godot provides a modular XR system that abstracts many of the different XR " @@ -32,6 +30,10 @@ msgid "" "allows users to discover interfaces and interact with the components of the " "XR system." msgstr "" +"Godot는 사용자가 서로 다른 XR 플랫폼들의 특수한 사항을 신경쓰지 않게 하기 위" +"해서 추상화된 모듈화 XR 시스템을 제공합니다. 그 핵심은 :ref:`XRServer " +"`로 XR 시스템과의 일원화된 인터페이스이며 사용자는 여기서 XR " +"시스템의 인터페이스를 찾을 수 있고, 컴포넌트와 상호작용할 수 있습니다." msgid "" "Each supported XR platform is implemented as an :ref:`XRInterface " @@ -40,6 +42,10 @@ msgid "" "method on the :ref:`XRServer `. When the desired interface " "is found it can be initialized by calling ``initialize`` on the interface." msgstr "" +"지원하는 각각의 XR 플랫폼은 :ref:`XRInterface `로 구현되" +"어 있습니다. 지원하는 인터페이스는 :ref:`XRServer `에 등록되" +"고 ``find_interface`` 메서드를 사용해 쿼리할 수 있습니다. 의도한 인터페이스" +"를 찾았다면 ``initialize``를 호출하여 초기화 할 수 있습니다." msgid "" "A registered interface means nothing more than that the interface is " @@ -50,6 +56,13 @@ msgid "" "plugged in their headset. You as a developer must thus react properly on an " "interface failing to initialize." msgstr "" +"인터페이스가 등록되었다는 것은 단순히 그 인터페이스가 사용 가능하다는 의미이" +"며, 만일 호스트 시스템에서 그 인터페이스를 지원하지 않는다면 초기화가 실패하" +"고 ``false``를 반환합니다. 이런 일이 발생하는 원인은 다양하며, 안타깝게도 플" +"랫폼별로 그 이유가 다를 수 있습니다. 사용자가 필요한 소프트웨어를 설치하지 않" +"아서 일 수도 있고, 헤드셋을 연결하지 않았기 때문일 수도 있습니다. 여러분은 개" +"발자로써, 인터페이스의 초기화가 실패할 경우 그에 따라 적절히 반응하도록 개발" +"하셔야 합니다." msgid "" "Due to the special requirements for output in XR, especially for head " @@ -62,6 +75,14 @@ msgid "" "the XR output, leaving the main Godot window available for displaying " "alternative content." msgstr "" +"XR로의 출력은 특수한 요구사항을 만족해야 하는데, 특히 양 눈에 다른 이미지를 " +"보여줘야 하는 HMD 장비와 같은 경우 Godot의 :ref:`XRServer `" +"는 렌더링 시스템의 다양한 기능을 오버라이드 하게 됩니다. 독립형(stand-alone) " +"장치의 경우 이는 :ref:`XRInterface `가 최종 출력을 책임진" +"다는 뜻이고 Godot의 사용자 출력 시스템은 비활성화됩니다. 데스크탑 XR 장치의 " +"경우 두 번째 화면처럼 동작하므로 XR 출력을 위한 별도의 :ref:`Viewport " +"`가 이를 처리하도록 할 수 있습니다. 이런 경우 Godot의 메인 윈" +"도우는 다른 컨텐츠를 출력할 수도 있습니다." msgid "" "Note that only one interface can be responsible for handling the output to " @@ -71,11 +92,18 @@ msgid "" "uncommon, to have a secondary interface, for example to add tracking to an " "otherwise 3DOF only device." msgstr "" +"하나의 인터페이스로만 XR 장치의 출력을 관리할 수 있다는 점에 유의하십시오. 이" +"를 주(primary) 인터페이스라 하고 기본적으로 가장 먼저 초기화된 인터페이스가 " +"됩니다. Godot는 현재 하나의 헤드셋만 지원하도록 구현되어 있습니다. 아주 드물" +"게 두 번째 인터페이스가 있는 경우가 있는데 예를 들어 3DOF만을 지원하는 장치" +"에 추가적인 트래킹을 더하는 경우가 그 예시입니다." msgid "" "There are three XR specific node types that you will find in nearly all XR " "applications:" msgstr "" +"거의 대부분의 XR 응용 프로그램에서 사용하는, XR을 위한 노드 타입이 세 가지 있" +"습니다:" msgid "" ":ref:`XROrigin3D ` represents, for all intents and " @@ -83,6 +111,10 @@ msgid "" "statement but we'll go into more detail later. All objects tracked in " "physical space by the XR platform are positioned in relation to this point." msgstr "" +":ref:`XROrigin3D ` 는 여러분의 플레이 공간의 중심점입니다. " +"이 설명은 지나치게 단순하긴 한데 자세한 사항은 뒤쪽에서 살펴볼 것입니다. 물리" +"적인 공간에서 XR 플랫폼에 의해서 트래킹되는 모든 물체는 이 중심점에 상대적으" +"로 위치하게 됩니다." msgid "" ":ref:`XRCamera3D ` represents the (stereo) camera that is " @@ -90,6 +122,9 @@ msgid "" "is controlled by the XR system and updated automatically using the tracking " "information provided by the XR platform." msgstr "" +":ref:`XRCamera3D ` 는 XR 장치의 출력을 렌더링하는 (스테레" +"오) 카메라를 의미합니다. 이 노드의 위치는 XR 시스템에 의해 제어되는데 XR 플랫" +"폼이 제공하는 트래킹 정보에 의해 자동으로 업데이트됩니다." msgid "" ":ref:`XRController3D ` represents a controller used by " @@ -99,14 +134,21 @@ msgid "" "by the XR system and updated automatically using the tracking information " "provided by the XR platform." msgstr "" +":ref:`XRController3D ` 는 플레이어가 사용하는 컨트롤러" +"를 의미하며 일반적으로 양 손에 하나씩 두 개가 있습니다. 이 노드는 그 컨트롤러" +"들의 다양한 상태 정보에 접근 가능하게 하며 플레이어가 버튼을 누르면 시그널을 " +"발생시킵니다. 이 노드의 위치는 XR 시스템에 의해 제어되며 XR 플랫폼이 제공하" +"는 트래킹 정보에 의해 자동적으로 업데이트됩니다." msgid "" "There are other XR related nodes and there is much more to say about these " "three nodes, but we'll get into that later on." msgstr "" +"다른 XR 관련 노드들도 존재하며, 위 세 노드에 대해서도 설명할 것들이 많지만 이" +"는 나중에 다루도록 하겠습니다." msgid "Prerequisites for XR in Godot 4" -msgstr "" +msgstr "Godot 4에서 XR을 사용하기 위한 준비사항" msgid "" "While in Godot 3 most things worked out of the box, Godot 4 needs a little " @@ -115,12 +157,19 @@ msgid "" "that aren't enabled by default. They are very easy to turn on, simply open " "up your project settings and tick the XR shaders tickbox in the XR section:" msgstr "" +"Godot 3에서는 대부분의 것들이 함께 제공되었지만, Godot 4에서는 설정 과정이 " +"좀 더 필요합니다. 이는 Vulkan 렌더러의 특성 때문입니다. XR 시스템이 사용하는 " +"많은 Vulkan의 렌더링 기능들이 있는데 이것들은 기본적으로 활성화 되어있지 않습" +"니다. 활성화 시키는 것은 어렵지 않은데 프로젝트 설정을 열고 XR 섹션에서 XR 셰" +"이더 항목을 체크해 주면 됩니다:" msgid "" "As Godot 4 is still in development, many post process effects have not yet " "been updated to support stereoscopic rendering. Using these will have " "adverse effects." msgstr "" +"Godot 4는 아직 개발 중이므로, 많은 포스트 프로세싱 효과들은 아직 스테레오 렌" +"더링을 지원하지 않습니다. 사용하는 경우 부작용이 나타날 수 있습니다." msgid "" "Godot 4 has 3 renderer options, Compatibility, Mobile, and Forward+. In the " @@ -128,10 +177,13 @@ msgid "" "headsets should use Mobile. However Compatibility is the recommended " "renderer for now due to it having the best XR performance." msgstr "" +"Godot 4에는 Compatibility, Mobile, Forward+의 세 가지 렌더링 옵션이 있습니" +"다. 나중에는 XR 데스크탑 프로젝트의 경우 Forward+를, 독립형 헤드셋의 경우 " +"Mobile을 사용해야 할 겁니다. 하지만 지금은 Compatibility를 사용하는 것이 추천" +"되는데, 이 옵션이 가장 높은 XR 성능을 보입니다." -#, fuzzy msgid "OpenXR" -msgstr "플러그인에 대해서" +msgstr "OpenXR" msgid "" "OpenXR is a new industry standard that allows different XR platforms to " @@ -139,6 +191,9 @@ msgid "" "standard is an open standard maintained by the Khronos Group and thus aligns " "very well with Godot's interests." msgstr "" +"OpenXR은 XR 응용 프로그램에서 표준화된 API를 사용함으로써 서로 다른 XR 플랫폼" +"에서 동작 가능하게 하는 새로운 산업 표준입니다. 이 표준은 Khronos 그룹에서 관" +"리하는 공개 표준이므로 Godot와 아주 잘 어울립니다." msgid "" "The Vulkan implementation of OpenXR is closely integrated with Vulkan, " @@ -147,12 +202,18 @@ msgid "" "before the XR system is setup. This was one of the main deciding factors to " "include OpenXR as a core interface." msgstr "" +"OpenXR의 Vulkan 구현은 Vulkan 시스템의 일부를 대신하여 Vulkan과 긴밀하게 통합" +"됩니다. 이를 위해서는 Vulkan 렌더러의 특정 핵심(core) 그래픽스 기능과의 통합" +"이 필요하며, XR 시스템을 설정하기 전에 이러한 작업이 수행되어야 합니다. 이를 " +"통해 OpenXR이 핵심 인터페이스에 포함할지 여부가 결정됩니다." msgid "" "This also means OpenXR needs to be enabled when Godot starts in order to set " "things up correctly. The required setting can be found in your project " "settings:" msgstr "" +"따라서 OpenXR은 Godot 실행 시에 활성화되어야 합니다. 프로젝트 설정에서 관련" +"된 설정을 찾으실 수 있습니다:" msgid "" "As setup is brought forward with OpenXR you can find several other settings " @@ -160,10 +221,12 @@ msgid "" "application is running. The default settings will get us started and we will " "go into detail in another section of the documentation." msgstr "" +"OpenXR로 설정되었으므로 여기서는 OepnXR과 관련한 다른 설정들이 함께 나타나게 " +"됩니다. 이 값들은 어플리케이션이 실행되고 있는 도중에는 바꿀 수 없습니다. 기" +"본값을 사용하면 되며, 문서의 다른 부분에서 상세하게 설명할 예정입니다." -#, fuzzy msgid "Setting up the XR scene" -msgstr "씬 설정하기" +msgstr "XR 씬 설정" msgid "" "Every XR application needs at least an :ref:`XROrigin3D ` " @@ -174,15 +237,22 @@ msgid "" "controller nodes to ``LeftHand`` and ``RightHand``, your scene should look " "something like this:" msgstr "" +"모든 XR 어플리케이션은 최소한 :ref:`XROrigin3D `와 :ref:" +"`XRCamera3D ` 노드가 필요합니다. 또한 대부분의 경우 왼손과 " +"오른손 두 개의 :ref:`XRController3D `가 필요할 것입니" +"다. 카메라와 컨트롤러 노드는 origin 노드의 자식이어야 한다는 것에 유의하십시" +"오. 이것들을 새로운 씬에 추가하고 컨트롤러 노드의 이름을 ``LeftHand``와 " +"``RightHand``로 변경하면 아래와 같이 될 것입니다:" msgid "" "Next you need to configure the controllers, select the left hand and set it " "up as follows:" msgstr "" +"다음으로 컨트롤러를 설정해야 하며, 왼손 노드를 선택하고 아래와 같이 설정합니" +"다:" -#, fuzzy msgid "And the right hand:" -msgstr "노드에 스크립트를 추가하기." +msgstr "오른 손은 아래와 같습니다:" msgid "" "Right now all these nodes are on the floor, they will be positioned " @@ -191,17 +261,23 @@ msgid "" "nodes to ``-0.5, 1.0, -0.5`` and ``0.5, 1.0, -0.5`` for respectively the " "left and right hand." msgstr "" +"지금 이 노드들은 바닥에 위치해 있지만, 런타임에는 제대로 위치하게 될겁니다. " +"개발의 편의성을 위해 카메라를 위로 옮겨서 ``y`` 값을 ``1.7`` 로 설정하고 컨트" +"롤러 노드들을 왼손과 오른손 각각 ``-0.5, 1.0, -0.5``, ``0.5, 1.0, -0.5`` 로 " +"옮깁시다." -#, fuzzy msgid "" "Next we need to add a script to our root node. Add the following code into " "this script:" -msgstr "kinematic body에 스크립트를 추가하고 다음과 같은 코드를 추가합니다:" +msgstr "" +"다음으로 루트 노드에 스트립트를 추가하고, 아래 코드를 스크립트에 추가합니다:" msgid "" "This code fragment assumes we are using OpenXR, if you wish to use any of " "the other interfaces you can change the ``find_interface`` call." msgstr "" +"위 코드는 OpenXR을 사용한다고 가정하고 작성되었으며 다른 인터페이스를 사용하" +"는 경우 ``find_interface`` 호출 부분을 수정해야 합니다." msgid "" "As you can see in the code snippet above, we turn off v-sync. When using " @@ -209,15 +285,21 @@ msgid "" "requires us to run at 90Hz or higher. If your monitor is a 60hz monitor and " "v-sync is turned on, you will limit the output to 60 frames per second." msgstr "" +"위 코드 조각에서 볼 수 있는 것처럼 v-sync는 비활성화 하였습니다. OpenXR을 사" +"용하는 경우 렌더링 결과가 HMD로 90Hz 이상으로 전달되어야만 합니다. 여러분의 " +"모니터가 60Hz인데 v-sync가 켜져 있으면 출력이 초당 60프레임으로 제한됩니다." msgid "XR interfaces like OpenXR perform their own sync." -msgstr "" +msgstr "OpenXR과 같은 XR 인터페이스는 자체적인 동기화를 수행합니다." msgid "" "Also note that by default the physics engine runs at 60Hz as well and this " "can result in choppy physics. You should set ``Engine." "physics_ticks_per_second`` to a higher value." msgstr "" +"또 유의해야 할 것은 물리 엔진은 기본적으로 60Hz로 동작하기 때문에 불안정한 결" +"과가 나타날 수 있습니다. ``Engine.physics_ticks_per_second`` 도 더 높은 값으" +"로 설정해야 합니다." msgid "" "If you run your project at this point in time, everything will work but you " @@ -227,11 +309,19 @@ msgid "" "mesh instance as a child to each controller node just to temporarily " "visualise them. Make sure you configure a sky in your world environment." msgstr "" +"이제 프로젝트를 실행하면 모든 것들이 잘 동작하지만 검은 화면이 보일 것입니" +"다. 따라서 마지막으로 :ref:`DirectionalLight3D ` " +"와 :ref:`WorldEnvironment ` 노드를 씬에 추가하는 것으" +"로 마치도록 하겠습니다. 메시 인스턴스를 컨트롤러 노드의 자식으로 추가하여 임" +"시로 손의 위치를 보여줄 수도 있습니다. 하늘(sky)을 월드 환경에 추가하는 것을 " +"잊지 마세요." msgid "" "Now run your project, you should be floating somewhere in space and be able " "to look around." msgstr "" +"이제 프로젝트를 실행하면 여러분은 어딘가에 떠 있는 상태로 주변을 둘러 볼 수 " +"있게 됩니다." msgid "" "While traditional level switching can definitely be used with XR " @@ -241,11 +331,17 @@ msgid "" "not run ``initialize`` multiple times. The effect can be unpredictable " "depending on the XR interface used." msgstr "" +"XR 어플리케이션에서도 기존처럼 레벨 전환을 수행할 수 있습니다. 이는 각 레벨마" +"다 씬을 설정하는 방식인데 한 번 설정하면 레벨을 서브씬으로 로딩하기 간단합니" +"다. 만일 씬을 전환하면서 XR 설정을 복사하게 되는 경우 ``initialize`` 를 여러 " +"번 수행하지 않도록 주의하십시오. XR 인터페이스에 따라 예측이 불가능한 결과가 " +"나타날 수 있습니다." msgid "" "For the rest of this basic tutorial series we will create a game that uses a " "single scene." msgstr "" +"이 튜토리얼 시리즈에서는 하나의 씬만 사용하는 게임으로 진행하도록 하겠습니다." msgid "Translation status" msgstr "번역 상태" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_action_map.po index f291ae815f..09e64fd2af 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 1755cde2a5..bb8d8f8ec6 100644 --- a/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/ko/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/pl/LC_MESSAGES/about/complying_with_licenses.po index 1cb42a7ac6..e2af13b29f 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/pl/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/pl/LC_MESSAGES/about/docs_changelog.po index 69a61f2bb7..1fe85d24c7 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/pl/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/faq.po b/sphinx/po/pl/LC_MESSAGES/about/faq.po index 70030df761..81641f2352 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/faq.po +++ b/sphinx/po/pl/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -551,7 +551,11 @@ msgid "" "Drag the extracted Godot application to ``/Applications/Godot.app``, then " "drag it to the Dock if desired. Spotlight will be able to find Godot as long " "as it's in ``/Applications`` or ``~/Applications``." -msgstr "\n" +msgstr "" +"Przeciągnij wypakowaną aplikację Godot do ``/Applications/Godot.app``, a " +"następnie przeciągnij ją do Dock, jeśli chcesz. Spotlight będzie w stanie " +"znaleźć Godot, o ile znajduje się on w ``/Applications`` lub ``~/" +"Applications``." msgid "Linux" msgstr "Linuks" diff --git a/sphinx/po/pl/LC_MESSAGES/about/introduction.po b/sphinx/po/pl/LC_MESSAGES/about/introduction.po index 3c3789d4b3..b8c242ba8f 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/pl/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/list_of_features.po b/sphinx/po/pl/LC_MESSAGES/about/list_of_features.po index f0f034764f..6c699080ff 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/pl/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/release_policy.po b/sphinx/po/pl/LC_MESSAGES/about/release_policy.po index 345c235de3..5036bc3a29 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/pl/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/about/system_requirements.po b/sphinx/po/pl/LC_MESSAGES/about/system_requirements.po index 527b606975..aed39e8146 100644 --- a/sphinx/po/pl/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/pl/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/pl/LC_MESSAGES/community/asset_library/index.po index 6c2e4bb63d..1de1127b6b 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/pl/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/pl/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 230f1c0446..f2f2387c86 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/pl/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/pl/LC_MESSAGES/community/asset_library/using_assetlib.po index 71aa8bf877..77edc27b5d 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/pl/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/pl/LC_MESSAGES/community/asset_library/what_is_assetlib.po index a0636572ed..59b46421ab 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/pl/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/channels.po b/sphinx/po/pl/LC_MESSAGES/community/channels.po index acc41ce401..cc744538de 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/channels.po +++ b/sphinx/po/pl/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/community/tutorials.po b/sphinx/po/pl/LC_MESSAGES/community/tutorials.po index efae2ffb4a..306c1e0463 100644 --- a/sphinx/po/pl/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/pl/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 582ba9e0e9..d0bed9a07b 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/code_style_guidelines.po index d90e39681f..617e407ab2 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 7a6b00740c..29674fc29b 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index f980c0af53..97dcdb1434 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 6778db8f96..6a7af4fe5d 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,7 +66,7 @@ msgstr "Biblioteki deweloperskie ALSA." msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "X11, Xcursor, Xinerama, Xi i XRandR development libraries." -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -119,6 +119,13 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" +#, fuzzy +msgid "NetBSD" +msgstr "**FreeBSD**" + +msgid "For audio support, you can optionally install ``pulseaudio``." +msgstr "" + #, fuzzy msgid "OpenBSD" msgstr "**OpenBSD**" @@ -127,13 +134,6 @@ msgstr "**OpenBSD**" msgid "openSUSE" msgstr "**openSUSE**" -#, fuzzy -msgid "NetBSD" -msgstr "**FreeBSD**" - -msgid "For audio support, you can optionally install ``pulseaudio``." -msgstr "" - #, fuzzy msgid "Solus" msgstr "**Solus**" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 3efb10812e..6e12d84c3f 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 8c2d894a6b..ae2922fce2 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index be3bf0c3ce..f9621d1699 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index c680e4752f..0a37c170d6 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 803999ddfd..061ea9a8a9 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 4e637bfa51..d7e45ec516 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/getting_source.po index c2e101a40a..693e4bc91d 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/index.po index a11b2ce6d9..6fc9e700e5 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index ec80452277..103498c8e6 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index a51ce989dc..84bf76c687 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 1de8880629..2c50f0d1fe 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 1fd5a6a3a3..9ad8353be0 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index c8f5fbd861..3df64e80d2 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 9fb8673896..bd496ac5a8 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 518d6d2af3..4bfc0a6b70 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index d35ea39405..f414c8d7a1 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 902c6db963..451384e978 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index caec827e7b..c4d6822a0e 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 3e02ba29fe..55108df4f9 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index e9646fea9c..05d2c003d7 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 9b58e511a7..fcad574467 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 99c5c27996..ad05e88980 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index a1f23add18..c8942498aa 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 30f17ca0cd..57e7bf3731 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 8c47759a7f..788aa69231 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 19c0c274f3..3d4685e473 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 07521b7ea2..70a0aac9fc 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 6de76a8901..c48e8d726b 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 3796a9f0f9..ee432af435 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index c3d8a5ce70..19c9df4925 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/index.po index 3c83088729..83ebc0fe90 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index baaecff058..4a110c2b92 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 95e3b9c56b..98a8926e29 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index e7914792a9..2c8f7d24d8 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 2827cc1145..a53d6d6dda 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 63d623e7c0..902f8d28cd 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 5273cfec29..4c868841a0 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/index.po index cd75936bf3..84b751a712 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 9c187a0cbc..a6e9bbb355 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 398a769472..48c66f2f88 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 0dad7d2678..fd26a18f66 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 13c46602e2..ab693377b2 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 0d6821eb32..545d827165 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/creating_icons.po index c2a9aa8c03..2afa57e3a2 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 079d356bd3..c131b4c505 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/index.po index eba7b5ae74..229b8b6a90 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 813377ed28..9e0fba3bc6 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 8784d55f05..cd6aeb0e81 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/index.po index 11653b6680..25a912629d 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/tscn.po index efe8013e02..62d11bdcf6 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/development/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/development/index.po index a8a8c3c361..37c18e0856 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/building_the_manual.po index db7d51e6af..5028a8bfe3 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 0a7ccc059e..71a1233ea7 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -357,9 +357,8 @@ msgstr "Tutaj jest [i]pochylony[/i] tekst." msgid "Some *italic* text." msgstr "Tutaj jest *pochylony* tekst." -#, fuzzy msgid "``[kbd]`` ``[/kbd]``" -msgstr "[kbd] [/kbd]" +msgstr "``[kbd]`` ``[/kbd]``" #, fuzzy msgid "Keyboard/mouse shortcut" @@ -376,9 +375,8 @@ msgstr "" msgid "Formatting code" msgstr "Format" -#, fuzzy msgid "``[code]`` ``[/code]``" -msgstr "[code] [/code]" +msgstr "``[code]`` ``[/code]``" msgid "Monospace" msgstr "" @@ -390,9 +388,8 @@ msgstr "``[code]{tekst}[/code]``" msgid "Some ``monospace`` text." msgstr "" -#, fuzzy msgid "``[codeblock]`` ``[/codeblock]``" -msgstr "[codeblock] [/codeblock]" +msgstr "``[codeblock]`` ``[/codeblock]``" msgid "Multiline preformatted block" msgstr "Wieloliniowy niesformatowany blok" @@ -400,16 +397,14 @@ msgstr "Wieloliniowy niesformatowany blok" msgid "*See below.*" msgstr "*Zobacz poniżej.*" -#, fuzzy msgid "``[codeblocks]`` ``[/codeblocks]``" -msgstr "[codeblocks] [/codeblocks]" +msgstr "``[codeblocks]`` ``[/codeblocks]``" msgid "Codeblock for multiple languages" msgstr "" -#, fuzzy msgid "``[gdscript]`` ``[/gdscript]``" -msgstr "[gdscript] [/gdscript]" +msgstr "``[gdscript]`` ``[/gdscript]``" msgid "GDScript codeblock tab in codeblocks" msgstr "Zakładka bloku kodu GDScript w blokach kodu" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/content_guidelines.po index 149c152d00..b68950a5db 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index ecb10db80a..99865490bb 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 440e40ac9e..0a11eff720 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 04c78c8408..97fc31b36e 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index b81f71ad5b..7e612d3227 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/index.po index 7c97fb6e83..4393aeef47 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 4ce291527a..546fdd1d8a 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/pl/LC_MESSAGES/contributing/ways_to_contribute.po index ef5b3d1b76..56ff6a9344 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index fdc58cd582..1ce2a20504 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 7879a44f54..62ebcd3cc0 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/index.po index 6fd80d3694..2a9933d601 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index f79ece3990..13c81e2179 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_workflow.po index bd65d440e2..6683e8888f 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index fe855029e9..e10a0202a0 100644 --- a/sphinx/po/pl/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/pl/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 8a0ad24ba7..a899661dbf 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index d32b2f1de2..816aea6be7 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 7de6680459..4aafdb3e2f 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 96be6a1e68..7becf79f3d 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index a1e3657b77..52f9329bb7 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 2059ee708c..75ad7b92eb 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -126,13 +126,13 @@ msgstr "" "węzła control do jego punktu zakotwiczenia. Więcej informacji na ten temat " "można znaleźć w temacie :ref:`doc_design_interfaces_with_the_control_nodes`." -#, fuzzy msgid "" "Arrange the nodes as shown below. You can drag the nodes to place them " "manually, or for more precise placement, use \"Anchor Presets\"." msgstr "" -"Węzły można przeciągnąć ręcznie lub, aby uzyskać bardziej precyzyjne " -"rozmieszczenie, należy użyć następujących ustawień:" +"Rozmieść węzły, jak pokazano poniżej. Możesz przeciągać węzły, aby " +"rozmieścić je ręcznie, lub użyć opcji „Anchor Presets”, aby uzyskać bardziej " +"precyzyjne rozmieszczenie." msgid "ScoreLabel" msgstr "ScoreLabel" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 13612c7720..a20d3c3eab 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/index.po index beec5ef4f5..7ee9415811 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index cf2e9ec387..f0d37ce850 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index f5d225c0e5..3743109c15 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 627426d43c..845e061390 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 4f28db78c3..1496315608 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index c51614423f..18e124bc05 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 7000c51b0a..07b05a0746 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 1898690cfa..d67ebb7a8d 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index eb531e2503..4c0f4008a1 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 87951ed7ed..0a163c3c51 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 377a5aa1f5..71a55f4df9 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/index.po index a70c16c95c..483c4064a3 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index f0c00bc2c5..b1332eaae3 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index 43d9a3c7d5..9380e69bd7 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/index.po index a7beba15f3..f8bac567a5 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index f4d0e916a5..b0267edb22 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index f34c227caf..b025461fcd 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/learning_new_features.po index e3268f03c0..3c4cb0607c 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/index.po index 0ed73d38d1..27084c97c7 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/instancing.po index 2bdfe5d160..17d5622faa 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 9b6e355c17..9844d79d54 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 7dc814100d..a0fcc8df26 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index da3ab9f792..b22767eccd 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index b270b0f395..b1c0cf9730 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/signals.po index 19cb438241..49fca7e3ed 100644 --- a/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/pl/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/index.po b/sphinx/po/pl/LC_MESSAGES/index.po index e1d228d14c..118fdfd739 100644 --- a/sphinx/po/pl/LC_MESSAGES/index.po +++ b/sphinx/po/pl/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,7 +43,7 @@ msgid "" "the \"Read the Docs\" panel at the bottom of the sidebar to see the list." msgstr "" "Dokumentacja programu Godot jest dostępna w wielu językach oraz wersjach. " -"Rozwiń panel \"Czytaj Dokumenty\" na dole menu, aby dotrzeć do listy." +"Rozwiń panel \"Read the Docs\" na dole menu, aby wyświetlić listę." msgid "" "This documentation is translated from the `original English one `_." msgstr "" "Ta dokumentacja została przetłumaczona z `angielskiego oryginału `_ przez członków społeczności na portalu " +"docs.godotengine.org/en/stable>`_ przez członków społeczności na portalu " "`Weblate `_." msgid "" @@ -71,9 +71,9 @@ msgid "" "sidebar." msgstr "" "Obecnie tłumaczenia dla języków innych niż angielski dostępne są wyłącznie " -"dla \"stabilnej\" gałęzi. Dokumentacje dla innych wersji silnika możesz " -"wyświetlić po angielsku korzystając z panelu \"Przeczytaj dokumentację\" na " -"dole bocznego paska." +"dla gałęzi \"stable\". Dokumentacje dla innych wersji silnika możesz " +"wyświetlić po angielsku korzystając z panelu \"Read the Docs\" na dole " +"bocznego paska." msgid "" "Welcome to the official documentation of `Godot Engine `__, darmowego i otwartego, napędzanego przez społeczność silnika gier " "2D i 3D! Początkującym zalecamy zapoznanie się ze :ref:`stroną wprowadzającą " -"`, aby mieć ogólne pojęcie co ta dokumentacja oferuje." +"`, aby mieć ogólne pojęcie co ta dokumentacja oferuje." msgid "" "The table of contents in the sidebar should let you easily access the " @@ -136,11 +136,14 @@ msgstr "Dokumentacja offline" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Możesz również `pobrać kopię dokumentacji HTML `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Dla urządzeń przenośnych albo czytników e-booków, możesz też `pobrać kopię w " "formacie ePub \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index 18a07fb608..3fbc12bddd 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index b3cb4e621f..c08616be73 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_meshes.po index 910263e761..994be63e86 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_movement.po index 07726a4884..4218cc6733 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 92bc85e023..99dac57123 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_transforms.po index f03d8152f9..b36a5ae8c1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/canvas_layers.po index 3a9ee4f03e..aa83801f8b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 74988ed672..a1c5201e2f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -190,9 +190,8 @@ msgid "" "`doc_running_code_in_the_editor` for more information." msgstr "" -#, fuzzy msgid "Example 1: drawing a custom shape" -msgstr "Oto przykład jak stworzyć własny typ danych:" +msgstr "Przykład 1: rysowanie niestandardowego kształtu" msgid "" "We will now use the custom drawing functionality of the Godot Engine to draw " @@ -527,11 +526,12 @@ msgid "" "top left corner and that obtained position." msgstr "" -#, fuzzy msgid "" "The width, color, and position of the starting point can be configured with " "with the corresponding properties." -msgstr "Scena Mob będzie korzystać z następujących węzłów:" +msgstr "" +"Szerokość, kolor i położenie punktu początkowego można skonfigurować za " +"pomocą odpowiednich właściwości." #, fuzzy msgid "It should look like this when run:" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/index.po index bd9ddf0038..032b049fdf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index a9aebbe6cf..1883baa15f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 0487153d30..396138ca60 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilesets.po index 06581534a3..f43a18c73a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index ee3a041aea..9014bce905 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index e5855890d9..34bb833efd 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_text.po index f8b74bdcd0..4ddda8a276 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/csg_tools.po index a8b3dadf3b..bfd831acd7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index ecba6b9c18..8f94c8829c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -909,9 +909,8 @@ msgid "" "resource." msgstr "" -#, fuzzy msgid "Example of using glow in a 2D scene" -msgstr "Przykład użycia 4 rdzeni:" +msgstr "Przykład użycia poświaty w scenie 2D" msgid "" "Example of using glow in a 2D scene. HDR 2D is enabled, while coins and the " diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 495fce86ec..87fd533d7b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/index.po index a72e8fba61..fab4e4ab9e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index e025074f3c..c526c3f66c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 8372423881..d940c4ffea 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index d88ef550be..4ee2a80b01 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -324,9 +324,8 @@ msgid "" "disabling its **Visible** property." msgstr "" -#, fuzzy msgid "Dynamic" -msgstr "Dynamiczny:" +msgstr "Dynamiczny" msgid "" "This is the default mode, and is a compromise between performance and real-" @@ -340,9 +339,8 @@ msgid "" "to create flickering static torches that have their indirect light baked." msgstr "" -#, fuzzy msgid "Static" -msgstr "Statyczny:" +msgstr "Statyczny" msgid "" "Both indirect and direct lighting will be baked. Since static surfaces can " diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 29765baeab..67d27e7d57 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index ff930f09cd..48689518cc 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index dc5d67e870..14e63ba2d2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/index.po index 2b99a68b7c..22f5ca5322 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 0cd61f98f6..85e7cc6df1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index fd47c37069..bc68339099 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/mesh_lod.po index cc5899d97b..5ce0f5157b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/occlusion_culling.po index dcbf987b03..22c92dffd4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/attractors.po index 909afdd7a8..830cccde3f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/collision.po index adf0d318d9..5007404128 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index b66f29ab71..9dbadbb827 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index d34ff9b623..86ccfe0dff 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/index.po index 1f3f067e0e..a915c2617e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 555b5454f7..0695246bb4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/properties.po index 5850fe2959..bedfa32876 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 5de0ace4a5..9f4f7b3dc9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/trails.po index 9353914dd2..d817714264 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/turbulence.po index cfffd5f54d..8285b84353 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index bd58c05648..e925d65c3a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 34bc6dd65b..5e93bd2959 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 3533c982fe..6448afa009 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index ea27e45185..c2ba20eaba 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 823b8aa41f..239231a8a1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 6c46571196..54532de021 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/resolution_scaling.po index f278a0912b..4e484b1cbf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 3d697a962d..04112c5ecd 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_decals.po index cbccf83a77..6c173ce9f6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_gridmaps.po index 6abf8eb9a7..cedf499126 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 9f4283a4e5..14040ee423 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_transforms.po index 3cc482145a..d32bbe0a77 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index dfc3a41d95..a13df0f98c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/visibility_ranges.po index 6b73a791d0..109415316f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/volumetric_fog.po index a5458c8127..355210eed5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/2d_skeletons.po index ad93fa952e..a417f84ef9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_track_types.po index 7524040edd..1448bda391 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_tree.po index f677ed5737..5d26391190 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/creating_movies.po index 3769d2abfd..3c8d763ff2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/cutout_animation.po index 85104b4468..5f9ae116be 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/index.po index b9a4a5fdb9..d1abd9e633 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/introduction.po index a14292d3c2..0940097a6a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/playing_videos.po index a148b79892..ec4c703796 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 175b8f169d..a5703df09a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 609395650d..b8e1d02124 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index bf86fcbdb6..ed92009ecd 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index b3d03807ca..e3040e4cab 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index c9dfef37c6..a751a4e546 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 29ebd8e852..6edda6fcd0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index 79d0f606b1..563cdd4dd3 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 389d352173..b0a885ea9a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 6671020fd8..238f16040a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -122,13 +122,12 @@ msgstr "" msgid "Files generated" msgstr "Wygenerowane pliki" -#, fuzzy msgid "" "Importing will add an extra ``.import`` file next to the source file, " "containing the import configuration." msgstr "" -"Importowanie doda dodatkowy plik .import zawierający konfigurację " -"importu. Upewnij się, że zawarłeś te pliki w swoim systemie kontroli wersji!" +"Import doda dodatkowy plik ``.import`` obok pliku źródłowego, " +"zawierający konfigurację importu." msgid "" "**Make sure to commit these files to your version control system**, as these " @@ -192,13 +191,12 @@ msgid "" "correct way to deal with resources." msgstr "" -#, fuzzy msgid "" "There are many types of assets available for import. Continue reading to " "understand how to work with all of them:" msgstr "" -"Istnieje wiele rodzajów zasobów dostępnych do importu, więc proszę czytać " -"dalej, aby zrozumieć, jak pracować z nimi wszystkimi!" +"Istnieje wiele rodzajów zasobów dostępnych do importu. Czytaj dalej, aby " +"dowiedzieć się, jak pracować z nimi wszystkimi:" #, fuzzy msgid ":ref:`doc_importing_images`" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index c459cd1646..be60b01a37 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 3498891e6e..90d51859fb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -749,9 +749,8 @@ msgstr "" "Nie można edytować pod zasobów (zapisz je jako zewnętrzny zasób, jak opisano " "powyżej)" -#, fuzzy msgid "Other than that, everything is allowed." -msgstr "Poza tym wszystko jest dozwolone!" +msgstr "Poza tym wszystko jest dozwolone." msgid "Translation status" msgstr "Status tłumaczenia" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index e638fceb37..83a7af2c40 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index ff164d83bd..674c3a3914 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 1dd60bd230..07f87843b5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 44ef03f0da..2f7c22f887 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -292,9 +292,8 @@ msgid "" "playing dozens of compressed sounds at the same time on mobile/web platforms." msgstr "" -#, fuzzy msgid "Import options (Ogg Vorbis and MP3)" -msgstr "Możliwości importu są ogromne:" +msgstr "Opcje importu (Ogg Vorbis i MP3)" #, fuzzy msgid "Loop" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 54dff8d663..9daf18b08b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 209bdd11c8..84e4ce9202 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/index.po index 581d84b7f8..47b35fa2cb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index f534c413d0..6cd5b26ac1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_buses.po index 41e8a54f01..c8de5db7bf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_effects.po index 8a5ffb36b1..d255ba89e8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_streams.po index 7a4b0938cb..d8cd3d5d52 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/index.po index 4638e8f2f1..bdb5128e23 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 9c1acfb0f2..dd10b13be6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/sync_with_audio.po index b9074c8f1a..fed73c483c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/text_to_speech.po index cb4cd28759..abdc441efc 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 2f8011b7de..8e8df794ae 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 2ff3be7820..b162ecba64 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 52f908c457..1c0f6b79f4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 47f7f7ae9f..3c5462a1ac 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/index.po index 56eb0ddfce..c6c7b3ae7a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 890cbb8745..b93b3b2185 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index e432a749e1..47134c7e67 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 3636b0e300..fb2186d28e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/project_organization.po index adf1ef8eab..fc6b37c2f7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scene_organization.po index e5b9b04303..831e9d55a1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index d1e12b304b..5e116386a7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -79,9 +79,8 @@ msgid "" "even has a search bar to look up the type by name." msgstr "" -#, fuzzy msgid "There are two systems for registering types:" -msgstr "Istnieje 6 rodzajów wzorów..." +msgstr "Istnieją dwa systemy rejestracji typów:" #, fuzzy msgid ":ref:`Custom Types `" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index dccb8e1f66..76aceb5138 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index a17e99dc24..2233724631 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index ffa6d83cb2..a8cd76845f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/customizing_editor.po index ffef5c69ea..50c54b865e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 563cda21c7..cb439d3411 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/external_editor.po index 63166f2589..8b6f2c0570 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/index.po index c68eb7ebd5..eb269f5769 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/inspector_dock.po index 09a206e21a..4d56fb5416 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/managing_editor_features.po index 3ccee0879a..d65aef8ac8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_manager.po index 48f157e523..56db2c046c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,9 +40,8 @@ msgstr "" msgid "Creating and importing projects" msgstr "Tworzenie nowego projektu" -#, fuzzy msgid "To create a new project:" -msgstr "Utwórz nowy projekt." +msgstr "Aby utworzyć nowy projekt:" #, fuzzy msgid "Click the **New** button on the top-left of the window." diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_settings.po index 18d449f25b..d56a30bb4d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 9420fe96f1..cc9a827803 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index b80c6d5446..9856bc5953 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/android_gradle_build.po index 66f453ad96..6122309dbb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index c6e137ada2..e14f4643a0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_android.po index c089576f2b..b12c48c149 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index fb29d80b47..608f0254de 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 462ab2c5b7..ae6c40ed86 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_linux.po index fb7c6a4af3..a6ef2a4602 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 005d8f7f66..c8de7bccf0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_web.po index 591844d613..a9c89c3dec 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_windows.po index ccd2f5e25d..0360d317d7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_pcks.po index ea01de4545..16d6b68aef 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_projects.po index 3000b2ad0d..aeaaaf3acf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/feature_tags.po index 21d049001c..945355336c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/index.po index 1b68855050..fa6f5bc8c4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/one-click_deploy.po index 99469f5aa5..d82b2e465f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/pl/LC_MESSAGES/tutorials/export/running_on_macos.po index 7abc868804..087fd31597 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/index.po index 20c29ff3a4..8271ba1f8d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 2fa0f225d3..bb0b84da5b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/locales.po index bc02030736..9736cfd9d0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 66915ddca3..5ac9a807e9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 0b112d4d7a..61f35e9529 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 0916ef1034..f6bb6b0305 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 75bc242dc0..259ff30769 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 2bc678bb8f..6290eff5c3 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/index.po index b7c1bb9809..a1184fe4a8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/input_examples.po index 6a77f309e7..e37a28fe67 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/inputevent.po index 449c33bae1..f52b331093 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 8e0e863c37..4859c9d8f2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/background_loading.po index d72fdd66de..9706ce06ac 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/binary_serialization_api.po index cf170fa107..75f53a52d5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -570,13 +570,11 @@ msgstr "" msgid "X+8" msgstr "X+0" -#, fuzzy msgid "The number of properties that are serialized" -msgstr "Istnieje 6 rodzajów wzorów:" +msgstr "Liczba właściwości, które są serializowane" -#, fuzzy msgid "For each property:" -msgstr "Właściwości węzła" +msgstr "Dla każdej właściwości:" msgid "Y" msgstr "" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/data_paths.po index ff18fd94ef..3b01acdefb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/index.po index bcf92b14c0..57151ccd17 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 4f15e3186d..0a21d92863 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/pl/LC_MESSAGES/tutorials/io/saving_games.po index d3c83ae86b..7efdbbf358 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/beziers_and_curves.po index a506a15ca7..f35c7d0027 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/index.po index fcced912af..d1e43c2457 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/interpolation.po index c7654ba7d1..fd040dba20 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 971a2368e1..3f814742b9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/random_number_generation.po index cceba38df7..3f36ec80f9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/vector_math.po index a91b488241..382377e927 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/pl/LC_MESSAGES/tutorials/math/vectors_advanced.po index 0b19dc73e7..6c33336f4a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/index.po index eceac425a8..6e7ff2abae 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 56e34d6b9e..b4f9e770d9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index a7aadbb957..8e4c7c0674 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 49f13b1cfe..35d93a06bb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -200,9 +200,8 @@ msgstr "" msgid "Using the Project Manager" msgstr "Menedżer projektów" -#, fuzzy msgid "To use the project upgrade tool:" -msgstr "Ustawienie ścieżki projektu" +msgstr "Aby użyć narzędzia aktualizacji projektu:" #, fuzzy msgid "Open the Godot 4 Project Manager." @@ -1421,9 +1420,8 @@ msgstr "Filtruj pliki" msgid "See :ref:`doc_gui_using_fonts`." msgstr ":ref:`doc_gui_containers`" -#, fuzzy msgid "DynamicFont" -msgstr "Dynamiczny:" +msgstr "DynamicFont" #, fuzzy msgid "DynamicFontData" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/index.po index 6b91a5a403..3e004b2af1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 012fb75efb..5921311ce0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index ae666589ab..da5c2cdd5a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 36958ee644..23376fb4b7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index edbb079778..e3ffd20e30 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 1bcf5b4bd9..0d4f993ea1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 6dea048efc..18e723df16 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index a9ba3bd229..fa87f87b1c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 3037de52af..b11d090ba7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index bf0a1f3334..0c1f01e9d3 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index bacf9cb25d..1c64a24df4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 41c04329f3..e18bb74738 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 104f715b1c..54d8bae82c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 3a3d348661..1866eec47e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -112,11 +112,12 @@ msgid "" "resource and can be found in the resource Inspector." msgstr "" -#, fuzzy msgid "" "The result of the source geometry parsing can be influenced with the " "following properties." -msgstr "Scena Mob będzie korzystać z następujących węzłów:" +msgstr "" +"Na wynik parsowania geometrii źródłowej można wpływać za pomocą " +"następujących właściwości." msgid "" "The ``parsed_geometry_type`` that filters if visual objects or physics " @@ -140,11 +141,12 @@ msgid "" "should be parsed. Depends on the selected ``source_geometry_mode``." msgstr "" -#, fuzzy msgid "" "With the source geometry added, the result of the baking can be controlled " "with the following properties." -msgstr "Scena Mob będzie korzystać z następujących węzłów:" +msgstr "" +"Po dodaniu geometrii źródłowej wynik wypalania można kontrolować za pomocą " +"następujących właściwości." msgid "" "The ``cell_size`` sets the rasterization grid size and should match the " diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 8f2c5594de..e84d9d342f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 201a146600..d990b3bce7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 0ad0404210..9d1b8b7ede 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index ded17244f3..4a40645b2d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 768e62bd15..561a9da0ec 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 8bee4dfd68..534e88d05e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_client_class.po index dff881b6dd..7b329d3672 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_request_class.po index 16a789086a..b099e6387a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/index.po index f829985106..221bc4bb14 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 2eeda338e9..8cde62ddcf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/webrtc.po index b567d1f67f..5ddcb3349d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/websocket.po index dc33b54534..e5ce42c82d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 9d65316d6a..2f4a4bcb39 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/general_optimization.po index fef1071700..607e937802 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/gpu_optimization.po index b6d6797cd1..1b2ca67850 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/index.po index a64c587974..39dff6959d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index c6d8c5fa2b..7ea39f7be8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 13cea49cd5..0a9ca39fa6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multimesh.po index 1739fd94c3..a2e10437d8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index fc92e76f5e..4a77d88ba0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_servers.po index 3bc3e9ce7e..33aed278ec 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 9358f51c66..e2138b2b3b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 66ea4512d3..062cd888c1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 09e3241fee..4b531aa5c7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 1c0ac4c642..b9e5bdc68e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index efb83a05ed..3786402784 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/index.po index 68bec75313..eb0b74c1d2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 0c62d7f10b..f583f98727 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index cc6ba17107..c3c43a4dc9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/physics_introduction.po index 59011abbd7..86a22a9ab6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ragdoll_system.po index ff37df2005..d2ec4d9a39 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ray-casting.po index 2a3ceda13b..b04e17dd85 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/rigid_body.po index a08cd460cd..edf65337b5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/soft_body.po index c5e965f755..f86e4efa1c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index f286470a9b..973f0b4c3b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_area_2d.po index 59fd45f6b2..12cc98f975 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 11d4ec4ac8..3bfb952323 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index b23ba0e5bd..5305f62497 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_library.po index 37744f05e4..c1f277255d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_plugin.po index af825d6d9f..6d77382ab5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/index.po index 229490e07a..bc1e18cf8d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/consoles.po index bcc2e8502c..cdcadfcf8b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/index.po index f70db30f79..f4d085f0d3 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/index.po index 816aa81e0e..033a216451 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index e085e62aca..35720304ab 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index a546089683..3a3238545b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 35e2e61510..75f8d2e470 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 8fe5546cfc..a99b56ac25 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/index.po index 2bdd4e3781..edb835d3be 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index f96d8decd1..0824a682e5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 19307b8a0b..3a63fad93a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/index.po index 4a3d8fa45b..efd2c02e53 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index b7c5ef70b5..a4a9447eec 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index b16a174a06..1387193dde 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index d14ff8229f..c8dd5bbcc5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index d05bd6753a..b00de93f66 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 57a105d997..86c0530132 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/index.po index 357fe6db04..e55ebfe358 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 8841cdbe35..d5ce934a35 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/index.po index 2ec4633283..2d8f5b0563 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 3c1a3fb735..739beda8ff 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 6c02737c57..04a4fbaef5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/viewports.po index b81ae4463b..55bd5c0271 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index aac0b8f7ae..d8dee33f18 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index ce4371cf17..739f8b55e9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 9a2885b4b2..8da1f314a0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 23042a4fd2..2b4152c1e1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index f32479c8d2..10f5293619 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 960ca86cde..d3dd75c3a6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 0ab44817e4..7f35047d6d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index bbcd6e171c..f2dc6b26d9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index eca52a6176..b1be178ff8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 88c5e41be6..a3fa0f7b59 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index a5ff9d43aa..02e2f98f52 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index a2584e8c0d..f5f019d562 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 34b26fb84a..defbc4ff30 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 682e216abd..4aef7a7d67 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index ff19aff7d7..7d3a94cba8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index e0f122bd77..d2b5953dca 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 41f33bba4f..432388cbf6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 1d4674f5e6..d6b3ec6318 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index e9fd276de1..d6e0926422 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 46669793db..a10b1d67c9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 30573d77eb..e0d33e2bb5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index b1b669bf50..b09bfd6b4b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index ce92d429f8..f6394a8027 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 3b10be8026..a46b98d1cc 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 4c4bb3a0c1..8f0ed4ec7c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 6518b22925..a1f18f51a9 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 593ddba600..7401d0716d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 70d4620cab..f2d91ac22c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index ff35eabc8d..5d3e35b5af 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 280c1a800d..0b62cd7a75 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 78ba25db2c..505fd5e18f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 90ad4b071f..16d17ddcbc 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index c10f664690..45d4327307 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/index.po index 6f65009707..c23553f024 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index dfe6561a6b..3f3582154a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index f6ad3c82e2..839be24e46 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index c1d6183391..31c2368adb 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/filesystem.po index 8886902b49..b83c5acf40 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 1f96d3ee2e..3ddb2d6e33 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 536a4a712f..65991051d7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 6be10cf1d9..ceb3be1e40 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 7d29db53fd..a1c3f8e7db 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 012bdc3c3d..f47da2d338 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index d1997095b4..ef0911b989 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -409,9 +409,8 @@ msgstr "Tutaj jest [i]pochylony[/i] tekst." msgid "Some *italic* text." msgstr "Tutaj jest *pochylony* tekst." -#, fuzzy msgid "``[kbd]`` ``[/kbd]``" -msgstr "[kbd] [/kbd]" +msgstr "``[kbd]`` ``[/kbd]``" #, fuzzy msgid "Keyboard/mouse shortcut" @@ -424,9 +423,8 @@ msgstr "Tutaj [kbd]Ctrl + C[/kbd] ." msgid "Some :kbd:`Ctrl + C` key." msgstr "" -#, fuzzy msgid "``[code]`` ``[/code]``" -msgstr "[code] [/code]" +msgstr "``[code]`` ``[/code]``" msgid "Monospace" msgstr "" @@ -438,9 +436,8 @@ msgstr "``[code]{tekst}[/code]``" msgid "Some ``monospace`` text." msgstr "" -#, fuzzy msgid "``[codeblock]`` ``[/codeblock]``" -msgstr "[codeblock] [/codeblock]" +msgstr "``[codeblock]`` ``[/codeblock]``" msgid "Multiline preformatted block" msgstr "Wieloliniowy niesformatowany blok" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index 8e6f8b3d8f..28cbd0e747 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index c93281cdfa..aa324ee40e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 6f01a3fcf7..3d7038c440 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 69f7ce1e66..93c2cdfe9f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 1cd9a0aa28..e4fbb4e761 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,9 +25,8 @@ msgstr "Ładowanie go do GDScript" msgid "In this guide, you will learn:" msgstr "W tym poradniku nauczysz się:" -#, fuzzy msgid "how to use static typing in GDScript;" -msgstr "Ładowanie go do GDScript" +msgstr "jak używać statycznego typowania w GDScript;" msgid "that static types can help you avoid bugs;" msgstr "" @@ -133,9 +132,8 @@ msgid "" "default." msgstr "" -#, fuzzy msgid "What can be a type hint" -msgstr "Co potrafi silnik?" +msgstr "Co może być wskazówką dotyczącą typu" #, fuzzy msgid "Here is a complete list of what can be used as a type hint:" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 864a271d24..c64b55e2f7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/groups.po index a82ed2c296..3a712bcf5a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 50d0797b14..43335eaacf 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index be381e2fa7..a426dc5d2d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/index.po index 777a68329e..0b20c67c9e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 4308333665..27699611e8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 53b69c2594..a33ee9c7da 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/overridable_functions.po index d669fb6148..276d8ae50b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/pausing_games.po index 4efe25cd6d..30d70dd447 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/resources.po index 571dd89f5f..32257c47ea 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_tree.po index 31ce5a8304..8e24c1d33d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 344c4fbed6..025d24710f 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 52669fd1d3..2d22158577 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index bee64fffec..ea88663155 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 2c59aff328..415b0634e0 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 47bb722a20..a2b7830f66 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index a5b01340d1..30f07fb2e5 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/index.po index e59186f1bb..beaf0a7ced 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index 8a49d665a4..8e03b4fd4a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/making_trees.po index 1e5c172ff0..13f2bff0f1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 27dcf19e1e..934458a25b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_materials.po index 248ac15486..13e43532e4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 74c3bd0147..a45635a5d6 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index fbe8b194a7..a7b502c0a4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 9c3d7d2506..0ec2807f7d 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index d71fd8bec6..dd8bec9bd1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 78e2e86057..89475fc3fe 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index b4364a5a1c..6a2ad250a3 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 04cd8782de..9e5f6d0a67 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index ba0d0ac49e..0e682f4e54 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index bcbb6a2d22..afef3053e1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 2ef5ac308e..7abba95439 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/visual_shaders.po index dabf9b920d..0c7bdc7a96 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 526b71b600..3dc0a92274 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index eba3b626de..192055d3ef 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 5957a586b4..e351b47cae 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 3f5383b606..0e37f1815c 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/pl/LC_MESSAGES/tutorials/troubleshooting.po index 9084430ec4..b199e2dc2a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 0e8f031dff..87f191e7c1 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -288,9 +288,8 @@ msgid "" "`doc_bbcode_in_richtextlabel_paragraph_options`." msgstr "" -#, fuzzy msgid "``[p]{text}[/p]``" -msgstr "``[b]{tekst}[/b]``" +msgstr "``[p]{text}[/p]``" #, fuzzy msgid "``[p {options}]{text}[/p]``" @@ -319,9 +318,8 @@ msgstr "Wyrównuje {tekst} do prawej." msgid "Same as ``[p align=left]``." msgstr "" -#, fuzzy msgid "``[left]{text}[/left]``" -msgstr "``[indent]{tekst}[/indent]``" +msgstr "``[left]{text}[/left]``" msgid "**right**" msgstr "**prawo**" @@ -652,9 +650,8 @@ msgid "" "ref:`doc_bbcode_in_richtextlabel_unordered_list_bullet`." msgstr "" -#, fuzzy msgid "``[ul]{items}[/ul]``" -msgstr "``[u]{tekst}[/u]``" +msgstr "``[ul]{items}[/ul]``" #, fuzzy msgid "``[ul bullet={bullet}]{items}[/ul]``" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/control_node_gallery.po index ac2d2443bb..258e67b1c2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index e69d837352..c707baf42b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_containers.po index c85a95fdee..6fe914334b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_navigation.po index 5a035a7449..f37f552a06 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_skinning.po index 6d66ef58da..3f0c49e028 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index f555ce5d6b..b4aa070aae 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index bbe4cdaeb1..29588f75c4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -546,9 +546,9 @@ msgid "" "system fonts is not supported on all platforms." msgstr "" -#, fuzzy msgid "It's possible to use a system font as a fallback font too." -msgstr "Czy jest możliwe używać Godota jako biblioteki?" +msgstr "" +"Możliwe jest również użycie czcionki systemowej jako czcionki awaryjnej." #, fuzzy msgid "Using icon fonts" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 5ff4844037..908c23d95e 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/index.po index bebfbbc332..57da565ca4 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/size_and_anchors.po index b598aa916a..e95517ce46 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 64d56b3135..6b486cd224 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 8a5371d791..e4f73fb9d8 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/index.po index a199d6a510..3cab540c2b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index b7f756e368..fa9981f850 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 589ed57663..2ce332ef9b 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 07ee58c59b..4dd525b8ad 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 1f6b780e6f..d160958fd7 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_action_map.po index 6870b56351..0fd6ff75d2 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 5706d7a6a9..95ecd1ff6a 100644 --- a/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/pl/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/pt_BR/LC_MESSAGES/about/complying_with_licenses.po index 5f595f6424..e931d70f9e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -51,6 +51,10 @@ msgid "" "guidelines :ref:`here " "`." msgstr "" +"Esta seção cobre a complacência de licenças a partir da perspectiva do " +"usuário. Se vocês estiver interessado em complacência de licensas como um " +"contribuidor, você pode achar guias :ref `aqui " +"`." msgid "" "In your project's credits screen, remember to also list third-party notices " @@ -156,15 +160,19 @@ msgid "" "the engine binary, which prevents the information from becoming outdated if " "you update engine versions." msgstr "" +"Godot oferece diversos métodos para conseguir informações de licença no " +"singleton da Engine. Isto possibilita que você busque a informação de " +"licença diretamente do binário da engine, oque previne a informação de se " +"tornar desatualizada ao atualizar a versão da engine." msgid "For the engine itself:" -msgstr "" +msgstr "Para a engine em si:" msgid ":ref:`Engine.get_license_text`" -msgstr "" +msgstr ":ref: `Engine.get_license_text`" msgid "For third-party components used by the engine:" -msgstr "" +msgstr "Para componentes terceirizados utilizados pela engine:" #, fuzzy msgid ":ref:`Engine.get_license_info`" @@ -183,6 +191,8 @@ msgid "" "For miscellaneous engine contributor information. You don't have to include " "these ones in your project, but they're listed here for reference:" msgstr "" +"Para informação mista de contribuidores da engine. Você não deve incluir " +"estas no seu projeto, mas elas estão aqui listadas para referência:" #, fuzzy msgid ":ref:`Engine.get_author_info`" @@ -216,6 +226,9 @@ msgid "" "This menu is typically accessed with a button called **Third-party " "Licenses** or **Open Source Licenses**." msgstr "" +"Alguns jogos têm um menu especial (geralmente nas preferências) para mostrar " +"linceças. Este menu tipicamente é acessado por um botão chamado **Licenças " +"de Terceiros** ou **Linceças de Código-Livre**." msgid "Output log" msgstr "Registro de saída" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/pt_BR/LC_MESSAGES/about/docs_changelog.po index 55e91a91a9..bd105c4605 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -68,7 +68,7 @@ msgid ":ref:`doc_upgrading_to_godot_4.2`" msgstr ":ref:`doc_converting_glsl_to_godot_shaders`" msgid "I/O" -msgstr "" +msgstr "E/S" #, fuzzy msgid ":ref:`doc_runtime_loading_and_saving`" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/faq.po b/sphinx/po/pt_BR/LC_MESSAGES/about/faq.po index cd15c9d356..0476e1c9c5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/faq.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -347,8 +347,9 @@ msgid "" "Poor threading support in most script VMs, and Godot uses threads (Lua, " "Python, Squirrel, JavaScript, ActionScript, etc.)." msgstr "" -"Não há um bom suporte a threads na maioria das VMs de scripting, e o Godot " -"utiliza threads (Lua, Python, Squirrel, JavaScript, ActionScript, etc.)." +"Não há um bom suporte ao paralelismo na maioria das VMs de script, e o Godot " +"utiliza partes_paralelizáveis (Lua, Python, Squirrel, JavaScript, " +"ActionScript, etc.)." msgid "" "Poor class-extending support in most script VMs, and adapting to the way " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/introduction.po b/sphinx/po/pt_BR/LC_MESSAGES/about/introduction.po index 3e2f89f1f6..c0e3d110b6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/list_of_features.po b/sphinx/po/pt_BR/LC_MESSAGES/about/list_of_features.po index 17f3f11c44..19c5e91e48 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -73,6 +73,10 @@ msgid "" "github.com/godotengine/buildroot>`__, allowing for binaries that work across " "common Linux distributions (including LTS variants)." msgstr "" +"Binários oficiais são compilados utilizando-se da `Godot Engine buildroot " +"`__, permitindo a criação de " +"executáveis que funcionam nas distribuições comuns do Linux (incluindo " +"variantes LTS)." #, fuzzy msgid "Android (editor support is experimental)." @@ -137,7 +141,9 @@ msgid "GDScript :ref:`debugger `." msgstr "GDScript :ref:`depurador `." msgid "Support for debugging in threads is available since 4.2." -msgstr "Suporte para depuração em threads está disponível desde a versão 4.2." +msgstr "" +"Suporte para depuração em partes_paralelizáveis está disponível desde a " +"versão 4.2." msgid "" "Visual profiler with CPU and GPU time indications for each step of the " @@ -300,11 +306,18 @@ msgid "" "which can be used for improved 2D lighting effects including 2D global " "illumination." msgstr "" +"Shaders customizados podem acessar um representação da cena 2D :abbr: `SDF " +"(Signed Distance Field, Campo de Distância Assinalada` em tempo-real, baseda " +"em nós :ref: `class_LightOccluder2D`, os quais podem ser utilizados para " +"melhorar efeitos de iluminação 2D, incluindo iluminação global." msgid "" ":ref:`Font rendering ` using bitmaps, rasterization " "using FreeType or multi-channel signed distance fields (MSDF)." msgstr "" +":ref: `Renderização de Fontes ` usando bitmaps, " +"rasterização usando FreeType e MSDF (Multi-Channel Signed Distance Fields, " +"campos de distância assinalada de múltiplos canais)." #, fuzzy msgid "" @@ -332,11 +345,15 @@ msgid "" "Dynamic fonts support variable fonts and OpenType features including " "ligatures." msgstr "" +"Fontes Dinâmicas suportam fontes variáves e funcionalidades OpenType, " +"incluindo ligaduras." msgid "" "Dynamic fonts support simulated bold and italic when the font file lacks " "those styles." msgstr "" +"Fontes Dinâmicas suportam itálico e negrito simulados quando o arquivo de " +"fonte não tiver estes estilos." #, fuzzy msgid "" @@ -349,17 +366,25 @@ msgid "" "Dynamic fonts support subpixel positioning to make fonts crisper at low " "sizes." msgstr "" +"Fontes Dinâmicas suportam posicionamento sub-pixel, fazendo as fontes mais " +"nítidas em tamanhos menores." msgid "" "Dynamic fonts support LCD subpixel optimizations to make fonts even crisper " "at low sizes." msgstr "" +"Fontes Dinãmicas suportam otimização sub-pixel para LCD, fazendo-as ainda " +"mais nítidas em tamanhos pequenos." msgid "" "Signed distance field fonts can be scaled at any resolution without " "requiring re-rasterization. Multi-channel usage makes SDF fonts scale down " "to lower sizes better compared to monochrome SDF fonts." msgstr "" +"Campos de distância assinalada podem ser redimensionados em quaisquer " +"resoluções, sem a necessidade de re-rasterização. Utilização de Múltiplos " +"Canais fazem fontes SDF se comportarem melhor em tamanhos menores, " +"comparadas a fontes SD monocromáticas." #, fuzzy msgid "" @@ -377,12 +402,17 @@ msgid "" "` for better glow " "capabilities." msgstr "" +":ref: `Renderização HDR 2D " +"` opcional para " +"capacidades de brilho (glow) melhores." msgid "2D tools" msgstr "Ferramentas 2D" msgid ":ref:`TileMaps ` for 2D tile-based level design." msgstr "" +":ref: `TileMaps ` para design de níves 2D baseado em " +"blocos." msgid "2D camera with built-in smoothing and drag margins." msgstr "Camera 2D com margens e suavização integrados." @@ -413,6 +443,8 @@ msgid "" "Animatable bodies (for objects moving only by script or animation, such as " "doors and platforms)." msgstr "" +"Corpos animados (para objetos movendo apenas por script ou animação, como " +"portas e plataformas)." msgid "Rigid bodies." msgstr "Corpos rígidos." @@ -456,6 +488,9 @@ msgid "" "When using the Forward+ backend, a depth prepass is used to improve " "performance in complex scenes by reducing the cost of overdraw." msgstr "" +"Quando o backend Forward+ é utilizado, a pre-passagem de profundidade é " +"utilizada para melhorar a performance em cenas complexas, reduzindo o custo " +"de sobre-desenho." msgid "" ":ref:`doc_variable_rate_shading` on supported GPUs in Forward+ and Forward " @@ -556,11 +591,15 @@ msgid "" "Adjustable light \"size\" for fake area lights (will also make shadows " "blurrier)." msgstr "" +"Tamanho de luz ajustável para iluminação em área falsificadas (também fará " +"as sombras mais desfocadas)." msgid "" "Optional distance fade system to fade distant lights and their shadows, " "improving performance." msgstr "" +"Sistema de esvanecimento por distãncia opcional, para desvanecer luzes " +"distantes e suas sombras, melhorando a performance." msgid "" "When using the Forward+ backend (default on desktop), lights are rendered " @@ -607,11 +646,16 @@ msgid "" "Shadow normal offset bias and shadow pancaking to decrease the amount of " "visible shadow acne and peter-panning." msgstr "" +"Deslocamento normal das sombras e pancaking de sombras para diminir a " +"quantidade de acne de sombras visível e peter-panning." msgid "" ":abbr:`PCSS (Percentage Closer Soft Shadows)`-like shadow blur based on the " "light size and distance from the surface the shadow is cast on." msgstr "" +"Desfoque de sombras parecido com :abbr: `PCSS (Percentage Closer Soft " +"Shadows, Sombras Suaves de Porcentagem mais Próxima)` baseado no tamanho da " +"luz e distância dessa em relação a superfície em que a sombra e projetada." #, fuzzy msgid "Adjustable shadow blur on a per-light basis." @@ -648,17 +692,25 @@ msgid "" "Optionally supports directional lighting and rough reflections based on " "spherical harmonics." msgstr "" +"Opcionalmente suporta iluminação direcional a reflexões não-polidas basedas " +"em esferas harmônicas." msgid "" "Lightmaps are baked on the GPU using compute shaders (much faster compared " "to CPU lightmapping). Baking can only be performed from the editor, not in " "exported projects." msgstr "" +"Mapas de Iluminação são construídos na GPU usando shaders de computação " +"(compute shaders), oque é muito mais rápido comparado ao mapeamento de " +"iluminação feito na CPU. A construição do mapa de iluminação pode ser feito " +"apenas a partir do editor, e não em projetos exportados." msgid "" "Supports GPU-based :ref:`denoising ` with " "JNLM, or CPU/GPU-based denoising with OIDN." msgstr "" +"Suporta :ref: `Remoção de Ruídos ` " +"utilizando a GPU, com JNLM ou Remoção de Ruído baseado em CPU/GPU com OIDN." msgid "" ":ref:`Voxel-based GI probes `. Supports dynamic lights " @@ -666,12 +718,20 @@ msgid "" "baking step which can be performed in the editor or at run-time (including " "from an exported project)." msgstr "" +":ref: `Provetas de GI baseadas em Vocel `. Suporta " +"iluminação dinâmica *e* oclusores dinâmicos, enquanto ainda dá suporte a " +"reflexão. Requer um passo de construção rápido, oque pode ser feito no " +"editor ou em tempo de execução (inclusive a partir de um projeto exportado)." msgid "" ":ref:`Signed-distance field GI ` designed for large open " "worlds. Supports dynamic lights, but not dynamic occluders. Supports " "reflections. No baking required." msgstr "" +":ref: `Campo de GI com Distância Assinalada `, emissive, :abbr:`ORM (Occlusion " "Roughness Metallic)`, and normal mapping." msgstr "" +":ref: `Suporta Albedo `, emissivo, :abbr: `ORM (Occlusion " +"Roughness Metallic, Metálico de Polidez de Oclusão)` e mapeamento normal." msgid "" "Texture channels are smoothly overlaid on top of the underlying material, " "with support for normal/ORM-only decals." msgstr "" +"Canais de texture são suavemente superpostos sobre o material subjacente, " +"com suporte a adesivos normais ou apenas ORM." msgid "" "Support for normal fade to fade the decal depending on its incidence angle." msgstr "" +"Suporta esvanecimento normal para esvanecer o adesivo a depender do seu " +"ângulo de incidência." msgid "" "Does not rely on run-time mesh generation. This means decals can be used on " "complex skinned meshes with no performance penalty, even if the decal moves " "every frame." msgstr "" +"Não conta com geração de malhas em tempo real. Isto significa que adesivos " +"podem ser utilizados em malhas esfoladas complexas sem penalidade na " +"performance, até mesmo se o adesivo se mover a cada quadro." #, fuzzy msgid "" @@ -759,6 +847,8 @@ msgstr "Filtragem mais próxima, bilinear, trilinear ou anisotrópica." msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" +"Sistema de esvanciemento de distância opcional para esvanecer adesivos, " +"melhorando a performance." msgid "" "When using the Forward+ backend (default on desktop), decals are rendered " @@ -766,11 +856,17 @@ msgid "" "Clustered rendering also lifts any limits on the number of decals that can " "be used on a mesh." msgstr "" +"Quando o backend Forward+ é utilizado (padrão no desktop), adesivos são " +"renderizados com otimizações de forward agrupadas, diminuindo o custo " +"individual da renderização. Renderização agrupada também aumenta o limite de " +"adesivos que podem em uma malha." msgid "" "When using the Forward Mobile backend, up to 8 decals can be displayed per " "mesh resource." msgstr "" +"Quando o backend Forwar Mobile é utilizados, até 8 adesivos podem ser " +"mostrados por recurso de malha." msgid "**Sky:**" msgstr "**Céu:**" @@ -782,25 +878,31 @@ msgid "" "Procedural sky and Physically-based sky that respond to the " "DirectionalLights in the scene." msgstr "" +"Céu processual e Baseado em Física que responde às Luzes Direcionais na cena." msgid "" "Support for :ref:`custom sky shaders `, which can be " "animated." msgstr "" +"Suporte a :ref: `shaders de céu customizados `, os quais " +"podem ser animados." msgid "" "The radiance map used for ambient and specular light can be updated in real-" "time depending on the quality settings chosen." msgstr "" +"O mapa de radiãncia usado para luzes ambientes e especulares podem ser " +"atualizados em tempo real, dependendo das preferências de qualidade " +"escolhidas." msgid "**Fog:**" msgstr "**Neblina:**" msgid "Exponential depth fog." -msgstr "" +msgstr "Névoa de profuindade exponencial." msgid "Exponential height fog." -msgstr "" +msgstr "Névoa de altura exponencial." #, fuzzy msgid "" @@ -818,35 +920,45 @@ msgid "" "Support for controlling how much fog rendering should affect the sky, with " "separate controls for traditional and volumetric fog." msgstr "" +"Suporte para definir o quanto a renderização de névoas deve afetar o céu, " +"com controles separados para névoa tradicional ou volumétrica." #, fuzzy msgid "Support for making specific materials ignore fog." msgstr "Suporte para plugins visuais de shader." msgid "**Volumetric fog:**" -msgstr "" +msgstr "**Névoa Volumétrica:**" msgid "" "Global :ref:`volumetric fog ` that reacts to lights and " "shadows." msgstr "" +":ref: `Névoa Volumétrica ` global que reage às luzes e " +"sombras." msgid "" "Volumetric fog can take indirect light into account when using VoxelGI or " "SDFGI." msgstr "" +"Névoas volumétricas podem levar em conta a iluminação indireta quando SDFGI " +"ou VoxelGI são utilizados." msgid "" "Fog volume nodes that can be placed to add fog to specific areas (or remove " "fog from specific areas). Supported shapes include box, ellipse, cone, " "cylinder, and 3D texture-based density maps." msgstr "" +"Nós de Volume de Névoa que podem ser posicionados para adicionar névoa em " +"áreas específicas (ou remover névoa de áreas específicas). Formas suportadas " +"incluem: Caixa; Elipse; Cone; Cilindro; e Mapas de densidade baseados em " +"textura 3D." msgid "Each fog volume can have its own custom shader." -msgstr "" +msgstr "Cada volume de névoa pode ter seu shader customizado." msgid "Can be used together with traditional fog." -msgstr "" +msgstr "Pode ser utilizado em conjunto com névoas tradicionais." msgid "**Particles:**" msgstr "**Partículas:**" @@ -855,28 +967,40 @@ msgid "" "GPU-based particles with support for subemitters (2D + 3D), trails (2D + " "3D), attractors (3D only) and collision (2D + 3D)." msgstr "" +"Partículas baseadas em GPU com suporte a sub-emissores (2D + 3D), trilhas " +"(2D + 3D), atratores (apenas em 3D) e colisão (2D + 3D)." msgid "" "3D particle attractor shapes supported: box, sphere and 3D vector fields." msgstr "" +"Formas suportadas para atratores de partículas 3D: Caixa; Esfera; campos de " +"vetores 3D." msgid "" "3D particle collision shapes supported: box, sphere, baked signed distance " "field and real-time heightmap (suited for open world weather effects)." msgstr "" +"Formas de colisão de partículas 3D suportadas: Caixa; Esfera; Campo de " +"Distância Assinalada Construído; e Mapas de Altura em tempo real (apropriado " +"para efeitos de clima de mundo aberto)." msgid "" "2D particle collision is handled using a signed distance field generated in " "real-time based on :ref:`class_LightOccluder2D` nodes in the scene." msgstr "" +"A colisão de partículas 2D é manejado utilizado campo de distância " +"assinalado, gerado em tempo-real basedo em nós :ref: " +"`class_LightOccluder2D`na cena." msgid "" "Trails can use the built-in ribbon trail and tube trail meshes, or custom " "meshes with skeletons." msgstr "" +"Trilhas podem utilizar tilhas de ribbon integradad e malhas de trilha em " +"tubo, assim como malhas customizadas com esqueletos." msgid "Support for custom particle shaders with manual emission." -msgstr "" +msgstr "Suporte a shaders de partícula customizados com emissão manual." msgid "**Post-processing:**" msgstr "**Pós-processamento:**" @@ -896,6 +1020,8 @@ msgid "" "Near and far depth of field with adjustable bokeh simulation (box, hexagon, " "circle)." msgstr "" +"Profundidade de Campo próximo ou distante com simulação bokeh ajustável " +"(Caixa, Hexágono, Círculo)." #, fuzzy msgid "Screen-space ambient occlusion (SSAO) at half or full resolution." @@ -913,18 +1039,22 @@ msgstr "" msgid "Glow can have a colored dirt map texture, acting as a lens dirt effect." msgstr "" +"Brilho pode ter uma textura de mapa de sujeira colorido, agindo como efeito " +"de sujeira na lente." msgid "" "Glow can be :ref:`used as a screen-space blur effect " "`." msgstr "" +"Brilho pode ser :ref: `usado como efeito de desfoque no espaço de tela " +"`." #, fuzzy msgid "Color correction using a one-dimensional ramp or a 3D LUT texture." msgstr "Correção de cor usando uma rampa unidimensional." msgid "Roughness limiter to reduce the impact of specular aliasing." -msgstr "" +msgstr "Limitador de polidez para reduzir o impacto de aliasing especular." msgid "Brightness, contrast and saturation adjustments." msgstr "Ajustes de brilho, contraste e saturação." @@ -944,7 +1074,7 @@ msgid "**Texture compression:**" msgstr "**Compressão de Textura:**" msgid "Basis Universal (slow, but results in smaller files)." -msgstr "" +msgstr "Base Universal (devagar, porém resulta em arquivos menores)." #, fuzzy msgid "BPTC for high-quality compression (not supported on macOS)." @@ -953,28 +1083,33 @@ msgstr "" #, fuzzy msgid "ETC2 (not supported on macOS)." -msgstr "*GLES3:* ETC2 (não é compatível com macOS)." +msgstr "ETC2 (não é compatível com macOS)." -#, fuzzy msgid "S3TC (not supported on mobile/Web platforms)." -msgstr "S3TC (Suportado apenas nas plataformas Desktop)." +msgstr "S3TC (Sem suporte para plataformas mobile/Web)." msgid "**Anti-aliasing:**" msgstr "**Antisserrilhamento:**" msgid "Temporal :ref:`antialiasing ` (TAA)." -msgstr "" +msgstr ":ref: `Anti-Serrilhamento` Temporal (TAA)." msgid "" "AMD FidelityFX Super Resolution 2.2 :ref:`antialiasing " "` (FSR2), which can be used at native resolution as a " "form of high-quality temporal antialiasing." msgstr "" +":ref: `Anti-Serrilhamento ` AMD FidelityFX Super " +"Resolution 2.2 (FSR2), que pode ser utilizado em resolução nativa como uma " +"forma de anti-serrilhamento temporal de alta qualidade." msgid "" "Multi-sample antialiasing (MSAA), for both :ref:`doc_2d_antialiasing` and :" "ref:`doc_3d_antialiasing`." msgstr "" +"Anti-Serrilhamento de Múltipla Amostragem (MSAA, Multi-Sampling " +"Antialiasing), para ambos :ref: `doc_2d_antialiasing` e :ref: " +"`doc_3d_antialiasing`." msgid "Fast approximate antialiasing (FXAA)." msgstr "Antisserrilhado aproximado rápido (FXAA)." @@ -983,15 +1118,17 @@ msgid "" "Super-sample antialiasing (SSAA) using bilinear 3D scaling and a 3D " "resolution scale above 1.0." msgstr "" +"Anti-Serrilhamento de Super-Amostragem (SSAA, Super-Sampling Antialiasing) " +"utilizando escalonamento bilinear 3D e uma resolução 3D acima de 1.0." msgid "" "Alpha antialiasing, MSAA alpha to coverage and alpha hashing on a per-" "material basis." msgstr "" +"Anti-Aliasing Alfa, alfa MSSA para cobertura e hashing alfa por material." -#, fuzzy msgid "**Resolution scaling:**" -msgstr "**Reflexões:**" +msgstr "**Escala de Resolução:**" msgid "" "Support for :ref:`rendering 3D at a lower resolution " @@ -999,26 +1136,34 @@ msgid "" "This can be used to improve performance on low-end systems or improve " "visuals on high-end systems." msgstr "" +"Suporte para :ref: `renderização 3D em uma resolução menor " +"`, enquanto mantém a renderização 2D na escala " +"original. Pode ser utilizado para melhorar a performance em sistemas low-end " +"ou melhorar o visual em sistemas high-end." msgid "" "Resolution scaling uses bilinear filtering, AMD FidelityFX Super Resolution " "1.0 (FSR1) or AMD FidelityFX Super Resolution 2.2 (FSR2)." msgstr "" +"Escalonamento de resolução utiliza filtro bilinear, AMD FidelityFx Super " +"Resolution 1.0 (FSR1) ou AMD FidelityFX Super Resolution 2.2 (FSR2)." msgid "" "Texture mipmap LOD bias is adjusted automatically to improve quality at " "lower resolution scales. It can also be modified with a manual offset." msgstr "" +"Viés de LOD Mimap para texture e ajustado automaticamente para melhorar a " +"qualidade em escalas de menor resolução. Também pode ser modificado com um " +"deslocamento manual." -#, fuzzy msgid "" "Most effects listed above can be adjusted for better performance or to " "further improve quality. This can be helpful when :ref:`using Godot for " "offline rendering `." msgstr "" "A maioria dos efeitos listados acima podem ser ajustados para melhor " -"desempenho ou para melhorar ainda mais a qualidade. Isso pode ser útil ao " -"usar o Godot para renderização offline." +"performasse ou para melhorar ainda mais a qualidade. Isso pode ser útil ao :" +"ref:`usar a Godot para renderização offline `." msgid "3D tools" msgstr "Ferramentas 3D" @@ -1032,6 +1177,8 @@ msgstr "" msgid ":ref:`GridMaps ` for 3D tile-based level design." msgstr "" +":ref: `GridMaps ` para design de níveis 3D baseado em " +"blocos." msgid "" ":ref:`Constructive solid geometry ` (intended for " @@ -1150,6 +1297,8 @@ msgstr "" msgid "" "Syntax inspired by Python. However, GDScript is **not** based on Python." msgstr "" +"Sintaxe inspirada no Python. No entanto, GDScript **não é** baseado em " +"Python." msgid "Syntax highlighting is provided on GitHub." msgstr "O destaque da sintaxe é fornecido no GitHub." @@ -1158,8 +1307,9 @@ msgid "" ":ref:`Use threads ` to perform asynchronous " "actions or make use of multiple processor cores." msgstr "" -":ref:`Usa threads ` para executar ações " -"assíncronas ou fazer uso de múltiplos núcleos do processador." +":ref:`Use partes_paralelizáveis ` para performar " +"ações assíncronas (em segundo plano /concorrêntes) ou fazer uso de múltiplos " +"núcleos do processador(multithread/multiplas linhas de execução em paralelo)." msgid ":ref:`C#: `" msgstr ":ref:`C#: `" @@ -1170,7 +1320,7 @@ msgstr "" "dependências pequeno." msgid "Supports .NET 6 and higher." -msgstr "" +msgstr "Suporta .NET 6 e superior." #, fuzzy msgid "Full support for the C# 10.0 syntax and features." @@ -1181,19 +1331,27 @@ msgid "" "Android and iOS is also available (requires a .NET 7.0 project for Android " "and 8.0 for iOS)." msgstr "" +"Suporta Windows, Linux e MacOS. Em relação à versão 4.2, suporte " +"experimental a Android e iOS também está disponível (requer um projeto .NET " +"7.0 para Android e 8.0 para iOS)." msgid "" "On the Android platform only some architectures are supported: ``arm64`` and " "``x64``." msgstr "" +"Na plataforma Android apenas alguma arquiteturas são suportadas: ``arm64`` e " +"``x64``." msgid "On the iOS platform only some architectures are supported: ``arm64``." msgstr "" +"Na plataforma iOS apenas algumas arquiteturas são suportadas: ``arm64``." msgid "" "The web platform is currently unsupported. To use C# on that platform, " "consider Godot 3 instead." msgstr "" +"A plataforma web não é suportada ainda. Para utilizar C# nesta plataforma, " +"considere utilizar a Godot 3." msgid "" "Using an external editor is recommended to benefit from IDE functionality." @@ -1223,6 +1381,8 @@ msgid "" "Official GDExtension bindings for `C `__ and `C++ `__." msgstr "" +"Bindings oficiais da GDExtension para `C `__ e `C++ `__." msgid "Use any build system and language features you wish." msgstr "" @@ -1236,6 +1396,11 @@ msgid "" "com/godot-rust/gdextension>`__ bindings provided by the community. (Some of " "these bindings may be experimental and not production-ready)." msgstr "" +"Bindings da GDExtension desenvolvidas ativamente para `D `__, `Haxe `__, `Swift " +"`__, e `Rust `__ bindings providas pela comunidade. (Algumas " +"destas podem ser experimentais e não estarem prontas para produção)." msgid "Audio" msgstr "Áudio" @@ -1260,6 +1425,7 @@ msgid "" "Support for polyphony (playing several sounds from a single " "AudioStreamPlayer node)." msgstr "" +"Suporte a polifonia (tocar diversos sons de um único nó AudioStreamPlayer)." #, fuzzy msgid "Support for random volume and pitch." @@ -1273,6 +1439,8 @@ msgid "" "Support for sequential/random sample selection, including repetition " "prevention when using random sample selection." msgstr "" +"Suporte a seleção de amostra sequencial/aleatória, incluindo prevenção de " +"repetição quando utilizar seleção aleatória." msgid "" "Listener2D and Listener3D nodes to listen from a position different than the " @@ -1288,7 +1456,7 @@ msgstr "" "`." msgid "Audio input to record microphones." -msgstr "" +msgstr "Entrada de áudio para gravar microfones." msgid "MIDI input." msgstr "Entrada MIDI." @@ -1345,11 +1513,15 @@ msgstr "glTF 2.0 *(recomendado)*." msgid "" "``.blend`` (by calling Blender's glTF export functionality transparently)." msgstr "" +"`.blend` (chamando a funcionalidade de exportação gITF do Belnder de forma " +"transparente)." msgid "" "FBX (by calling `FBX2glTF `__ " "transparently)." msgstr "" +"FBX (chamando `FBX2gITF `__ de " +"forma transparente)." msgid "Collada (.dae)." msgstr "Collada (.dae)." @@ -1439,11 +1611,14 @@ msgstr "Navegação" msgid "" "A* algorithm in :ref:`2D ` and :ref:`3D `." msgstr "" +"Algoritmo A* em :ref: `2D `." msgid "" "Navigation meshes with dynamic obstacle avoidance in :ref:`2D " "` and :ref:`3D `." msgstr "" +"Malhas de navegação que dinamicamente evitam obstáculos em :ref: `2D " +"` e :ref: `3D `." msgid "" "Generate navigation meshes from the editor or at run-time (including from an " @@ -1538,25 +1713,31 @@ msgid "" "Support for pluralization and translation contexts when using gettext " "translations." msgstr "" +"Suporte a pluralização e contextos de tradução quando traduções gettext são " +"utilizadas." msgid "" "Support for :ref:`bidirectional typesetting " "`, text shaping and OpenType localized " "forms." msgstr "" +"Suporte para :ref: `configuração de tipos bidirecional " +"`, formatação de texto e formulários " +"localizados OpenType." msgid "Automatic UI mirroring for right-to-left locales." -msgstr "" +msgstr "Espelhamento de IU automático para localizações direita-esquerda." msgid "" "Support for pseudolocalization to test your project for i18n-friendliness." msgstr "" +"Suporte a pseudolocalização para testar seu projeto para familiaridade i18n." msgid "Windowing and OS integration" msgstr "Janelas e integração de sistema" msgid "Spawn multiple independent windows within a single process." -msgstr "" +msgstr "Invocar múltiplas janelas independentes dentro de um único processo." #, fuzzy msgid "Move, resize, minimize, and maximize windows spawned by the project." @@ -1578,6 +1759,9 @@ msgid "" "Uses borderless fullscreen by default on Windows for fast alt-tabbing, but " "can optionally use exclusive fullscreen to reduce input lag." msgstr "" +"Utilize tela-cheia sem bordas por padrão no Windows para alternação rápida " +"por alt-tab, mas pode opcionalmente utilizar tela-cheia exclusica para " +"reduzir o lag de entrada." #, fuzzy msgid "Borderless windows (fullscreen or non-fullscreen)." @@ -1612,6 +1796,10 @@ msgid "" "the ``--headless`` command line argument. This allows running the engine " "without a GPU or display server." msgstr "" +"Qualquer binário do Godot (Editor ou projeto exportado) pode ser :ref: " +"`utilizado como servidor headless `, " +"iniciando-o com o argumento de linha de comando ``--headless``. Isto permite " +"executar a engine sem uma GPU ou servidor de display." msgid "Mobile" msgstr "Mobile" @@ -1620,6 +1808,8 @@ msgid "" "In-app purchases on :ref:`Android ` and :ref:" "`iOS `." msgstr "" +"Compras dentro do app no :ref: `Android ` e :" +"ref: `iOS `." msgid "Support for advertisements using third-party modules." msgstr "Suporte a anúncios usando módulos de terceiros." @@ -1628,7 +1818,7 @@ msgid "XR support (AR and VR)" msgstr "Suporte à XR (AR e VR)" msgid "Out of the box :ref:`support for OpenXR `." -msgstr "" +msgstr ":ref: `Suporte ao OpenXR ` de fábrica." #, fuzzy msgid "" @@ -1642,6 +1832,8 @@ msgid "" "Support for :ref:`Android based headsets ` using " "OpenXR through a plugin." msgstr "" +"Suporte para :ref: `headsets baseados em Android ` " +"utilizando OpenXR atraves de um plugin." #, fuzzy msgid "" @@ -1652,12 +1844,14 @@ msgstr "" "Index." msgid "Other devices supported through an XR plugin structure." -msgstr "" +msgstr "Outros dispositivos suportados através de uma estrutura de plugins XR." msgid "" "Various advanced toolkits are available that implement common features " "required by XR applications." msgstr "" +"Várias Caixad de Ferramentas avançadas disponíveis que implementam " +"funcionalidades comuns necessárias para aplicações XR." msgid "GUI system" msgstr "Sistema de Interface Gráfica do Usuário (GUI)" @@ -1684,6 +1878,9 @@ msgid "" "`class_TextEdit` (multiple lines). TextEdit also supports code editing " "features such as displaying line numbers and syntax highlighting." msgstr "" +"Entrada de texto utilizando :ref: `class_LineEdit` (linha única) e :ref: " +"`class_TextEdit` (múltiplas linhas). TextEdit também suporta funcionalidade " +"de edição de código, como mostrar linhas enumeradas e marcação de sintaxe." #, fuzzy msgid "" @@ -1864,6 +2061,9 @@ msgid "" "` in an exported project without having to " "go through Godot's import system." msgstr "" +":ref: `Carregar e salvar imagens, áudio/vídeo, fontes e arquivos ZIP " +"` em um projeto exportado sem ter que passar " +"pelo sistema de importação do Godot." msgid "" "Pack game data into a PCK file (custom format optimized for fast seeking), " @@ -1888,6 +2088,8 @@ msgid "" ":ref:`Video playback ` with built-in support for Ogg " "Theora." msgstr "" +":ref: `Playback de vídeo ` com suporte a Ogg Theora de " +"fábrica." msgid "" ":ref:`Movie Maker mode ` to record videos from a " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/release_policy.po b/sphinx/po/pt_BR/LC_MESSAGES/about/release_policy.po index d8936a6e71..be6d96117a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -440,6 +440,11 @@ msgid "" "important for mobile platforms). You also get continued support, as only the " "last patch release receives support on official community platforms." msgstr "" +"A recomendação geral é que você atualize seu projeto para seguir lançamentos " +"de *patch* novos, como atualizar da versão 4.0.2 para a 4.0.3. Esta prática " +"assegura que atualizações de correção de bug, de segurança e suporte a " +"plataforma estejam em dia. Você também tem suporte contínuo, já que apenas o " +"último patch recebe suporte nas platformas oficiais de comunidade." msgid "" "For *minor* releases, you should determine whether it's a good idea to " @@ -450,6 +455,14 @@ msgid "" "as required to fix some bugs. This is especially the case in classes marked " "as *experimental* in the documentation." msgstr "" +"Para lançamentos *menores*, você deve determinar quando é uma boa ideia " +"atualizar, baseado no seu próprio caso. Nós colocamos bastante empenho em " +"fazer o processo de atualização o mais invisível possível, porém alguma " +"mudanças bruscas talvez estejam presentes em lançamentos menores, ao lado de " +"maiores riscos de regressão. Algumas correções incluídas em lançamentos " +"menores podem também mudar o comportamento esperado de uma classe, afim de " +"corrigir algum bug. Isso é ainda mais forte em classes marcadas como " +"*experimental* na documentação." msgid "" "*Major* releases bring a lot of new functionality, but they also remove " @@ -461,6 +474,15 @@ msgid "" "3.5.2 and possibly 3.6 in the future, but not to 4.0+, unless your project " "really needs the new features that come with 4.0+." msgstr "" +"Lançamentos *maiores* trazem diversas novas funcionalidade, mas também " +"removem funcionalidade antes existentes, e podem aumentar os requisitos de " +"hardware. Eles também requerem maior esforço para a atualização em " +"comparação com lançamentos enores. Como resultado, recomendamos que você " +"fique com a versão maior em que começou o seu projeto, se estiver feliz com " +"como este funciona atualmente. Por exemplo, se seu projeto foi iniciado na " +"versão 3.5, recomendamos que atualize para a versão 3.5.2 e possivelmente " +"3.6 no futuro, mas não para a 4.0+, a não ser que seu projeto realmente " +"precise das funcionalidades adicionadas na versão 4.0+." msgid "When is the next release out?" msgstr "Quando será o próximo lançamento?" @@ -480,6 +502,9 @@ msgid "" "to a faster paced development workflow, 4.1 released 4 months after 4.0, and " "4.2 released 4 months after 4.1" msgstr "" +"Em particular, após um ciclo de lançamento muito longo para a versão 4.0, " +"nós estamos mirando um workflow de desenvolvimento mais rápido, 4.1 foi " +"lançada 4 meses após a 4.0, e 4.2 lançada 4 meses após a 4.1" msgid "" "Frequent minor releases will enable us to ship new features faster (possibly " @@ -487,6 +512,11 @@ msgid "" "features and their usability. Likewise, the general user experience will be " "improved more steadily with a faster path to the end users." msgstr "" +"Lançamentos menores frequentes irão possiblitar-nos de entregar " +"funcionalidades novas mais rápido (possivelmente como experimental), obter " +"feedback de usuário rapidamente, e melhorar estas funcionalidades e suas " +"usabilidades. Igualmente, a experiência de usuário geral será melhorada mais " +"passadamente, com um caminho mais rápido para usuários finais." msgid "" "Maintenance (patch) releases are released as needed with potentially very " @@ -505,18 +535,28 @@ msgid "" "4.x, or having published games which they need to keep updating for platform " "requirements)." msgstr "" +"A versão 3.6 está ainda planejada, e deve ser o último branch estável da " +"Godot 3.0. Será a Versão de Suporte a Longo Termo (LTS), que planejamos " +"suportar pelo tempo que seus usuários necessitarem (devido a funcionalidades " +"ausentes na versão 4.x, ou terem publicado jogos os quais precisam ser " +"atualizados por requisitos de plataforma)." msgid "What are the criteria for compatibility across engine versions?" msgstr "" +"Quais são os critérios de compatibilidade através das versões da engine?" msgid "" "This section is intended to be used by contributors to determine which " "changes are safe for a given release. The list is not exhaustive; it only " "outlines the most common situations encountered during Godot's development." msgstr "" +"Esta sessão visa ser utiilizada por contribuidores para determinar quais " +"mudanças são seguras para um determinado lançamento. A lista não é " +"exaustiva; apenas delineia as situações mais comuns ecnontradas durante o " +"desenvolvimento da Godot." msgid "The following changes are acceptable in patch releases:" -msgstr "" +msgstr "As seguintes mudanças são aceitáveis em lançamentos de correção:" msgid "" "Fixing a bug in a way that has no major negative impact on most projects, " @@ -526,23 +566,35 @@ msgid "" "of projects, it should be made optional (e.g. using a project setting or " "separate method)." msgstr "" +"Corrigir um bug de uma forma que não tenha um impacto negativo grande na " +"maioria dos projetos, tais como bugs visuais ou de física. A engine de " +"física da Godot é não determinística, portanto correções de bugs de física " +"não são consideradas uma quebra de compatibilidade. Se corrigir um bug tem " +"um impacto negativo que poderia afetar diversos projetos, deve ser feito de " +"forma opcional (p.e.: utilizando um parâmetro de configuração de projeto ou " +"método separado)." msgid "Adding a new optional parameter to a method." -msgstr "" +msgstr "Adicionar um novo parâmetro adicional a um método." msgid "Small-scale editor usability tweaks." -msgstr "" +msgstr "Ajustes de baixo-porte na usabilidade do editor." msgid "" "Note that we tend to be more conservative with the fixes we allow in each " "subsequent patch release. For instance, 4.0.1 may receive more impactful " "fixes than 4.0.4 would." msgstr "" +"Note que tendemos a ser mais conservadores com as correções que permitimos " +"em cada lançamento de correção subsequente. Por exemplo, 4.0.1 talvez receba " +"correções mais impactantes que a versão 4.0.4 receberia." msgid "" "The following changes are acceptable in minor releases, but not patch " "releases:" msgstr "" +"As mudanças a seguir são aceitáveis em lançamentos menores, mas não em " +"lançamentos de correção:" #, fuzzy msgid "Significant new features." @@ -552,6 +604,9 @@ msgid "" "Renaming a method parameter. In C#, method parameters can be passed by name " "(but not in GDScript). As a result, this can break some projects that use C#." msgstr "" +"Renomear um parâmetro de um método. Em C#, parâmetros de métodos podem ser " +"passados pelo nome (mas não em GDScript), resultando na quebra de alguns " +"projetos que utilizem C#." msgid "" "Deprecating a method, member variable, or class. This is done by adding a " @@ -559,9 +614,13 @@ msgid "" "When a method is marked as deprecated, it's slated to be removed in the next " "*major* release." msgstr "" +"Descontinuar um método, variável membro ou classe. Isto é feito adicionando-" +"se uma marcação de descontinuação em sua referência de classe, oque irá " +"aparecer no editor. Quando um método é marcado como descontinuado, ele é " +"agendado para remoção no próximo lançamento *maior*." msgid "Changes that affect the default project theme's visuals." -msgstr "" +msgstr "Mudanças que afetam os visuais do tema padrão do projeto." msgid "" "Bug fixes which significantly change the behavior or the output, with the " @@ -569,33 +628,47 @@ msgid "" "may favor keeping a buggy behavior so we don't break existing projects which " "likely already rely on the bug or use a workaround." msgstr "" +"Correções de bugs que mudam significativamente o comportamento ou a saída, " +"com a intenção de atender melhor as expectativas dos usuários. Em " +"comparação, nos lançamentos de correção, podemos preferir a manutenção de um " +"comportamento com bugs para não quebrar projetos existentes, que podem " +"contar com este bug ou implementar correções." msgid "Performance optimizations that result in visual changes." -msgstr "" +msgstr "Otimizações de performance que resultem em mudanças visuais." msgid "" "The following changes are considered **compatibility-breaking** and can only " "be performed in a new major release:" msgstr "" +"As mudanças a seguir **quebram a compatibilidade** e podem ser implementadas " +"apenas em lançamentos maiores:" msgid "Renaming or removing a method, member variable, or class." -msgstr "" +msgstr "Renomear ou remover um método, variável membro ou classe." msgid "" "Modifying a node's inheritance tree by making it inherit from a different " "class." msgstr "" +"Modificar a árvore de heranças de um nó, fazendo com que herde de outra " +"classe." msgid "" "Changing the default value of a project setting value in a way that affects " "existing projects. To only affect new projects, the project manager should " "write a modified ``project.godot`` instead." msgstr "" +"Mudar o valor padrão de uma preferência de projeto de forma que afete " +"projetos existentes. Para afetar apenas projetos novos, o gerenciador de " +"projetos deve escrever um ``project.godot`` modificado." msgid "" "Since Godot 5.0 hasn't been branched off yet, we currently discourage making " "compatibility-breaking changes of this kind." msgstr "" +"Já que a versão 5.0 do Godot ainda não foi planejada, nós atualmente " +"desencorajamos mudanças que quebrem a compatibilidade como estas." msgid "" "When modifying a method's signature in any fashion (including adding an " @@ -605,6 +678,12 @@ msgid "" "request #76446 `_ for more " "information." msgstr "" +"Ao modificar a assinatura de um método de qualquer forma (incluindo " +"adicionar um parâmetro opcional), um método de compatibilidade da " +"GDExtension deve ser criado. Isso assegura que GDExtensions existentes " +"continuem a funcionar através de lançamentos menores e de correção, para que " +"os usuários não tenham de recompilá-los. Veja ```pull request #76446 " +"`_ para mais informações." msgid "Translation status" msgstr "Progresso da Tradução" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/about/system_requirements.po b/sphinx/po/pt_BR/LC_MESSAGES/about/system_requirements.po index 3f46c8bc60..3a8182fd77 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,6 +27,10 @@ msgid "" "be referred to if you're looking to build or upgrade a system to use Godot " "on." msgstr "" +"Esta página contém requisitos de sistema para o editor e projetos " +"exportados. Estas especificações são dadas apenas para propósitos " +"informativos, mas podem ser usadas como referência se você estiver buscando " +"montar ou melhoras um sistema para utilizar a Godot." #, fuzzy msgid "Godot editor" @@ -36,62 +40,75 @@ msgid "" "These are the **minimum** specifications required to run the Godot editor " "and work on a simple 2D or 3D project:" msgstr "" +"Estas são as especificações **mínimas** necessárias para executar o editor " +"do Godot e trabalhar em um projet 2D ou 3D simples:" msgid "Desktop or laptop PC - Minimum" -msgstr "" +msgstr "PC Desktop ou Notebook - Mínimo" msgid "**CPU**" -msgstr "" +msgstr "**CPU**" msgid "**Windows:** x86_32 CPU with SSE2 instructions, or any x86_64 CPU" -msgstr "" +msgstr "**Windows:** CPU x86_32 com instruções SSE2 ou qualquer CPU x86_64" msgid "*Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300*" -msgstr "" +msgstr "*Exemplo: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300*" msgid "**macOS:** x86_64 or ARM CPU (Apple Silicon)" -msgstr "" +msgstr "**macOS**: x86_64 ou ARM (Apple Silicon)" msgid "*Example: Intel Core 2 Duo SU9400, Apple M1*" -msgstr "" +msgstr "*Exemplo: Intel Core 2 Duo SU9400, Apple M1*" msgid "" "**Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU" -msgstr "" +msgstr "**Linux** CPU x864_32 com instruções SSE2, CPU x86_64, ARMv7 ou ARMv8" msgid "" "*Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4*" msgstr "" +"*Exemplo: Inte Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4*" msgid "**GPU**" -msgstr "" +msgstr "**GPU**" msgid "" "**Forward+ rendering method:** Integrated graphics with full Vulkan 1.0 " "support" msgstr "" +"**Métodos de Renderização Forward+:** Gráficos integrados com suporte total " +"ao Vulkan 1.0" msgid "" "*Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics " "(Kaveri)*" msgstr "" +"*Exemplos: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics " +"(Kaveri)*" msgid "" "**Mobile rendering method:** Integrated graphics with full Vulkan 1.0 support" msgstr "" +"**Método de Renderização Mobile:** Gráficos integrado com suporte total ao " +"Vulkan 1.0" msgid "" "**Compatibility rendering method:** Integrated graphics with full OpenGL 3.3 " "support" msgstr "" +"**Método de Renderização de Compatibilidade:** Gráficos Integrados com " +"suporte total ao OpenGL 3.3" msgid "" "*Example: Intel HD Graphics 2500 (Ivy Bridge), AMD Radeon R5 Graphics " "(Kaveri)*" msgstr "" +"*Exemplo: Intel HD Graphics 2500 (Ivy Bridge), AMD Radeon R5 Graphics " +"(Kaveri)&" msgid "**RAM**" -msgstr "" +msgstr "**RAM**" #, fuzzy msgid "**Native editor:** 4 GB" @@ -110,6 +127,9 @@ msgid "" "projects requires downloading export templates separately (1.3 GB after " "installation)." msgstr "" +"200 MB (Utilizados para o executável, arquivos de projeto e cache). Exportar " +"projetos requer o download de modelos de exportação separadamente (1.3GB " +"após a instalação)." #, fuzzy msgid "**Operating system**" @@ -119,9 +139,11 @@ msgid "" "**Native editor:** Windows 7, macOS 10.13 (Compatibility) or macOS 10.15 " "(Forward+/Mobile), Linux distribution released after 2016" msgstr "" +"**Editor Nativo:** Windows 7, macOS 10.13 (Compatibilidade) ou macOS 10.15 " +"(Forward+/Mobile), Distribuições Linux lançadas após 2016" msgid "**Web editor:** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera 64" -msgstr "" +msgstr "**Editor Web:** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera 64" msgid "" "Windows 7/8/8.1 are supported on a best-effort basis. These versions are not " @@ -130,21 +152,30 @@ msgid "" "for Windows 7/8/8.1 may be removed in a :ref:`future Godot 4.x release " "`." msgstr "" +"Windows 7/8/8.1 são suportadas em um protocolo de melhor esforço. Estas " +"versões não são testsadas regularmente e algumas funcionalidades podem estar " +"ausentes (como saída de console colorida com :ref: `print_rich " +"`." msgid "" "Vulkan drivers for these Windows versions are known to have issues with " "memory leaks. As a result, it's recommended to stick to the Compatibility " "rendering method when running Godot on an Windows version older than 10." msgstr "" +"Drivers do Vulkan para estar versões do Windows são conhecidos por terem " +"problemas de vazamento de memória. Como resultado, é recomendado a " +"utilização do método de renderização de compatibilidade quando executar o " +"Godot em versões do Windows anteriores a 10." msgid "Mobile device (smartphone/tablet) - Minimum" -msgstr "" +msgstr "Distpositivo Mobile (smartphone/tablet) - Mínimo" msgid "**Android:** SoC with any 32-bit or 64-bit ARM or x86 CPU" -msgstr "" +msgstr "**Android>** SoC com ARM de 32 ou 64 bits ou CPU x86" msgid "*Example: Qualcomm Snapdragon 430, Samsung Exynos 5 Octa 5430*" -msgstr "" +msgstr "*Example: Qualcomm Snapdragon 430, Samsung Exynos 5 Octa 5430&" #, fuzzy msgid "**iOS:** *Cannot run the editor*" @@ -153,21 +184,27 @@ msgstr "**Para o editor:**" msgid "" "**Forward+ rendering method:** SoC featuring GPU with full Vulkan 1.0 support" msgstr "" +"**Método de Renderização Forward+:* SoC contando com uma GPU que suporta " +"completamente o Vulkan 1.0" msgid "*Example: Qualcomm Adreno 505, Mali-G71 MP2*" -msgstr "" +msgstr "*Exemplo: Qualcomm Adreno 505, Mali-G71 MP2*" msgid "" "**Mobile rendering method:** SoC featuring GPU with full Vulkan 1.0 support" msgstr "" +"**Método de Renderização Mobile:** SoC contando com uma GPU que suporta " +"completamente o Vulkan 1.0" msgid "" "**Compatibility rendering method:** SoC featuring GPU with full OpenGL ES " "3.0 support" msgstr "" +"**Método de Renderização de Compatibilidade:** SoC contando com uma GPU que " +"suporta completamente o OpenGL ES3.0" msgid "*Example: Qualcomm Adreno 306, Mali-T628 MP6*" -msgstr "" +msgstr "*Exemplo: Qualcomm Adreno 306, Mali-T628 MP6*" #, fuzzy msgid "**Native editor:** 3 GB" @@ -181,57 +218,72 @@ msgid "" "**Native editor:** Android 6.0 (Compatibility) or Android 9.0 (Forward+/" "Mobile), iOS 11.0" msgstr "" +"**Editor nativo:** Android 6.0 (Compatibilidade) ou Android 9.0 (Forward+/" +"Mobile), iOS 11.0" msgid "" "**Web editor:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera 64, " "Samsung Internet 15" msgstr "" +"**Editor Web:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera 64, " +"Samsung Internet 15" msgid "" "These are the **recommended** specifications to get a smooth experience with " "the Godot editor on a simple 2D or 3D project:" msgstr "" +"Estas são especificações **recomendadas** para ter uma experiência suave com " +"o editor do Godot para projetos 2D e 3D simples:" msgid "Desktop or laptop PC - Recommended" -msgstr "" +msgstr "PC Dekstop ou Notebook - Recomendado" msgid "" "**Windows:** x86_64 CPU with SSE4.2 instructions, with 4 physical cores or " "more" -msgstr "" +msgstr "**Windows:** CPU x86_64 com instrução SSE4.2, com 4 ou mais núcleos" msgid "*Example: Intel Core i5-6600K, AMD Ryzen 5 1600*" -msgstr "" +msgstr "*Exemplo: Intel Core i5-6600K, AMD Ryzen 5 1600*" msgid "*Example: Intel Core i5-8500, Apple M1*" -msgstr "" +msgstr "*Exemplo: Intel COre i5-8500, Apple M1*" msgid "" "*Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with " "overclocking*" msgstr "" +"*Exemplo: Inte Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 com overclock*" msgid "" "**Forward+ rendering method:** Dedicated graphics with full Vulkan 1.2 " "support" msgstr "" +"**Método de Renderização Forward+:** Gráficos dedicados com suporte completo " +"ao Vulkan 1.2" msgid "" "*Example: NVIDIA GeForce GTX 1050 (Pascal), AMD Radeon RX 460 (GCN 4.0)*" msgstr "" +"*Exemplo: NVIDIA GeForce GTX 1050 (Pascal), AMD Radeon RX 460 (GCN 4.0)*" msgid "" "**Mobile rendering method:** Dedicated graphics with full Vulkan 1.2 support" msgstr "" +"**Método de Renderização Mobile:** Gráficos dedicados com suporte completo " +"ao Vulkan 1.2" msgid "" "**Compatibility rendering method:** Dedicated graphics with full OpenGL 4.6 " "support" msgstr "" +"**Método de Renderização de Compatibilidade:** Gráficos Dedicados com " +"suporte completo ao OpenGL 4.6" msgid "" "*Example: NVIDIA GeForce GTX 650 (Kepler), AMD Radeon HD 7750 (GCN 1.0)*" msgstr "" +"*Exemplo: NVIDIA GeForce GTX 650 (Kepler), AMD Radeon HD 7750 (GCN 1.0)*" #, fuzzy msgid "**Native editor:** 8 GB" @@ -245,53 +297,67 @@ msgid "" "1.5 GB (used for the executable, project files, all export templates and " "cache)" msgstr "" +"1.5GB (Utilizados para o executável, arquivos de projeto e todos os modelos " +"de exportação e cache)" msgid "" "**Native editor:** Windows 10, macOS 10.15, Linux distribution released " "after 2020" msgstr "" +"**Editor Nativo:** Windows 10, macOS 10.15, Distribuições Linux lançadas " +"após 2020" msgid "**Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera" -msgstr "" +msgstr "**Editor Web:** Última versão do Firefox, Chrome, Edge, Safari, Opera" msgid "Mobile device (smartphone/tablet) - Recommended" -msgstr "" +msgstr "Dispositivo Mobile (smartphone/tablet) - Recomendado" msgid "" "**Android:** SoC with 64-bit ARM or x86 CPU, with 3 \"performance\" cores or " "more" msgstr "" +"**Android:** SoC com ARM 64 bits ou CPU x86, com 3 núcleos de " +"\"performance\" (big)" msgid "*Example: Qualcomm Snapdragon 845, Samsung Exynos 9810*" -msgstr "" +msgstr "*Exemplo: Qualcomm Snapdragon 845, Samsung Exynos 9810*" msgid "" "**Forward+ rendering method:** SoC featuring GPU with full Vulkan 1.2 support" msgstr "" +"**Método de Renderização Forward+:** SoC contando com uma GPU com suporte " +"completo ao Vulkan 1.2" msgid "*Example: Qualcomm Adreno 630, Mali-G72 MP18*" -msgstr "" +msgstr "*Exemplo: Qualcomm Adreno 630, Mali-G72 MP18*" msgid "" "**Mobile rendering method:** SoC featuring GPU with full Vulkan 1.2 support" msgstr "" +"**Método de Renderização Mobile:** SoC contando com uma GPU com suporte " +"completo ao Vulkan 1.2" msgid "" "**Compatibility rendering method:** SoC featuring GPU with full OpenGL ES " "3.2 support" msgstr "" +"**Método de renderização de compatibilidade:** SoC contando com uma GPU com " +"suporte completo ao OpenGL ES 3.2" #, fuzzy msgid "**Native editor:** 6 GB" msgstr "**Para o editor:**" msgid "**Native editor:** Android 9.0 or iOS 11.0" -msgstr "" +msgstr "**Editor Nativo:** Android 9.0 ou iOS 11.0" msgid "" "**Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera, " "Samsung Internet" msgstr "" +"**Editor Web:** Última versão do Firefox, Chrome, Edge, Safari, Opera, " +"Samsung Internet" #, fuzzy msgid "Exported Godot project" @@ -305,6 +371,12 @@ msgid "" "programs running on the system while the project is running will also " "compete for resources, including RAM and video RAM." msgstr "" +"Os requisitos abaixo são a linha de base para um projeto 2D ou 3D " +"**simples**, com scripting básico e algumas regalias. Requisitos de CPU, " +"GPU, RAM e armazenamento irão variar bruscamente a depender do escopo do seu " +"projeto, seu método de renderização, resolução da viewport e preferências " +"gráficas escolhidas. Outros programas executando no sistema enquanto o " +"projeto está em execução podem competir por recursos, including RAM e VRAM." msgid "" "It is strongly recommended to do your own testing on low-end hardware to " @@ -313,11 +385,18 @@ msgid "" "`__ to your project." msgstr "" +"É fortemente recomendado que você faça seus próprios testes em hardware low-" +"en para ter certeza de que seu projeto tem a performance desejada. Para " +"melhorar a escalabilidade para hardware low-end, você também deverá incluir " +"um `menu de opções gráficas `__ ao seu projeto." msgid "" "These are the **minimum** specifications required to run a simple 2D or 3D " "project exported with Godot:" msgstr "" +"Estas são as especificações **mínimas** necessárias para executar um simples " +"projeto 2D ou 3D exportado pela Godot:" #, fuzzy msgid "**For native exports:** 2 GB" @@ -328,31 +407,38 @@ msgid "**For web exports:** 4 GB" msgstr "**Para o editor:**" msgid "150 MB (used for the executable, project files and cache)" -msgstr "" +msgstr "150MB (Utilizado para o executável, arquivos do projeto e cache)" msgid "" "**For native exports:** Windows 7, macOS 10.13 (Compatibility) or macOS " "10.15 (Forward+/Mobile), Linux distribution released after 2016" msgstr "" +"**Para exportações nativas:** Windows 7, macOS 10.13 (Compatibilidade) ou " +"macOS 10.15 (Forward+/Mobile), distribuições Linux lançadas após 2016" msgid "" "**For web exports:** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera 64" msgstr "" +"**Para exportações Web:** Firefox 79, Chrome 68, Edge 79, Safari 15.2, Opera " +"64" msgid "**iOS:** SoC with any 64-bit ARM CPU" -msgstr "" +msgstr "**iOS:** SoC com CPU ARM 64-bit" msgid "*Example: Apple A7 (iPhone 5S)*" -msgstr "" +msgstr "*Exemplo: Applet A7 (iPhone 5S)*" msgid "" "*Example: Qualcomm Adreno 505, Mali-G71 MP2, PowerVR G6430 (iPhone 6S/iPhone " "SE 1)*" msgstr "" +"*Exemplo: Qualcomm Adreno 505, Mali-G71 MP2, PowerVR G6430 (iPhone 6S/iPhone " +"SE 1)*" msgid "" "*Example: Qualcomm Adreno 306, Mali-T628 MP6, PowerVR G6430 (iPhone 5S)*" msgstr "" +"*Exemplo: Qualcomm Adreno 306, Mali-T628 MP6, PowerVR G6430 (iPhone 5S)*" #, fuzzy msgid "**For native exports:** 1 GB" @@ -366,16 +452,22 @@ msgid "" "**For native exports:** Android 6.0 (Compatibility) or Android 9.0 (Forward+/" "Mobile), iOS 11.0" msgstr "" +"**Para exportações nativas:** Android 6.0 (Compatibilidade) ou Android 9.0 " +"(Forward+/Mobile), iOS 11.0" msgid "" "**For web exports:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera 64, " "Samsung Internet 15" msgstr "" +"**Para exportações Web:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera " +"64, Samsung Internet 15" msgid "" "These are the **recommended** specifications to get a smooth experience with " "a simple 2D or 3D project exported with Godot:" msgstr "" +"Estas são as especificações **recomendadas** para ter uma experiência suave " +"com um simples projeto 2D ou 3D exportado pela Godot:" #, fuzzy msgid "**For native exports:** 4 GB" @@ -389,34 +481,44 @@ msgid "" "**For native exports:** Windows 10, macOS 10.15, Linux distribution released " "after 2020" msgstr "" +"**Para exportações nativas:** Windows 10, macOS 10.15, Distribuição Linux " +"lançada após 2020" msgid "" "**For web exports:** Latest version of Firefox, Chrome, Edge, Safari, Opera" msgstr "" +"**Para exportações web:** Última versão do Firefox, Chrome, Edge, Safari, " +"Opera" msgid "**iOS:** SoC with 64-bit ARM CPU" -msgstr "" +msgstr "**iOS:** SoC com CPU ARM 64-bit" msgid "*Example: Apple A11 (iPhone XS/XR)*" -msgstr "" +msgstr "*Exemplo: Apple A11 (iPhone XS/XR)*" msgid "" "*Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple G11P (iPhone XR/XS)*" msgstr "" +"*Exemplo: Qualcomm Adreno 630, Mali-G72 MP18, Apple G11P (iPhone XR/XS)*" msgid "**For native exports:** Android 9.0 or iOS 11.0" -msgstr "" +msgstr "**Para exportações nativas:** Android 9.0 ou iOS 11.0" msgid "" "**For web exports:** Latest version of Firefox, Chrome, Edge, Safari, Opera, " "Samsung Internet" msgstr "" +"**Para exportações web:** Última versão do Firefox, Chrome, Edge, Safari, " +"Opera, Samsung Internet" msgid "" "Godot doesn't use OpenGL/OpenGL ES extensions introduced after OpenGL 3.3/" "OpenGL ES 3.0, but GPUs supporting newer OpenGL/OpenGL ES versions generally " "have fewer driver issues." msgstr "" +"Godot não utiliza extensões OpenGL/OpenGL ES introduzidas após OpenGL 3.3/" +"OpenGL ES3.0, porém GPUs suportando novas versões das bibliotecas geralmente " +"têm menos problemas de driver." msgid "Translation status" msgstr "Progresso da Tradução" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/index.po index e2b0034137..2583986678 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index bc1288a721..0c75a0c843 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/using_assetlib.po index f4a3610602..8829511d5b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 97d06b7466..8dbdecede0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/channels.po b/sphinx/po/pt_BR/LC_MESSAGES/community/channels.po index d262ef7dd0..eaa7382c96 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/channels.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/community/tutorials.po b/sphinx/po/pt_BR/LC_MESSAGES/community/tutorials.po index af45be5ec4..82a1eb12a8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index c5d8bc723c..654cdc84dd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/code_style_guidelines.po index a1b55b278e..d5e3090031 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 6e2ea7663d..d3748e51b6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index a43644a6ff..185933c853 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 7398a6dfb2..24655aaaab 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,7 @@ msgstr "Bibliotecas de desenvolvimento ALSA." msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -115,6 +115,13 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" +#, fuzzy +msgid "NetBSD" +msgstr "**NetBSD**" + +msgid "For audio support, you can optionally install ``pulseaudio``." +msgstr "" + #, fuzzy msgid "OpenBSD" msgstr "**OpenBSD**" @@ -123,13 +130,6 @@ msgstr "**OpenBSD**" msgid "openSUSE" msgstr "**openSUSE**" -#, fuzzy -msgid "NetBSD" -msgstr "**NetBSD**" - -msgid "For audio support, you can optionally install ``pulseaudio``." -msgstr "" - #, fuzzy msgid "Solus" msgstr "**Solus**" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 9dda55d752..3435d43458 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 93f048ad5c..932a443546 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index f908d49bd2..88ddb9bd08 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -195,6 +195,8 @@ msgid "" "When compiling with multiple CPU threads, SCons may warn about pywin32 being " "missing. You can safely ignore this warning." msgstr "" +"Ao compilar com vários threads de CPU, os SCons podem avisar sobre a falta " +"do pywin32. Você pode ignorar este alerta com segurança." msgid "" "If all goes well, the resulting binary executable will be placed in ``C:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index a190c074bc..a39d135180 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 67599e2453..19c624362e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index c36a9d6b23..27695e8850 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/getting_source.po index 3bc1e438ee..1b3a6d1680 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/index.po index 28c4485b20..d2dbb63553 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 0a0e4a69a0..bf9ca32bf3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -77,11 +77,9 @@ msgid "" "reference platform-specific and universal configuration options." msgstr "" -#, fuzzy msgid "Using multi-threading" -msgstr "Usando múltiplas threads" +msgstr "Usando paralelismo" -#, fuzzy msgid "" "The build process may take a while, depending on how powerful your system " "is. By default, Godot's SCons setup is configured to use all CPU threads but " @@ -89,16 +87,15 @@ msgid "" "adjust how many CPU threads SCons will use, use the ``-j `` " "parameter to specify how many threads will be used for the build." msgstr "" -"Isso iniciará o processo de compilação, o que demorará um pouco. Por padrão, " -"a configuração SCons do Godot é projetada para usar todos os threads da CPU, " -"com exceção de um (para manter o sistema responsivo durante a compilação). " -"Se você quiser ajustar quantas threads da CPU o SCons deve usar, use o " -"parâmetro ``-j `` para especificar quantos threads serão usados " -"para a compilação." +"O processo de construção pode demorar um pouco, dependendo da potência do " +"seu sistema. Por padrão, a configuração do SCons do Godot é configurada para " +"usar todos os threads(partes_paralelizáveis) da CPU, exceto um (para manter " +"o sistema responsivo durante a compilação). Se você quiser ajustar quantos " +"threads de CPU os SCons usarão, use o parâmetro ``-j `` para " +"especificar quantos threads serão usados para a compilação." -#, fuzzy msgid "Example for using 4 threads::" -msgstr "Exemplo usando 4 threads:" +msgstr "Exemplo usando 4 partes_paralelizáveis:" msgid "Platform selection" msgstr "Seleção de plataforma" @@ -534,6 +531,8 @@ msgid "" "For instance, you may want to force a number of CPU threads with the " "aforementioned ``-j`` option for all future builds:" msgstr "" +"Por exemplo, você pode querer forçar uma série de threads de CPU com a opção " +"``-j`` mencionada acima para todas as compilações futuras:" msgid "SCU (single compilation unit) build" msgstr "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 71df54414e..ca0f59bc99 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 970c66e216..12c347fb7b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index e99d51724e..4a401e1686 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 51b3007bb3..01cda62d94 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 9fef24daa2..a52f4f2251 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index f29c605f14..3ce8bec7a1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index fd65558ab5..fe8921dc00 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index d5d0953ca0..204f1d31e0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 9b8dc4cd7c..6752f647d7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index b247d5af07..f641bd95bc 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 5356e2ef7d..af2f220ffb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index bad0b943c0..2cdd87335a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 419a946259..debdba79e4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 30c9e723c7..8188cb54d5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 0d5311b699..4db1d05b17 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 1774d08a15..20f53c8681 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index cfa9a09b5b..40b933eaf1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -64,7 +64,7 @@ msgid "Adding support for a new input device." msgstr "" msgid "Adding writing threads." -msgstr "Adicionando tópicos de escrita." +msgstr "Adicionando escrita de partes_paralelizáveis." msgid "Adding a custom VoIP protocol." msgstr "" @@ -155,6 +155,12 @@ msgid "" "flushed whenever either ``SceneTree::idle`` or ``SceneTree::iteration`` is " "executed." msgstr "" +"Para enviar comandos para o SceneTree, MessageQueue é um buffer thread-safe " +"para definir filas e chamar métodos para outros threads. Para enfileirar um " +"comando, obtenha o RID do objeto alvo e use ``push_call``, ``push_set`` ou " +"``push_notification`` para executar o comportamento desejado. A fila será " +"liberada sempre que ``SceneTree::idle`` ou ``SceneTree::iteration`` for " +"executado." msgid "References:" msgstr "Referências:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 3611e043d9..ade927209b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 402ff49fe5..c76e734bb1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index ce7ed314d0..6b9193bb60 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 6eb3138e5a..48bc5b8fde 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/index.po index 93bf2daa43..5dd1ab86bd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index 86af850a42..d37a549f8b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 0e4cc85d51..8223ac76af 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index eb7027d5f4..19aac8a941 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 183f787569..2c963483ea 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 34d23981d5..7fd58a09f0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -64,9 +64,7 @@ msgstr "" "exporta todas as suas funções por meio de Variants)" msgid "Be used to defer calls or move data between threads." -msgstr "" -"Ser usado para adiar chamadas [de métodos/funções] ou mover dados entre " -"threads." +msgstr "Ser usado para adiar chamadas ou mover dados entre threads." msgid "Be serialized as binary and stored to disk, or transferred via network." msgstr "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 5b372affcd..d5c669b426 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/index.po index a786944f7a..9e4eb06510 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/macos_debug.po index e8e4f1cae0..77519697d1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index f98683a977..30a4c182a8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -199,6 +199,10 @@ msgid "" "thread. This lets you see threads that can be a bottleneck at a given point " "in time." msgstr "" +"Na parte inferior de todas as abas, exceto **Resumo**, você também verá uma " +"lista de partes_paralelizáveis(threads) de CPU iniciados pelo mecanismo " +"junto com a utilização da CPU para cada thread(parte_paralelizável). Isso " +"permite ver threads que podem ser um gargalo em um determinado momento." msgid "" "If you don't want the startup procedure to be included in the profile, you " @@ -250,6 +254,8 @@ msgid "" "At the bottom of the window you will see a call tree for all CPU threads " "started, and the **Heaviest Stack Trace** overview." msgstr "" +"Na parte inferior da janela, você verá uma árvore de chamadas para todos os " +"threads de CPU iniciados e a visão geral do **Heaviest Stack Trace**." msgid "" "Select **Hide system libraries** in the **Call Tree** menu (at the bottom of " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index bdf32dfd72..830bb86343 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -183,6 +183,8 @@ msgid "" "`Clang TSAN documentation `__" msgstr "" +"`Documentação do Clang TSAN `__" msgid "" "The thread sanitizer is used to track down race conditions related to " @@ -193,6 +195,14 @@ msgid "" "a race condition, you need to add a lock to ensure only one thread can " "access the shared data at a given time." msgstr "" +"O thread sanitizer é usado para rastrear condições de corrida relacionadas " +"ao multithreading. Uma condição de corrida ocorre quando vários threads " +"tentam modificar os mesmos dados ao mesmo tempo. Como o agendamento de " +"threads pode ser ordenado de qualquer maneira pelo sistema operacional, isso " +"leva a um comportamento incorreto que ocorre apenas ocasionalmente (e pode " +"ser difícil de rastrear como resultado). Para evitar uma condição de " +"corrida, você precisa adicionar um bloqueio para garantir que apenas um " +"thread possa acessar os dados compartilhados em um determinado momento." msgid "" "To enable the thread sanitizer in a Godot build, pass the ``use_tsan=yes`` " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 6a94e6448b..99db947f21 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index a1b9f859d0..6047cd408f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/creating_icons.po index 6990d635cb..1120c57e89 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 3e4cd7ec83..24aada0065 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/index.po index b06b423d43..f3fb991044 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 58886ea9ba..0e4077a610 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index ace45c11fb..e2bb25ce9b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/index.po index e31af03079..db2c421a2e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/tscn.po index 37d165f191..8d26eaaa42 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/index.po index cb5930584d..331d9d3bcd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/building_the_manual.po index 44323da639..dbd7ddd254 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -149,6 +149,10 @@ msgid "" "32 CPU threads, ``-j auto`` (which corresponds to ``-j 32`` here) can " "require 20+ GB of RAM for Sphinx alone." msgstr "" +"Você pode usar ``-j auto`` para usar todos os threads de CPU disponíveis, " +"mas isso pode usar muita RAM se você tiver muitos threads de CPU. Por " +"exemplo, em um sistema com 32 threads de CPU, ``-j auto`` (que corresponde a " +"``-j 32`` aqui) pode exigir mais de 20 GB de RAM apenas para o Sphinx." #, fuzzy msgid "Specifying a list of files" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/class_reference_primer.po index a81d399447..07637b942e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/content_guidelines.po index 932e5d6004..b3315d8ce4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index d69c65c6d2..dbab5bf9bf 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 976778d5e9..418b2d3826 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 5587e4af9f..2804ed3a8e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index d13dd4b591..0f9734ad7e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/index.po index 1eaf1fd5a3..59133d5291 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index c2bda07173..550af00ff6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/ways_to_contribute.po index 2c1af78e12..fa1747ddff 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index ef926523b8..95174d9f57 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index f53e87075e..9639a264d5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/index.po index 626d2f38a8..e26d7ae951 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 9cd95e0f91..e8a7db9bdd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_workflow.po index d23473b63c..f96d892441 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 6817608024..652f7eed64 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index ae989676dd..0a4fc242e7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,6 +30,8 @@ msgid "" "When creating the new project, you only need to choose a valid *Project " "Path*. You can leave the other default settings alone." msgstr "" +"Ao criar um novo projeto, você apenas precisa escolhar um *Caminho do " +"Projeto* válido, podendo deixar as outras configurações padrão como estão." msgid "GDScript" msgstr "GDScript" @@ -67,6 +69,8 @@ msgid "" "The C++ part of this tutorial wasn't rewritten for the new GDExtension " "system yet." msgstr "" +"A parte deste tutorial em C++ não foi reescrita para o novo sistema " +"GDExtension ainda." msgid "Your project folder should look like this." msgstr "Sua pasta de projeto deve se parecer com isto." diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 816be31efc..80a2d41037 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 454c7e8566..81286a840d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -94,6 +94,9 @@ msgid "" "``_process()`` function. If you didn't select the default template shown " "above, create these functions while following the lesson." msgstr "" +"Seu script ``player.gd`` já deve conter uma função ``_ready()`` e " +"``_process()``. Se você não selecionou o modelo padrão mostrado acima, crie " +"estas funções enquante segue ao tutorial." msgid "" "The ``_ready()`` function is called when a node enters the scene tree, which " @@ -150,16 +153,23 @@ msgid "" "We need to assign a key to this action. Click the \"+\" icon on the right, " "to open the event manager window." msgstr "" +"Nós devemos assinalar uma tecla à esta ação. Clique no ícone \"+\" a " +"direita, para abrir a janela do gerenciador de eventos." msgid "" "The \"Listening for Input...\" field should automatically be selected. Press " "the \"right\" key on your keyboard, and the menu should look like this now." msgstr "" +"O campos \"Escutando por Entradas...\" deve estar selecionado " +"automaticamente. Pressione a tecla \"direita\" no seu teclado, e o menu " +"deverá se parecer com isso." msgid "" "Select the \"ok\" button. The \"right\" key is now associated with the " "``move_right`` action." msgstr "" +"Selecione o botão \"ok\". A tecla \"direita\" está agora associada à ação " +"``move_right``." msgid "Repeat these steps to add three more mappings:" msgstr "Repita estes passos para adicionar três outros mapeamentos:" @@ -424,17 +434,22 @@ msgid "" "Godot will create a function with that exact name directly in script for " "you. You don't need to change the default settings right now." msgstr "" +"Godot irá criar uma função com este nome exato diretamente no script para " +"você. Você não precisa alterar as preferências padrões agora." msgid "" "If you're using an external text editor (for example, Visual Studio Code), a " "bug currently prevents Godot from doing so. You'll be sent to your external " "editor, but the new function won't be there." msgstr "" +"Se estiver usando um editor de textos externo (por exemplo, Visual Studio " +"Code), um bug atualmente previne o Godot de faze-lo. Você será transferido " +"para o seu editor externo, mas a nova função não estará lá." msgid "" "In this case, you'll need to write the function yourself into the Player's " "script file." -msgstr "" +msgstr "Neste caso, você deverá escrever a função dentro do script do Player." msgid "" "Note the green icon indicating that a signal is connected to this function; " @@ -442,6 +457,10 @@ msgid "" "connect to a function with that name, so double-check that the spelling of " "the function matches exactly!" msgstr "" +"Observe o ícone verde indicando que um sinal está conectado a esta função; " +"oque não significa que esta função exista, apenas que o sinal irá tentar se " +"conectar a uma função com este nome, então verifique se o nome da função " +"está correto!" #, fuzzy msgid "Next, add this code to the function:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 27e1878a7c..4f55e87211 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -72,6 +72,9 @@ msgid "" "`RigidBody2D ` section of the inspector to ``0``. This " "will prevent the mob from falling downwards." msgstr "" +"Selecione o nó ``Mob`` e configure a propriedade ``Escala de Gravidade`` na " +"seção :ref: ```RigidBody2D `` do inspetor para ``0``. " +"Isto irá previnir que o mob caia para baixo." #, fuzzy msgid "" @@ -101,11 +104,15 @@ msgid "" "The ``Animation Speed`` property has to be set for each individual " "animation. Adjust it to ``3`` for all 3 animations." msgstr "" +"A propriedade ``Velocidade de Animação`` deve estar configurada para cada " +"uma. Ajuste-a para ``3`` em todas as três animações." msgid "" "You can use the \"Play Animation\" buttons on the right of the ``Animation " "Speed`` input field to preview your animations." msgstr "" +"Você pode utilizar os botões \"Tocar Animação\" à direita do campo de " +"entrada ``Velocidade de Animação`` para pré-visualizar suas animações." msgid "" "We'll select one of these animations randomly so that the mobs will have " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index a4acba6402..31c0c48f54 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index ade06783bb..49d2d2fe1f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,13 +125,13 @@ msgstr "" "das bordas do nó Control até sua âncora. Veja :ref:" "`doc_design_interfaces_with_the_control_nodes` para mais detalhes." -#, fuzzy msgid "" "Arrange the nodes as shown below. You can drag the nodes to place them " "manually, or for more precise placement, use \"Anchor Presets\"." msgstr "" -"Você pode arrastar os nós para colocá-los manualmente ou, para um " -"posicionamento mais preciso, usar as seguintes configurações:" +"Organize os nós conforme mostrado abaixo. Você pode arrastar os nós para " +"posicioná-los manualmente ou, para um posicionamento mais preciso, usar " +"\"Predefinições de âncora\"." msgid "ScoreLabel" msgstr "ScoreLabel" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 5ecee12e83..53de2c96b2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/index.po index ff96db849f..82d7452238 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,6 +95,10 @@ msgid "" "starting with 2D games. This will allow you to become comfortable with both " "before tackling 3D games, which tend to be more complicated." msgstr "" +"Se você for novo no desenvolvimento de jogos, ou não estiver familiarizado " +"com o Godot, recomendamos que comece com jogos 2D. Isto permitirá que você " +"se familiarize com ambos antes de começar a desenvolver jogos 3D, os quais " +"tendem a ser mais complicados." msgid "You can find a completed version of this project at this location:" msgstr "Você pode encontrar uma versão finalizada deste projeto neste local:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 1353433e63..e76455e01a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 081a132394..84ed981fcb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index f6ac90105f..98421c04b3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 6f94e089ba..870146a561 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index c6afbcb235..1b00afdb69 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 84a1f4ce93..e6e0086951 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 4ab4c6c22a..a50b15bc85 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -242,7 +242,7 @@ msgid "Next is ``Mob.gd``." msgstr "O próximo é ``Mob.gd``." msgid "Finally, the longest script, ``Player.gd``:" -msgstr "Finalmente, o script mais longo, ``Player.gd``." +msgstr "Finalmente, o script mais longo, ``Player.gd``:" msgid "See you in the next lesson to add the score and the retry option." msgstr "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 5dd4fd493f..47971c0cee 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -237,7 +237,7 @@ msgid "" "line:" msgstr "" "Na parte inferior da função ``_on_mob_timer_timeout()``, adicione a seguinte " -"linha." +"linha:" msgid "" "This line means that when the mob emits the ``squashed`` signal, the " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index fc89707cf3..a149a936f4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 3862052793..8e810ba2ad 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/index.po index 3c382ecbde..451483260e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 184a8fb4f6..44eaa3eff3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,8 @@ msgstr "" msgid "" "To learn the Project Manager's ins and outs, read :ref:`doc_project_manager`." msgstr "" +"Para aprender os mecanismos do Gerenciador de Projetos, leai :ref: " +"``doc_project_manager`." msgid "" "You can also change the editor's language using the drop-down menu to the " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index 2222145115..9c9ae3d0b0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/index.po index 0a981eb211..8c07bc3661 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 496abd2b33..6fb9a396c4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -198,6 +198,9 @@ msgid "" "with concepts such as classes and objects will help you code efficiently in " "it." msgstr "" +"Godot se baseia em um paradigma de programção baseado em objetos. " +"Familiaridade com tais conceitos como classes e objetos ajudaram você a " +"programar de forma eficiente." msgid "" "If you are entirely new to programming, we recommend following the `CS50 " @@ -205,17 +208,28 @@ msgid "" "will teach you everything you need to know to be off to a good start. It " "will save you countless hours and hurdles learning any game engine afterward." msgstr "" +"Se você for completamente novo no mundo da programação, recomendamos que " +"você siga o curso`CS50 open courseware`_ da Universidade de Harvard. É um " +"ótimo curso gratuito, que ensinará você tudo oque precisa para um bom " +"início. Este conteúdo o livrará de diversas horas e dores de cabeça " +"aprendendo a utilizar qualquer Game Engine." msgid "" "In CS50, you will learn multiple programming languages. Don't be afraid of " "that: programming languages have many similarities. The skills you learn " "with one language transfer well to others." msgstr "" +"No curso CS50, você aprenderá diversas linguagens de programação. Porém não " +"se preocupe com isso, já que linguagens de programação utilizam conceitos " +"parecidos. As habilidade que você adquire com uma linguagem são " +"transferíveis para outras." msgid "" "We will provide you with more Godot-specific learning resources in :ref:" "`doc_learning_new_features`." msgstr "" +"Nós vamos te providenciar recursos de aprendizagem específicos sobre o Godot " +"em :ref: ``doc_learning_new_features`." msgid "" "In the next part, you will get an overview of the engine's essential " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 1c94b2bf76..21acaa96aa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 2635043262..891ee97295 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -117,13 +117,16 @@ msgstr "" "constante, para ir até ele." msgid "Learning to think like a programmer" -msgstr "" +msgstr "Aprender a pensar como um programador" msgid "" "Teaching programming foundations and how to think like a game developer is " "beyond the scope of Godot's documentation. If you're new to programming, we " "recommend two excellent free resources to get you started:" msgstr "" +"Ensinar os fundamentos sobre programação e a forma que os desenvolvedores de " +"jogos pensam está fora do escopo da documentação do Godot. Se você for novo " +"na programação, recomendamos dois recursos excelentes para começar:" msgid "" "Harvard university offers a free courseware to learn to program, `CS50 " @@ -133,11 +136,21 @@ msgid "" "You can see this course as an investment that will save you time and trouble " "when you learn to create games." msgstr "" +"A Universidade Harvard oferece um curso gratuito para aprender a programar, " +"`CS50 `_. Este conteúdo irá te ensinar os " +"fundamentos da programação, como o código funciona e como os programadores " +"pensam. Estas habilidades são essenciais para se tornar um desenvolvedor de " +"jogos e para aprender de forma eficiente a utilizar qualquer game engine. " +"Você pode encarar este curso como um investimento que te poupará tempo e " +"dores de cabeça no processo de criação de jogos." msgid "" "If you prefer books, check out the free ebook `Automate The Boring Stuff " "With Python `_ by Al Sweigart." msgstr "" +"Se você preferir leitura, dê uma olhada neste ebook gratuito `Automate The " +"Boring Stuff With Python `_ escrito por " +"Al Sweigart." msgid "Learning with the community" msgstr "Aprenda com a comunidade" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/index.po index bcc84637de..53640cb531 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/instancing.po index af1c3c9b07..eebbb55ca2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -108,6 +108,10 @@ msgid "" "have Godot opened, click on *Project -> Quit to Project List* (:kbd:`Ctrl + " "Shift + Q`, :kbd:`Ctrl + Option + Cmd + Q` on macOS)" msgstr "" +"Extraia o arquivo no seu computador. Para importá-lo, você precisará do " +"Gerenciador de Projeto, este pode ser acessado abrindo o Godot, ou se ele já " +"estiver aberto clique em *Projetos > Sair para a Lista de Projetos* (:kbd: " +"`Ctrl + Shift + Q`, :kbd: `Ctrl + Option + Cmd + Q` no macOS)" #, fuzzy msgid "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index a1ffe22c7a..f859f67738 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -234,6 +234,9 @@ msgid "" "For a complete reference of the Inspector dock, see :ref:" "`doc_editor_inspector_dock`." msgstr "" +"Você pode editar qualquer propriedade listada no inspetor, assim como " +"fizemos com o Text. Para um referência completa sobre a aba do Inspetor, " +"veja :ref: `doc_editor_inspector_dock`." msgid "" "You can move your Label node in the viewport by selecting the move tool in " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index ac2f328011..8f6b2c247c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -134,6 +134,8 @@ msgid "" "C# script names need to match their class name. In this case, you should " "name the file ``MySprite2D.cs``." msgstr "" +"Os nomes do scripts em C# devem ser iguais aos nomes de sua classe. Neste " +"caso você deve nomear o arquivo ```MySprite2D.cs``." #, fuzzy msgid "" @@ -374,6 +376,9 @@ msgid "" "``double``. We therefore need to convert it to ``float`` when we apply it to " "the rotation." msgstr "" +"Em C#, note como o argumento ``delta`` passado ao método ```_Process()`` é " +"do tipo ```double``. Nós, portanto, devemos converte-lo para o tipo " +"``float`` ao aplicarmos à rotação." msgid "Moving forward" msgstr "Adicionando movimento" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index ce579b4a7c..d36a608356 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -155,8 +155,8 @@ msgstr "" msgid "Supports multiple threads as efficiently as statically typed languages." msgstr "" -"Suporta múltiplas threads tão eficientemente quanto linguagens de tipo " -"estático." +"Suporta múltiplas partes_paralelizáveis tão eficientemente quanto linguagens " +"de tipagem estática." msgid "" "No `garbage collection `." msgid "C++ via GDExtension" -msgstr "" +msgstr "C++ através da GDExtension" #, fuzzy msgid "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index dc5b59e398..1ce3921bdb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/signals.po index e4e490a4ac..2edef7ef64 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -407,6 +407,9 @@ msgid "" "\"_on_node_name_signal_name\" and in C# as \"OnNodeNameSignalName\". Here, " "it'll be \"_on_timer_timeout\" for GDScript and OnTimerTimeout() for C#." msgstr "" +"Por convenção, nomeamos estes métodos de callback em GDScript como " +"\"_on_nome_do_no_nome_do_sinal\" e em C# como \"OnNomeDoNoNomeDoSinal\". " +"Aqui, ele será \"_on_timer_timeout para GDScript e OnTimerTimeout() para C#." msgid "" "The ``visible`` property is a boolean that controls the visibility of our " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/index.po b/sphinx/po/pt_BR/LC_MESSAGES/index.po index 007a097c84..253b91790e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -139,23 +139,30 @@ msgstr "Documentação offline" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Você também pode `baixar uma cópia em HTML `__ para leitura offline (atualizada toda segunda-feira). Extraia o " "arquivo ZIP e abra o arquivo ``index.html`` em um navegador web." +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Para dispositivos móveis ou leitores digitais, você também pode `baixar uma " "cópia em ePub \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index 4fba817e95..86f9a04c15 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index be6a8d31be..945b649ff0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_meshes.po index 4dcc080353..287c2cda0d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_movement.po index 8dfc2b33cf..e5aa38ade2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index bce750d183..d27979ac82 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_transforms.po index 12dd75cfd9..c176438c87 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/canvas_layers.po index 34f7493812..5ab1e8299f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index af895f4529..92907dacd7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/index.po index cef2af1bc7..d939cd6cc1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 75d86e5dc5..d716f16f82 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -160,7 +160,7 @@ msgstr "" #, fuzzy msgid "Particle flipbook texture example" -msgstr "Outro exemplo:" +msgstr "Exemplo de textura de flipbook de partículas" msgid "" "Credit: `JoesAlotofthings \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/using_tilesets.po index 5bd2c5842c..19e37ea735 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -666,9 +666,8 @@ msgid "" "on your use cases, one method may be faster than the other:" msgstr "" -#, fuzzy msgid "Using multiple tile selection" -msgstr "Usando múltiplas threads" +msgstr "Usando a seleção de vários blocos" msgid "" "If you wish to configure various properties on several times at once, choose " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 36384570f9..2a2081daca 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index c5f73fabe0..5bdefba312 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_text.po index 50d44c815f..b39a9248ec 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/csg_tools.po index 57060f8165..ead8b1ba85 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 0a5c4639a3..23ddfcd46c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1110,9 +1110,8 @@ msgid "" "resource." msgstr "" -#, fuzzy msgid "Example of using glow in a 2D scene" -msgstr "Exemplo usando 4 threads:" +msgstr "Exemplo de uso de brilho em uma cena 2D" msgid "" "Example of using glow in a 2D scene. HDR 2D is enabled, while coins and the " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 9466a15f5b..1dd5fbc74a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 0b595e9ede..0bbab99458 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 56a310a28c..bdf0d1cd40 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 28ad8f7ad5..ac38474102 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 65d26df1e8..abc8304781 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 564a0c5a0c..e5bc2364aa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 693b1090e0..f59780d698 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index a201369308..8569a9498a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/index.po index 1d5e298941..1b115ca8bd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index a46594569e..c29fec303c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index b66ac7d104..8dda39ae95 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/mesh_lod.po index 70028089b3..3dc7a75935 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/occlusion_culling.po index b0a24f585a..65c47fd03c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/attractors.po index 28d41a0403..da09c089c1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/collision.po index 7bcc1434e7..52d2c001b5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 126427d2a3..f88e434327 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 74d3eefd47..470629bb38 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/index.po index d5267aabfa..f18bbd46a0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 7b7e31e150..95bb1c1bd8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/properties.po index 69c9ee14fa..0ccc737b2f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/subemitters.po index c2753c084e..922fced353 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/trails.po index 52004d9ed3..d56b655faf 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/turbulence.po index 890ec43c2e..a9f12142b0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index aa8f66b7d7..350d4ff4ce 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 322c1c614f..48229ef52f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index bf9ad5eb03..8959c584d6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 756844296e..332834ae04 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 0895ca43e6..7a9f6a2273 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 571ae4a484..471429d529 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/resolution_scaling.po index e158019efe..b5889314a9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 2fca84ba72..3290fc9702 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_decals.po index 7eeaf2b629..6e26ca7cc8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_gridmaps.po index d4eea04522..185bc55947 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 8901e853a0..de93157a82 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_transforms.po index d949884456..f1edf2b28b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index c051ce0943..ffa5c5d98f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/visibility_ranges.po index a419686441..dd120111aa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/volumetric_fog.po index a41a4247c2..a5bf4a6af9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 6451dab3a7..ec3e023267 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_track_types.po index 2469219ce3..d0c1f0328c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_tree.po index b7f70113c8..570d485ef6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/creating_movies.po index 486709c632..167f1cf887 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/cutout_animation.po index 7d3952003e..206b47e075 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/index.po index bb0c7733fa..b6e315fe34 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/introduction.po index 0c84fa8fce..74d70dad6b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/playing_videos.po index aa11d8afa4..6cc2321da5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 64ba4641a5..3efc476bf3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 43084ca971..87c54100fb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 5155ac4984..a3cccf1e69 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index d9caed0cba..af91e654fa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 62b9466d24..f24f033081 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 28d823bb47..fa96131441 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index a53cdfc444..cd7340d1a2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index d18d8fde73..bef011f321 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 84bad0d3a6..6c1cb7e643 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index b2ecd3d2e0..0548b81db0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 61069d3bc2..e6d54ef902 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index e699e03a36..187d335dd0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 0177f5455d..ec866edf22 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 507e56ba94..e09d7295db 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 65131b303e..7876463875 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 186e6615fc..a1c4163062 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 7419598e49..0183118bf6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/index.po index 35aa8de3da..f8b12856f5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 383d9c68e8..cbfb392227 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_buses.po index 946eacb199..40db40e686 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_effects.po index d8b822e2e0..ed5d8d8d15 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_streams.po index 844bf6059c..923702afd5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/index.po index 7986a86bc8..3b1e77da09 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 20fa12967f..ec3a2578c7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 471ee586fe..863d1ecd45 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -208,11 +208,12 @@ msgid "" "for songs of any length, or synchronizing anything (sound effects, as an " "example) to music." msgstr "" -"O resultado pode ser um pouco instável devido ao funcionamento de vários " -"threads. Apenas verifique se o valor não é menor do que no quadro anterior " -"(descarte-o se for o caso). Essa também é uma abordagem menos precisa do que " -"a anterior, mas funcionará para músicas de qualquer duração ou para " -"sincronizar qualquer coisa (efeitos sonoros, por exemplo) com a música." +"O resultado pode ser um pouco instável devido ao funcionamento de várias " +"partes_paralelizáveis. Apenas verifique se o valor não é menor do que no " +"quadro anterior (descarte-o se for o caso). Essa também é uma abordagem " +"menos precisa do que a anterior, mas funcionará para músicas de qualquer " +"duração ou para sincronizar qualquer coisa (efeitos sonoros, por exemplo) " +"com a música." msgid "Here is the same code as before using this approach:" msgstr "Aqui está o mesmo código de antes usando essa abordagem:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/text_to_speech.po index d7a047bcd2..1bae3f93b9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 7fbfb084c8..b264ff704d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 74061381ac..0f60a2e89f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 3e9b4665a7..f570039cfe 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 1cbf51f40d..24e5b0ef48 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/index.po index d1d3360de9..59ac558a93 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 996d6aa87d..eb96bb81a5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index d34e1e1012..308230f80f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 52a13cea21..5c7e9affc6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/project_organization.po index a5bc47f801..19daeef2fb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 33244bdc8f..8de83ad98a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 8e920ef9e2..38b27cbed0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -108,9 +108,8 @@ msgstr "" "trabalhos acima. A caixa de diálogo de criação tem até uma barra de pesquisa " "para pesquisar o tipo por nome." -#, fuzzy msgid "There are two systems for registering types:" -msgstr "Existem dois sistemas para registrar tipos..." +msgstr "Existem dois sistemas para registrar tipos:" msgid ":ref:`Custom Types `" msgstr ":ref:`Tipos Personalizados `" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index d7eba6e890..9e479e161c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -137,7 +137,6 @@ msgstr "" msgid "Working with Git on Windows" msgstr "Trabalhando com Git no Windows" -#, fuzzy msgid "" "Most Git for Windows clients are configured with the ``core.autocrlf`` set " "to ``true``. This can lead to files unnecessarily being marked as modified " @@ -146,8 +145,8 @@ msgid "" msgstr "" "A maioria dos clientes Git para Windows são configurados com o ``core." "autocrlf`` definido como ``true``. Isso pode fazer com que os arquivos sejam " -"desnecessariamente marcados como modificados pelo Git devido ao término de " -"sua linha ser convertido automaticamente. É melhor definir esta opção como::" +"marcados desnecessariamente como modificados pelo Git devido aos seus finais " +"de linha serem convertidos de LF para CRLF automaticamente." msgid "It is better to set this option as:" msgstr "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index eb28972043..c3f24fca73 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 18ad61993a..5dc2f2c9b4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -219,15 +219,15 @@ msgstr "Caminho para um arquivo de pacote (.pck) a ser carregado." msgid "``--render-thread ``" msgstr "``--render-thread ``" -#, fuzzy msgid "" "|release| Render thread mode ('unsafe', 'safe', 'separate'). See :ref:" "`Thread Model ` for more details." msgstr "" -"Modo de thread de renderização ('unsafe', 'safe', 'separate'). Veja :ref:" -"`Modelo de Thread ` para mais detalhes." +"|release| Modo de parte_paralelizável de renderização ('unsafe', 'safe', " +"'separate'). Veja :ref:`Thread Model " +"` para " +"mais detalhes." msgid "``--remote-fs
``" msgstr "``--remote-fs ``" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/customizing_editor.po index 9bd5471614..19e049df78 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/default_key_mapping.po index b9543cae63..a257124bcf 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/external_editor.po index a07ab0f8b2..9c670fa8c5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/index.po index ded0f65580..8724759c05 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/inspector_dock.po index fdcec53edb..8d36b4b6a7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/managing_editor_features.po index f310ec74f0..550a78bd88 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_manager.po index 2e0a1700d8..85ac422841 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_settings.po index 0c8f2e26bf..63eacea910 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 29a2aed9f2..6c63e3a898 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 1302fd2697..3c5eeefb02 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/android_gradle_build.po index b9052714f2..3ad736b14d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 173450b2f9..605fc28927 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_android.po index bbbb60581d..136760e933 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index c795582111..4050f357ae 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_ios.po index d75f105da3..7307b67f87 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 2b3d86bfec..614feef004 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_macos.po index d7f972b382..a67c1844a8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_web.po index 6b586b124c..b464bd1275 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 498e08c4f5..5238e19867 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_pcks.po index c30623d4e9..166deb04a8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_projects.po index c631f4b841..704daefddd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/feature_tags.po index 505b3426bb..bbe8773345 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/index.po index ee625f7ed8..4a6f0ac980 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/one-click_deploy.po index 1c6b82184b..6de97d919f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/running_on_macos.po index ea79f8e5a0..c56ccbc14c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/index.po index b39fe7eb13..5c96133e70 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 3e2a6800d2..c575ca3e6c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/locales.po index 95077cd2f7..5489275f51 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index a10b73f894..5c3b4fafe8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index ca032bb9e1..15e9221f56 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 1a111518b9..099ed7a5a0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index e4074d9976..c8980fc2d7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index cb70a562fa..70bf36500b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/index.po index e4561d9c60..c4be8355af 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/input_examples.po index 7bde8c3f62..4be9e82a88 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/inputevent.po index fe637aff5f..b4117e105a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index d8046e2b6f..66452cc88c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/background_loading.po index 0bf0957670..b8ec2c5f11 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,6 +38,9 @@ msgid "" "One way around this is using ``ResourceLoader`` to load resources " "asynchronously in background threads." msgstr "" +"Uma maneira de contornar isso é usar ``ResourceLoader`` para carregar " +"recursos de forma concorrente(assíncrona) em partes_paralelizáveis no " +"segundo plano." #, fuzzy msgid "Using ResourceLoader" @@ -49,6 +52,10 @@ msgid "" "`, which will then be " "loaded in threads in the background." msgstr "" +"Geralmente, você enfileira solicitações para carregar recursos para um " +"caminho usando :ref:`ResourceLoader.load_threaded_request " +"`, que será então " +"carregado em partes_paralelizáveis em segundo plano." msgid "" "You can check the status with :ref:`ResourceLoader.load_threaded_get_status " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 6c2dda14d0..82d3d0f5ca 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/data_paths.po index 0857e4f973..029d93b4ed 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/index.po index 4497146327..02d39b1584 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index a13c34655c..042bc4340a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/saving_games.po index bd3e28b7b2..4adc7257ec 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 4d6b18a63f..4abae7ea23 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/index.po index c0a0152812..3d8cfdae9d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/interpolation.po index 7f89e1b922..6aec7d6fc0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 5fa20c01a0..1ea09f2f44 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/random_number_generation.po index f30fbba822..0e7f2d8069 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vector_math.po index febaa8c2dc..b4ba9a6f26 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vectors_advanced.po index ef9331d6f4..6f7223fe97 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/index.po index b739a18e38..cc8d72dd2d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index c64d6f4472..d0a59ce1f5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index aa56e6603a..fbc703c32b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 8976881d4d..8ab731b06b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -201,9 +201,8 @@ msgstr "" msgid "Using the Project Manager" msgstr "O Gerenciador de Projetos" -#, fuzzy msgid "To use the project upgrade tool:" -msgstr "Definindo o caminho do projeto" +msgstr "Para usar a ferramenta de atualização do projeto:" #, fuzzy msgid "Open the Godot 4 Project Manager." @@ -1429,9 +1428,8 @@ msgstr "Filtrar Arquivos" msgid "See :ref:`doc_gui_using_fonts`." msgstr ":ref:`Contêiners GUI `" -#, fuzzy msgid "DynamicFont" -msgstr "Dinâmico:" +msgstr "Fonte Dinâmica" #, fuzzy msgid "DynamicFontData" @@ -1548,6 +1546,9 @@ msgid "" "example, the following code snippet in Godot 3.x must be modified to work in " "4.0:" msgstr "" +":ref:`Threading ` As APIs mudaram na versão 4.0. " +"Por exemplo, o seguinte trecho de código no Godot 3.x deve ser modificado " +"para funcionar no 4.0:" msgid "" "``Thread.is_active()`` is no longer used and should be converted to ``Thread." diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/index.po index cc84c7ce3c..3f0f05ac1a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index ecca805675..3d52647ac9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index a2974eff13..a618ad4e06 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 0cb5c21798..8b0e4642df 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 96fa8ffb93..09bc777ead 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 373f22c358..29e06505e8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 2fad51edd5..2f2f172d71 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index e283202f59..7ce229f854 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index a36e97bca3..56ee3a1e59 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 239a25bad2..442f0bd1c1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index dd3ca33eb5..62cde48a99 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index e062bb8f91..8d51d635b4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 31bfdd9026..b6ace49b4c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 9e83ac6f9e..3e870e1f54 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -273,6 +273,9 @@ msgid "" "``bake_from_source_geometry_data_async()`` is the same but bakes the " "navigation mesh deferred with threads, not blocking the main thread." msgstr "" +"``bake_from_source_geometry_data_async()`` é o mesmo, mas prepara a malha de " +"navegação adiada com partes_paralelizáveis, não bloqueando a parte " +"principal(main thread)." msgid "" "Compared to a NavigationRegion, the NavigationServer offers finer control " @@ -375,6 +378,11 @@ msgid "" "source of any performance issues (assuming a reasonably sized and complex " "geometry for runtime rebakes)." msgstr "" +"O Pré-Calculo da Malha de navegação é feito por padrão em uma " +"parte_paralelizável em segundo plano, portanto, desde que a plataforma " +"suporte partes_paralelizáveis, o Pré-Calculo real raramente é a fonte de " +"quaisquer problemas de desempenho (assumindo uma geometria complexa e de " +"tamanho razoável para recálculo em tempo de execução)." msgid "" "The common source for performance issues at runtime is the parsing step for " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index df934f7855..0512532b6c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 8a3c7b0f14..967b17158e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 15bd17ed5f..331ecd951f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index d8284ae969..c128cdbb4b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 467993cd1b..45fdd1c029 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 6146864fb3..b879fde60e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_client_class.po index 2fbd4ce7f6..48352f63f1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_request_class.po index ace7184220..51ee6d2e81 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/index.po index 2412e6da18..48afb478e3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/ssl_certificates.po index e0be9f6ba7..bfa25b7498 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/webrtc.po index 757abbbdb8..2ec8c39364 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/websocket.po index 87517fa8b6..6a88ee62af 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 7f7aa5ffd4..4cfee7b5df 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -266,7 +266,7 @@ msgid "" msgstr "" msgid "Threads" -msgstr "Threads" +msgstr "Partes_Paralelizáveis" msgid "" "Consider using threads when making a lot of calculations that can run in " @@ -274,6 +274,11 @@ msgid "" "doing a limited amount of work. By spreading work over multiple threads, you " "can move further towards peak CPU efficiency." msgstr "" +"Considere o uso de partes_paralelizáveis(threads) ao fazer muitos cálculos " +"que podem ser executados paralelamente entre si. As CPUs modernas têm vários " +"núcleos, cada um capaz de realizar uma quantidade limitada de trabalho. Ao " +"distribuir o trabalho por várias partes_paralelizáveis, você pode avançar " +"ainda mais em direção ao pico de eficiência da CPU." msgid "" "The disadvantage of threads is that you have to be incredibly careful. As " @@ -284,10 +289,18 @@ msgid "" "these race conditions. Threads can make debugging considerably more " "difficult." msgstr "" +"A desvantagem do uso de partes_paralelizáveis (threads) é que você precisa " +"ser extremamente cuidadoso. Como cada núcleo da CPU opera de forma " +"independente, eles podem acabar tentando acessar a mesma memória ao mesmo " +"tempo. Uma parte_paralelizável pode ler uma variável enquanto outro escreve: " +"isso é chamado de *condição de corrida*. Antes de usar threads, certifique-" +"se de compreender os perigos e como tentar evitar essas condições de " +"corrida. Partes_Paralelizáveis(threads) podem tornar a depuração " +"consideravelmente mais difícil." msgid "For more information on threads, see :ref:`doc_using_multiple_threads`." msgstr "" -"Para obter mais informações sobre threads, consulte: ref: " +"Para obter mais informações sobre partes_paralelizáveis, consulte: ref: " "`doc_c_sharp_differences`." msgid "SceneTree" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/general_optimization.po index 6867dcb14f..c6167dde25 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/gpu_optimization.po index e2e874351a..77384193f8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/index.po index 8f4ec711c3..5174f986bd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -83,7 +83,7 @@ msgid "3D" msgstr "3D" msgid "Threads" -msgstr "Threads" +msgstr "Partes_Paralelizáveis" msgid "Translation status" msgstr "Progresso da Tradução" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 867c6635ab..c3dc65520f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 8978fd6780..d8820d27f9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,12 +21,15 @@ msgid "Thread-safe APIs" msgstr "" msgid "Threads" -msgstr "Threads" +msgstr "Partes_Paralelizáveis" msgid "" "Threads are used to balance processing power across CPUs and cores. Godot " "supports multithreading, but not in the whole engine." msgstr "" +"Partes_Paralelizáveis são usadas para equilibrar o poder de processamento " +"entre CPUs e núcleos. Godot suporta multithreading(paralelismo), mas não em " +"todo o Motor." msgid "" "Below is a list of ways multithreading can be used in different areas of " @@ -42,12 +45,21 @@ msgid "" "servers, ensure threaded or thread-safe operation is enabled in the project " "settings!)." msgstr "" +":ref:`Global Scope` singletons(padrão: único) são todos " +"parte_paralelizável segura(thread-safe). O acesso a servidores a partir de " +"partes_paralelizáveis é suportado (para servidores RenderingServer e " +"Physics, certifique-se de que a operação threaded ou thread-safe esteja " +"habilitada nas configurações do projeto!)." msgid "" "This makes them ideal for code that creates dozens of thousands of instances " "in servers and controls them from threads. Of course, it requires a bit more " "code, as this is used directly and not within the scene tree." msgstr "" +"Isso os torna ideais para códigos que criam dezenas de milhares de " +"instâncias em servidores e as controlam a partir de partes_paralelizáveis. " +"Claro, isso requer um pouco mais de código, pois é usado diretamente e não " +"na árvore de cena." msgid "Scene tree" msgstr "Árvore de cena" @@ -57,6 +69,10 @@ msgid "" "use mutexes when sending data between threads. If you want to call functions " "from a thread, the *call_deferred* function may be used:" msgstr "" +"Interagir com a árvore de cena ativa **NÃO** é seguro para " +"partes_paralelizáveis. Certifique-se de usar mutexes ao enviar dados entre " +"threads(partes_paralelizáveis). Se você quiser chamar funções de um thread, " +"a função *call_deferred* pode ser usada:" msgid "" "However, creating scene chunks (nodes in tree arrangement) outside the " @@ -70,6 +86,12 @@ msgid "" "but you risk resources (which are only loaded once in Godot) tweaked by the " "multiple threads, resulting in unexpected behaviors or crashes." msgstr "" +"Ainda assim, isso só é realmente útil se você tiver **um** " +"parte_paralelizável carregando dados. Tentar carregar ou criar pedaços de " +"cena a partir de vários partes_paralelizáveis pode funcionar, mas você corre " +"o risco de recursos (que só são carregados uma vez no Godot) ajustados pelas " +"várias partes_paralelizáveis, resultando em comportamentos inesperados ou " +"travamentos." msgid "" "Only use more than one thread to generate scene data if you *really* know " @@ -100,6 +122,12 @@ msgid "" "`RenderingServer`, as data needs to be transmitted to " "or updated on the GPU." msgstr "" +"Você deve evitar chamar funções que envolvam interação direta com a GPU em " +"outras partes_paralelizáveis, como criar novas texturas ou modificar e " +"recuperar dados de imagem, essas operações podem levar a travamentos de " +"desempenho porque requerem sincronização com o :ref:" +"`RenderingServer`, pois os dados precisam ser " +"transmitidos ou atualizados na GPU." msgid "GDScript arrays, dictionaries" msgstr "GDScript matrizes, dicionários" @@ -109,6 +137,10 @@ msgid "" "anything that changes the container size (resizing, adding or removing " "elements) requires locking a mutex." msgstr "" +"No GDScript, ler e escrever elementos de várias partes_paralelizáveis é " +"aceitável, mas qualquer coisa que altere o tamanho do contêiner " +"(redimensionamento, adição ou remoção de elementos) requer o bloqueio de um " +"mutex." msgid "Resources" msgstr "Recursos" @@ -123,6 +155,16 @@ msgid "" "easiest to use **one** thread for loading and modifying resources, and then " "the main thread for adding them." msgstr "" +"Não há suporte para modificar um recurso exclusivo de várias " +"partes_paralelizáveis. No entanto, o tratamento de referências em vários " +"partes_paralelizáveis é suportado, portanto, o carregamento de recursos em " +"uma Parte Paralelizável também - cenas, texturas, malhas, etc. - pode ser " +"carregado e manipulado em um parte_paralelizável e depois adicionado à cena " +"ativa no principal parte(thread principal). A limitação aqui é descrita " +"acima, deve-se ter cuidado para não carregar o mesmo recurso de vários " +"partes_paralelizáveis de uma só vez, portanto é mais fácil usar **um** " +"thread(Parte Paralelizável) para carregar e modificar recursos e, em " +"seguida, a thread principal para adicioná-los ." msgid "Translation status" msgstr "Progresso da Tradução" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multimesh.po index 9fa8c1d318..3765789e75 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgid "" "the array can be created with multiple threads, then set in one call, " "providing high cache efficiency." msgstr "" +"Outra alternativa é usar um GDExtension e C++, que deve ser extremamente " +"eficiente (é possível definir o estado inteiro para todos os objetos usando " +"memória linear através da função :ref:`RenderingServer." +"multimesh_set_buffer() " +"`). Dessa forma, o array " +"pode ser criado com várias partes_paralelizáveis e depois configurado em uma " +"chamada, proporcionando alta eficiência de cache." msgid "" "Finally, it's not required to have all MultiMesh instances visible. The " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index bcdcea4565..5fbc878535 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,18 +18,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Using multiple threads" -msgstr "Usando múltiplas threads" +msgstr "Usando múltiplas partes_paralelizáveis(threads)" msgid "Threads" -msgstr "Threads" +msgstr "Partes_Paralelizáveis" msgid "" "Threads allow simultaneous execution of code. It allows off-loading work " "from the main thread." msgstr "" +"Partes_Paralelizáveis permitem a execução simultânea de código. Permite o " +"trabalho de desafogar a execução na parte principal." msgid "Godot supports threads and provides many handy functions to use them." msgstr "" +"O Godot oferece suporte a partes_paralelizáveis e oferece muitas funções " +"úteis para usar tais partes." msgid "" "If using other languages (C#, C++), it may be easier to use the threading " @@ -60,6 +64,9 @@ msgid "" "prevent stuttering. Semaphores, explained later on this page, should be used " "instead." msgstr "" +"A criação de partes_paralelizáveis em tempo de execução é lenta no Windows e " +"deve ser evitada para evitar travamentos. Em vez disso, devem ser usados " +"semáforos, explicados posteriormente nesta página." #, fuzzy msgid "Mutexes" @@ -71,6 +78,10 @@ msgid "" "`doc_thread_safe_apis` documentation to understand which engine APIs support " "multiple thread access." msgstr "" +"O acesso a objetos ou dados de várias partes_paralelizáveis nem sempre é " +"suportado (se você fizer isso, causará comportamentos inesperados ou " +"travamentos). Leia a documentação :ref:`doc_thread_safe_apis` para entender " +"quais APIs de mecanismo suportam acesso a múltiplas partes_paralelizáveis." msgid "" "When processing your own data or calling your own functions, as a rule, try " @@ -79,6 +90,12 @@ msgid "" "CPU cores when modified. Always use a :ref:`Mutex` when " "accessing a piece of data from different threads." msgstr "" +"Ao processar seus próprios dados ou chamar suas próprias funções, como " +"regra, tente evitar acessar os mesmos dados diretamente de " +"partes_paralelizáveis diferentes. Você pode ter problemas de sincronização, " +"pois os dados nem sempre são atualizados entre os núcleos da CPU quando " +"modificados. Sempre use um :ref:`Mutex` ao acessar um dado de " +"partes_paralelizáveis diferentes." msgid "" "When calling :ref:`Mutex.lock()`, a thread ensures " @@ -87,6 +104,12 @@ msgid "" "unlock()`, the other threads will be allowed to " "proceed with the lock (but only one at a time)." msgstr "" +"Ao chamar :ref:`Mutex.lock()`, uma " +"parte_paralelizável garante que todas as outras partes_paralelizáveis serão " +"bloqueadas (colocadas em estado suspenso) se tentarem *bloquear* o mesmo " +"mutex. Quando o mutex é desbloqueado chamando :ref:`Mutex." +"unlock()`, as outras partes_paralelizáveis " +"poderão prosseguir com o bloqueio (mas apenas uma de cada vez)." msgid "Here is an example of using a Mutex:" msgstr "Eis um exemplo de uso de um Mutex:" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_servers.po index 5b97c1898d..3d4b1034ed 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -37,7 +37,7 @@ msgid "Performance is lower than when using simple APIs directly." msgstr "" msgid "It is not possible to use multiple threads to control them." -msgstr "" +msgstr "Não é possível usar vários partes_paralelizáveis para controlá-los." msgid "More memory is needed." msgstr "" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 902c46d96e..ec0a6cd1d2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index de1099efa2..60e693930b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index d5e6453cc3..a3a145786d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index eb597efb65..f8fd7b4484 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index ac30daa4df..f7697f21c6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/index.po index 1dbe888888..834379e67c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index b89c332bb4..d8c8a7365f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index f391e9d54d..2a34373c9b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/physics_introduction.po index a594e8c7f7..18ecf7ff3d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ragdoll_system.po index a977ba9ba0..d3a0be6a8e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ray-casting.po index ee368d8d9e..95887f4996 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/rigid_body.po index 2d6ee4b75d..38c8b4852b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/soft_body.po index eda7a3b049..ecb5a190d9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 86973e033f..be9c3e3ec9 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_area_2d.po index 0f3de7a5c8..ace80a4b19 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 1530c65e7b..da0dc69b09 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 3855d5aee4..8880df3838 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_library.po index 1b33ba39e9..9baf85e51a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_plugin.po index ef5558ecd2..841744b342 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/index.po index 03762c47a3..8b8a89c750 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/consoles.po index 6dc4f24497..17495dec75 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/index.po index 28b2dedbc7..6c4ae7a648 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/index.po index 59d683baf6..36668f3329 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index d70381c3c8..cda0271286 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index ffa88a7b97..ae7ddd04e2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index bbc660b3cd..49f2fe2db2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index d5554c41fe..f5d77edd5d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/index.po index 02c94557b1..241b876469 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 5e7491203a..37ffad88cd 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index ef96b62bb9..100c0e02e4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/index.po index 09f4d9f243..216f8ceb76 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index f5b37d6209..04c31a3b8e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 80c1f318c4..f92633698c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index b8ffcffbe2..b2d0847ed3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index aa776974dc..eebcd61d12 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 20f8171158..e0a01ebfff 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/index.po index 24465d32af..33d12cfa17 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 85db274b99..c022994209 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/index.po index 62eccb69b4..d4d80667ab 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index d14e9b2491..90a17a3ab6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index be37f1ee06..dd4b448bc2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/viewports.po index 2ea5ec0f8e..35bdbf654b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 77585e941d..1c7bd87306 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index e13c4d7aeb..e1bd1d2f96 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 1fe409f90d..3251370eb8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 3940c1ecd7..2584b62ce3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 74d3ab295d..b88fbca365 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 87b8be142a..1fe2602702 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 8ee90304b3..9ed5d311e2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 6f5feb7eb9..08a9e0a1de 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 35e15d2525..686274ef9e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index f55a818267..d5af483d74 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index d6b27f8edd..cb25085cd6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 8aa90236ee..fb231ade5f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index e13ce9068f..b40b237c75 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 9ba23f1712..ac55821db1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index fdf80b9d74..2273e07dbe 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index a69e47f043..ea6d3dafc4 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index d18a2159bd..ba147f53e2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index ac3734ea55..a2ae058177 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 47a9ad8503..21304158d8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 4d4ffb0b93..81d5ac2bca 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 3c698f929f..e80d1c4bc7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index ae8cc17701..811c9b2549 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index a315465a58..5888c73b90 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 7bfdffed6c..3af9b33fa5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index ec5a93414c..fd1797e9e7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 4103fb194d..450731a3f7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index e08520ce63..b4ba545955 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index e8053451b4..d85b03ce0a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 5686a24d8d..a31a6ee97e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 1e1ee2669e..fd71c00a32 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index db9e7e2afb..b75cac3e28 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index e2f6e07de7..306cdc2783 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 845521bfd9..35919aa78d 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/index.po index c9e66d1ef8..1379e55b65 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 3f242b8ab5..80ff78556b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 499015e4ef..85d43ca71c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index b06597c5c1..7d1bb4f4c2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/filesystem.po index d00b4c6950..e2d596d9ca 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 0e2e52b3ac..b34196efb1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/index.po index fac3089bba..f1f6f734f6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 1bc7e8492d..e52d740d3c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 21ad02c1d1..05814b8e59 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index a85777073a..81b9a89e13 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index fcb0bfdaf2..c8fbb4f3c7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index af3fc2594d..ba4565fb6a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 1625e1a069..d4d329a8d5 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 448e5114bf..e835871533 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 2ed65cd311..2b0157813b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 0c6c042eb6..0c767bfcaa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 36d6021a40..392afff8fa 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/groups.po index 0ac7894fbd..cf6ee6f714 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index b28ec1ddb0..0adf3dc9a3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index ee883b0388..c26f0ad121 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/index.po index 68cad459f1..f91b4edd40 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 5c719e92e3..49fbb403c7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 48d98d374c..e8a8a1fcda 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 66485262f3..60b4860fd6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/pausing_games.po index 0f8b8803a7..2efda54f03 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/resources.po index d99fead523..9aaa23f445 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_tree.po index ccff8e4adc..6aae7c053b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 3ab0cb61fd..e8971cbab0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index e34acab42b..5604385858 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 24879b6fc1..b44e4b31b3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 36c58dfd6b..7973c9c7d7 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Using compute shaders" -msgstr "Usando múltiplas threads" +msgstr "Usando sombreadores(shaders) de computação" msgid "" "This tutorial will walk you through the process of creating a minimal " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 8f0787afa6..2ec77aa248 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 969d52d5d9..0ebf51f66b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/index.po index 667e9a1bd1..00bf74d238 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index c714a16447..7643d03fa1 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/making_trees.po index 1b2c286085..e103e7be63 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 807940dcb4..a15f1f6e5e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_materials.po index 5a2ef055e5..4d3ff414ce 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index f1a9b9f649..9093548b79 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 3335440d4e..1f105b1868 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 5d9e995a11..2bf1bf2d46 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index c8fdc50065..5749431c22 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 454a399a26..b90fd7cbeb 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index d376adc284..105b00a083 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index ee383952cf..d6ee5bbec8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index ba9fcd48dd..f7e9cc9e1a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 2ded11e97a..8f9cb65157 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 43c40539ad..49f282bb12 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 7b01644480..7ad1c8778a 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 67677ec494..79f1ed5557 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 22f0a0210d..e10393a452 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 345a4ba3b2..580db59c49 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 3a22e066e7..f874b96fe3 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/troubleshooting.po index 4ec9132837..5938d7d647 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -113,17 +113,30 @@ msgid "" "make the editor feel less reactive but will help decrease CPU and GPU usage " "significantly." msgstr "" +"Ative a opção **Interface > Editor > Atualização Contínua** nas preferências " +"do editor. Observe que isto irá aumentar o uso de energia e emissão de calor/" +"ruído, pois o editor estará renderizando constantemente, mesmo que nada " +"tenha mudado na tela. Para aliviar este efeito, você pode aumentar a opção " +"**Apagar com Pouco Uso do Processador (µsec)** para ``33000`` (30 FPS) nas " +"preferências do editor. Este valor determina a quantidade de *microsegundos* " +"entre quados para renderizar. Valores maiores irão fazer o editar parecer " +"menos responsivo, porém irão reduzir o uso de CPU e GPU significativamente." msgid "" "Alternatively, disable variable refresh rate on your monitor or in the " "graphics driver." msgstr "" +"Alternativamente, desabilite a taxa de atualização variável no seu monitor " +"ou no driver de gráficos." msgid "" "VRR flicker can be reduced on some displays using the **VRR Control** or " "**Fine Tune Dark Areas** options in your monitor's OSD. These options may " "increase input lag or result in crushed blacks." msgstr "" +"Flicker VRR pode ser reduzido em alguns displays usando as opções **Controle " +"de VRR** ou **Ajustar Áreas Pretas** no OSD do seu monitor. Essas opções " +"podem aumentar o lag de entrada ou resultar em pretos esmagados." msgid "" "If using an OLED display, use the **Black (OLED)** editor theme preset in " @@ -176,6 +189,13 @@ msgid "" "default is ``6007``; try another value that is greater than ``1024``, such " "as ``7007``." msgstr "" +"Softwares de Firewall, como o Portmaster, podem também bloquear a porta de " +"debug, oque pode levar a tempos de inicialização longos para o projeto, " +"enquanto ainda não podendo utilizar funcionalidades de depuração no editor " +"(como visualizar a saída da função ``print()``). Você pode contornar este " +"problema mudando a porta de depuração nas preferências do editor (**Rede > " +"Debug > Porta Remota**). A porta padrão é a ``6007``; tente outro valor " +"maior do que ``1024``, como por exemplo``7007``." msgid "The Godot editor appears frozen after clicking the system console" msgstr "O editor do Godot parece congelar após clicar no console do sistema" @@ -235,6 +255,8 @@ msgid "" "To avoid this issue, keep the Godot editor's dock icon at its default " "location as created by macOS." msgstr "" +"Para evitar este problema, mantenha o ícone de dock do editor do Godot na " +"localização padrão criada pelo macOS." #, fuzzy msgid "" @@ -274,6 +296,8 @@ msgid "" "Correct appearance (left), oversharpened appearance due to graphics driver " "sharpening (right)" msgstr "" +"Aparência correta (esquerda), Aparência sobre-afiada devido ao afiamento dos " +"drivers de gráficos (direita)" msgid "" "If the editor or project appears overly sharp, this is likely due to image " @@ -281,24 +305,38 @@ msgid "" "graphics driver. You can disable this behavior in the graphics driver's " "control panel:" msgstr "" +"Se o editor ou projeto parecer demasiadamente afiado, provavelmente se deve " +"ao afiamento da imagem ser forçado em todas as aplicações Vulkan ou OpenGL " +"pelo driver da sua placa gráfica. Você pode desabilitar esta função no " +"painel de controle do driver:" msgid "" "**NVIDIA (Windows):** Open the start menu and choose **NVIDIA Control " "Panel**. Open the **Manage 3D settings** tab on the left. In the list in the " "middle, scroll to **Image Sharpening** and set it to **Sharpening Off**." msgstr "" +"**NVIDIA (Windows):** Abra o Menu Iniciar e selecione **Painel de Controle " +"NVIDIA**. Abra a aba **Administrar configuração 3D** a esquerda. Na lista do " +"meio, role até **Afiamento de Imagem** e marque-o para **Afiamento " +"Delisgado**." msgid "" "**AMD (Windows):** Open the start menu and choose **AMD Software**. Click " "the settings \"cog\" icon in the top-right corner. Go to the **Graphics** " "tab then disable **Radeon Image Sharpening**." msgstr "" +"**AMD (Windows):** Abra o Menu Iniciar e selecione **AMD Software**. Clique " +"no ícone de engrenagem no canto superior direito. Vá ate a aba **Gráficos** " +"e desabilite **Afiamento de Imagem Radeon**." msgid "" "If the editor or project appears overly blurry, this is likely due to :abbr:" "`FXAA (Fast Approximate AntiAliasing)` being forced on all Vulkan or OpenGL " "applications by your graphics driver." msgstr "" +"Se o editor ou projeto parecer demasiadamente desfocado, provavelmente se " +"deve ao :abbr: `FXAA (Anti-Serrilhamento Aproximado Rápido)` sendo forçado " +"em todas as aplicações Vulkan ou OpenGL pelo driver de vídeo." msgid "" "**NVIDIA (Windows):** Open the start menu and choose **NVIDIA Control " @@ -306,6 +344,9 @@ msgid "" "middle, scroll to **Fast Approximate Antialiasing** and set it to " "**Application Controlled**." msgstr "" +"**NVIDIA (Windows): ** Abra o menu iniciar e selecione **Painel de Controle " +"NVIDIA**. Abra a aba **Administrar preferências 3D** a esquerda. Na lista do " +"meio, role ate" msgid "" "**NVIDIA (Linux):** Open the applications menu and choose **NVIDIA X Server " diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index e17f2157da..3235ab4d5e 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 10ff6cffe6..1337716e02 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index cfae403472..e51eb4cb41 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_containers.po index 879b50d7c4..1150f94c0b 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_navigation.po index a55b911042..660e2f28ff 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_skinning.po index bf3ca85dd8..4cbcd13bab 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 9c0cf1349a..3c5ca69e6c 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index fef337a381..f0c4c7bdf2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index ecfd6ccee0..ade856e0c6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/index.po index 19a24df129..0d61315109 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 31b3e74d3a..6e0cc36578 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 3bc14579d1..1d099619b0 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 68672e5246..5137f840b2 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/index.po index 06cdea3b1f..07551697ef 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index c42adefe2f..b6a3cdd587 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 51b98117e2..62ac4b95be 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 19d2659282..1c69f754d6 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 06de2047f0..1e81e564a8 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_action_map.po index dfefaf3fe6..9c017c8114 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 2be25fb410..f3b5f9355f 100644 --- a/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/pt_BR/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/ru/LC_MESSAGES/about/complying_with_licenses.po index 0a6df5db6b..611630e076 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/ru/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/ru/LC_MESSAGES/about/docs_changelog.po index 76704bbd9e..4360ae49b2 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/ru/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/about/faq.po b/sphinx/po/ru/LC_MESSAGES/about/faq.po index fc07c0fbe0..3736d41d1c 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/faq.po +++ b/sphinx/po/ru/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/about/introduction.po b/sphinx/po/ru/LC_MESSAGES/about/introduction.po index d59c9c7a89..c278e955cc 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/ru/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,8 +62,8 @@ msgid "" msgstr "" "Если у вас возникли проблемы с одним из руководств или с Вашим проектом, вы " "можете найти помощь на различных :ref:`Каналах сообщества " -"`, особенно в сообществе Godot `Discord`_ и " -"`Q&A`_." +"`, особенно в сообществе Godot `Discord`_ и `Q&A " +"`_." msgid "About Godot Engine" msgstr "О Godot Engine" diff --git a/sphinx/po/ru/LC_MESSAGES/about/list_of_features.po b/sphinx/po/ru/LC_MESSAGES/about/list_of_features.po index 0daacfaf80..d2f85e5b26 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/ru/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -42,7 +42,7 @@ msgid "" "See :ref:`doc_system_requirements` for hardware and software version " "requirements." msgstr "" -"См. :ref:`doc_system_requirements' чтобы узнать системные требования и " +"См. :ref:`doc_system_requirements` чтобы узнать системные требования и " "необходимые для работы программы." msgid "**Can run both the editor and exported projects:**" @@ -815,12 +815,11 @@ msgstr "" "Поддержка ближайшей, билинейной, трилинейной или анизотропной фильтрации " "текстур (настраивается глобально)." -#, fuzzy msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" -"Система опционального затухания на дистанции обеспечивает затухание далёкого " -"света, а также теней, созданных им, улучшает производительность." +"Опциональная система скрытия декалей на расстоянии, улучшает " +"производительность." msgid "" "When using the Forward+ backend (default on desktop), decals are rendered " @@ -980,7 +979,6 @@ msgstr "**Постобработка:**" msgid "Tonemapping (Linear, Reinhard, Filmic, ACES)." msgstr "Закраска (Linear, Reinhard, Filmic, ACES)." -#, fuzzy msgid "" "Automatic exposure adjustments based on viewport brightness (and manual " "exposure override)." @@ -1000,14 +998,13 @@ msgstr "" "Окружающая окклюзия экранного пространства (SSAO) при половинном или полном " "разрешении." -#, fuzzy msgid "" "Glow/bloom with optional bicubic upscaling and several blend modes " "available: Screen, Soft Light, Add, Replace, Mix." msgstr "" "Свечение/блум c возможностью бикубического апскейлинга и несколькими " -"доступными режимами смешения: Screen (Экран), Soft Light (Мягкий свет), Add " -"(Добавить), Replace (Заменить), Mix (Смешивание)." +"доступными режимами смешивания: Screen (Экранный), Soft Light (Мягкий свет), " +"Add (Добавление), Replace (Замена), Mix (Смешивание)." #, fuzzy msgid "Glow can have a colored dirt map texture, acting as a lens dirt effect." @@ -1410,9 +1407,8 @@ msgstr "" msgid "Support for random volume and pitch." msgstr "Поддержка случайной громкости и высоты тона." -#, fuzzy msgid "Support for real-time pitch scaling." -msgstr "Поддержка масштабирования тона в реальном времени." +msgstr "Поддержка оброботки тона в реальном времени." msgid "" "Support for sequential/random sample selection, including repetition " diff --git a/sphinx/po/ru/LC_MESSAGES/about/release_policy.po b/sphinx/po/ru/LC_MESSAGES/about/release_policy.po index 47a62ccfca..41e414de37 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/ru/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -490,15 +490,14 @@ msgstr "" "исторически выпускается большой или маленький релиз Godot каждый год, с " "несколькими обслуживающими обновлениями между ними." -#, fuzzy msgid "" "In particular, after the very length release cycle for 4.0, we are pivoting " "to a faster paced development workflow, 4.1 released 4 months after 4.0, and " "4.2 released 4 months after 4.1" msgstr "" "В частности, после очень длинного цикла релиза для 4.0, мы переходим к более " -"быстрому темпу разработки, с релизом 4.1 ожидаемым в конце второго / начале " -"третьего квартала 2023." +"быстрому темпу разработки: 4.1 выпущен уже через 4 месяца после 4.0, и 4.2 " +"еще через 4 месяца после 4.1" msgid "" "Frequent minor releases will enable us to ship new features faster (possibly " diff --git a/sphinx/po/ru/LC_MESSAGES/about/system_requirements.po b/sphinx/po/ru/LC_MESSAGES/about/system_requirements.po index 969096c080..5481d64a09 100644 --- a/sphinx/po/ru/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/ru/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/ru/LC_MESSAGES/community/asset_library/index.po index 99c3b1af50..4c4150da9f 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/ru/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/ru/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index cdac8667fb..ab2ee590fa 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/ru/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/ru/LC_MESSAGES/community/asset_library/using_assetlib.po index 5b4b13cba5..6ce422e7ab 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/ru/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/ru/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 284056d267..ca7812027c 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/ru/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/channels.po b/sphinx/po/ru/LC_MESSAGES/community/channels.po index 4f8a7874e8..3bb1765a05 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/channels.po +++ b/sphinx/po/ru/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/community/tutorials.po b/sphinx/po/ru/LC_MESSAGES/community/tutorials.po index dc0f3a7ac5..2d3ebd0daa 100644 --- a/sphinx/po/ru/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/ru/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index fe66a019d5..1fc8f23b94 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/code_style_guidelines.po index cfb59a8481..7737204618 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 0acd0a05d7..6f465cb477 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 9cbd7288f8..02513d476c 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index b6ab844801..384857263a 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -63,7 +63,7 @@ msgstr "Разработка" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -118,6 +118,13 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageiа**" +#, fuzzy +msgid "NetBSD" +msgstr "**FreeBSD**" + +msgid "For audio support, you can optionally install ``pulseaudio``." +msgstr "" + #, fuzzy msgid "OpenBSD" msgstr "**OpеnBSD**" @@ -126,13 +133,6 @@ msgstr "**OpеnBSD**" msgid "openSUSE" msgstr "**openSUSE**" -#, fuzzy -msgid "NetBSD" -msgstr "**FreeBSD**" - -msgid "For audio support, you can optionally install ``pulseaudio``." -msgstr "" - #, fuzzy msgid "Solus" msgstr "**Sоlus**" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 83391946f4..1f387536f4 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index df1f31a9df..6819aaa008 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index d08de1d775..df29f785ac 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 5b0dfb8e74..38a7ac50c0 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 14f0c114a8..36d8e46671 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 82a50b51ae..ed0f0cbe64 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/getting_source.po index 21f1594aa2..d7e9177f72 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/index.po index 8747d24ae0..76c4ad5ad9 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index c31efaf7da..66a9318bef 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 13dbedd58b..00cf39d351 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index f7cb00b287..9d08d68c1f 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 9c45038afe..d82b768466 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index 10be043f45..4ccd4dd1de 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 9796cccd20..f144fff8a1 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 65193d501d..ca578358e6 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index c3bd105487..3a237c30a0 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 8c8c07b053..65a7ea6c7e 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 891308a823..0161268dff 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 10254e0f91..2d1c2c4e3e 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 9684e91729..41e8badbb3 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index c44e242ec9..9ddcee9c97 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 6e97e8dfa0..a8fb70df69 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 080394e3e1..1eebfd0e65 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 8a1ccb6d62..b10dd00b07 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 058104b7fd..0a5b98c7e3 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 902da8309b..baed5a8b47 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 40ba34b124..f16c8da78d 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 79da08f370..bff8fea943 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 3a67f82d89..b24dbff30b 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 3757980b4a..525b03d00d 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/index.po index f7801f20df..dff5cb8523 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index aa2e564131..92cce9124a 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 6f297774f1..ed0b3034de 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 2a509ce22e..3eed0451fa 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index b015f9fe18..ac11f2c9d8 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 389d8f1574..25cde4d3b8 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index d311ecd8cd..ce66883056 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/index.po index f032712909..31895e87aa 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 7875b48310..4e27048901 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index bbf5518283..31623c37d1 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index b57746789a..28a00ae15e 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 58d245ad32..0cb4b33e71 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index f63e8fa99f..28ac8d3fa1 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/creating_icons.po index c04b861245..8f464e32d8 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 75acf44e45..487c669da3 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/index.po index 3375febd78..32d726ec34 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index dbc861f32d..1ee1c0243b 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 769882b0df..40773c13e8 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/index.po index 3eb6b7842e..5a6836f8ae 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/tscn.po index 962d904e70..75e0be0757 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/development/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/development/index.po index 11087fefe6..632f2ccaf4 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/building_the_manual.po index e0a7c3eaa3..93410fb5ab 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 3b14e92ce3..f4d8977a60 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/content_guidelines.po index 16a87c379c..48c6ac984d 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 3013f25a06..244ad8f5ce 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 83fd17939f..ea955f97bd 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 2b4a7ce187..91fb062d66 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 3f68641860..b63e5d2a39 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/index.po index ec922ba375..cd25b048d8 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 26e91b182f..261a375c52 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/ru/LC_MESSAGES/contributing/ways_to_contribute.po index d092f37e2b..6ee01f16d9 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 4d3657e52d..440a5b0e82 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 6005630529..98165e95f1 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/index.po index 9992f06b1d..a283f3724d 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index a22c9b266e..44b78fe570 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_workflow.po index 11ebaf21d7..27c11e2b18 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 7286eed662..922e781b2f 100644 --- a/sphinx/po/ru/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/ru/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index f71cd308a2..0548f796df 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index a97b3e7bad..c6d7bae750 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 6471012cec..92340ffef8 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index 0afa4a4c2f..35f0c3bbc0 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index ac87627a67..410f1c094a 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 0c2ff639eb..443234920b 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index b307338f61..d705554bed 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/index.po index bee1e0e54d..179c51a319 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 3112148431..aa91e1a9b4 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 8c5fa948a5..5e5113140f 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 177b0a0282..00c10e1922 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index f6bec537cb..c1a5a5d8f7 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index e00cfd2d3d..7de2b73c3a 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -117,17 +117,17 @@ msgstr "image3" msgid "Adding placeholder cylinders" msgstr "Добавление заполнителей цилиндров" -#, fuzzy msgid "" "Let's add the placeholder meshes. Add a new :ref:`Node3D ` as " "a child of the ``Main`` node and name it ``Cylinders``. We'll use it to " "group the cylinders. Select ``Cylinders`` and add a child node :ref:" "`MeshInstance3D `" msgstr "" -"Давайте добавим сетки-заполнители. Добавьте новый узел *Spatial* в качестве " -"дочернего узла *Main* и назовите его *Cylinders*. Мы будем использовать его " -"для группировки цилиндров. В качестве дочернего узла добавьте узел " -"*MeshInstance*." +"Давайте добавим сетки-заполнители. Добавьте новый узел :ref:" +"`Node3D` в качестве дочернего узла ``Main`` и назовите его " +"``Cylinders``. Мы будем использовать его для группировки цилиндров. Выберите " +"``Cylinders`` и добавьте дочерний узел :ref:`MeshInstance3D " +"`" msgid "|image4|" msgstr "|image4|" @@ -407,16 +407,16 @@ msgstr "" "Сначала мы экспортируем переменную в инспекторе, чтобы мы могли присвоить ей " "``Mob.tscn`` или любого другого монстра." -#, fuzzy msgid "" "We want to spawn mobs at regular time intervals. To do this, we need to go " "back to the scene and add a timer. Before that, though, we need to assign " "the ``mob.tscn`` file to the ``mob_scene`` property above (otherwise it's " "null!)" msgstr "" -"Мы хотим порождать мобов через регулярные промежутки времени. Для этого нам " -"нужно вернуться на сцену и добавить таймер. Но перед этим нам нужно " -"назначить файл ``Mob.tscn`` свойству ``mob_scene``." +"Мы хотим, чтобы мобы появлялись через регулярные промежутки времени. Для " +"этого нам нужно вернуться к сцене и добавить таймер. Но перед этим нам нужно " +"назначить файл ``Mob.tscn`` свойству ``mob_scene`` (в противном случае это " +"`null`)." #, fuzzy msgid "" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 10feb894d0..89a9f3cafa 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 957fbe9191..e291bf434d 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index f6133124bd..f4f47eb5c8 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index e526b11b2e..69360199c9 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 2bd7d4047a..4abb74f339 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/index.po index af6bf9b410..c0a7913f03 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 2774222c66..8bdbf04753 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index f429a91166..3b37556ea6 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/index.po index 41e195ae2f..ab5daa7c4e 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 2806bf75fc..e68201f1f3 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 9adc742f2b..a2b6a34ab4 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 16085a8a9b..2e0330f8a8 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/index.po index 35346d6b3f..a643ea1d0b 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/instancing.po index 6d6680dbd5..c025d2fa2b 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 33c124ac34..bd6e65c93b 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 23ee6ab6cc..dc6608cdd2 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index d4ae17525b..4ae0f0d8ed 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 6f8d06b064..cf28fa2353 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/signals.po index 6a8b5c5e87..de9db4989a 100644 --- a/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/ru/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/index.po b/sphinx/po/ru/LC_MESSAGES/index.po index 05afd90f41..2f34b6513b 100644 --- a/sphinx/po/ru/LC_MESSAGES/index.po +++ b/sphinx/po/ru/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -140,11 +140,14 @@ msgstr "Офлайн документация" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Также можно `загрузить HTML-копию документа (на английском) `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Также можно `загрузить HTML-копию документа (на английском) \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index ae15f79960..48b81da1e1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 8e751d14f4..00c209c38b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_meshes.po index 16f6a3e269..9b29a4b33e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_movement.po index dce259a4d6..4d5c11f0ab 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 9031cc4ff6..98bf60c699 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_transforms.po index 32bcc302a8..87537e286e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/canvas_layers.po index f7060c15c3..42ee0472bc 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 43ee110f81..3b5f096b49 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/index.po index 4c8847be5a..4de73c5390 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 4b19c65d93..b6df97d85a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilemaps.po index b1dbdbb186..ce5a6308fc 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -326,7 +326,7 @@ msgid "" msgstr "" msgid "Line" -msgstr "" +msgstr "Строка" msgid "" "After selecting Line Paint mode, you can draw in a line that is always 1 " diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilesets.po index bf17215dad..1976b1d82f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index fdf6012abf..e35a83f1dc 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 0b9c971a94..858590f33c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_text.po index aa5183ad78..db5304a393 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/csg_tools.po index 53190ba15a..4d97c834e9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 4ce25b8548..b0defbe789 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 0524784c02..dfee62149e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/index.po index ec604b6784..bca7e373c8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 67ee63ca98..366ceadedf 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index eafa697257..921c8ec636 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 7585478cfc..41ce5554a1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index df40ec6980..1ba789f873 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 17d7184051..87d2df30c6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index e89df99756..ef3b4dceb9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/index.po index 0c3184d73d..84ac5cdae5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index bb9e7c6ebc..0f1e839f98 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 775f8cadf5..02c9814c85 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/mesh_lod.po index dac5c276c0..0ad5c0e13b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 3a7366c43c..b434526870 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/attractors.po index 0617e782c5..f33233ee62 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/collision.po index 7851d954e2..218ca093ee 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 3d34cfe5ad..4eb94b92ad 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 84e4921ba4..36ba9dc674 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/index.po index 0a9b666b72..2084b4f171 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index d692716f0c..aa3c764b6d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/properties.po index 11254e5fe0..57a02ace8f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 8ca36d50e2..607c53bf27 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/trails.po index 315f3e57ef..ba1863d654 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/turbulence.po index e2aae224cf..ce0c6cee9d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 3fb0ca2e1f..3a76b8c66e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 11312226a1..ed6262f286 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index c226fcd354..1231183d73 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 9c726a1bf2..c23fe022b6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index e23e10f28a..89a49bd7c6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index a91990273e..94c0f59dd3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/resolution_scaling.po index b6a545b391..dbe3af5b6e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/standard_material_3d.po index d8bda8b205..648c646e79 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_decals.po index 3743a6dea2..322110e5fd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_gridmaps.po index af049a1357..663084424b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 53695c5ec1..bc1df14b98 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_transforms.po index 37ec8717c1..8a0a8ff6ad 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 592468a8a2..d626484208 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/visibility_ranges.po index f42f62268c..cffae94328 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 700f8871cd..a9daa96d5b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 195de2a85c..dd40695235 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_track_types.po index a0e361ce83..b9283d913c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_tree.po index 59fe2552c2..b80f06f0d7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/creating_movies.po index b1b5965bda..2ed1b22a52 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/cutout_animation.po index 12c7234555..0916fb076b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/index.po index de2599fa72..96816da506 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/introduction.po index dea1fe0cbd..d4a6f4b56d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/playing_videos.po index e50b615684..4788f9477a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 76e5575a00..de75c40d10 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 08826d3f45..f8b521999b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 1ff72bb747..634d2a58b4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index e1865209dd..6957bb4477 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 15aea94a02..1c7e18cf1f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 5356ef62ed..79d18dba10 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index d2715a675f..74436df14d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 013bdda97f..712aecbc19 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index ee1af72724..d890d24c46 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index a63a93d542..fa725ab75c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index d34a3a30ad..82f0159917 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index b361fd8088..9cbd6fa2b2 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 2288150530..b2f69bb869 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 54d74e7e86..baee0d8f6f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index f8e3abcdc1..9ddae8fd76 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 4716795979..6a64d50006 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index f03c46dadb..7ecd59bdfa 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/index.po index afdfed5fe0..6b313fb609 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 0ef24792d6..b73d4a7423 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_buses.po index da661c8091..209854c2e7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_effects.po index 947915026f..c80aa1521e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_streams.po index dc441df8af..752e064c49 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/index.po index 31e6995dd6..a3b2c01d83 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 7d0f4b93a9..5e2bbbea31 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 14c4751544..7a3db6a4f1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/text_to_speech.po index d962c3f4c5..5a559157bd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index b16b042e4b..9f045f35d6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 0e63fad640..936f84427e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index b0ae7c7a88..775235488a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index a142b5ba9f..ab82dcfcb6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/index.po index cb5a7b3376..4f6352e6df 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index d30c6dbc74..f84889bc96 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 3b15ffbf12..dc55d81fa0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 2e5c89f37a..bca6d7a00f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/project_organization.po index f1cde632c2..f9eeefd3dd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgid "" msgstr "" "Поскольку Godot не имеет ограничений по структуре проекта или использованию " "файловой системы, организация файлов при изучении движка может показаться " -"сложной задачей. Этот учебник предлагает рабочий процесс, который должен " +"сложной задачей. Это руководство предлагает рабочий процесс, который должен " "быть хорошей отправной точкой. Мы также рассмотрим использование контроля " "версий с Godot." diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 1df61980dc..e183e3ba14 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 451f9c62b6..e23d4b29f3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 3c30fa3abe..5882e7a066 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 5cbfc2203b..cf4bef5037 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 4ff6a01fd0..d3715a512f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -72,24 +72,30 @@ msgid "editor" msgstr "Редактор" msgid "**Legend**" -msgstr "" +msgstr "**Легенда**" msgid "" "|release| Available in editor builds, debug export templates and release " "export templates." msgstr "" +"|release| Доступно в эдитор сборках, при дебажном экспорте и в релизном " +"экспорте шаблонов." msgid "|debug| Available in editor builds and debug export templates only." msgstr "" +"|debug| Доступно только в эдитор сборках и при дебажном экспорте шаблонов." msgid "|editor| Only available in editor builds." -msgstr "" +msgstr "|editor| Доступно только в эдитор сборках." msgid "" "Note that unknown command line arguments have no effect whatsoever. The " "engine will **not** warn you when using a command line argument that doesn't " "exist with a given build type." msgstr "" +"Учтите, что неизвестные аргументы командной строки проигнорируются. Движок " +"**не** сообщит вам о том, что вы используете несуществующие в выбранном " +"варианте сборки аргументы." msgid "**General options**" msgstr "**Основные настройки**" @@ -143,18 +149,23 @@ msgid "" "|release| Separator for user-provided arguments. Following arguments are not " "used by the engine, but can be read from ``OS.get_cmdline_user_args()``." msgstr "" +"|release| Разделитель для пользовательских аргументов. Приведенные аргументы " +"не используются движком, но могут быть прочитаны с помощью ``OS." +"get_cmdline_user_args()``." msgid "``-e``, ``--editor``" msgstr "``-e``, ``--editor``" msgid "|editor| Start the editor instead of running the scene." -msgstr "" +msgstr "|editor| Запустить редактор вместо запуска сцены." msgid "``-p``, ``--project-manager``" msgstr "``-p``, ``--project-manager``" msgid "|editor| Start the Project Manager, even if a project is auto-detected." msgstr "" +"|editor| Запустить Проектный Менеджер, даже если проект был найден " +"автоматически." #, fuzzy msgid "``--debug-server ``" @@ -164,6 +175,8 @@ msgid "" "|editor| Start the editor debug server (``://[:]``, " "e.g. ``tcp://127.0.0.1:6007``)" msgstr "" +"|editor| Запустить дебаг сервер для редактора (``://[:" +"]``, например ``tcp://127.0.0.1:6007``)" #, fuzzy msgid "``--quit``" @@ -180,6 +193,7 @@ msgstr "``--quiet``" msgid "" "|release| Quit after the given number of iterations. Set to 0 to disable." msgstr "" +"|release| Выйти после заданного числа итераций. Передайте 0 для отключения." #, fuzzy msgid "``-l``, ``--language ``" @@ -191,6 +205,10 @@ msgid "" "language code in lowercase and the rest is optional. See :ref:`doc_locales` " "for more details." msgstr "" +"|release| Использовать заданную локализацию. ```` задается в формате " +"``language_Script_COUNTRY_VARIANT`` где 'language' двух-трех буквенное " +"обозначение кода языка в нижнем регистре, все остальное опционально. :ref:" +"`doc_locales` для более подробной информации." msgid "``--path ``" msgstr "``--path ``" @@ -240,7 +258,7 @@ msgid "``--remote-fs-password ``" msgstr "``--remote-fs
``" msgid "|release| Password for remote filesystem." -msgstr "" +msgstr "|release| Пароль для удаленного доступа к файловой системе." msgid "``--audio-driver ``" msgstr "``--audio-driver ``" @@ -265,16 +283,14 @@ msgstr "" "Видео драйвер. Сначала используйте ``--help`` для отображения списка " "доступных драйверов." -#, fuzzy msgid "``--rendering-method ``" -msgstr "``--render-thread ``" +msgstr "``--rendering-method ``" msgid "|release| Renderer name. Requires driver support." -msgstr "" +msgstr "|release| Имя рендерера. Требуется поддержка драйвера." -#, fuzzy msgid "``--rendering-driver ``" -msgstr "``--audio-driver ``" +msgstr "``--rendering-driver ``" #, fuzzy msgid "" @@ -285,12 +301,14 @@ msgstr "" "доступных драйверов." msgid "``--gpu-index ``" -msgstr "" +msgstr "``--gpu-index <индекс_устройства>``" msgid "" "|release| Use a specific GPU (run with ``--verbose`` to get available device " "list)." msgstr "" +"|release| Использовать определенный GPU (запустите с ``--verbose`` чтобы " +"получить список доступных устройств)." #, fuzzy msgid "``--text-driver ``" @@ -304,7 +322,7 @@ msgid "``--tablet-driver ``" msgstr "``--audio-driver ``" msgid "|release| Pen tablet input driver." -msgstr "" +msgstr "|release| Драйвер ввода графического планшета." #, fuzzy msgid "``--headless``" @@ -385,7 +403,7 @@ msgid "``--single-window``" msgstr "``--no-window``" msgid "|release| Use a single window (no separate subwindows)." -msgstr "" +msgstr "|release| Использовать одиночное окно (без отдельных подокон)." #, fuzzy msgid "``--xr-mode ``" @@ -466,6 +484,8 @@ msgid "" "|release| Scene tree runs in single-threaded mode. Sub-thread groups are " "disabled and run on the main thread." msgstr "" +"|release| Запустить дерево сцены в однопоточном режиме. Дочерние потоки " +"отключены и будут запущенны в основном потоке." msgid "``--debug-collisions``" msgstr "``--debug-collisions``" @@ -533,6 +553,9 @@ msgid "" "|release| Forces disabling of vertical synchronization, even if enabled in " "the project settings. Does not override driver-level V-Sync enforcement." msgstr "" +"|release| Отключает вертикальную синхронизацию, даже если она включена в " +"настройках проекта. Не работает, если вертикальная синхронизация " +"принудительно включена на уровне драйвера." msgid "``--disable-render-loop``" msgstr "``--disable-render-loop``" @@ -564,11 +587,13 @@ msgstr "" "отключает синхронизацию в реальном времени." msgid "``--delta-smoothing ``" -msgstr "" +msgstr "``--delta-smoothing <включить>``" msgid "" "|release| Enable or disable frame delta smoothing ('enable', 'disable')." msgstr "" +"|release| Включает или выключает размытие кадра ('enable' (включить), " +"'disable' (выключить))." msgid "``--print-fps``" msgstr "``--print-fps``" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/customizing_editor.po index 62c03d24d7..ab1432548f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/default_key_mapping.po index b3dc0caa7c..93ea622995 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1787,7 +1787,7 @@ msgid "``tiles_editor/delete``" msgstr "``tile_map_editor/select``" msgid "Cancel" -msgstr "" +msgstr "Отменить" #, fuzzy msgid ":kbd:`Esc`" @@ -1806,7 +1806,7 @@ msgid "``tiles_editor/paint_tool``" msgstr "``tile_map_editor/paint_tile``" msgid "Line" -msgstr "" +msgstr "Строка" #, fuzzy msgid ":kbd:`L`" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/external_editor.po index 17d159dd2e..69a1d5eb0f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,19 +25,20 @@ msgstr "" "На этой странице объясняется, как писать код с помощью внешнего текстового " "редактора." -#, fuzzy msgid "" "Godot can be used with an external text editor, such as Sublime Text or " "Visual Studio Code. Browse to the relevant editor settings: **Editor > " "Editor Settings > Text Editor > External**" msgstr "" -"Хотя у Godot есть встроенный текстовый редактор, некоторые разработчики " -"предпочитают использовать знакомый им текстовый редактор, чаще всего это " -"Sublime Text или Visual Studio Code. Godot предоставляет эту опцию через " -"меню ``Редактор -> Настройки редактора -> Text Editor -> External``" +"Godot можно использовать с внешним текстовым редактором, например Sublime " +"Text или Visual Studio Code. Перейдите к соответствующим настройкам " +"редактора: ``Редактор (Editor) -> Настройки редактора (Editor Settings) -> " +"Текстовый редактор (Text Editor) -> Внешний (External)``" msgid "Text Editor > External section of the Editor Settings" msgstr "" +"``Текстовый редактор (Text Editor) > Внешний (External)`` раздел редактора " +"настроек" msgid "**Text Editor > External** section of the Editor Settings" msgstr "" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/index.po index 1f28a60c63..0d203d0616 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/inspector_dock.po index 72e281592f..f066391a09 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/managing_editor_features.po index 4d02ab65dd..6fa35809db 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_manager.po index caac390194..700622e0e2 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_settings.po index c7fdfac54e..702e5b50f0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 3375eeda3d..422446e584 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -137,6 +137,11 @@ msgid "" "recommended to create new projects only in the Android *Documents* or " "*Downloads* directories." msgstr "" +"На `Android Go devices `__ отсутствует разрешение на *Доступ ко всем файлам* для " +"редактирования/записи. Для обхода этого ограничения, при использовании " +"устройств Android Go, рекомендуется создавать новые проекты только в папках " +"*Documents* или *Downloads* на устройстве." #, fuzzy msgid "" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 697ea81fd6..b2cb1b4e5c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -73,6 +73,9 @@ msgid "" "The web editor only supports the Compatibility rendering method, as there is " "no stable way to run Vulkan applications on the web yet." msgstr "" +"Веб-редактор поддерживает только метод рендеринга \"Совместимость\", в связи " +"с тем, что пока что нет стабильного способа запуска приложений Vulkan в " +"браузере." msgid "" "If you use Linux, due to `poor Firefox WebGL performance \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 372f333def..9d74f2cda0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_android.po index 2c3334ae55..fa9edd4b04 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index fbfb5278d4..bf1a4c85c5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_ios.po index b1935bb75d..93bd1c01a1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 5a35aa93c2..acd2185411 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 8755075755..d485165271 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_web.po index 3b85e965e2..053929be1d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_windows.po index f886fd678e..a8a905eb58 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_pcks.po index a6f3e09464..4af7935c05 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_projects.po index 1154558895..de85701457 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/feature_tags.po index 696c71b125..8facc82363 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/index.po index 5e539a38fe..d5b50aff1e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/one-click_deploy.po index 5303a1665f..d99379fc38 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/ru/LC_MESSAGES/tutorials/export/running_on_macos.po index 1e9da764f6..df896ba842 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/index.po index e3106d7d25..07d420a5a7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 05ed22c261..b910cb29fa 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/locales.po index 6297ca7d3d..4560d9efb2 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 6bcd977958..ad0e8698a9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 4eb21c051c..eb262d2ee1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index b5e7a82e56..c0d2f4459c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 00010a3ba6..53f4e16ca2 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index e6991b3280..a229de832d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/index.po index 81bc6deb12..7fe674d42d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/input_examples.po index d2c945d7bc..3af4ae40bd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/inputevent.po index 377bc62c7b..af1b2599ad 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index a1bbc6fb76..f693c0e029 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/background_loading.po index e9eb097b48..9d131f2543 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 4a0b886acc..c0d3c5e1e4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/data_paths.po index 87fdd0b371..7c59953667 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/index.po index 9f0e1acb69..c7fda66fd3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index c5b7743eb4..9cf8598244 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/ru/LC_MESSAGES/tutorials/io/saving_games.po index caf210b29a..73cfcf35f8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 86f26465ad..c00fd3bc5f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/index.po index 4b9a947eef..b01f01186b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/interpolation.po index 7bcbd74cf1..51edd8fbcd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 917a394305..907f43f889 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/random_number_generation.po index 1ab7b7687f..5400a43161 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/vector_math.po index 45026d1e52..a8622d58b7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/ru/LC_MESSAGES/tutorials/math/vectors_advanced.po index e0ea663c55..9b214b7e71 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/index.po index e3023f7295..3821b50cfd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 217c37e954..44dffa0b7c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 4ee85c697b..975842ff87 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 9b5be13781..51670100fb 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/index.po index 409ee76240..aa7e3f2411 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 0275c88c4a..db440b99f3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index a1633cd2ac..0928787380 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 879cd95124..0459b9d47e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index f4b44754c4..c6b9091151 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 8022cd9062..963d3ab453 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 61575001ca..a7611cab83 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 9faa3cc72a..28a6fb75dd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 7778dafc41..67a5724c0a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 09ceec9142..51b1619d83 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 4ba4dc343a..70a62b1163 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 1a18849a7b..44978b0c18 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 5a4a277a8c..bdd83cc045 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 944a67ca0f..b8ef328f0f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index d684515d37..d8878745d8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index f4aa4d07be..a98eadf552 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 485424ea3c..f50e6ee0e0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index c79b2263ef..931700ff61 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index a0554f084e..0947fc234a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index f6c0ec657a..b8f6491167 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_client_class.po index 907bc5d900..85c95bfd45 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_request_class.po index 861d9e6364..ba228efc65 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/index.po index eebbbb3809..4da3633461 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/ssl_certificates.po index a8fa3bd639..0ff289bbab 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/webrtc.po index 61f774a836..f62fa86e26 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/websocket.po index ed0c6f14bf..d6722a0cf7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 47a42327bb..2794c5f505 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/general_optimization.po index f0c4597ab1..4ba3f5af92 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 927c816514..418530425f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/index.po index baf8b7b836..43c91640bb 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index c8b651477f..e5c4ff7008 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 002733403a..3e6981215e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multimesh.po index 4e749071b4..5d3c9ab782 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 1ae2aa2dff..9b8f39f4ad 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_servers.po index 1afcf5432d..d2e93209c6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 5d1b15b11e..d82f14f23a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index e185bcccfd..01df42ece9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index a1154dcbd2..d42a4c30c5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 3de83fbbd1..51462fe2c9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index a76bf7e9a9..ded70ffcce 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/index.po index b11c4900ac..e169c91f19 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 7046f2ebe9..65588a9f0b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 8a69682044..b63f3162a1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/physics_introduction.po index c89b9185a1..548a17b622 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 3870b9536b..2a8c3d74f8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ray-casting.po index 078b6eece8..c611c6d64e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/rigid_body.po index afbac05eea..b46bb02a8a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/soft_body.po index 2fde798444..ef56abbe4d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index f595443b4c..7256d1801a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_area_2d.po index 42bc4cb4d0..0aeb3211cc 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 94024a0061..ca3904ffed 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index bd42ce3e31..dfedd82894 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_library.po index 574dbe09d6..195a1cf95d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_plugin.po index c83c798164..7fc0a01c48 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/index.po index ca16ca7d91..cf37f0b026 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/consoles.po index 69df5be90d..1cb2f7ec23 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/index.po index 6956c251e6..507bdad589 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/index.po index b8ea2ceb01..883aaed47f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 9a9915b3c8..f80ff4bd54 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 65a9105a5b..61734b85ba 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 1911a8b76d..7e6eb93d5f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 45ff52c638..823fd15b5e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/index.po index 73c0f71d74..a399e24062 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index ba4e8a9fbb..95582e5063 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 6695b4e153..e8fc1b3fea 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/index.po index fe6ce9a444..34f5f59b7a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 43752dce98..a1509b23f5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 6bfae7e518..43c60df25f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 5f8cf349c9..66af9319b7 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 904b5fd49a..34d4b71871 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 513ec42b2c..0cc7dd9409 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/index.po index 9bc21ffae1..3d8d19c41b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 75f7da3577..c9eb5a966e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/index.po index b440ca3546..9aca04c4f8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index 21dbeba6fd..c14b7980af 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index aa4b419dc3..91157e78d0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/viewports.po index 3847cdc668..e3442374c3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index d55885ab2d..4a63d55758 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 601cf9f944..00120fc61d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index a818f74cb0..f66155118f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1332,7 +1332,7 @@ msgid "StringExtensions.JSONEscape" msgstr "" msgid "left" -msgstr "" +msgstr "left" msgid "" "StringExtensions.Left (Consider using `string.Substring`_ or `string." diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 7f7f88f9b1..b6a021b2a9 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index f33d87fd39..1718a93801 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 9ec3882710..12f2df699a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 80f97fa39b..64ad0a987b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 8bebf742c8..4e10e2f38f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 32d970e347..3f6e318f69 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 611bbcd001..7fb2184ad3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index a594e23d23..fe53798cf3 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index ff05bed9d7..4898578668 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 564382fd50..bf91df703a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index c4a9830c70..cda4f51e3c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index b6e096c82f..96e5e8b984 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index a4ae2dc5aa..a46d458d7d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 8f152ebeda..3ec0c6f54d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index d0268afe60..39811f4197 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 2ac04ecef5..e44131f574 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 27e9169b51..4e77e76802 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index b860560e99..1a529018ba 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 2941aa47bf..e0fe52423f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index 55d4597134..19c2fbb220 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 8f0e3e9249..6160b169c1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 9c7aa5241c..8ed2d33925 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 7a7b9c3bd1..161064183c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 15ff832c83..cff49b7327 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index c00e4bd46b..fd465b7da4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index eff529eb00..c28d87fc20 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index e820475967..3468abfdef 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index ab71c7733d..05fd040e87 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 8b013a9c1e..8ecbc5ad9b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index ff7bbf95cd..d47a6b8031 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/index.po index 8520ee6383..286c0b030a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index b13d0a330c..d4a76f3dda 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 339007a92c..51a55cd943 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 6b3a0ed0a0..7d43befe26 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/filesystem.po index 3ab70f8024..d2da264beb 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 1e3745d712..1f3ad4558b 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/index.po index ecd6366f15..dc4e65da65 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 1a7a59d6b9..952c3ff0ab 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 3de1e6a0da..1aedb7a1ac 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 51cc99fe8b..1574510c5d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 974d9e13ff..cf21ee012a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index bc115ad205..b681227bbd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 183b757e95..ab42e39393 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 242bdc3bb2..d021c9be55 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 495fb9b4e3..624d6f8786 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 33364aae68..c5c857d1aa 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index e293e178a0..b690aefd25 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/groups.po index af309af694..fdbd955550 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index a7878e4090..14354f6141 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index cfd30087c0..2256fd806d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/index.po index b5d56da2ef..44181cdf55 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 1bc6afaadc..1dfc5a114e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 02cbec1a33..fb2a96d771 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 830b254730..754ebba830 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/pausing_games.po index 675038f867..eeda389c94 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/resources.po index 8eae904dc2..3ccd5ddd67 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_tree.po index 329bf84d81..4cac5566d1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index a6ce94c26a..246f561f35 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index f871bacab1..c2aea1ddc2 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 37c391a0fa..c02ff9b173 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/compute_shaders.po index c44ecc241c..c759c7751a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 8008aba888..947b84a48f 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 84b8450dc5..64f7e92fc0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/index.po index 8ea36f82ef..004b925b76 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index fee4e6246c..924987df33 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/making_trees.po index 71e94eb377..7cb4862238 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 15ee38b721..4e0f12f78e 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_materials.po index ab81c51cfe..79c39bb6e0 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 5d301af4ce..79e05978a8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 3d2dd05e7d..d6042f504c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 67caae8ee5..ecb995ef6d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 2acd076205..cc1024d7e1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 919f0a10f5..de4ca93c59 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 84e79fc00b..be947a633c 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index eade19555d..04bcaa8df5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index e6ce73f376..05534c5ea4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 4c08226d1a..9f3d7fc8fe 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 99dd931978..b0b609dee8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 5d76af729d..4da3629abd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 229f86d855..59f1e904bf 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 6747012ce7..dab05c9334 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index d1ea6dddcf..a1c7f40e67 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 82b888d255..0d97b879b5 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/ru/LC_MESSAGES/tutorials/troubleshooting.po index 5220df15d1..43cf4fc242 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 6ef0d2b072..ba0a231f22 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 2efde61152..f146e34c53 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 77eca1edbf..4365fe0f38 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_containers.po index 0220f770b3..75529253d4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_navigation.po index f5cd14c25f..5f1704811d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_skinning.po index 2be819d182..7a0eb72ebd 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 04d6f23974..b319f49a79 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 824c813b14..a454a8a6ee 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 54a848cb35..092a28bb0a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/index.po index 420547d7de..776e439e01 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 34104769e0..4d580ede9a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index cbaf55bdc7..dbcdb52af1 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/deploying_to_android.po index b4a0131185..3be80b1aba 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/index.po index 38b3a87944..473b729f5a 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index 83d3c34fe8..a08dd97cc4 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index b9e7c9199f..da253ce9a6 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index a38c80f912..20e4ebb13d 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 0577f05b25..22566db1d8 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_action_map.po index 741c25460a..0bffbebd36 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 2af32b8254..c0f1334180 100644 --- a/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/ru/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/tr/LC_MESSAGES/about/complying_with_licenses.po index acc1f3e4fd..4c167e9605 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/tr/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/tr/LC_MESSAGES/about/docs_changelog.po index fb47b6c835..f21879f3e9 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/tr/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/faq.po b/sphinx/po/tr/LC_MESSAGES/about/faq.po index 361a5ab7a6..fa3d54b74f 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/faq.po +++ b/sphinx/po/tr/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/introduction.po b/sphinx/po/tr/LC_MESSAGES/about/introduction.po index bb791acba7..1425a14209 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/tr/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/list_of_features.po b/sphinx/po/tr/LC_MESSAGES/about/list_of_features.po index e9d7e126a2..9cb03d27f6 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/tr/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -286,11 +286,18 @@ msgid "" "which can be used for improved 2D lighting effects including 2D global " "illumination." msgstr "" +"Özel gölgelendiriciler, :ref:`class_LightOccluder2D` düğümlerine dayalı " +"olarak 2D sahnenin gerçek zamanlı :abbr:`SDF (İşaretli Uzaklık Alanı, İng. " +"Signed Distance Field)` gösterimine erişebilir ve bu, 2D genel aydınlatma " +"dahil olmak üzere gelişmiş 2D aydınlatma efektleri için kullanılabilir." msgid "" ":ref:`Font rendering ` using bitmaps, rasterization " "using FreeType or multi-channel signed distance fields (MSDF)." msgstr "" +"Bitmap kullanarak :ref:`yazı tipi derleme `, FreeType " +"veya çok kanallı işaretli uzaklık alanları (ÇİUA, ing. MSDF) kullanarak " +"rastelleştirme." msgid "" "Bitmap fonts can be exported using tools like BMFont, or imported from " @@ -304,24 +311,34 @@ msgid "" "Dynamic fonts support monochrome fonts as well as colored fonts (e.g. for " "emoji). Supported formats are TTF, OTF, WOFF1 and WOFF2." msgstr "" +"Dinamik yazı tipleri siyah beyaz ve renkli yazı tiplerini destekler (örn. " +"emojiler). Desteklenen biçimler: TTF, OTF, WOFF1 ve WOFF2." msgid "" "Dynamic fonts support optional font outlines with adjustable width and color." msgstr "" +"Dinamik yazı tipleri, ayarlanabilir genişlik ve renge sahip isteğe bağlı " +"yazı tipi dış çizgilerini destekler." msgid "" "Dynamic fonts support variable fonts and OpenType features including " "ligatures." msgstr "" +"Dinamik yazı tipleri, değişken yazı tiplerini ve bitişik harfler dahil " +"OpenType özelliklerini destekler." msgid "" "Dynamic fonts support simulated bold and italic when the font file lacks " "those styles." msgstr "" +"Dinamik yazı tipleri, yazı tipi dosyasında bu stiller bulunmadığında simüle " +"edilmiş kalın ve italik yazı tiplerini destekler." msgid "" "Dynamic fonts support oversampling to keep fonts sharp at higher resolutions." msgstr "" +"Dinamik yazı tipleri, daha yüksek çözünürlüklerde yazı tiplerinin keskin " +"kalmasını sağlamak için aşırı örneklemeyi destekler." msgid "" "Dynamic fonts support subpixel positioning to make fonts crisper at low " diff --git a/sphinx/po/tr/LC_MESSAGES/about/release_policy.po b/sphinx/po/tr/LC_MESSAGES/about/release_policy.po index 07145f664d..3d3eac66e4 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/tr/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/about/system_requirements.po b/sphinx/po/tr/LC_MESSAGES/about/system_requirements.po index 5ea1177fbc..775890d545 100644 --- a/sphinx/po/tr/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/tr/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/tr/LC_MESSAGES/community/asset_library/index.po index 6747557a04..c8d5e2041a 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/tr/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/tr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index 56ab5189b8..e8fd040375 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/tr/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/tr/LC_MESSAGES/community/asset_library/using_assetlib.po index 6f29c56c6a..e8d84e9aec 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/tr/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/tr/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 560e7134ee..ddb20dd90d 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/tr/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/channels.po b/sphinx/po/tr/LC_MESSAGES/community/channels.po index bc50efffc2..6e44296b75 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/channels.po +++ b/sphinx/po/tr/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/community/tutorials.po b/sphinx/po/tr/LC_MESSAGES/community/tutorials.po index b55bdb060e..49796ffa61 100644 --- a/sphinx/po/tr/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/tr/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index d0572e7917..0f749ba9b3 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/code_style_guidelines.po index efb83d074c..f995f56172 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index 0ec7c63096..5ed77ca3bb 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index e0ad748131..a0c0454241 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 94ff498dd0..6ec63fbb4a 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,7 +59,7 @@ msgstr "Geliştirme kütüphaneleri:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "" -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -104,18 +104,18 @@ msgstr "" msgid "Mageia" msgstr "" -msgid "OpenBSD" -msgstr "" - -msgid "openSUSE" -msgstr "" - msgid "NetBSD" msgstr "" msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "" +msgid "OpenBSD" +msgstr "" + +msgid "openSUSE" +msgstr "" + msgid "Solus" msgstr "" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index d2a428a0e0..827676acc0 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index d676507cc9..3e2d24102f 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 0f17b9b78e..abf34e19bc 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 90116944d7..4c0d58b79f 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 7e150dba21..4bf11b0013 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 23145a2a0b..ebd45ca9a5 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/getting_source.po index 343aab3acf..c095c661e5 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/index.po index 23d4fb7a63..2f2f5bfbd5 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 5b98f66dd6..cb61f218cb 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index af1685ef38..461650c7b5 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 805215de9b..0fdb072ff0 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 633e0f4fb3..aebbc1daee 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index bda80591f5..b1a5beb734 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index d3a48c2afa..0dd5d9e5b7 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 533af9e9de..b33f3849e5 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 22552dbcad..e17d8c5c0d 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 7d1b2203a9..edddf13cfd 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 4267dcf55f..b336cacfe8 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 07ccfdc4ae..acdd325b7a 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 8b2cac4ff5..8b76fe061c 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index c50959a7d8..124b561ae4 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 933acdf689..4b5acea379 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 35dcbf10cd..f02a0d690b 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 8e268913fb..908356a65e 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 2d4480b431..7a5cf3f3d6 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index cc2ed1821c..4d0a8dbf82 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 164d6f4610..4f262c3bae 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 466b7c9a67..3b7d9e5c23 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index e39a77a798..c445b06309 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index afb64e699d..29f765c31c 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/index.po index 42d8263643..e21bb3cf5b 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index b90c295880..e7591541e0 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 0b689dfed3..d28038aded 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 7930328ce1..b684affa82 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 4f553990cf..9a724cc054 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 4cfe8fc195..dd3ad12255 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 3ccb6597d9..4217525a4a 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/index.po index cfa4d7ca67..d5a59451ad 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 54c5dc3ee4..45439eded6 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 655736e39f..e4be400840 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 8640688c9e..9a03feb422 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 1236aac8e3..64b37c7089 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index b394eb0f40..d753e3952d 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/creating_icons.po index 6bc9b15f69..aafaaddd01 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index e6c7352d4e..6656b9d886 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/index.po index 5e2a2a3661..f36b7b0244 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 0a0bf3da95..b5bef1d6f0 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 3ee59042b1..03703ef5fb 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/index.po index 5febb673d6..746b41cdc0 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/tscn.po index a92ec26168..1c3825a2a3 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/development/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/development/index.po index 8f9ebfe5fc..7f53f245c7 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/building_the_manual.po index 9445c01760..1ec1c2ee0d 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/class_reference_primer.po index f2c3492c73..256a805ab7 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/content_guidelines.po index dfdf8efcb7..1bf078f3aa 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 4dea7b8014..693e6543c1 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 78d0efe59d..4a840485fe 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index a2e64a8833..a726d8ce53 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 76ff74b577..45860db9d6 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/index.po index def5d04be3..091c608866 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 8e7ae6815c..34d4986c00 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/tr/LC_MESSAGES/contributing/ways_to_contribute.po index d80a78e974..f3c9154064 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 969ef3c548..232802af80 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index ce38a7dc6e..546d12389c 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/index.po index 6022110302..a7b9b1af48 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 86f14dd334..1713d07130 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_workflow.po index 5d223f21b8..344c3cb274 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index e933f79820..72f9d98593 100644 --- a/sphinx/po/tr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/tr/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 5ed581708f..88a715ebea 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 3da1fc84e6..167b7766e4 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 2093671cc0..a9e08157fd 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index e4194d4518..035c4ccc42 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 84b3cacdcd..5855736245 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index c565741375..fce766143e 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index e4251fc7cc..ded010638b 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/index.po index 77cc7f98de..e5e2f301ad 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index abb0f2acb3..1bb87cfd15 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index fe78692e78..b35c1c05af 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 03ad283e00..95d70d87dc 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 96d98f6478..38053463a7 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 02c5086a46..59236da066 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 589677128b..534b70fe3d 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 66cf32f697..33e9d22481 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index 7f572d91ce..af79890f0d 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 58f11002f5..8bfa9af7e7 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/going_further.po index adfae49a11..3e97e5112b 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/index.po index 0836408955..aec99d9cef 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 9b7bde0d8d..c87cc02588 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index a841b6bb13..78ec8ddc11 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/index.po index 7abc4eee51..70b66dbe21 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 83dcd98bb6..fdbd95bdf0 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 43493b3ae3..6eab94a0ff 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/learning_new_features.po index ddaf648cad..9dadf07051 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/index.po index 4a7f534e60..de35662f94 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/instancing.po index be76a90c5b..1399b61537 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 338c9fdb96..9d7a8d920a 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index c6156d8f15..1a126bf1d2 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index 4e17c2b059..d3f7d0fd09 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index afa5439128..138dd9c0bf 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/signals.po index 20ce57c573..b820fad631 100644 --- a/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/tr/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/index.po b/sphinx/po/tr/LC_MESSAGES/index.po index 1254382b54..46d63aab9b 100644 --- a/sphinx/po/tr/LC_MESSAGES/index.po +++ b/sphinx/po/tr/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -141,24 +141,31 @@ msgstr "Çevrimdışı belgeler" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Ayrıca, çevrimdışı okuyabilmek için belgelerin `bir HTML kopyasını " "indirebilirsiniz `__ (her pazartesi " -"güncellenir). Sıkıştırılmış dosyayı ayıklayın ve en üst-seviye ``index." -"html`` dosyasını web tarayıcısı ile açın." +"güncellenir). Sıkıştırılmış dosyayı çıkartın ve en üst seviye ``index.html`` " +"dosyasını web tarayıcısı ile açın." +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Mobil cihazlar veya e-okuyucular için, çevrimdışı okuma için `bir ePub " "kopyası \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index b6a175f59f..22ec2fa148 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 5b85c78590..87cc7c73fb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_meshes.po index 6b8780f7b8..d52542383e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_movement.po index f4c1011efd..66f0505b42 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 56b28f9a6d..ab39618e30 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_transforms.po index 165da54f06..1e3593ac29 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/canvas_layers.po index 07a873de01..e06e3eaf42 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 9b54591ede..bf20bd9f72 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/index.po index ba99096239..470945e21f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 24691bacd9..fa4dde76a4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 9e86b8e6f7..637a2efceb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilesets.po index 6b30234966..eb3b3e5a55 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 38d14099f6..4abfc677f9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index fc26d23262..6e8c9e42af 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_text.po index 6e9ea57f47..6e3a279d65 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/csg_tools.po index e3ec37f385..9c6d9277b6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index c2afe067ed..9c9bc31cb7 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 027f4e9b81..e2b2207b48 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 776fafe884..db5415d517 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 2893d341ca..be86f37a96 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index af1f3be36c..57395ff28f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index af7fdded76..3214141683 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 1c16bd187e..f7ba9134b3 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index a351e46f2b..7948499c7d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index dbdb624fac..635879fa39 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/index.po index 4eb0fbbe06..a8afa677b2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index b476b2020c..b62e4f09ee 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 091ac00187..f0039cfb96 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/mesh_lod.po index 49b2a2066f..5f5b00ed7b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 03d39b6c5e..7a95fc28b8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/attractors.po index 16c5f8e3b8..aa4b9026f1 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/collision.po index e0ae4843b5..b4d23e7034 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index ebb4a256ca..7717252e45 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index 0ca73cd1da..85b1b777d5 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/index.po index 84d4bb52fb..9197005472 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 7e29757ddf..03db5834ae 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/properties.po index b673ad74a1..393d925338 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 65e1c699b3..3b92594e80 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/trails.po index b90b4fcb27..2557fa5875 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/turbulence.po index dfef9dba7f..6f6885b251 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index d5b70efd74..edb95f491f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index e1bebadba9..0fa034fdae 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 39dfdbb846..1655785945 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 4dd7abd440..38c484851c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 05a43b5c06..5ac6577866 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 3b8f9c1a01..df00b28acf 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 3ddc5af8c2..a298389b44 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 1d0255148e..f490ce143e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_decals.po index 05cdde9dd4..4d55a9611a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_gridmaps.po index 49ee15a97a..d84098f6f8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 7013bd9950..e8c16e1a22 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_transforms.po index d675abbb36..a07b33399b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 24e182e250..6d688a3512 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/visibility_ranges.po index ed9ba92ef5..5184552298 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 8ae70a02f8..bf73c7d53e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 5fdb749ded..6fd4348338 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_track_types.po index 3974622aed..05f2cebfed 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_tree.po index b1f0769937..d560e52929 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/creating_movies.po index 686feaae78..422a6b5421 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/cutout_animation.po index b8073651e9..6107a96713 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/index.po index 98a613103b..a12b9dbe86 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/introduction.po index b1b97fe0b3..73b590cf37 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/playing_videos.po index c06298dcf2..0dea26ec02 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index b235a81ceb..49f893ed46 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 442e15354c..4a251d8878 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index c170e23897..c5478c7066 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 8c38734317..2319d73b54 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 5ee8d41a72..338b8c62b8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 7af96261d3..20ab7feb31 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index 28b68fab02..fa384dfd20 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 7e0496539a..7b1f3dd187 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 067c196f21..93dcea18f1 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index 11c0d30907..6742e544ba 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index f7dc638948..308f42d499 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 77075e41a8..b5cf6ec87b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 1b46fa192a..fe45076c90 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 380c4948d2..7026243ddd 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index d33e073e71..2891896e9b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 491b2d576e..4c62c69588 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index db080c44cc..437a692837 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/index.po index 23f293a631..c7fe145a84 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 091d2d91d9..8ed5ca389c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_buses.po index e8bb9bd8fa..648975d00f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_effects.po index f68b9ddeb6..2bce8ef3a6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_streams.po index 5dc33f9b3a..17f83a0903 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/index.po index 0f3c4a60ab..4a9cc68810 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 89b97e2747..753bbc0872 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/sync_with_audio.po index aa6329adf1..ce28b1726a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/text_to_speech.po index 6de30afb92..e56e0fda78 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 4029085d62..d607a73b4e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 5bd1478e5b..ae0b99b354 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index a082c1152b..97d4a185f9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 19716cf53b..1c59ab1e3a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/index.po index 230b54f50f..ca884cb584 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 62f7669158..b4e040c791 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 8b081e5c64..2e3f75abe0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 09d9fddd02..3903b728d4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/project_organization.po index a8d8d6ab7d..aaa2026ff0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 843e7928c6..a5c439efe2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index ddd2efe14b..dfc82371d0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 5759f33d4a..51516c451c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 312b1f14cd..f73e8a7e05 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 6509da64a7..2514030fd5 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/customizing_editor.po index d73ca1e511..e8259faa91 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/default_key_mapping.po index a7020b6ae8..88111c41b0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/external_editor.po index df1988a15a..e0e24e6b63 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/index.po index f784e49e39..b21d96fed3 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/inspector_dock.po index 3d8336359e..05a78eda6b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/managing_editor_features.po index a72c758b8c..0e8d925831 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_manager.po index 473fb0076e..5b31d96c84 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_settings.po index 60050d4376..3ea6fbaa8c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 1ae5e1e8f4..33949b5bff 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index f6677af722..964e9272f9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/android_gradle_build.po index 7d1713023b..e1f6cdf29c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index a84ec3ecc9..85ceef63cf 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_android.po index 43779804fe..66821a9837 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 196bd99c52..2fd785b39f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 12f26703fb..fd028d09e5 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_linux.po index fcf5623c93..8a04e49498 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 4dae03d6d7..6024fe0d51 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_web.po index 2cfb5948c5..d89cc3c04a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 6bb2ade0a7..038abc19f8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_pcks.po index 407235054f..6ab4bcf911 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_projects.po index 907160c95f..6300d95601 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/feature_tags.po index 60f419deb0..49e363f759 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/index.po index 86ff846af3..c01b1f8c47 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/one-click_deploy.po index a07a4a7d5d..4e8be3f4ef 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/tr/LC_MESSAGES/tutorials/export/running_on_macos.po index 65e5b20933..f62f561d90 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/index.po index 3bd69b372d..65e186468b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index df78e7bb09..f9c2b2921e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/locales.po index dd1ebd383c..b6df598e6a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 0c73232123..43c8511678 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 620b88c3ef..6cb8b8a54d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 9fbb40682c..bc2e820106 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 8d325287a2..ad3b9716d3 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 87cc424665..772b7c0d60 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/index.po index 839f38f146..683828b38f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/input_examples.po index 9bcef9aa09..34dd15495b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/inputevent.po index e12ee0df6b..425ea02da8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 910f3c1f6c..c7175f680b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/background_loading.po index da2504371a..cf8db259b9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 870d83a31a..5f198e199d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/data_paths.po index c204af01be..37f1409aa7 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/index.po index 5293de6ccc..e028c0b827 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 4d6f6cd59b..7b17a6e2a7 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/tr/LC_MESSAGES/tutorials/io/saving_games.po index c2b59b5251..34e34dd926 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 12fbf7528f..c3d383b5e4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/index.po index 95ed04f838..c0b7a88d48 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/interpolation.po index 66792bf5b6..064ee8a733 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index 77713826ae..efb7ccaed1 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/random_number_generation.po index 245c13e162..f3b2823212 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/vector_math.po index 3cb7587bc6..f5d8f50342 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/tr/LC_MESSAGES/tutorials/math/vectors_advanced.po index b2a96477b1..e246b0bb23 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/index.po index 3316888400..e74131f649 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 39cb8bc507..9b73beada9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 5feca0f712..da575a5b3d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 0c0e31add6..a7310186b6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/index.po index dfda469e97..668de5c2ef 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 6e6753aee0..3ce4867cab 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 4720878c63..9804952b60 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 2e2dd35642..85966a0090 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index c1265e31f0..a8551ad7c9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index c0cc76c0a1..c2a323a0eb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 340e689cf1..e1ba3d86fe 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 6af71b6cfb..4baa040097 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index 1bb16fa7dc..d941c7ba62 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 8af10e829c..41566f2167 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index c5aa3e6f48..ad20401fa6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index a3e9933794..e1f82cb05f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index bb05d2d8b7..4b94973e82 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 74acf45c38..9d1c51716a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 757eb06462..873bd5e081 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index d806a0b1cc..d41dcf3a48 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index a75a84ab72..03f51a8531 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 1c16028a5e..981beb12c3 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index f54b72ca37..cffe459c0b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index e7ea7652c3..b095bf367a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_client_class.po index ca714113cf..67d1369a05 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_request_class.po index 62bc5f27ff..be7dd29061 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/index.po index c928fbfffd..3dfaa893b2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 95e050e84e..568af08d01 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/webrtc.po index 14ca081140..e638113807 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/websocket.po index 79d1e3e1cd..c66f86225e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/cpu_optimization.po index a3bdeefb5b..498413355f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/general_optimization.po index f44c3fd748..51d5ab1422 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/gpu_optimization.po index b80fa0b12d..b15b13730d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/index.po index 164ff294b0..4dcc059539 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index b2b255a1c5..205da65292 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 81e85d9a0d..f40438e176 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multimesh.po index f7f50a4863..8bf9d260a0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 56659f9b84..4c50be3816 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_servers.po index 09fc1d86fd..1fff3163c8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index e47fd90381..6d0300618e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index f3be1bd13d..d6183e11c1 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 5a2a110a99..4d44e09468 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index be3e429751..cba25588a0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index ac8f631bef..914fb46726 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/index.po index 33d629f870..374a04fff9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 66c2839998..aaa2bded8a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 0034411233..612b923c6e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/physics_introduction.po index c689de2020..0b3b2a1398 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 8dd0c524b4..3fe4571fe4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ray-casting.po index 0b1400b281..530928f360 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/rigid_body.po index b1e0967c16..7dac0b6c79 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/soft_body.po index d647c2ab0e..131449a2df 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 7cbc0d1348..2d15f6a645 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_area_2d.po index 4c4433c942..5887551797 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index cc603a4f53..50849f5547 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index b65ccdcf7a..1a93ef67d8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_library.po index 52e4e8ebb2..79071d987d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 288346b736..16468d4505 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/index.po index 61ee960715..d51f54c2b8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/consoles.po index 1eb9b48889..ab5190607d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/index.po index 916793a7b0..a76e93fc6b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/index.po index cb74499229..2198a03acb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 51e762b8c0..0ba8efc107 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 8055344707..81c45eae68 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 64585fdd76..967be27689 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 6a6d02e4a3..970d91e469 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/index.po index fa5854e99c..bd158f480b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index e635a47e10..3e445aa66a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 9cc132d542..0ecb38c007 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/index.po index c4257d4fc9..650fc72b11 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 89dd45ed31..0e412e96ba 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 419d46904e..2b7afbb153 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index b5f831674c..81477f9bcd 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index b02a24a94e..6f22275286 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 1c3d10f9ec..b593450f5a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/index.po index 4ceee65cd7..3f27369511 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 90f6ec62d2..ce108e4092 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/index.po index ef2f1603c5..ca9731d308 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index f82b5bb6c8..0b7b6093e6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index b3809e747e..a0fbf3a4cb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/viewports.po index 4e939b7440..38c0da439d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index cdac22e788..8390556652 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 28d04883fd..db548b7f07 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index 41fbfb5c47..7697dd0dd6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index e9988c91f2..de6264c799 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index c96c06b819..d9158c7626 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 92a46dcdf4..406bdbd03c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 70e11f2633..f5f35657cd 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 11f229c5b0..de1bba2a3b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 6a236195b0..2fd59bf448 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 6344ee4e74..4019d3749f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 88e89aadb2..4b93ab7a46 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 38e28d9457..d2591ae465 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 4c0f42ebd7..20418e5330 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 9933ba414b..a6aad74ef2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 30d82395cc..9c9106214b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index fde28d9d66..9a5f0080cc 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 2a8cc4c344..a0e38ddc6c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 96d07aa182..242845dd43 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 0991d9594e..2fd3e558d4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 8a248d14b1..4400d7921f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index da2045090a..d9a1d96f05 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index ecaa5ced9f..bf41126766 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index be4851361f..eb59940549 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 49aeac23b8..0371274b27 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index a067463e98..6222aaba01 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 8aeb2158a7..b07f631ca9 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 36131a36ad..9a357d8a98 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 0077c839de..fbb4dabd87 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 3bf8b95acb..d5c96be722 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 07900a8069..be2c096ebd 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index f09ca2577a..37377cce88 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 696e3b91d4..2a2544c7c6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 14a1da4a65..c6a9db9da7 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/index.po index 8acbabb7b4..81f52e8ab2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index a8f5c28783..7346244be2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 5e74d1c896..9bc7a9e7b4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 85c8e1a20a..0a8845af54 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/filesystem.po index 6f202bc7c8..c63608f0bc 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 62cf2b7f59..e30f6a059f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 4633e28072..35a8e13edb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 32ac885798..a78561a5f4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 5379aea9a4..30d76bf9ab 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index b8acecdaee..276468831b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index a76ab0b4d9..e7d8f1502c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index 920c977c5e..288c498e58 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index cb4e99980f..2653f9a7f7 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 480c4fd5ff..f6d4f6875e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/index.po index ab046712eb..68bd865e0b 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 2ffae8bd7a..1145e3082d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 2553011bc2..34b657fd57 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/groups.po index dfd616aa93..a232ac4cde 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 12b0e39d57..04c3456dba 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index 4db01fa813..ae3700d25e 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/index.po index d617c02014..cfe700b18d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index d3ed85233a..9d1f03eacf 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 55a35ceed6..08afcaec72 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 8e843f1fea..cb144f368a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/pausing_games.po index 3ef6cfabf3..184e659b60 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/resources.po index c79840eeec..8f0f78da22 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_tree.po index 8a1fb7101c..d94c00d1fa 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 4a77dead74..b77956fc24 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 38da39ba12..ac998189cf 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 70e5c26f78..abb44f91a2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 07913a6be2..9976bdcc07 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 9db62ade18..13909f2635 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index 1fd8853775..c4c1f7f5e5 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/index.po index af45db4dac..4b74342034 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index df0a0b67b1..86fcf72f44 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/making_trees.po index 4000a679a0..61b56640d2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index e9713fedd2..85b6c3fd49 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_materials.po index 8e39618c8b..8fb2d9a331 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 5526a41462..a9f9f76be3 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index d7e527269b..d1bedfbac2 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index ebd8aa8198..4eb288759f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 451ec4f025..3877e068ad 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index d7d28769cd..31548f6d84 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index aa4dbc2184..cef22cdb40 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index b9ab4f6c79..dc5cec45b0 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 07a4239258..016a49d2bf 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 686da0a4ac..a8d63d8e6a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index afaf599b57..5407403f48 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/visual_shaders.po index b2a90f8634..5b0803814d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index e43020e3b0..358367d677 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index fc189ea3a4..4975829d9c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index cbdebc84ef..6f50d858ab 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 8841b98a15..91f273f3ea 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/tr/LC_MESSAGES/tutorials/troubleshooting.po index 681519f73f..711c460c5a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index b2952d4875..a60b08d464 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/control_node_gallery.po index ad7e2f5e4f..864ee600a4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index f2f0dbd14f..8660b105cb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_containers.po index 55cba78004..1c8bdc056f 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_navigation.po index 0397f9111c..102ce1ce15 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_skinning.po index 81c747a09b..3a1925bf8c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index c6844795af..1ccbd63920 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index b3bb47dc42..236f8fce28 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index e7198b11e5..f830e815eb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/index.po index 8d24f985ae..898718e3b6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/size_and_anchors.po index afb22d81ee..561d4024a8 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index f116b96e41..03d574e40a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 3a2bcaead0..416f85d9b6 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/index.po index 1079f3b8c8..fa63e0bec4 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index 49b0ba300d..a3058a7acb 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index ba349b86cf..045fcac449 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 2ea88cc3be..f301f8bb6c 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/setting_up_xr.po index f4c021f30e..38de8a346a 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_action_map.po index 570de3bd18..b2f4be416d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 5d0a09c831..9317ae5e4d 100644 --- a/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/tr/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/uk/LC_MESSAGES/about/complying_with_licenses.po index 57af9e5459..cb1e9ff7d4 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/uk/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/uk/LC_MESSAGES/about/docs_changelog.po index 35f99b8d1f..498943395d 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/uk/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/faq.po b/sphinx/po/uk/LC_MESSAGES/about/faq.po index 3992a90189..5154951670 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/faq.po +++ b/sphinx/po/uk/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/introduction.po b/sphinx/po/uk/LC_MESSAGES/about/introduction.po index 1524503ce3..0d1eb77f58 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/uk/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/list_of_features.po b/sphinx/po/uk/LC_MESSAGES/about/list_of_features.po index 0408abf571..227ac2fe07 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/uk/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/about/release_policy.po b/sphinx/po/uk/LC_MESSAGES/about/release_policy.po index ef6f88ac3a..f1c31eec1b 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/uk/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -179,7 +179,7 @@ msgid "**Support level**" msgstr "** Рівень підтримки **" msgid "Godot 4.3 (`master`)" -msgstr "" +msgstr "Godot 4.3 (`master`)" #, fuzzy msgid "June 2024 (estimate)" diff --git a/sphinx/po/uk/LC_MESSAGES/about/system_requirements.po b/sphinx/po/uk/LC_MESSAGES/about/system_requirements.po index c3ed41826b..1e2fb6d2c3 100644 --- a/sphinx/po/uk/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/uk/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/uk/LC_MESSAGES/community/asset_library/index.po index 22e0a30de2..26120c290a 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/uk/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/uk/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index d353ffb987..99319525af 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/uk/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/uk/LC_MESSAGES/community/asset_library/using_assetlib.po index d40cfa0701..da334ad0b3 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/uk/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/uk/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 28fa0d1462..2e48178a08 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/uk/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/channels.po b/sphinx/po/uk/LC_MESSAGES/community/channels.po index 5fff3b237a..b49a351db3 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/channels.po +++ b/sphinx/po/uk/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/community/tutorials.po b/sphinx/po/uk/LC_MESSAGES/community/tutorials.po index 9d749ef654..b1db74fd77 100644 --- a/sphinx/po/uk/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/uk/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index 542d19afa5..c81d807201 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/code_style_guidelines.po index 8aed4425d6..a3e45a4f95 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index fa0baeb0f4..7162a8f108 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index aa293b2bf0..a5a0bdc7b1 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 5c6ddd5de6..41865fd1a8 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -72,7 +72,7 @@ msgstr "Бібліотеки розробки:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "Бібліотеки для розробки: X11, Xcursor, Xinerama, Xi та XRandR." -msgid "MesaGL." +msgid "Mesa." msgstr "" msgid "ALSA." @@ -124,13 +124,6 @@ msgstr "**Gentoo**" msgid "Mageia" msgstr "**Mageia**" -msgid "OpenBSD" -msgstr "Відкритий БСД" - -#, fuzzy -msgid "openSUSE" -msgstr "**openSUSE**" - #, fuzzy msgid "NetBSD" msgstr "**FreeBSD**" @@ -140,6 +133,13 @@ msgstr "" "Для забезпечення підтримки звуку ви, якщо хочете, можете встановити " "``pulseaudio``." +msgid "OpenBSD" +msgstr "Відкритий БСД" + +#, fuzzy +msgid "openSUSE" +msgstr "**openSUSE**" + msgid "Solus" msgstr "" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index f35e328909..b6345e8207 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index 4b1b9f94de..55be36064e 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index d9929ac048..1f0d80ab7f 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index de902e6141..5c7866a82f 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 0c2146d277..09c438e098 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 24472fad1a..e11029727c 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/getting_source.po index 8e071e0471..af678655e0 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/index.po index 150b9d6f74..6a285b5c5f 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 6d1efc1d19..85d43b2644 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 6445bbe05e..e7a86f1237 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 98f058cd26..d3566e40a5 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 7123f2edbd..5a9a17f2bb 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index f038fcef20..579007bc8d 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index 6a07140c2d..2036dc305b 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 39122649f9..0f97ca8e85 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 34fa30bdb8..a304c4e094 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 99d7269281..589698ca24 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index 1b2fe8034f..7f900fdb4e 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 6df1789de6..72696c38c5 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index c0720a2654..665dea9660 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 5130caddbf..4d1c11fbc3 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 8c8c3c4016..48dae7503b 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 537d9168e0..942f6ce5a3 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 9e730b3b23..3a43ae3d7e 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 165e1f9635..8aab07a640 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 57304a7cac..34f747631a 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 34d0bbe812..02669aa1a7 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index d0f3584226..04328ecd64 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index bc84153c14..49f2058de4 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 548b36ef71..d67668c77e 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/index.po index 9e2aef09c4..68bf8136a6 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index b2068da9ea..7052a2e5b8 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index b785d1d7e4..fac34416ec 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index e0ef338894..af0394f63e 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 115dd97b8e..54ddfe730a 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 3d5d079191..8e9d24b7dd 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 25ec8d9e80..701d5657ce 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/index.po index a8101da7e4..3842777fb2 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/macos_debug.po index c9789883b4..0beae0fe22 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index f8e76b5d6d..f312e8cbfe 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 063cd12baa..0d6ae43cba 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index ff7e576d85..a076ebff43 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 887f1328fa..2e6e13e1ec 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/creating_icons.po index d168d78e09..c1d1e66860 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index 79bf181f17..1e5cb6ef73 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/index.po index 5ed667ed36..6389f33f3c 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index 1ddb740f95..3c824199b5 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 5dc5864535..24af3eceb0 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/index.po index d195f45d88..e8cd29157d 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/tscn.po index 025b91a4b0..8f549deec8 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/development/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/development/index.po index 16c3b3e1c9..e69a66c36c 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/building_the_manual.po index ace342fffc..fe64128402 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/class_reference_primer.po index a77bbd5759..9f365e2700 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/content_guidelines.po index 3c7b4bc9cb..84aaadbdd3 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 1d43e3ad8c..29de8ff181 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 7c20c21e30..fa0c80c00d 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 85fcdf94c2..5a05447d6d 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 5a8f5d01ac..1e31adb99f 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/index.po index 3f4c357e1e..77ae44b5a0 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index 42c46b4fe7..04e5b6b932 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/uk/LC_MESSAGES/contributing/ways_to_contribute.po index fa57b0b376..2593e23308 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index f488025faa..a6c002bc30 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 47c8beac68..a1c3ce3fcd 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/index.po index 17d2f20192..1b784516ab 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index aa2e7a68bf..a1efbcebfd 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_workflow.po index 2d6a0cc285..3f45d0b709 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index ecbddfe421..c09895e066 100644 --- a/sphinx/po/uk/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/uk/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 77add4cad2..a54e7a1bfd 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 9ccd9e4192..52fd8e08d3 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index 70ddf20c94..0f14c5fbc5 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index ea4e66274f..782ded546e 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 32e960072f..7fa2875ded 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index 9d3760f681..e1aaef3cae 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -140,14 +140,15 @@ msgid "ScoreLabel" msgstr "ScoreLabel (Мітка рахунку)" msgid "Add the text ``0``." -msgstr "" +msgstr "Додати текст ``0``." msgid "" "Set the \"Horizontal Alignment\" and \"Vertical Alignment\" to ``Center``." msgstr "" +"Встановіть \"Horizontal Alignment\" та \"Vertical Alignment\" на ``Center``." msgid "Choose the \"Anchor Preset\" ``Center Top``." -msgstr "" +msgstr "Виберіть \"Anchor Preset\" ``Center Top``." msgid "Message" msgstr "Повідомлення" @@ -159,14 +160,18 @@ msgid "" "Set the \"Autowrap Mode\" to ``Word``, otherwise the label will stay on one " "line." msgstr "" +"Встановіть \"Autowrap Mode\" на ``Word`, інакше мітка залишиться на одному " +"рядку." msgid "" "Under \"Control - Layout/Transform\" set \"Size X\" to ``480`` to use the " "entire width of the screen." msgstr "" +"У розділі \"Control - Layout/Transform\" встановіть\" Size X \" на \" 480 " +"\", щоб використовувати всю ширину екрана." msgid "Choose the \"Anchor Preset\" ``Center``." -msgstr "" +msgstr "Виберіть \"Anchor Preset\" ``Center``." msgid "StartButton" msgstr "StartButton (Кнопка Старту)" @@ -178,12 +183,17 @@ msgid "" "Under \"Control - Layout/Transform\", set \"Size X\" to ``200`` and \"Size " "Y\" to ``100`` to add a little bit more padding between the border and text." msgstr "" +"У розділі \"Control - Layout/Transform\" встановіть \"Size X \" на ``200`` " +"та \"Size Y\" на ``100``, щоб додати трохи більше доповнення між рамкою та " +"текстом." msgid "Choose the \"Anchor Preset\" ``Center Bottom``." -msgstr "" +msgstr "Виберіть \"Anchor Preset\" ``Center Bottom``." msgid "Under \"Control - Layout/Transform\", set \"Position Y\" to ``580``." msgstr "" +"У розділі \"Control - Layout/Transform\" встановіть \"Position Y\" на " +"``580``." msgid "" "On the ``MessageTimer``, set the ``Wait Time`` to ``2`` and set the ``One " @@ -234,7 +244,7 @@ msgstr "" "ніж показувати кнопку \"Старт\"." msgid "Add the code below to ``HUD`` to update the score" -msgstr "" +msgstr "Додайте код нижче в ``HUD``, щоб оновити рахунок" #, fuzzy msgid "" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index ca5fe42991..7dc2af3e29 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,6 +89,10 @@ msgid "" "select ``Make Unique``, then click on the Stream file and check the ``Loop`` " "box." msgstr "" +"Всі аудіо автоматично імпортується з параметром ``Loop`` відключений. Якщо " +"ви хочете, щоб музика плавно зациклювалася, натисніть на стрілку потоку " +"файлу, виберіть ``Make Unique``, потім натисніть на файл потоку і встановіть " +"прапорець``Loop``." msgid "" "To play the music, add ``$Music.play()`` in the ``new_game()`` function and " @@ -139,6 +143,11 @@ msgid "" "press the corresponding button, d-pad, or stick direction that you want to " "map to the respective input action." msgstr "" +"Тепер було б добре додати підтримку контролера, якщо у вас є один доступний. " +"Прикріпіть або об'єднайте свій контролер, а потім під кожною вхідною дією, " +"яку ви хочете додати підтримку контролера, натисніть кнопку «+» та натисніть " +"відповідну кнопку, d-pad або напрямок стіка контролеру, який ви хочете " +"відобразити на відповідну вхідну дію." msgid "" "In the ``HUD`` scene, select the ``StartButton`` and find its **Shortcut** " diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/index.po index 91435f4897..e388ea12fa 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 8b4f0e60be..84b8c47c83 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 139d826c90..efcf87566c 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 8f81b471ac..83231e09d7 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index d5a64ee1e4..22cdd3c6fb 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 273e767d19..28df9fd0d0 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 0f257e0a82..c1c056fbbc 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index 75c1c4f821..52b8d2ec82 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index af77814890..5497b12a8a 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index fccf35493f..5c5da53758 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/going_further.po index e4b5c655b6..bcdd7a792c 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/index.po index 5cd9d29172..b11d461d76 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 70c335c5d1..44ff80a6aa 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index d381ec31c4..f3ba4b9931 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/index.po index a60aebb2a2..c6dc183be1 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 299fa71ff3..8f6a72b1fe 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 37c5cd8012..4bd16802b0 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 38ea705902..edce89cfe6 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/index.po index 0c62e3c3ca..3a7b2db8ae 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/instancing.po index 48a7b55986..79eca89f8f 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 0c0ed4fb10..5de21d8fcd 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index e56e2d5732..6541af5e6e 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index f2d365defd..50826ebca2 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index f58d5de3da..a5dbd4a2fd 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/signals.po index 602e8eb1a8..5f0b242c40 100644 --- a/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/uk/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/index.po b/sphinx/po/uk/LC_MESSAGES/index.po index d888caee42..94f689e09b 100644 --- a/sphinx/po/uk/LC_MESSAGES/index.po +++ b/sphinx/po/uk/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -137,23 +137,30 @@ msgstr "Оффлайн документація" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "Ви також можете `завантажити HTML-копію `__ для офлайн-читання (оновлюється щопонеділка). Розпакуйте ZIP-архів, " "а потім відкрийте файл ``index.html`` на верхньому рівні у веб-браузері." +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "Для мобільних пристроїв або електронних книг ви також можете `завантажити " "копію ePub \n" "Language-Team: LANGUAGE \n" @@ -24,10 +24,10 @@ msgid "Versions" msgstr "Версії" msgid "On Read the Docs" -msgstr "На Read the Docs" +msgstr "Читати документацію" msgid "Project Home" -msgstr "Домашня сторінка проекту" +msgstr "Домашня сторінка проєкту" msgid "Builds" msgstr "Збірки" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index 85f37a0e01..e6aabbd434 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 5e68910ea8..555a128917 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_meshes.po index ea86600aef..e1b8b921ac 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_movement.po index 0aa77f8e1a..d2704e6da0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 91595ac870..c42b077e0f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_transforms.po index 0637f3e238..1dc83f6c31 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/canvas_layers.po index 5f1bdf9920..f82fe9dd15 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index f507822f39..a053e1cfad 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/index.po index 8c3428ed5a..75d6ede84e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 4691c8f1e6..84e7a37193 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 60d00f1f31..1ec42705c3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilesets.po index 8c40027483..35c45c76e9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 4f076ae7d7..53397ea6a1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index 7169a30a26..94e1bc975c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_text.po index f6af6522f8..b21b63256c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/csg_tools.po index abbec58417..9f4f4eda32 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index d71db533c6..a43427e13e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 8a8fa8b281..126877adc2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/index.po index b60ca87692..05353336d9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index f24a88b595..37110ce91e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index d35c1771aa..32ef53073f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index bfe2f03716..d085473831 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index c705bb63c9..578cd44571 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index bda482cb4a..7f79d505e9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index a93f897037..25e8b218bd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/index.po index 2efad29548..bbfd1f8ce0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 0ae4bdb746..a4f7409830 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index ba17f7d64a..78a15261fc 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/mesh_lod.po index c6874befec..3716ed530c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/occlusion_culling.po index 655912c5c8..01233929e4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/attractors.po index f6cb1b0aba..bdb9241c89 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/collision.po index 21dc3d0aff..a0dcf5ac7a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index daac483cf9..fc4ab1043a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index b09c205bc7..35e102b117 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/index.po index 0de20c2d22..c1e4d71ad9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 498ffd4980..3b3af76089 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/properties.po index 8b64ec83a0..50f2619af4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/subemitters.po index ef7b2f17be..73e9ff951b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/trails.po index 6e6194c4e3..3a5beaf8f5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/turbulence.po index a1b0855728..c593194941 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 7d36ba503c..6aaf987b68 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 768131c301..30750d2abb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 609fc90668..27121d7d29 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 6b19ec7209..d72e872a8d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index a33992a032..4982c69d34 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 81f4225eed..7be4865f87 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 97d26e1f52..ce9e10709f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 49ba611eaa..f6c433d5e2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_decals.po index de7b787c26..8be256f3b8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_gridmaps.po index 86b6f730b5..9b5fe1d5e4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index 457d59f714..c245616eee 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_transforms.po index 53fa371dd0..53ead57bce 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 1e54fb9c86..b321b83d12 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/visibility_ranges.po index e478ded8c1..c950e5249f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 717c3171e5..7919e5b164 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 32fc8e0e10..929d2debab 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_track_types.po index 48320103c1..7165c8edc6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_tree.po index 2b9e623dd0..3f0d37ceaf 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/creating_movies.po index ac21707435..8e92cc4931 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/cutout_animation.po index 783dfdbdfc..31dd2c13ec 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/index.po index c6bbb135a7..c89631e2d1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/introduction.po index 40d5f9d2dc..b18c283cd4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/playing_videos.po index 15fe6a879b..71e0bdaaf5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 80501acfd5..5c71f16ff8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 001454b24b..021b3c9307 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index aa1d422e1e..46f0f0e481 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index cebff65cef..c92a3041d4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 356db7cea4..2e80b0658b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 71c502b731..f7ce04c08b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index 3e43b9480d..4d5f9a406d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 01623279a6..d1b5e16782 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index b30e3bc049..37b7b946cd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index f8ff95a81d..fafe1a973a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 5ebca4aea2..6438c9bcc3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 520bde0060..34fa459b4f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 18ca0f7a8d..724e4e024c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 4bffa07b47..5a43137fb5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index 82f179da3f..15ae6acfc6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 1c65aa38da..624aab757b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 2f3229919e..d9b235b8d9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/index.po index 5d8d9f30ff..50a9e8cddd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index ba7ec2ae79..ec4e2f88ae 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_buses.po index f4929849d9..a040847f00 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_effects.po index 4dc171b9ce..fa34029b41 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_streams.po index 08ed2b183e..ab7f81a7b2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/index.po index 1280fdb963..16c9912877 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index a8b1889a2f..65a4245168 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/sync_with_audio.po index e1a3d5df9d..a2a2d0f951 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/text_to_speech.po index 5200f09d2f..5e83df5269 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 142858cdc3..c185134854 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/data_preferences.po index dae0f54b17..cafc8b4646 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 6b98b4cea4..d6782f304c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index edad1186e0..7752fade82 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/index.po index 573f4b8b68..6ec26c6337 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index b03698a733..e8d62b6b8f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 393a30eaac..67fac686dd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 9651b37154..3902436d3f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/project_organization.po index f0decb678b..1c867975ce 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scene_organization.po index b4ce7774e0..9406b775fb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 7712db5428..a1656fb7d0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index 337ec162de..5f008686c7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index ab73e45831..a48ee6a269 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index 110b37d381..01ff74e216 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/customizing_editor.po index 0f0821bf39..93272a6e0c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 6a84574cf4..2c3679ca6f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/external_editor.po index 54a22c03ae..4e1da05da3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/index.po index f3824399f6..f397f17c0d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/inspector_dock.po index 7f058530bc..e21e777040 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/managing_editor_features.po index 950fe09f6a..e55ec49679 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_manager.po index 6d95d43a14..daafb28574 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_settings.po index c9045f53cf..5b27bb45e1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index dceceab114..ece0095848 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 5a386c930b..1f61f2fc18 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/android_gradle_build.po index df124c5bac..7c2d4d9ad6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index d059440a55..f0a06f2a6f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_android.po index 99070ae6cb..61c0c129fb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 95ab9e9fd6..89d0299802 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_ios.po index e26f35e2d6..4dd1ea25e8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 527526a0c8..c7cd5bc8ce 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 52d760a700..b2b0693793 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_web.po index 5d4ca17356..bc739c94f8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 71b1468ade..e22098ca4d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_pcks.po index dc9004d375..9b158c8206 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_projects.po index c9845029b8..1999e713c7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/feature_tags.po index 8adf4f5845..6fa10f125d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/index.po index 949cdad411..c02f1021f7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/one-click_deploy.po index 547ee0c604..b4706f6881 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/uk/LC_MESSAGES/tutorials/export/running_on_macos.po index c8817a2eaa..2dc1758b06 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/index.po index 99e8fc0db4..f821f3699d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index e91f474795..285d0c101d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/locales.po index ab051d0297..95c7a46df1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index ee1f130d08..c886499f39 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index c4df424971..a24ca29b45 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 31f7570263..0b7b9277cb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index d08fe5039b..020b1476c1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index b6a15e609d..ef4164abd9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/index.po index 38cf1e3dcd..8e93ec01a2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/input_examples.po index 611286fc05..8e783cf897 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/inputevent.po index 3704f408e5..62d6e51680 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 9b9cb36ba3..2f7aa7a896 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/background_loading.po index 7a2b3c7109..8468d36b40 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 27135feef8..421eb01c90 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/data_paths.po index cc871ac3b8..5e7c6387cf 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/index.po index cc96ef2991..71de0250e0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 7a98bcf715..8410abbe63 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/uk/LC_MESSAGES/tutorials/io/saving_games.po index 1cbed56d2e..5bd902072a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/beziers_and_curves.po index d0482acb47..f0d0e77951 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/index.po index 8b069d63b9..5d4411b533 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/interpolation.po index 490d5ae84e..46d9417979 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index ab71b59f87..37886685c5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/random_number_generation.po index f202e790b1..a5fbb9a167 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/vector_math.po index c37835b0df..b6acf5b73b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/uk/LC_MESSAGES/tutorials/math/vectors_advanced.po index f5813f1ef2..bb0f27d1f3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/index.po index ff20524304..08c422c495 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 46a2bd6e7b..1c19ed7100 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 1225d2648c..958ac59314 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 9af9ff73e6..679cb2cd46 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/index.po index 200751f47a..50a8edfee5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index ad92515a36..a75900ccb7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index b6546920b4..40b35b2e45 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 6ad72b448c..5e4f14b8b1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index d9ba0c6fde..92f8ad1942 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index fb72614f37..ea530a4974 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index e5f2345e4e..18ee775b93 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 6bec01a9b9..2ed05d3b84 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index ef1bd3d130..6296dd06c3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index 284226deef..2951a18472 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 02070015a8..49a838d9db 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 4af6889818..c10acf39aa 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 682347988f..0c1791d687 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 38ec7a2e10..f3f4669433 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index c55efcd9ee..3996631728 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 798555be30..ebb3132cce 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index ee8908ee2c..621448c404 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index 1072adfaad..890c660c25 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index 1dc233845e..224ef463e1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 34f832b5d2..09739cae4f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_client_class.po index 92fccc6578..cc881105de 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_request_class.po index 56bcb4f526..a91c2ebc5f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/index.po index 7f9608936f..49bcaccdc9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 15f530f178..98e9657a73 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/webrtc.po index cfdf77d555..f30a5c8b2d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/websocket.po index 3f2984ebbf..6dcea75329 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 135414d762..952b565db7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/general_optimization.po index 111fc93f09..5b6a36be0a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 14c055a0e0..82dfe1c822 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/index.po index 82809ebf31..83bdb5dce7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index b67aa08554..77730bb785 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index cd6f9a7cce..8d4eead9a7 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multimesh.po index 0a0b04b42f..cbc2b975ca 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index b6bbeafe3d..149ae23032 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_servers.po index 714c2e1221..35f01a5c42 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index a996394e5e..549528b381 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 286a1909a7..d5c453ea74 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 3447d30a51..76922d563f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index edd875a4c3..c9dc53756e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 714e1b6d27..46ab72a8aa 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/index.po index 458153d44f..9630950a47 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 8ea49b277c..183a576b09 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 757ba44702..4b82a04463 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/physics_introduction.po index e995a4fd3d..61e20a460e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ragdoll_system.po index cece5dcfcd..cccddbe87d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ray-casting.po index bd0bae583a..9456d9bf59 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/rigid_body.po index 3749d2bd6c..9f479d7902 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/soft_body.po index dc2e24db76..30a7068223 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 1b0168370d..ba1a19f305 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_area_2d.po index b68f94a807..cd27616141 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 65e0305b17..89102c38ab 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index a1b3916cba..6abb55a880 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_library.po index 1468cd1194..d1ba49a058 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_plugin.po index a99f53b547..8056651337 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/index.po index d76fe8b628..6dbf928ad2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/consoles.po index d4048ce83b..fd8ba69783 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/index.po index 65d09ef896..20d484d405 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/index.po index e6bd9299b4..8b078afa87 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index bd056f4d72..e48b0fc7c0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 656d34c11e..7674461e4e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 37e20faea6..e3426c08d3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index dff0ae60c5..7dbbb96c8d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/index.po index 67f5519bd5..066d587c15 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 3df8a7776a..5ea70ca9d0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index 1c053190a9..de1aa1302a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/index.po index bbb9eaf4f5..07eef78844 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 392f9ded6d..febef584dd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 5befd7cc39..7bce4fc142 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 4df2d42556..0d024178a1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 7634c83125..a22daf9929 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index a813bba7a0..63a6cab761 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/index.po index ceabb075d9..1b28c4b449 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 0c38295198..1f705f20e2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/index.po index 3b8a3406bc..40d8dceb0f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index a515d819ca..1c79b21d31 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 3682bf08bc..4982b0f24b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/viewports.po index 99118660fa..d6cab9121b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 1005255dc4..3397d0cf22 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 4a79c34953..88d3e6bd5e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index d01978c391..23600a0d82 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index c0dec14558..93ec422d26 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 98e7966f44..f702573ee6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index dcdf862b2c..9365155e22 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index 2183121221..460b2128f4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 026e34f67e..714cbe3e12 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 28bd4c3d58..f6f5268338 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 61239f614e..f4c8cf4cb4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 7d6d13a11a..173ce9fda9 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 9bba510938..ad75229a27 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 7f06a679a6..09772a5f92 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 289dc61ee0..3510255bcd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index dd2bb02d75..c7da6a7ee1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index af9e36b2a8..5ed9e4ab2c 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index a76cc6ac75..4d348f7ee4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index c390aeeedb..ab74d5ec92 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 0a5ffb46d8..3ed63d5dab 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index a2381d94ac..b47310a81b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 2947fa243b..11a2ea48bb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 240dedf8f3..35bb8aa818 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index e327b7ea50..23bd232779 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index da0a461093..56f48e6ff4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 47d456ca54..43ffed48fe 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 538daf644c..f6704d8213 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index cd1bcf2b68..42b0c75a7f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 3d0dafec80..fcb86aeb4d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 4629b0ce3d..fde17c5813 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 1d1551c113..4e7ebce9fd 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 0dbefca14f..3e05d81643 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index 1217bd9de3..2fc5b5dc94 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 9f1c4d8481..263e7461ca 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/index.po index d026dcfa10..44f594e39b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 039ad609ac..06a1ae14ea 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 365e3c6356..e7f4885374 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index 78d035239f..a179b9031d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/filesystem.po index 96a33ef610..dd3dc56d30 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index a239a8b279..b892827a2e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 20a8cd6394..b254fb6805 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index c1fc8415af..21a80ef6ed 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 36e4c88e2b..896f0bf24d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 23b2c09543..579981a585 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index cad5ffbe58..a557ef3071 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index 7e9d2a0809..e3775c2e8e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index d654d0c4af..2f2fcbf764 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 777b69a420..1819b10aa5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 948f9ca488..487689ca42 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index bb71d859f8..f60e0459a6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 839f433ae6..175028834f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/groups.po index 3eef8b54c4..5e7e7991ab 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index d7d7b0aca9..9ba1a503b8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index d4842660ad..a6d81f3b47 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/index.po index 2935ff16f6..1194c6c55d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 0cb62e85c3..3a927fb90e 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index d6ef5ef72a..e8c2262d51 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 9835257fef..9c3e450581 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/pausing_games.po index 01045439b5..ecbd04217d 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/resources.po index 4e53f650f9..4827326c66 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_tree.po index 488057ac01..841bf01e00 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index bbee51533d..ef72557467 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 788323aff4..d576f2a87b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index ddbd076b1f..22d701452b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 15687c890d..a415e540c1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index bde8268cca..3ef3f4184a 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index c38cc159c1..bea4c90f08 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/index.po index e7acd6e6bf..200fc62218 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index a25d69066f..61be28e7ae 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/making_trees.po index b1f14380ee..e7005f52e2 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 0e20fdff51..273a254dc5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_materials.po index 2110ba0d25..3b244a19bb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index 01b5e911ae..008bae0d40 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 2554d5bdf0..f129667767 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index ca6bb4c426..72a6a3b5d3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 19b3efe752..af3915aac5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index c857019899..96fdbac6ef 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index ac48238021..a57ea155f3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 7996e40117..6d9ad54551 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index 12dd9b9930..4e4b884697 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index a2f7bc40e2..24f1284eaa 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 6b6b377157..b31d413113 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 31e1ae05be..54950f13e1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 36922f2fa7..957db7db28 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index c039ab30cf..089eeed444 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index b3cbfbeda7..3a5ed5af24 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 1c483171cd..83feadfc84 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/uk/LC_MESSAGES/tutorials/troubleshooting.po index 16a400b529..3fbd385c10 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 002ecb8b54..fabd10cdc5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 4d0292e920..f0851cb85b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index e622300605..b895ed26e3 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_containers.po index 6410cea865..992ca73f50 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_navigation.po index 221336fb20..c5bc860876 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_skinning.po index f49a785a1b..58b7b5e299 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index a014af1f31..aeb6b4bda8 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 91aa0de4d8..a1ee8047b1 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 06a95af547..c36c5c535f 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/index.po index 8a5d0956f3..6b7512253b 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 25b7e995b6..7acfff63b0 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index e92868134b..1cc26d35d6 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 8d33c3b56a..5ca074a267 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/index.po index f81a4eaa33..39effb8c53 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index 2ec68c9897..69200a81b5 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index c5ac868e59..a103a11cfa 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 9c85a2d72a..5a6da15513 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/setting_up_xr.po index d0635a7398..2ca74bb4b4 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_action_map.po index 05ae72f563..33094a7741 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 43c88f428f..32cb2f7ceb 100644 --- a/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/uk/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/zh_CN/LC_MESSAGES/about/complying_with_licenses.po index 5ee6601d28..6683350431 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/zh_CN/LC_MESSAGES/about/docs_changelog.po index f668f69f60..89ea912330 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/faq.po b/sphinx/po/zh_CN/LC_MESSAGES/about/faq.po index 063335c0bc..9dc18d8a97 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/faq.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -170,8 +170,8 @@ msgid "" "the subcategories for each language in the :ref:`scripting ` section." msgstr "" -"Godot 官方支持的语言是 GDScript、C# 和 C++。请参阅\\ :ref:`脚本 `\\ 章节中的各个语言的相关段落。" +"Godot 官方支持的语言是 GDScript、C# 和 C++,详细请参阅\\ :ref:`脚本 `\\ 章节中各个语言的相关段落。" msgid "" "If you are just starting out with either Godot or game development in " @@ -181,10 +181,10 @@ msgid "" "Viable Products (MVPs), and focusing on Time-To-Market (TTM), GDScript will " "provide a fast, friendly, and capable way of developing your games." msgstr "" -"如果你刚开始接触 Godot 或一般的游戏开发,推荐学习并使用 GDScript 语言,因为它" -"是 Godot 的原生语言。虽然从长远来看,脚本语言的性能往往不如低级语言,但对于原" -"型设计、开发最小可行产品(MVP)和关注上市时间(TTM)来说,GDScript 将提供一种" -"快速、友好、有能力的游戏开发方式。" +"如果你刚开始接触 Godot 或一般的游戏开发,推荐学习并使用 GDScript 语言,它是 " +"Godot 的原生语言。虽从长远来看,脚本语言的性能往往不如低级语言,但对于原型设" +"计、开发最小可行产品(MVP)以及关注上市时间(TTM)而言,GDScript 可提供一种快" +"速、友好、能力强的游戏开发方式。" msgid "" "Note that C# support is still relatively new, and as such, you may encounter " @@ -215,7 +215,7 @@ msgstr "" "nim>`_ 的非官方绑定。" msgid "What is GDScript and why should I use it?" -msgstr "GDScript 是什么?为什么要用它?" +msgstr "GDScript 是什么?为什么要使用这门语言?" msgid "" "GDScript is Godot's integrated scripting language. It was built from the " @@ -226,11 +226,11 @@ msgid "" "complete overview of the power GDScript offers you, check out the :ref:" "`GDScript scripting guide `." msgstr "" -"GDScript 是 Godot 所集成的脚本语言。它是从头开始构建的,目标是用最少的代码让 " -"Godot 的潜力最大化,使新手和专业开发人员都能尽可能快地利用 Godot 的优势。如果" -"你曾经用类似 Python 这样的语言写过任何东西,那么你会感到得心应手。如果你想了" -"解关于 GDScript 的示例以及完整的功能介绍,请查看 :ref:`GDScript 脚本指南 " -"`\\ 。" +"GDScript 是 Godot 所集成的一门是从零开始构建的脚本语言,其目的就是用最少的代" +"码将 Godot 的潜力最大化地发挥出来,让新手和专业开发人员都能尽可能快地利用 " +"Godot 的优势进行开发。如果你曾经用类似 Python 这样的语言写过任何东西,那么你" +"就会对 GDScript 感到得心应手。想了解关于 GDScript 的示例以及完整的功能介绍," +"请参阅 :ref:`GDScript 脚本指南 `\\ 。" msgid "" "There are several reasons to use GDScript, especially when you are " @@ -238,8 +238,9 @@ msgid "" "next AAA title. The most salient reason is the overall **reduction of " "complexity**." msgstr "" -"使用 GDScript 有不少原因,尤其是你在进行原型设计时、在项目的 alpha/beta 阶" -"段、或者项目不是 3A 大作时。但最突出的优势就是整体\\ **复杂度降低**\\ 。" +"使用 GDScript 有不少原因,特别是你在进行原型设计时、在项目的 alpha/beta 阶" +"段、或者项目不是 3A 大作时会用到它,但 GDScript 最突出的优势就是整体\\ **复杂" +"度得到降低**\\ 。" msgid "" "The original intent of creating a tightly integrated, custom scripting " @@ -268,19 +269,19 @@ msgid "" "once you see how powerful it is and rapid your development becomes, we think " "GDScript will grow on you." msgstr "" -"由于 Godot 是开源项目,因此从一开始就必须优先考虑更加集成和无缝的体验,而不是" -"通过支持大多人熟悉的编程语言来吸引更多用户——特别是在支持那些大多人熟悉的语言" -"会导致更糟糕的体验时。我们理解你更想在 Godot 中使用其他语言(请参阅上面支持的" -"选项列表)。话虽如此,如果你还没试过 GDScript,先试\\ **三天**\\ 。就像 " -"Godot 一样,一旦你看到它有多强大并且开发多迅速,我们认为你将对 GDScript 刮目" -"相看。" +"由于 Godot 是开源项目,因此 GDScript 的开发从一开始就必须优先考虑更加集成、无" +"缝的体验,而不是通过支持大多人熟悉的编程语言来吸引更多用户——特别是在支持那些" +"大多人熟悉的语言会导致更糟糕的开发体验时。我们理解你更想在 Godot 中使用其他语" +"言(请参阅前面支持的语言列表)。话虽如此,如果你还没试过 GDScript,那就先试它" +"个\\ **三天**\\ 。就像 Godot 一样,一旦你看到它的强大之处与开发之迅速,我们相" +"信,你定将会对 GDScript 刮目相看。" msgid "" "More information about getting comfortable with GDScript or dynamically " "typed languages can be found in the :ref:`doc_gdscript_more_efficiently` " "tutorial." msgstr "" -"有关熟悉 GDScript 或动态类型语言的更多信息,请参阅 :ref:" +"有关熟习 GDScript 或动态类型语言的更多信息,请参阅 :ref:" "`doc_gdscript_more_efficiently` 教程。" msgid "What were the motivations behind creating GDScript?" @@ -348,7 +349,7 @@ msgstr "" "难以与代码编辑器集成从而提供代码补全、实时编辑等功能(其他语言都这样)。" msgid "GDScript was designed to curtail the issues above, and more." -msgstr "GDScript 是为了减少上述问题以及防止更多问题而设计的。" +msgstr "GDScript 正是为了减少上述问题,同时防止其他更多问题而设计的。" msgid "What 3D model formats does Godot support?" msgstr "Godot 支持哪些 3D 模型格式?" @@ -430,8 +431,8 @@ msgid "" "how another third-party library integrates with Godot." msgstr "" "你还可以查看 GDScript 的实现,Godot 模块以及 Godot 的\\ `Jolt 物理引擎集成 " -"`__\\ 。这个将是你了解如何将第三方" -"库整合到 Godot 中的一个很好的起点。" +"`__\\ 。如果想要了解如何将第三方库" +"整合到 Godot 里面去,那么这些将是你在此领域的一个良好的起点。" msgid "" "How do I install the Godot editor on my system (for desktop integration)?" @@ -1145,8 +1146,8 @@ msgid "" "recommendation is to use C++ and GDExtensions for performance-heavy tasks " "and GDScript (or C#) for the rest of the game." msgstr "" -"如果一个游戏的确需要处理较多数量游戏对象,那么我们建议使用 C++ 和 " -"GDExtensions 处理需要高性能的部分,使用 GDScript(或 C#)负责游戏的其它部分。" +"如果一个游戏的确需要处理数量较多的游戏对象,那么建议使用 C++ 和 GDExtensions " +"处理那些需要高性能的部分,使用 GDScript(或 C#)来负责游戏的其它部分。" msgid "How can I support Godot development or contribute?" msgstr "如何支持或参与 Godot 的发展?" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/introduction.po b/sphinx/po/zh_CN/LC_MESSAGES/about/introduction.po index 6e9694795b..2924e190c2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/list_of_features.po b/sphinx/po/zh_CN/LC_MESSAGES/about/list_of_features.po index 1a395db2d3..b99e2d981b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -187,8 +187,8 @@ msgid "" ":ref:`Create your own plugins ` using GDScript to add " "new features or speed up your workflow." msgstr "" -"使用 GDScript :ref:`自己创建插件 `\\ ,添加新功能或者加速" -"你的工作流。" +"使用 GDScript 来 :ref:`创建属于自己的插件 `\\ ,从而为引" +"擎添加新功能或提高你的工作流速度。" msgid "" ":ref:`Download projects from the asset library ` " @@ -715,12 +715,10 @@ msgid "" "(configured globally)." msgstr "支持最近邻、双线性、三线性、各向异性纹理过滤(全局设置)。" -#, fuzzy msgid "" "Optional distance fade system to fade distant decals, improving performance." msgstr "" -"可以选择距离渐变系统(distance fade system)来渐变远处的灯光及其阴影,提高性" -"能。" +"可以选择距离渐变系统(distance fade system)来渐变远处的贴花,提高性能。" msgid "" "When using the Forward+ backend (default on desktop), decals are rendered " @@ -1096,12 +1094,14 @@ msgid "" ":ref:`High-level interpreted language ` with :ref:`optional " "static typing `." msgstr "" -"带 :ref:`可选静态类型 `\\ 的\\ :ref:`高级解释语" -"言 `\\ 。" +"带 :ref:`静态类型(可选) `\\ 的\\ :ref:`高级解释" +"型语言 `\\ 。" msgid "" "Syntax inspired by Python. However, GDScript is **not** based on Python." -msgstr "语法的灵感来自 Python。然而 GDScript **并不**\\ 基于 Python。" +msgstr "" +"GDScript 的语法设计灵感来自 Python,但其 **并非**\\ 基于 Python 而开发的语" +"言。" msgid "Syntax highlighting is provided on GitHub." msgstr "GitHub 上提供了语法高亮显示。" @@ -1161,7 +1161,7 @@ msgstr "在需要时, 可以链接到本机库以获得更高的性能和第三 msgid "" "For scripting game logic, GDScript or C# are recommended if their " "performance is suitable." -msgstr "对于脚本游戏逻辑, 如果性能足够, 建议使用 GDScript 或 C#." +msgstr "对于脚本游戏逻辑,如果性能足够,建议使用 GDScript 或 C#。" msgid "" "Official GDExtension bindings for `C \n" "Language-Team: LANGUAGE \n" @@ -162,9 +162,8 @@ msgstr "**支持级别**" msgid "Godot 4.3 (`master`)" msgstr "Godot 4.3(\\ `master`\\ )" -#, fuzzy msgid "June 2024 (estimate)" -msgstr "2024 年第一季度(预计)" +msgstr "2024 年六月(预计)" msgid "" "|unstable| *Development.* Receives new features, usability and performance " @@ -422,14 +421,13 @@ msgid "" msgstr "" "虽然 Godot 贡献者的工作没有设置截止日期,次要版本我们会尽量相对高频率地发布。" -#, fuzzy msgid "" "In particular, after the very length release cycle for 4.0, we are pivoting " "to a faster paced development workflow, 4.1 released 4 months after 4.0, and " "4.2 released 4 months after 4.1" msgstr "" -"尤其是在 4.0 经历了漫长的发布周期之后,我们正在转向更快节奏的开发工作流程,预" -"计 4.1 版本将在 2023 年第二季度末 / 第三季度初发布。" +"尤其是在 4.0 经历了漫长的发布周期之后,我们正在转向更快节奏的开发工作流程," +"4.0 的 4 个月后发布了 4.1 版本,4.1 的 4 个月后发布了 4.2 版本" msgid "" "Frequent minor releases will enable us to ship new features faster (possibly " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/about/system_requirements.po b/sphinx/po/zh_CN/LC_MESSAGES/about/system_requirements.po index 0204e98af3..13345618a1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/index.po index 31b2c8aea7..eb48d1275a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index bbcf78eba3..fcb1d0b4e1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/using_assetlib.po index 6fe6b3baf4..919cc90fdc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 132f8258f0..84cc5c14fa 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/channels.po b/sphinx/po/zh_CN/LC_MESSAGES/community/channels.po index 06b1c12f43..35ed255f10 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/channels.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/community/tutorials.po b/sphinx/po/zh_CN/LC_MESSAGES/community/tutorials.po index 33b896cae5..96ce4781dc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index e2bf2d4042..38f955ab82 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/code_style_guidelines.po index 19b0de70ce..16e135eb84 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index a2d39b25ae..96a21fe39b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index 200139bacf..8ea0f6416c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 7bbaa0b122..0ae53c91be 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,7 +66,8 @@ msgstr "开发库:" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "X11、Xcursor、Xinerama、Xi、XRandR。" -msgid "MesaGL." +#, fuzzy +msgid "Mesa." msgstr "MesaGL." msgid "ALSA." @@ -113,18 +114,18 @@ msgstr "Gentoo" msgid "Mageia" msgstr "Mageia" -msgid "OpenBSD" -msgstr "OpenBSD" - -msgid "openSUSE" -msgstr "openSUSE" - msgid "NetBSD" msgstr "NetBSD" msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "对于音频支持,你可以选择安装 ``pulseaudio``\\ 。" +msgid "OpenBSD" +msgstr "OpenBSD" + +msgid "openSUSE" +msgstr "openSUSE" + msgid "Solus" msgstr "Solus" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index 9777bf6173..bfcfdad633 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index b3daf7c2ca..4ff0ade6f6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -215,6 +215,8 @@ msgid "" "be used. Instead, you should use an established web server such as Apache or " "nginx." msgstr "" +"请注意,对于生产用例,不应使用此基于Python的Web服务器。相反,你应该使用已建立" +"的Web服务器,例如Apache或nginx。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 7d1a8bc13d..93e81bf1b8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 62d2d9e1cd..816e61338c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -180,7 +180,7 @@ msgid "" msgstr "" msgid "On Windows, ``C:\\Users\\\\MyLocalNugetSource``" -msgstr "" +msgstr "在Windows系统中,``C:\\Users\\\\MyLocalNugetSource``" msgid "On Linux, \\*BSD, etc., ``~/MyLocalNugetSource``" msgstr "" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index 0ac9ed6dc2..7f34c09cc8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,17 +20,14 @@ msgstr "" msgid "Compiling with PCK encryption key" msgstr "使用 PCK 加密密钥编译" -#, fuzzy msgid "" "The export dialog gives you the option to encrypt your PCK file with a 256-" "bit AES key when releasing your project. This will make sure your scenes, " "scripts and other resources are not stored in plain text and can not easily " "be ripped by some script kiddie." msgstr "" -"发布项目时,导出对话框为您提供了使用 256 位 AES 密钥加密脚本的选项。这样可以" -"确保您的脚本不会以纯文本格式存储,不会被某些脚本小子轻易解包。当然,密钥需要" -"存储在二进制文件中,但是如果对其进行了编译、优化,并且不带符号,则将需要花费" -"一些功夫才能找到它。" +"发布项目时,导出对话框提供了使用 256 位 AES 密钥加密 PCK 文件的选项。这样就可" +"以确保你的场景、脚本以及其他资源不会明文存储,脚本小子无法轻易解包。" msgid "" "Of course, the key needs to be stored in the binary, but if it's compiled, " @@ -57,6 +54,8 @@ msgid "" "affected by PCK encryption. To use PCK encryption on Android, enable **APK " "expansion** in the export options." msgstr "" +"默认情况下,导出的 Android 项目会将资产直接存储在 APK 文件中,不受 PCK 加密的" +"影响。要在 Android 上使用 PCK 加密,请在导出选项中启用 **APK 扩展**\\ 。" msgid "Step by step" msgstr "渐进式教程" @@ -87,39 +86,37 @@ msgstr "不将输出重定向到文件也可以生成密钥,但这样能将暴 msgid "" "Set this key as environment variable in the console that you will use to " "compile Godot, like this:" -msgstr "" -"在控制台中将此处的密钥(key)设置为环境变量,编译 Godot 时会用到,如下所示:" +msgstr "在控制台中将此处的密钥设置为环境变量,编译 Godot 时会用到,如下所示:" msgid "" "Compile Godot export templates and set them as custom export templates in " "the export preset options." msgstr "编译 Godot 导出模板,并在导出预设的选项中将它们设置为自定义导出模板。" -#, fuzzy msgid "Set the encryption key in the **Encryption** tab of the export preset:" -msgstr "在导出预设的\\ **脚本**\\ 选项卡中设置加密密钥:" +msgstr "在导出预设的\\ **加密**\\ 选项卡中设置加密密钥:" msgid "" "Add filters for the files/folders to encrypt. **By default**, include " "filters are empty and **nothing will be encrypted**." msgstr "" +"添加要加密文件/文件夹的过滤器。\\ **默认情况下**\\ ,包含过滤器为空,\\ **所" +"有文件都不加密**\\ 。" -#, fuzzy msgid "" "Export the project. The project should run with the files encrypted now." -msgstr "导出项目。游戏现在应该使用加密脚本运行。" +msgstr "导出项目。项目现在应该使用加密文件运行。" msgid "Troubleshooting" msgstr "故障排除" -#, fuzzy msgid "" "If you get an error like below, it means the key wasn't properly included in " "your Godot build. Godot is encrypting PCK file during export, but can't read " "it at runtime." msgstr "" -"如果出现如下错误, 这意味着密钥没有正确地包含在Godot构建中.Godot在导出过程中对" -"脚本进行加密, 但在运行时无法读取它们." +"如果出现类似下面的错误,就表示你的 Godot 构建中没有正确包含密钥。Godot 在导出" +"时加密了 PCK 文件,但是无法在运行时读取。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index 6259cc0e21..d64cf66310 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/getting_source.po index a77b809c61..3996526fb1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/index.po index 4be1a78f78..c73b0933d4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index 4e5489bf44..3ae0f80b54 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index efb73c79a6..fcc911c595 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -398,9 +398,8 @@ msgid "" "gzip as it has a greater potential for file size reduction." msgstr "" -#, fuzzy msgid "See :ref:`doc_exporting_for_web_serving_the_files` for instructions." -msgstr "详见 :ref:`doc_exporting_projects` ." +msgstr "详细步骤见 :ref:`doc_exporting_for_web_serving_the_files`\\ 。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index cdb9f61b93..8aca029c08 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index 009501eed8..305027bfca 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index f1133cb30a..93a0fc6cf2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index b099f4dedf..a4603bafd0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index 48636d3b4a..d6a1befb55 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 578dee53be..e2042796db 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index 2336b6e358..e983328327 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index ced5dcee67..9a76cbc4ba 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index ab6b73b973..9ac88e21c5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index f05f2ffb08..b02f8c2314 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index b541efd5c8..edb1f47ebf 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 73744cd209..39c39b5976 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 427529a5d5..0ecad327ec 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index 3af87a2503..824b96ad04 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -217,7 +217,7 @@ msgid "Godot provides also a set of common containers:" msgstr "Godot 还提供了一系列通用的容器:" msgid "Vector" -msgstr "向量" +msgstr "Vector" msgid "List" msgstr "List" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index b435b0cc2e..4ff81e6953 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index a4fcb80775..d03f21b77e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index eb0612e035..7dd55eca5b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index 6620ea59d8..947c3b55fe 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index f957241f4c..d8534b81fb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 926e5c7c25..f4d3e8deb6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/index.po index 863a0d2550..a03ddd4d50 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index ed8a4cb141..d1be329363 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 959d1510ca..d90d2d92d8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 344865c3ee..9c7a140900 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 31eb592662..ceee677074 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -301,7 +301,7 @@ msgid "``MESSAGE``" msgstr "``MESSAGE``" msgid "Prints a message." -msgstr "" +msgstr "打印一条信息." msgid "``FAIL_CHECK``" msgstr "``FAIL_CHECK``" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index f1fbf70285..8eba572514 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index d4c5044293..b70a93f84a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/index.po index 75c89e238e..74b944070e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/macos_debug.po index a58dffcce0..2d9960a166 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 229e68b2b9..c2ed2a4da7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index 9325fb3cd7..7e1a4d832e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 45acd2f7ca..eff7940fc7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index 33d77b8361..4f6e5ae93f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/creating_icons.po index a7b1bd16e2..569056c1f0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index fd2c23594b..1e418fb7c1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/index.po index 046eff492a..3e8b797fe4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index be373ca448..d99aef3bff 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 0904ddcf47..64cd1e1650 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/index.po index 4f18f774ec..a298c105b1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/tscn.po index 5b00b1c56d..4b826dc067 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -283,6 +283,8 @@ msgid "" "For example, the ``skeleton`` property in the MeshInstance3D node called " "``mesh`` points to its parent, ``Armature01``:" msgstr "" +"举例来说,名为``mesh``的节点``MeshInstance3D``中属性``skeleton``指向其父节点" +"``Armature01``:" msgid "Skeleton3D" msgstr "Skeleton3D" @@ -340,6 +342,9 @@ msgid "" "library is a collection of individual :ref:`class_Animation` resources, " "whose structure is documented :ref:`here `." msgstr "" +"class_AnimationPlayer节点与储存在class_AnimationLibrary资源中的一个或多个动画" +"库搭配使用。动画库是各个:ref:`class_Animation`资源的集合,其结构记录在:ref:" +"`此处`。" msgid "" "This split between animations themselves and animation libraries was done in " @@ -347,6 +352,9 @@ msgid "" "is a common workflow in 3D animation software. See the `original pull " "request `__ for details." msgstr "" +"动画本身和动画库之间的这种分离是在Godot 4中完成的,以便动画可以与3D网格分开汇" +"入,这是3D动画软件中的常见工作流程。有关详细信息,请参阅“原始拉取请求" +"”。" msgid "" "If the library name is empty, then it acts acts the unique source of " @@ -356,24 +364,29 @@ msgid "" "compatibility and keeps the existing workflow if you don't want to use " "multiple animation libraries." msgstr "" +"如果库名称为空,则它充当此AnimationPlayer的唯一动画来源。这允许直接使用" +"````从脚本播放动画。如果你命名库,则必须将其播放为" +"``/``。如果你不想使用多个动画库,这可以确保向后" +"兼容性并保留现有的工作流程。" msgid "Resources" msgstr "资源" -#, fuzzy msgid "" "Resources are components that make up the nodes. For example, a " "MeshInstance3D node will have an accompanying ArrayMesh resource. The " "ArrayMesh resource may be either internal or external to the TSCN file." msgstr "" -"资源是组成节点的组件. 例如,MeshInstance节点将具有附带的ArrayMesh资源. " -"ArrayMesh资源可以是TSCN文件的内部或外部资源." +"资源是组成各个节点的元件。举例来说,MeshInstance节点中会有附带的ArrayMesh资" +"源。该ArrayMesh资源可以在TSCN档的内部或外部。" msgid "" "References to the resources are handled by unique string-based IDs in the " "resource's heading. This is different from the ``uid`` property, which each " "external resource also has (but subresources don't)." msgstr "" +"对资源的引用由资源标题中基于字串的唯一ID处理。这与每个外部资源也具有的「uid」" +"属性不同(但子资源没有)。" #, fuzzy msgid "" @@ -454,34 +467,40 @@ msgid "" "array (notice the leading underscore). Each surface's data is stored in a " "dictionary with the following keys:" msgstr "" +"ArrayMesh由包含在「_surfaces」数组中的多个表面组成(注意前导底线)。每个表面" +"的数据都储存在具有以下键的字典中:" msgid "" "``aabb``: The computed axis-aligned bounding box for visibility. ``Mesh." "PrimitiveType`` Godot enum. ``0`` = points, ``1`` = lines, ``2`` = line " "strip, ``3`` = triangles (most common), ``4`` = triangle strip." msgstr "" +"``aabb``:计算的可见性轴对齐边界框。``Mesh.PrimitiveType`` Godot列举。``0`` =" +"点,``1`` =线,``2`` =线带,``3`` =三角形(最常见),``4`` =三角形带。" msgid "" "``attribute_data``: Vertex attribute data, such as normals, tangents, vertex " "colors, UV1, UV2 and custom vertex data." msgstr "" +"``attribute_data``:顶点属性数据,例如法线、切线、顶点颜色、UV1、UV2和自定义" +"顶点数据。" msgid "" "``bone_aabbs``: The axis-aligned bounding box of each bone for visibility." -msgstr "" +msgstr "``bone_aabbs``:每个骨骼的轴对齐边界框以提高可见性。" msgid "``format``: The surface's buffer format." -msgstr "" +msgstr "``format``:表面的缓冲区格式。" msgid "" "``index_count``: The number of indices in the surface. This must match " "``index_data``'s size." -msgstr "" +msgstr "``index_count``:表面中索引的数量。这必须与“index_data”的大小相符。" msgid "" "``index_data``: The index data, which determines which vertices from " "``vertex_data`` are drawn." -msgstr "" +msgstr "“index_data”:索参数据,它决定从“vertex_data”中绘制哪些顶点。" msgid "" "``lods``: Level of detail variations, stored as an array. Each LOD level " @@ -489,33 +508,38 @@ msgid "" "screen space the LOD level is most suited for (edge length); the second " "value is the list of indices that should be drawn for the given LOD level." msgstr "" +"``lods``:细节变化的级别,储存为数组。每个LOD等级代表数组中的两个值。第一个值" +"是LOD等级最适合的屏幕空间百分比(边缘长度);第二个值是应为给定LOD等级绘制的" +"索引列表。" msgid "``material``: The material used when drawing the surface." -msgstr "" +msgstr "``material``:绘制表面时所使用的材质。" msgid "" "``name``: The surface's name. This can be used in scripts and is imported " "from 3D DCCs." -msgstr "" +msgstr "``name``:表面的名称。这可以在脚本中使用,并从3D DCC汇入。" msgid "``primitive``: The surface's primitive type, matching the" -msgstr "" +msgstr "``primitive``:表面的原始型别,配对" msgid "``skin_data``: Bone weight data." -msgstr "" +msgstr "``skin_data``:骨骼重量数据。" msgid "" "``vertex_count``: Number of vertices in the surface. This must match " "``vertex_data``'s size." -msgstr "" +msgstr "``vertex_count``:表面中的顶点数。这必须与“vertex_data”的大小相符。" msgid "``vertex_data``: The vertex position data." -msgstr "" +msgstr "``vertex_data``:顶点位置数据。" msgid "" "Here's an example of an ArrayMesh saved to its own ``.tres`` file. Some " "fields were shortened with ``...`` for brevity:" msgstr "" +"这是保存到自己的.tres档案中的ArrayMesh的示例。为了简洁起见,一些字段被缩短" +"为“…”:" msgid "Animation" msgstr "动画" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/index.po index 4552216ffe..845209e020 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,11 +36,10 @@ msgid "" msgstr "" msgid "Buildsystem and work environment" -msgstr "" +msgstr "构建系统与工作环境" -#, fuzzy msgid "Engine architecture" -msgstr "架构" +msgstr "引擎架构" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/building_the_manual.po index 947de5281e..d3555ad29c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/class_reference_primer.po index 4b36ad1e46..b770b7bbf6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/content_guidelines.po index e69d76a87b..f0b26a1867 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,8 +65,8 @@ msgid "" "information about a feature and how it works, it doesn't exist to them. We " "should ensure that we cover everything Godot does." msgstr "" -"**功能在编写文档前是不存在的**\\ 。如果用户无法找到某个功能的信息和用法,那么" -"这个功能对于他们就不存在。我们应该保证涉及到 Godot 的方方面面。" +"**功能在编写其文档前是不存在的**\\ 。如果用户无法找到某个功能的信息和用法,那" +"么这个功能对于他们来说就不存在。我们应该保证文档能够涉及到 Godot 的方方面面。" msgid "" "When adding or updating an engine feature, the documentation team needs to " @@ -108,7 +108,6 @@ msgstr "" "章节标题太长,侧边菜单的项目就会变长,导航也会变得冗长。请尽量让题目保持在五" "个单词以内。" -#, fuzzy msgid "" "If the page assumes specific knowledge of other Godot features, mention it " "and link to the corresponding documentation. For instance, a page about " @@ -118,10 +117,12 @@ msgid "" "to an introduction to programming in the getting started guide, or a website " "that teaches math theory in the math section." msgstr "" -"如果某个页面假设读者了解引擎的另一项功能,请在开头给出介绍和能够为用户提供必" -"要信息的资源链接。如果先决条件不在文档的范畴内,你也可以链接到其他网站。例如" -"在数学章节中,你可以链接到入门指南中的编程简介章节,也可以链接到某个教授数学" -"理论的网站。" +"如果某个页面假设读者了解引擎的另一项功能,请在开头给出相关介绍以及能够为用户" +"提供必要信息的文档链接。例如,一个涉及到物理处理的页面可能使用了信号" +"(Signals)功能,在这种情况下你会注意到关于信号的教程是一种前置要求。在给出相" +"关 Godot 文档链接的同时你也同样可以列出来自其他网站的链接。例如,你可以在入门" +"指南中给出编程介绍的章节链接,或者是在数学运算部分给出教授对应数学理论的网站" +"链接。" msgid "Limiting cognitive load" msgstr "减少认知负担" @@ -148,14 +149,13 @@ msgstr "" "提供若干\\ **实际使用示例**\\ 。现实世界的例子比像 ``foobar`` 一样的抽象代码" "更好。" -#, fuzzy msgid "" "While many people may understand more complex language and abstract " "examples, you will lose others. Understandable writing and practical " "examples benefit everyone." msgstr "" -"虽然很多人能够理解复杂的语言和抽象的例子,你还是会失去其他人。而且,通俗易懂" -"的写作和实际的例子能让所有人都受益。" +"尽管许多人能够理解复杂的语言和抽象的例子,但还是会有其他一些人理解不了。而通" +"俗易懂的写作方式和实际的例子则能让所有人都受益。" #, fuzzy msgid "" @@ -179,7 +179,6 @@ msgstr "" "你困惑的点是什么?最难掌握的是什么?你会希望让用户对你的成果进行评审,我们建" "议你在着手写作之前,先练习一下如何解释这个功能。" -#, fuzzy msgid "" "Programming fundamentals are a prerequisite for using a complex engine like " "Godot. Talking about variables, functions, or classes is acceptable. But we " @@ -187,9 +186,9 @@ msgid "" "\"metaprogramming\". If you need to use precise terms, be sure to define " "them." msgstr "" -"拥有编程基础是使用像 Godot 这样复杂的引擎的先决条件。你可以用到变量、函数、" -"类。不过相对于“元编程”之类的特定术语,我们应该更倾向于使用平实的语言。如果你" -"需要使用精准的术语,请一定要给出定义。" +"拥有编程基础是使用像 Godot 这样复杂引擎的前提条件。讨论变量、函数、类是可以接" +"受的,但相对于“元编程”之类的特定术语,我们应该更倾向于使用通俗易懂的语言来表" +"达它们。如果你需要使用精准的术语,请务必通过定义解释它们。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index 96c06697f2..4b7c4a4f7e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index 7fb67a95ca..21f1fa06d3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,7 +78,6 @@ msgstr "" msgid "Format conversion" msgstr "格式转换" -#, fuzzy msgid "" "The current format for images in Godot's documentation is WebP (``.webp``). " "While some Linux programs will support saving screenshots in this format, " @@ -93,7 +92,7 @@ msgid "" msgstr "" "Godot 文档中当前的图像格式是 WebP (``.webp``)。虽然某些 Linux 程序支持以这种" "格式保存屏幕截图,但 macOS 和 Windows 上的 Snip & Sketch 程序不支持。对于不需" -"要编辑的图像,例如精确裁剪或添加轮廓,可以使用 Squoosh。 `Squoosh `_ 是由 Google 开发的开源图片转换器,并且不会通过使用它而向 " "Google 授予任何图像权利。选择压缩时,如果你的图片大小低于 300KB,请使用无损压" "缩。如果大小超过 300KB,请使用强度足够大的有损压缩来使其低于该大小。如果使用" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 8e058e3d8f..7e309c95e1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 64eaf64f57..e210aa891f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/index.po index 90eef796af..31b373f329 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index ee48e3ef2d..dc85986ea2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/ways_to_contribute.po index caf528c620..1a9589d8a2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index dc48a39973..21173d9336 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index 7bd884574a..ed698cd394 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/index.po index 755ff03184..36b57577cd 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index b4956b91dc..baec4bee63 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_workflow.po index 539eddde99..91a01fbb57 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index 58da02d56a..cdc3620eec 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index c1380f0af7..48461404ae 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index f21d991937..397381a3d6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index f5b5e7a7ec..0d75b4882f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,7 +54,6 @@ msgstr "" msgid "Start by declaring the member variables this object will need:" msgstr "首先声明该对象将需要的成员变量:" -#, fuzzy msgid "" "Using the ``export`` keyword on the first variable ``speed`` allows us to " "set its value in the Inspector. This can be handy for values that you want " @@ -232,7 +231,7 @@ msgid "" "is a child of the current node, we can use ``$AnimatedSprite2D``." msgstr "" "在 GDScript 中, ``$`` 返回从当前节点开始的相对路径上的节点,如果找不到该节" -"点,则返回 ``null`` 。当前 AnimatedSprite2D 是该节点子节点,所以可以使用 " +"点,则返回 ``null`` 。当前 AnimatedSprite2D 是该节点子节点,因而可以使用 " "``$AnimatedSprite2D`` 以获取。" msgid "" @@ -255,13 +254,12 @@ msgstr "" "`_process()` 函数的 `delta` 参数是 *帧长度* ——完成上一帧所花费的时间. 使用这" "个值的话, 可以保证你的移动不会被帧率的变化所影响." -#, fuzzy msgid "" "Click \"Run Current Scene\" (:kbd:`F6`, :kbd:`Cmd + R` on macOS) and confirm " "you can move the player around the screen in all directions." msgstr "" -"点击“运行场景”(\\ :kbd:`F6`\\ ,macOS 上为 :kbd:`Cmd + R`\\ )并确认你能够在" -"屏幕中沿任一方向移动玩家。" +"点击“运行当前场景”(\\ :kbd:`F6`\\ ,macOS 上为 :kbd:`Cmd + R`\\ )并确认你能" +"够在屏幕中沿任一方向移动玩家。" msgid "If you get an error in the \"Debugger\" panel that says" msgstr "如果在“调试器”面板中出现错误" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index c370a15f1c..9768e533f7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,16 +58,14 @@ msgid "" "with the Player scene." msgstr "别忘了设置子项,使其无法被选中,就像你对 Player 场景所做的那样。" -#, fuzzy msgid "" "Select the ``Mob`` node and set its ``Gravity Scale`` property in the :ref:" "`RigidBody2D ` section of the inspector to ``0``. This " "will prevent the mob from falling downwards." msgstr "" "选择 ``Mob`` 节点,并在检查器的 :ref:`RigidBody2D ` 部分中" -"把它的 ``Gravity Scale`` 属性设置为 ``0`` 。这将防止怪物向下坠落。" +"把它的 ``Gravity Scale`` 属性设置为 ``0`` 。这样可以防止怪物向下坠落。" -#, fuzzy msgid "" "In addition, under the :ref:`CollisionObject2D ` " "section just beneath the **RigidBody2D** section, expand the **Collision** " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index 9614abc5d0..3ea80d150d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -149,7 +149,6 @@ msgstr "" "将脚本添加到 ``Main``\\ 。在脚本的顶部,我们使用 ``@export var mob_scene: " "PackedScene`` 来允许我们选择要实例化的 Mob 场景。" -#, fuzzy msgid "" "Click the ``Main`` node and you will see the ``Mob Scene`` property in the " "Inspector under \"Main.gd\"." diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index be80f8f1c7..7c387cd141 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 3d01c57f39..d7e942ee4b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/index.po index 7855cd7476..800ed84cd7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,8 +44,8 @@ msgid "" "have some programming experience already. If you're new to programming " "entirely, you should start here: :ref:`doc_scripting`." msgstr "" -"这个项目是对 Godot 引擎的介绍,假定你已经有一些编程经验。如果你对编程完全陌" -"生,应该从这里开始:\\ :ref:`doc_scripting`\\ 。" +"这个项目是对 Godot 引擎的介绍,并且假定你已经有一定程度的编程经验。如果你对编" +"程完全陌生,应该从这里开始:\\ :ref:`doc_scripting`\\ 。" msgid "" "The game is called \"Dodge the Creeps!\". Your character must move and avoid " @@ -103,7 +103,7 @@ msgstr "" "dodge_the_creeps" msgid "Prerequisites" -msgstr "先决条件" +msgstr "前置需求" msgid "" "This step-by-step tutorial is intended for beginners who followed the " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 8f1347ae33..cfd6bd6b0f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 00ab74765b..2467617b6a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index d3ed26f98f..49c0ae318a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 08b6b9edd1..4b3a0acc23 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -153,10 +153,10 @@ msgid "" "reference counting, which doesn't have that caveat. You can learn more about " "that here: :ref:`doc_gdscript_basics_memory_management`." msgstr "" -"使用 GDScript 时,你不必担心这个问题。用对象池的主要目的是避免 C# 或 Lua 等带" -"垃圾回收的语言带来的停滞。GDScript 管理内存的技术和它们是不同的,用的是引用计" -"数,不会产生那种问题。你可以在这里了解更多相关内容:\\ :ref:" -"`doc_gdscript_basics_memory_management`\\ 。" +"使用 GDScript 时,你不必担心这个问题。用对象池的主要目的是避免 C# 或 Lua 等语" +"言在进行垃圾回收(Garbage collection,GC)时所带来的停滞。GDScript 管理内存的" +"技术和这些语言是不同的,用的是引用计数,不会产生那种问题。你可以在此了解更多" +"相关内容:\\ :ref:`doc_gdscript_basics_memory_management`\\ 。" msgid "" "Select the ``Mob`` node and add a child node :ref:`VisibleOnScreenNotifier3D " @@ -311,13 +311,12 @@ msgstr "|image10|" msgid "image10" msgstr "image10" -#, fuzzy msgid "" "This will take you back to the script editor and add a new function for you, " "``_on_visible_on_screen_notifier_3d_screen_exited()``. From it, call the " "``queue_free()`` method. This function destroys the instance it's called on." msgstr "" -"这样你就会被带回到脚本编辑器,并且帮你添加了一个新的函数 " +"这样会使你回到脚本编辑器,并且添加一个新的函数: " "``_on_visible_on_screen_notifier_3d_screen_exited()``\\ 。请在里面调用 " "``queue_free()`` 方法。这个函数会将调用它的实例销毁。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 38bb3d2958..d030852bcc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 3bdecbda69..2babb94cf2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index bc4c81761e..9ff15ac67a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index f2ebce290b..640213f1dc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index 1671a56f33..be8e1a62be 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 212c48c1dc..17f9833d7e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/index.po index 586353766e..ec2d4f6700 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index 51e909b8fc..6352bf411f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index 6e43515d02..f480a655bc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -178,9 +178,8 @@ msgid "" "is also optimized for gameplay code with built-in types like Vectors and " "Colors." msgstr "" -"GDScript 使你可以使用基于缩进的语法编写代码,但是它可以检测类型,提供质量接近" -"静态语言的自动补全。它还针对使用 Vector、Color 等内置类型的游戏代码进行了优" -"化。" +"GDScript 让你能够使用基于缩进的语法编写代码,还可以检测类型,提供质量接近静态" +"语言的自动补全。它还针对使用 Vector、Color 等内置类型的游戏代码进行了优化。" msgid "" "Note that with GDExtension, you can write high-performance code using " @@ -315,9 +314,9 @@ msgid "" "custom level editors, or create scripts with the same nodes and API you use " "in your projects." msgstr "" -"将 ``@tool`` 注解放在任何 GDScript 文件的顶部,文件将在编辑器中运行。这使你可" -"以导入和导出插件,创建自定义级别编辑器之类的插件,或使用与项目中使用的相同的" -"节点和 API 来创建脚本." +"将 ``@tool`` 注解放在任何 GDScript 文件的顶部,文件将在编辑器中运行。这样,你" +"就可以导入、导出插件,创建自定义级别编辑器之类的插件,或使用与项目中所使用的" +"相同的节点和 API 来创建脚本。" msgid "" "The editor is fully written in C++ and is statically compiled into the " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/index.po index be4b70abd8..70176b2ada 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index b71222278e..dea733e0ad 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -130,8 +130,8 @@ msgid "" "in the games industry. These are the two main scripting languages we support." msgstr "" "你可以使用 :ref:`GDScript ` 编写游戏,它是一门" -"专属于 Godot、紧密集成、语法轻量的语言,也可以使用 :ref:`C# `\\ ,在游戏工业中很流行。这两者是我们支持的主要脚本语言。" +"专属于 Godot、紧密集成、语法轻量的语言;也可以使用 :ref:`C# `\\ ,在游戏产业中十分流行。这两者是我们所支持的主要脚本语言。" msgid "" "With the GDExtension technology, you can also write gameplay or high-" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index fb41a11bb5..06a0eba15a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/learning_new_features.po index d682adab8e..c28580cc99 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/index.po index 36067c9878..e2577195bf 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/instancing.po index bdcff13087..8048be558e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -51,14 +51,13 @@ msgstr "" "`Sprite2D ` 节点以及一个 :ref:`CollisionShape2D " "`\\ 。" -#, fuzzy msgid "" "Once you have saved a scene, it works as a blueprint: you can reproduce it " "in other scenes as many times as you'd like. Replicating an object from a " "template like this is called **instancing**." msgstr "" -"保存场景过后,这个场景就可以作为蓝图使用:你可以在其他场景中进行任意数量的翻" -"制。将对象根据模板进行翻制的这一过程就叫作\\ **实例化**\\ 。" +"保存场景过后,这个场景就可以作为蓝图使用:你可以在其他场景中进行任意次数的重" +"用。像这样从模板中复制对象被称为\\ **实例化**\\ 。" msgid "" "As we mentioned in the previous part, instanced scenes behave like a node: " @@ -106,11 +105,11 @@ msgid "" "In the Project Manager, click the *Import* button to import the project." msgstr "在项目管理器中点击 *导入* 按钮来导入这个项目。" -#, fuzzy msgid "" "In the pop-up that appears navigate to the folder you extracted. Double-" "click the ``project.godot`` file to open it." -msgstr "在弹出框中点击浏览按钮,定位到刚才解压的文件夹。" +msgstr "" +"在弹出的窗口中,导航至你提取的文件夹。双击 ``project.godot`` 文件打开它。" msgid "Finally, click the Import & Edit button." msgstr "最后点击“导入并编辑”按钮。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index 507c1df120..47c26f2a62 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -111,9 +111,8 @@ msgstr "" msgid "On top of acting like nodes, scenes have the following characteristics:" msgstr "除了像节点一样工作之外,场景还具有以下特点:" -#, fuzzy msgid "They always have one root node, like the \"Player\" in our example." -msgstr "它们始终有一个根节点,就像我们示例中的“Character”一样。" +msgstr "它们始终有一个根节点,就像我们示例中的“Player”一样。" msgid "You can save them to your local drive and load them later." msgstr "你可以把它们保存到你的硬盘上,以后再加载。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index b5a9a40a7a..a1a0baa4bf 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgid "" "learn-introduction>`, we assume you have programming foundations. The " "equivalent C# code has been included in another tab for convenience." msgstr "" -"在本课中,你将用 GDScript 编写第一个脚本,使 Godot 图标转圈。正如我们\\ :ref:" -"`在介绍中 `\\ 提到的,我们假设你有编程基础。方便起" -"见,我们在单独的选项卡中包含了等价的 C# 代码。" +"在本课中,你将会用 GDScript 编写第一个脚本,使 Godot 图标转圈。正如我们\\ :" +"ref:`在介绍中 `\\ 提到的,我们假设你有编程基础,方便" +"起见,我们也在单独的选项卡中包含了等价的 C# 代码。" msgid "" "To learn more about GDScript, its keywords, and its syntax, head to the :ref:" "`GDScript reference`." msgstr "" -"要了解更多关于GDScript、其关键字和语法的信息,请前往 :ref:`GDScript 参考" +"要了解更多关于GDScript、其关键字以及其语法等信息,请前往:ref:`GDScript 参考" "`\\ 。" msgid "" @@ -131,18 +131,18 @@ msgid "" "``CanvasItem``, and ``Node``." msgstr "" "每个 GDScript 文件都是一个隐含的类。\\ ``extends`` 关键字定义了这个脚本所继承" -"或扩展的类。本例中它是 ``Sprite2D``\\ ,意味着我们的脚本将获得 Sprite2D 节点" -"的所有属性和函数,包括它继承的 ``Node2D``\\ 、\\ ``CanvasItem``\\ 、\\ " -"``Node`` 等类。" +"或扩展的类。本例中为``Sprite2D``\\ ,意味着我们的脚本将获得 Sprite2D 节点的所" +"有属性和方法,包括它继承的 ``Node2D``\\ 、\\ ``CanvasItem``\\ 、\\ ``Node`` " +"等类。" msgid "" "In GDScript, if you omit the line with the ``extends`` keyword, your class " "will implicitly extend :ref:`RefCounted `, which Godot " "uses to manage your application's memory." msgstr "" -"在GDScript中,如果你没有写带有 ``extends`` 关键字的一行,你的类将隐式地扩展" -"自 :ref:`RefCounted `,Godot使用这个类来管理你的应用程序的" -"内存。" +"在 GDScript 中,如果你略写了带有 ``extends`` 关键字的一行,那么你的类将隐式扩" +"展自 :ref:`RefCounted `,Godot 使用这个类来管理你的应用程序" +"的内存。" msgid "" "Inherited properties include the ones you can see in the Inspector dock, " @@ -156,9 +156,9 @@ msgid "" "properties are in \"snake_case\", which is lowercase with words separated by " "an underscore." msgstr "" -"“检查器”默认使用“Title Case”形式展示节点的属性,将单词的首字母大写、用空格分" -"隔。在 GDScript 代码中,这些属性使用的是“snake_case”,全小写、单词之间使用下" -"划线分隔。" +"“检查器”默认使用“Title Case”形式展示节点的属性,将单词的首字母大写、用空格进" +"行分隔。在 GDScript 代码中,这些属性使用的是“snake_case”,全小写、单词之间用" +"下划线分隔开来。" msgid "" "You can hover over any property's name in the Inspector to see a description " @@ -195,8 +195,8 @@ msgid "" "following error message: \"Indented block expected\"." msgstr "" "GDScript 是基于缩进的语言。行首的制表符是 ``print()`` 代码正常工作的必要条" -"件。如果你省略了它或者没有正确缩进一行,编辑器将以红色高亮显示,并显示以下错" -"误信息:“Indented block expected”(应有缩进块)。" +"件。如果你省略了这个制表符,或者没有正确缩进一行,编辑器则将以红色标注高亮显" +"示以下错误信息:“Indented block expected”(应有缩进块)。" msgid "" "Save the scene as ``sprite_2d.tscn`` if you haven't already, then press :kbd:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index a74edc7a59..b9bccc2afb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,7 +54,7 @@ msgid "" "languages, but these are the official ones." msgstr "" "Godot 提供了\\ **四种游戏编程语言**\\ :GDScript、C# 以及通过 GDExtension 技" -"术提供的 C 和 C++。还有更多社区支持的语言,但这四个是官方语言。" +"术提供的 C 和 C++。还有更多社区支持的语言,但这四个是官方所支持的语言。" msgid "" "You can use multiple languages in a single project. For instance, in a team, " @@ -63,8 +63,8 @@ msgid "" "you can write everything in GDScript or C#. It's your call." msgstr "" "你可以在一个项目中使用多种语言。例如,在团队中,你可以在 GDScript 中编写游戏" -"逻辑,因为它编写起来很快,并使用 C# 或 C++ 来实现复杂的算法并最大限度地提高其" -"性能。或者你可以使用 GDScript 或 C# 编写所有内容。由你自己决定。" +"逻辑,编写起来很快,然后使用 C# 或 C++ 来实现复杂的算法,最大限度地提高其性" +"能。你也可以使用 GDScript 或 C# 来编写所有内容。这些都由你自己决定。" msgid "" "We provide this flexibility to answer the needs of different game projects " @@ -92,10 +92,10 @@ msgid "" msgstr "" "使用 C# 时,你需要使用 `VSCode `_ 或 Visual " "Studio 等外部编辑器。虽然对 C# 支持目前已经成熟,但相对 GDScript 而言,能找到" -"的学习资源会比较少。因此,我们主要推荐已经熟悉 C# 语言的用户去使用 C#。" +"的学习资源会相对较少。因此,我们主要推荐已经熟悉 C# 语言的用户去使用 C#。" msgid "Let's look at each language's features, as well as its pros and cons." -msgstr "让我们来看看各个语言的特性,以及优缺点。" +msgstr "我们来看看各个语言的特性以及其优缺点。" msgid "GDScript" msgstr "GDScript" @@ -112,27 +112,29 @@ msgstr "" "%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1>`_\\ " "的\\ `指令式 `_\\ 编程语言,专为 Godot 构" -"建。是游戏开发者为游戏开发者制作的,目的是节省编写游戏代码的时间。它的特性包" +"建,是游戏开发者为游戏开发所制作的,目的是节省编写游戏代码的时间。其特性包" "括:" msgid "A simple syntax that leads to short files." -msgstr "简单的语法,让文件更短。" +msgstr "简洁的语法,让文件更轻量。" msgid "Blazing fast compilation and loading times." -msgstr "极快的编译和加载速度。" +msgstr "极快的编译与加载速度。" msgid "" "Tight editor integration, with code completion for nodes, signals, and more " "information from the scene it's attached to." -msgstr "紧密的编辑器集成,包括节点、信号、所附加场景更多信息的代码补全。" +msgstr "" +"与编辑器紧密集成,包括节点、信号以及脚本所挂载场景的更多信息等元素的代码补" +"全。" msgid "" "Built-in vector and transform types, making it efficient for heavy use of " "linear algebra, a must for games." -msgstr "内置向量和变换类型,让海量线性代数计算更高效,游戏必备。" +msgstr "内置向量与变换类型,让海量线性代数计算更高效,游戏必备。" msgid "Supports multiple threads as efficiently as statically typed languages." -msgstr "支持多线程,与静态类型的语言一样高效。" +msgstr "支持多线程,与静态类型语言的一样高效。" msgid "" "No `garbage collection `_\\ ," -"因为最终会影响游戏的开发。引擎会默认进行引用计数,在大多数情况下为你管理内" -"存,但你也可以在需要时自行控制内存。" +"因为垃圾回收最终会影响游戏的开发。引擎会默认进行引用计数,在大多数情况下为你" +"管理内存,但你也可以在需要时自行控制内存。" msgid "" "`Gradual typing `_. Variables " @@ -159,9 +161,8 @@ msgid "" "indentations, but it doesn't work the same way in practice. It's inspired by " "multiple languages, including Squirrel, Lua, and Python." msgstr "" -"因为 GDScript 用缩进来做代码块的结构化,所以它看上去像 Python,不过实际上这两" -"者的原理截然不同。GDScript 是从 Squirrel、Lua、Python 等诸多语言中得到的灵" -"感。" +"GDScript 用缩进来做代码块结构,看上去像 Python,然而实际上这两者的原理截然不" +"同。GDScript 的设计灵感是从 Squirrel、Lua、Python 等诸多语言中得到的。" msgid "Why don't we use Python or Lua directly?" msgstr "我们为什么不直接使用 Python 或者 Lua?" @@ -171,8 +172,9 @@ msgid "" "lot of work and had severe limitations. For example, threading support was a " "big challenge with Python." msgstr "" -"很多年前,Godot 使用过 Python,后来也用过 Lua。这两个语言的集成花费了大量精" -"力,并且还存在局限性。例如,在 Python 中做多线程支持是非常大的挑战。" +"很多年前,Godot 曾使用过 Python,后来也用过 Lua。做这两个语言对 Godot 的集成" +"花费了大量精力,而且还存在局限性。例如,在 Python 中做多线程支持是个非常巨大" +"的挑战。" msgid "" "Developing a dedicated language doesn't take us more work and we can tailor " @@ -181,7 +183,7 @@ msgid "" "languages." msgstr "" "开发专属语言不会花费更多的时间,我们还能针对游戏开发者的需求去量体裁衣。我们" -"现在在做性能优化工作,以及用第三方语言难以实现的特性。" +"现在在做性能优化工作,也在实现用第三方语言难以实现的特性。" msgid ".NET / C#" msgstr ".NET / C#" @@ -193,23 +195,23 @@ msgid "" "libraries written for it. We were able to add support for it thanks to a " "generous donation from Microsoft." msgstr "" -"因为微软的 `C# `_ 深受游戏开发者的喜爱,我们对其有官方支持。" -"C# 是一门成熟灵活的语言,拥有大量的库。感谢微软大方的捐助,才使得对其的支持成" -"为可能。" +"微软的 `C# `_ " +"深受游戏开发者的喜爱,我们对其有官方支持。C# 是一门成熟灵活的语言,拥有海量的" +"库。得益于微软慷慨大方的捐助,才让 Godot 对 C# 的支持成为可能。" msgid "" "C# offers a good tradeoff between performance and ease of use, although you " "should be aware of its garbage collector." -msgstr "C# 在性能和易用性之间提供了不错的权衡,不过你应该了解它的垃圾回收器。" +msgstr "" +"虽然 C# 在性能和易用性之间进行了良好的平衡,但你也要注意一下其垃圾回收机制。" msgid "" "You must use the .NET edition of the Godot editor to script in C#. You can " "download it on the Godot website's `download `_ page." msgstr "" -"你必须使用 .NET版本的 Godot 编辑器才能在项目中使用 C# 进行编程。你可以在 " -"Godot 网站的\\ `下载 `_\\ 页面进行下载。" +"你必须使用 .NET版本的 Godot 编辑器才能在项目中使用 C# 进行编程,可以在 Godot " +"网站的\\ `下载 `_\\ 页面进行下载。" msgid "" "Since Godot uses .NET 6, in theory, you can use any third-party .NET library " @@ -217,9 +219,9 @@ msgid "" "compliant programming language, such as F#, Boo, or ClojureCLR. However, C# " "is the only officially supported .NET option." msgstr "" -"由于 Godot 使用 .NET 6,因此理论上任何第三方 .NET 库或框架都可用于编写 Godot " -"脚本,包括任何符合通用语言标准架构的语言,如 F#、Boo、ClojureCLR。然而,C# 是" -"唯一官方支持的 .NET 选项。" +"Godot 使用 .NET 6,理论上任何第三方 .NET 库或框架都可用于编写 Godot 脚本,包" +"括任何符合通用语言标准架构的语言,如 F#、Boo、ClojureCLR等。然而,C# 是唯一官" +"方支持的 .NET 语言选项。" msgid "" "GDScript code itself doesn't execute as fast as compiled C# or C++. However, " @@ -227,9 +229,9 @@ msgid "" "inside the engine. In many cases, writing gameplay logic in GDScript, C#, or " "C++ won't have a significant impact on performance." msgstr "" -"GDScript 代码本身的执行是没有 C# 或 C++ 等编译型语言快的。然而,大多数脚本代" -"码都是在调用引擎中的 C++ 代码快速算法。在许多情况下,使用 GDScript、C#、C++ " -"编写游戏逻辑并不会有显著的性能区别。" +"GDScript 代码本身执行起来并没有 C# 或 C++ 等编译型语言快,而大多数脚本代码又" +"都是在调用 Godot 引擎的 C++ 代码中的快速算法。在大多数情况下,使用 GDScript、" +"C#、C++ 编写游戏逻辑并不会呈现出明显的的性能差异。" msgid "" "Projects written in C# using Godot 4 currently cannot be exported to the web " @@ -254,21 +256,21 @@ msgid "" "for the generated shared libraries, thanks to our use of an internal C API " "Bridge." msgstr "" -"我们在内部使用 C API 桥接,得益于此,你可以使用任意版本的语言,也可以混用由不" -"同厂牌、不同版本的编译器所生成的共享库。" +"我们在内部使用 C API 进行桥接,得益于此,你可以使用任意版本的该语言,也可以混" +"用由不同厂牌、不同版本的编译器所生成的共享库。" msgid "" "GDExtension is the best choice for performance. You don't need to use it " "throughout an entire game, as you can write other parts in GDScript or C#." msgstr "" -"GDExtension 是性能上的最佳选择。不需要在整个游戏中都使用,因为其他部分你可以" -"用 GDScript 或 C# 编写。" +"如果要图性能,那么 GDExtension 便是最佳选择,不需要在整个游戏中都用到。这样," +"你仍可以用 GDScript 或 C# 来编写其他部分。" msgid "" "When working with GDExtension, the available types, functions, and " "properties closely resemble Godot's actual C++ API." msgstr "" -"当使用 GDExtension 时,可用的类型、函数和属性与 Godot 实际的 C++ API 非常相" +"使用 GDExtension 时,其可用的类型、函数和属性与 Godot 实际的 C++ API 高度相" "似。" msgid "Summary" @@ -277,19 +279,19 @@ msgstr "总结" msgid "" "Scripts are files containing code that you attach to a node to extend its " "functionality." -msgstr "脚本是包含附加到节点以扩展其功能的代码文件。" +msgstr "脚本可附加到节点,是扩展该节点功能的代码文件。" msgid "" "Godot supports four official scripting languages, offering you flexibility " "between performance and ease of use." -msgstr "Godot 支持四种官方脚本语言,在性能和易用性之间为你提供灵活性。" +msgstr "Godot 支持四种官方脚本语言,在性能和易用性之间为你提供灵活的选择。" msgid "" "You can mix languages, for instance, to implement demanding algorithms with " "C or C++ and write most of the game logic with GDScript or C#." msgstr "" -"你可以混合语言,例如,用 C 或 C++ 实现高要求的算法,用 GDScript 或 C# 编写大" -"部分的游戏逻辑。" +"你可以混合使用语言,例如,用 C 或 C++ 来实现高要求算法,用 GDScript 或 C# 来" +"编写大部分游戏逻辑。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 5b6c42bdc7..8ff2782368 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/signals.po index 4a72c1317a..e402755fa8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -69,13 +69,12 @@ msgstr "" msgid "Scene setup" msgstr "场景设置" -#, fuzzy msgid "" "To add a button to our game, we will create a new scene which will include " "both a :ref:`Button ` and the ``sprite_2d.tscn`` scene we " "created in the :ref:`doc_scripting_first_script` lesson." msgstr "" -"要为我们的游戏添加按钮,我们需要新建一个“主”场景,包含一个\\ :ref:`按钮 " +"要为我们的游戏添加按钮,我们需要新建一个场景,包含一个\\ :ref:`按钮 " "`\\ 以及之前课程 :ref:`doc_scripting_first_script` 编写的 " "``sprite_2d.tscn`` 场景。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/index.po b/sphinx/po/zh_CN/LC_MESSAGES/index.po index d8d79d74ea..508552e1ec 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -129,23 +129,30 @@ msgstr "离线文档" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "你也可以\\ `下载 HTML 副本 `__\\ 进行离线" "阅读(每周一更新)。将该 ZIP 压缩包解压,用网页浏览器打开顶层的 ``index." "html`` 即可。" +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "对于移动端或者电子阅读器,你也可以\\ `下载 ePub 副本 \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index c8b65f1e0a..ee47d5a282 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index 1e34d2cdf6..88fcd00ddb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_meshes.po index 540ece1368..a404c1bd7d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_movement.po index 336f488e3f..dd3cad40a6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index 3713dbf7eb..8a98745e5e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_transforms.po index 1d861fb5d2..3de7d3b598 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/canvas_layers.po index 2cb10430c8..79a7bd4b76 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 55dcd8cc80..1f144d1ed6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/index.po index 0c6867cefb..8177af3044 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 641759adb8..96dbe27272 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 937bdcae9a..0cc14390f9 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilesets.po index 2243affa1f..0671f6627d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 6328e994f7..f784c639cb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index c9b5eb7895..e6a603ea83 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_text.po index 139c78827e..01ad669f46 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/csg_tools.po index 7b757d02e3..39513fa7b0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index 02a3f58c50..ee3bbbc2a5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index 758953121d..dbbb971123 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 588244ba8a..785355333d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index f875bb1914..f29922c597 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index 2796c0aa4a..48a3af4e54 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index f4577c01c4..741d5560d8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 59985a854c..0d52f6995a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 1a1a57191a..16c9b3d6e1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index d3146442bd..9b1a0e4336 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/index.po index 0dd0cead4b..d25ca80174 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 439b23e14d..9f8669a9fa 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index 7d7a4feda1..4dfa61829b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -417,7 +417,7 @@ msgid "" "recommendations in :ref:`doc_lights_and_shadows_pcss_recommendations` if " "setting this value above ``0.0`` on lights with shadows enabled." msgstr "" -"作为参考,从地球看太阳的角距离约为 ``0.5``\\ 。这种阴影的性能开销比较高昂,因" +"作为参考,从地球看太阳的角距离约为 ``0.5``\\ 。这种阴影的性能消耗资源较高,因" "此如果在启用阴影的灯光上将此值设置为高于 ``0.0``\\ ,请查看 :ref:" "`doc_lights_and_shadows_pcss_recommendations` 中的建议。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/mesh_lod.po index 315bab4547..ede68bc89c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/occlusion_culling.po index ffab8931bd..eeaadf079b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/attractors.po index ffe86b80dc..453f002468 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -233,9 +233,8 @@ msgid "" "it moves through it." msgstr "具有强度值的球形吸引器在粒子场运动时分割粒子场。" -#, fuzzy msgid "Vector field attractors" -msgstr "向量场吸引器" +msgstr "向量运算" msgid "Particle attractor vector field" msgstr "粒子吸引向量场" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/collision.po index 7c84b6495f..e6551afdd0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,7 +59,6 @@ msgstr "" "有一些属性你可以在所有碰撞节点中找到。它们位于检查器的 " "``GPUParticlesCollision3D`` 区域中。" -#, fuzzy msgid "" "The ``Cull Mask`` property controls which particle systems are affected by a " "collision node based on each system's :ref:`visibility layers " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index e6d5c3189c..6b20e0e807 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index e343fb0653..9c8435d795 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/index.po index 5c79f9ed41..3b267cf90c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index 03ba92f0a2..fb4428a63c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -98,7 +98,6 @@ msgstr "" "轴还是世界 Z 轴由 :ref:`Local Coords` 属性确" "定。" -#, fuzzy msgid "" "The ``Damping as Friction`` property changes the behavior of damping from a " "constant deceleration to a deceleration based on speed." @@ -590,53 +589,46 @@ msgstr "" "按序快速播放,像翻页手书一样连续起来就能播放一个短动画。你可以用它们来制作像" "烟雾或火焰这样的动画粒子。以下是创建动画粒子系统的步骤:" -#, fuzzy msgid "A sprite sheet" -msgstr "精灵轨道" +msgstr "精灵表" -#, fuzzy msgid "An 8x8 animated smoke sprite sheet" -msgstr "一个 8x8 动画烟雾精灵表" +msgstr "8x8 动画烟雾精灵表" -#, fuzzy msgid "" "Import a sprite sheet texture into the engine. If you don't have one at " "hand, you can download the :download:`high-res version of the example image " "`." msgstr "" -"将精灵表纹理导入引擎。如果你手头没有,你可以下载 :download:`示例图像的高分辨" -"率版本 `。" +"将精灵表纹理导入引擎。如果你手头没有,你可以下载\\ :download:`示例图像的高分" +"辨率版本 `\\ 。" -#, fuzzy msgid "" "Set up a particle system with at least one draw pass and assign a ``Standard " "Material`` to the mesh in that draw pass." msgstr "" -"设置一个至少有一个绘制阶段的粒子系统,并为该阶段的网格指定一个 ``Standard " -"Material``。" +"设置一个粒子系统,至少添加一个绘制阶段并为该阶段的网格指定一个 ``Standard " +"Material`\\ 。" -#, fuzzy msgid "" "Assign the sprite sheet to the ``Texture`` property in the ``Albedo`` group" -msgstr "将精灵表分配给 ``Albedo`` 组中的 ``Texture`` 属性" +msgstr "将精灵表指定给 ``Albedo`` 组中的 ``Texture`` 属性" -#, fuzzy msgid "" "Set the material's ``Billboard`` property to ``Particle Billboard``. Doing " "so makes the ``Particles Anim`` group available in the material." msgstr "" -"将材质的 ``Billboard`` 属性设置为 ``Particle Billboard``。这样做会使材质中的 " -"``Particles Anim`` 分组可用。" +"将材质的 ``Billboard`` 属性设置为 ``Particle Billboard``\\ 。这样就可以用材质" +"中的 ``Particles Anim`` 分组了。" -#, fuzzy msgid "" "Set ``H Frames`` to the number of columns and ``V Frames`` to the number of " "rows in the sprite sheet." -msgstr "将 ``H Frames`` 设置为精灵表中的列数,将 ``V Frames`` 设置为行数。" +msgstr "" +"将 ``H Frames`` 设置为精灵表中的列数,将 ``V Frames`` 设置为精灵表中的行数。" -#, fuzzy msgid "Check ``Loop`` if you want the animation to keep repeating." -msgstr "如果你希望动画持续重复,检查 ``Loop`` 。" +msgstr "如果你希望动画持续重复,请勾选 ``Loop``\\ 。" #, fuzzy msgid "" @@ -684,7 +676,6 @@ msgstr "" "Animation\\ FPS = \\frac{Number\\ of\\ images}{Lifetime}\n" "\n" -#, fuzzy msgid "" "If your sprite sheet contains 64 (8x8) images and the particle's lifetime is " "set to ``1 second``, the animation will be very smooth at **64 FPS** (1 " @@ -695,15 +686,14 @@ msgid "" "something like ``3`` to reach an acceptable framerate." msgstr "" "如果你的精灵表包含 64 张(8x8)图片,粒子的生命周期设置为 ``1 秒``,那么动画" -"将以 **64 FPS**(1 秒 / 64 张图片)非常流畅。如果生命周期设置为 ``2 秒``,它" -"仍然相当流畅,为 **32 FPS**。但如果粒子存活 ``8 秒``,那么动画将以 **8 FPS** " -"明显卡顿。为了使动画再次流畅,你需要将动画速度增加到类似 ``3`` 这样的值,以达" -"到可接受的帧率。" +"播放时将非常流畅,以 **64 FPS**(1 秒 / 64 张图片)。如果生命周期设置为 ``2 " +"秒``,它仍然相当流畅,为 **32 FPS**。但如果粒子存活 ``8 秒``,那么动画将以 " +"**8 FPS** 播放,会感受到明显卡顿。为了使动画再次流畅,你需要将动画速度增加到" +"类似 ``3`` 这样的值,以达到可接受的帧率。" msgid "Animated particles lifetimes" msgstr "动画粒子寿命" -#, fuzzy msgid "" "The same particle system at different lifetimes: 1 second (left), 2 seconds " "(middle), 8 seconds (right)" @@ -722,11 +712,9 @@ msgstr "" "例,请将 **Fixed FPS** 设置为等于翻页动画使用的有效帧速率(请参阅上面的公" "式)。" -#, fuzzy msgid "Turbulence" msgstr "湍流" -#, fuzzy msgid "" "Turbulence adds noise to particle movement, creating interesting and lively " "patterns. Check the box next to the ``Enabled`` property to activate it. A " @@ -735,12 +723,11 @@ msgid "" "detailed explanation of these in the section on :ref:`particle turbulence " "`." msgstr "" -"湍流为粒子运动添加了噪声,创造出有趣且生动的图案。在 ``Enabled`` 属性旁边的框" -"中打勾以激活它。出现了一些新的属性,它们控制运动速度、噪声图案以及对粒子系统" -"的总体影响。你可以在 :ref:`粒子湍流 ` 部分找到这" -"些属性的详细解释。" +"湍流为粒子运动添加了噪声,能够创造出生动有趣的图案。勾选 ``Enabled`` 属性旁边" +"的框就可以激活。此时会出现一些新的属性,可以用来控制运动速度、噪声图案以及对" +"粒子系统的总体影响。你可以在\\ :ref:`粒子湍流 " +"`\\ 章节找到这些属性的详细解释。" -#, fuzzy msgid "Collision" msgstr "碰撞" @@ -791,17 +778,14 @@ msgstr "" "你可以在 :ref:`碰撞 ` 部分的手册中了解更多关于粒" "子碰撞的信息。" -#, fuzzy msgid "Sub-emitter" -msgstr "卡顿" +msgstr "子发射器" -#, fuzzy msgid "Sub-emitter modes" -msgstr "渲染模式" +msgstr "子发射器模式" -#, fuzzy msgid "The available sub-emitter modes" -msgstr "查询可获取的项目" +msgstr "可用的子发射器模式" #, fuzzy msgid "" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/properties.po index 8b6b28c806..9d129fe124 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,7 +40,6 @@ msgstr "" "``Amount`` 属性控制着在任何时间下可见粒子的最大数量。增加这个值将会在消耗性能" "的同时生成更多的粒子。" -#, fuzzy msgid "" "The ``Amount Ratio`` property is the radio of particles compared to the " "ammount that will be emitted. If it's less than ``1.0`` the ammount of " @@ -49,10 +48,10 @@ msgid "" "particles and doesn't cause the particle system to restart. It's useful for " "making effects where the number of emitted particles varies over time." msgstr "" -"``数量比例`` 属性是粒子与即将发射的粒子数量的比例。如果它小于 ``1.0`` ,则生" -"命周期内发射的粒子数量将为 ``数量`` * ``数量比例`` 。在发射时更改此数值不会影" -"响已创建的粒子,也不会导致粒子系统重新启动。对于制作发射粒子的数量随时间变化" -"的效果来说这个属性很有用。" +"``Amount Ratio`` 属性是粒子与即将发射的粒子数量的比例。如果它小于 " +"``1.0``\\ ,则生命周期内发射的粒子数量将为 ``Ammount`` * ``Amount " +"Ratio``\\ 。发射后更改此数值不会影响已创建的粒子,也不会导致粒子系统重新启" +"动。对于制作发射粒子的数量随时间变化的效果来说这个属性很有用。" msgid "" "You can set another particle node as a ``Sub Emitter``, which will be " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/subemitters.po index b50ce6cc6a..d8fe3d26f7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#, fuzzy msgid "Particle sub-emitters" -msgstr "粒子着色器" +msgstr "粒子子发射器" #, fuzzy msgid "Chained sub-emitters" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/trails.po index 5c305f6e4c..f468ddb19b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/turbulence.po index cb7d4ba67f..9e973d1dac 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index 7acc5fb2d5..f67da93ad1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index eb1231f6bf..6454ee1cb3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 1796ab5179..33ac104c34 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index 4f6cc4ea98..bfd0096c82 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index ee0aa7b995..644d3a7638 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 71335b1630..50a4108678 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,6 @@ msgstr "" msgid "Using the SurfaceTool" msgstr "使用 SurfaceTool" -#, fuzzy msgid "" "The :ref:`SurfaceTool ` provides a useful interface for " "constructing geometry. The interface is similar to the :ref:`ImmediateMesh " @@ -28,8 +27,8 @@ msgid "" "normal, uv, color) and then when you add a vertex it captures the attributes." msgstr "" ":ref:`SurfaceTool ` 提供了一个用于构造几何体的有用接口。该" -"接口类似于 :ref:`ImmediateMesh ` 节点。你设置每个顶点的" -"属性(例如法线、uv、颜色),然后当你添加顶点时,它就会捕获这些属性。" +"接口类似于 :ref:`ImmediateMesh ` 类。你设置每个顶点的属" +"性(例如法线、uv、颜色),然后当你添加顶点时,它就会捕获这些属性。" msgid "" "The SurfaceTool also provides some useful helper functions like ``index()`` " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 333fb57001..81a282e8d4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 87e44ed2bb..32a8f7b691 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -460,16 +460,14 @@ msgstr "着色" msgid "Shading mode" msgstr "着色模式" -#, fuzzy msgid "" "Godot has a more or less uniform cost per pixel thanks to the depth pre-" "pass. All lighting calculations are made by running the lighting shader on " "every pixel." msgstr "" -"由于depth pre-pass (深度预通过),Godot的每像素成本或多或少是一致的. 所有照明计" -"算都是通过在每个像素上运行照明着色器来完成的." +"得益于深度贴图让引擎能够预先跳过不需要渲染的像素,Godot 渲染一个像素的成本或" +"多或少是一致的。所有照明计算都是通过在每个像素上运行照明着色器来完成的。" -#, fuzzy msgid "" "As these calculations are costly, performance can be brought down " "considerably in some corner cases such as drawing several layers of " @@ -477,41 +475,42 @@ msgid "" "**Unshaded** shading mode may help improve performance in these cases, " "especially when the camera is close to particles." msgstr "" -"由于这些计算成本很高, 因此在某些极端情况下可以大大降低性能, 例如绘制几层透明" -"度(这在粒子系统中很常见). 在这些情况下, 切换到每顶点光照可能会有所帮助." +"由于这些计算成本很高,因此在某些极端情况下可以大大降低性能,例如绘制几层透明" +"度(这在粒子系统中很常见)。在这些情况下,切换到 **无光照(Unshaded)** 着色" +"模式可能会改善这些情况下的性能表现,尤其是当相机贴近粒子的时候。" -#, fuzzy msgid "" "Additionally, on low-end or mobile devices, switching to unshaded rendering " "can considerably increase rendering performance." -msgstr "此外, 在低端或移动设备上, 切换到顶点照明可以显着提高渲染性能." +msgstr "此外,在低端或移动设备上,切换到无光照渲染可以显著提高渲染性能。" msgid "" "Keep in mind that when unshaded rendering is enabled, lights will not affect " "the material at all." -msgstr "" +msgstr "请注意,启用unshaded rendering (无着色渲染)后,光照将不会影响材质。" msgid "" "**Per-Vertex** shading is listed as an option in the shading mode property. " "However, per-vertex shading is currently unimplemented and will act " "identical to per-pixel shading." msgstr "" +"**Per-Vertex** (逐顶点)着色在着色模式属性中作为一个选项列出。然而,per-" +"vertex 着色目前尚未实现,其作用与 per-pixel (逐像素)着色相同。" -#, fuzzy msgid "" "Support for per-vertex shading is planned to be reimplemented in a future " "Godot release." -msgstr "计划在未来版本中支持 HDR *导出*\\。" +msgstr "计划在未来的 Godot 版本中重新实现对 pre-vertex 着色的支持。" msgid "Diffuse Mode" msgstr "Diffuse Mode(漫反射模式)" -#, fuzzy msgid "" "Specifies the algorithm used by diffuse scattering of light when hitting the " "object. The default is **Burley**. Other modes are also available:" msgstr "" -"指定击中对象时漫反射光散射所使用的算法. 默认为 *Burley*. 也有其他模式可用:" +"指定光线照射到物体时发生漫散射所使用的算法。默认为 **Burley** 。也可选择其他" +"模式:" msgid "" "**Burley:** Default mode, the original Disney Principled PBS diffuse " @@ -1105,7 +1104,7 @@ msgstr "" "(unshaded), 反向剔除(Cull Front), 并添加一些增长:" msgid "Transform" -msgstr "变换" +msgstr "Transform" msgid "Fixed Size" msgstr "Fixed Size(固定大小)" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_decals.po index 1452df2a40..78b15cde79 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_gridmaps.po index e0c6c6a69d..3e8a1f9966 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index a1ebd4bde3..97488dc18e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_transforms.po index 4339c22525..1a06f23373 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index 023d3d17cb..79c0b11883 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/visibility_ranges.po index de6a5619fe..dbd7f0de2f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/volumetric_fog.po index ae26d932fb..b70e2663d3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/2d_skeletons.po index ef51e5206d..fa489c48f8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_track_types.po index 14dbb77f50..bb30c80713 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_tree.po index 27bd57e167..3cd4329f67 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/creating_movies.po index 761e06cc18..d369fd74f6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/cutout_animation.po index 4e28181597..3217386be5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/index.po index 198f657ead..aa7d96d450 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/introduction.po index 88ff2b7ba1..87978a97d0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/playing_videos.po index 878011fa24..590fe690b8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index 4306d264dc..caf8220dba 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 16aa6e511b..0f3ee38dce 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index b1e91aa0f1..4c0b4fe4f9 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 02764e99a9..9d6fd105e4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 1b1d0fb484..c83b418ee7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 8d9ba1fce1..2b46a2560c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index a87558e75a..4a951033ad 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 5af1727c6c..e69f185546 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index cd443d381c..62f461e365 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index b0ec12f831..020697fd9d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 2fbee54d59..697b29e945 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 82a66cd046..f72fd36f6d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 7cc9dbcda6..e0b6d77e11 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 903330c6ac..1df3c553df 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index d555171c3f..98ef58dab3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index 11edf792aa..3b70becd3c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 2e4f6b9dff..a76e3e65ad 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/index.po index d82bb8015c..264f8a982c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 8e26578ff0..d806261994 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_buses.po index 1490e46d07..8be5180a4e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_effects.po index 2482b3e7cb..b25f1c9a65 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_streams.po index 88459be5cb..32bc3b683d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/index.po index da167a7346..ed2303acad 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index c4e5103063..73edc7c02c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 1d8e33605c..1e711477b3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/text_to_speech.po index 9598d0d1b2..12f0ee2519 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index 5fbcab3bf2..7f060fd83b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -172,10 +172,10 @@ msgid "" "them. The limitation of static functions is that they can't reference member " "variables, non-static functions or ``self``." msgstr "" -"GDScript 支持使用 ``static func`` 创建 ``static`` (静态) 函数。 当与 " -"``class_name`` 结合使用时,(静态函数)可以创建辅助函数库,而无需创建实例来调" -"用它们。 静态函数也具有限制,它们不能引用成员变量、非静态(non-static)函数" -"或 ``self`` 。" +"GDScript 支持使用 ``static func`` 创建 ``static`` (静态) 函数,与 " +"``class_name`` 结合使用时还可以创建辅助函数库,无需创建实例来调用这些函数。 " +"静态函数也有一些限制:不能引用成员变量、非静态(non-static)函数或 " +"``self`` 。" msgid "" "Since Godot 4.1, GDScript also supports ``static`` variables using ``static " @@ -183,7 +183,8 @@ msgid "" "without having to create a separate autoload." msgstr "" "从 Godot 4.1 开始,GDScript 还支持使用 ``static var`` 的 ``static`` (静态)" -"变量。 这意味着你现在可以在类的实例之间共享变量,而无需创建单独的自动加载。" +"变量,意味着你现在可以在类的实例之间共享变量,而无需创建单独的自动加载节点或" +"脚本。" msgid "" "Still, autoloaded nodes can simplify your code for systems with a wide " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 94518db455..7b5991cebb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -340,7 +340,7 @@ msgstr "" msgid "" "The reason GDScript is slow is because every operation it performs passes " "through this system." -msgstr "GDScript很慢的原因是, 它执行的每个操作都要经过这个系统." +msgstr "GDScript 很慢的原因是, 它执行的每个操作都要经过这个系统." msgid "" "C# can process some content at higher speeds via more optimized bytecode. " @@ -428,25 +428,25 @@ msgid "" "strings for the enum values (the latter only when using the ``export`` " "keyword in GDScript). The question then arises, \"which should one use?\"" msgstr "" -"大多数语言都提供了一个枚举类型选项.GDScript也不例外, 但与大多数其他语言不同的" -"是, 它允许人们使用整数或字符串作为枚举值(只有在GDScript中使用 ``export`` 关键" -"字时才可使用后者). 那么问题就来了,\"应该使用哪一种?\"" +"大多数语言都提供了一个枚举类型选项,GDScript也不例外。但与其他大多数语言不同" +"的是,GDScript的枚举允许开发者使用整数或字符串作为枚举值(只有在GDScript中使" +"用 ``@export`` 注解时才可使用后者)。 那么问题来了:“该用哪一种枚举?”" msgid "" "The short answer is, \"whichever you are more comfortable with.\" This is a " "feature specific to GDScript and not Godot scripting in general; The " "languages prioritizes usability over performance." msgstr "" -"简而言之,\"你觉得哪个更舒服就选哪个.\" 这是GDScript特有的特性, 而并非一般的" -"Godot脚本;该语言将可用性置于性能之上." +"简单回答一下就是:“你觉得哪个更舒服就选哪个。” 这是 GDScript 特有的特性,并非" +"(C++、C#等)一般的 Godot 脚本所特有的特性;该语言将可用性置于性能之上。" msgid "" "On a technical level, integer comparisons (constant-time) will happen faster " "than string comparisons (linear-time). If one wants to keep up other " "languages' conventions though, then one should use integers." msgstr "" -"在技术层面上, 整数比较(常量时间)比字符串比较(线性时间)更快. 如果你想保持其他" -"语言的习惯, 那么应该使用整数." +"在技术层面上,整数比较(常量时间)比字符串比较(线性时间)更快,若想保持其他" +"语言中使用枚举的习惯,则应使用整数来表示枚举值。" msgid "" "The primary issue with using integers comes up when one wants to *print* an " @@ -455,10 +455,10 @@ msgid "" "integer enum, one would have to write a Dictionary that maps the " "corresponding string value for each enum." msgstr "" -"当你想要 *打印* 枚举值时,使用整数的主要问题就出现了。尝试直接打印以 `int` 型" -"保存的枚举 ``MY_ENUM`` ,将会打印 ``5`` 之类的东西,而不是像 ``MyEnum`` 这样" -"的词。要打印以 `int` 型保存的枚举。必须编写一个字典来映射每个枚举对应的字符串" -"值。" +"当你想要 *打印* 枚举值时,使用整数的主要问题就出现了:尝试直接打印以 `int` 型" +"保存的枚举 ``MY_ENUM`` 会打印 ``5`` 之类的东西,而不是像 ``MyEnum`` 这样的字" +"符。若要打印以 `int` 型保存的枚举。必须编写一个字典来映射每个枚举所对应的字符" +"串值。" msgid "" "If the primary purpose of using an enum is for printing values and one " @@ -466,8 +466,9 @@ msgid "" "use them as strings. That way, a separate data structure to execute on the " "printing is unnecessary." msgstr "" -"如果使用枚举的主要目的是打印值, 并且希望将它们作为相关概念组合在一起, 那么使" -"用它们作为字符串是有意义的. 这样, 就不需要在打印上执行单独的数据结构." +"如果开发者使用枚举的主要目的是打印值,并希望将它们作为相关概念组合在一起,那" +"么将枚举作为字符串使用是有意义的。这样一来,也就不需要在打印上执行单独的数据" +"结构了。" msgid "" "AnimatedTexture vs. AnimatedSprite2D vs. AnimationPlayer vs. AnimationTree" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 6325db6e48..40933d5ff2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 610f2436e0..9b80d4893d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/index.po index 49d1658f14..6112eabc4d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 3861ef4c9d..8aae8bf297 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 842e22d71c..99a3b3863d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 2926834fdd..52ffef57a9 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,15 +107,14 @@ msgstr "" "将其对象属性序列化(即保存)到 Godot 资源文件,或从 Godot 资源文件中反序列化" "(即加载)的能力。" -#, fuzzy msgid "" "**Example:** Scripts, PackedScene (for scene files), and other types like " "each of the :ref:`AudioEffect ` classes. Each of these " "can be saved and loaded, therefore they extend from Resource." msgstr "" "**示例** : 脚本, ``PackedScene`` (用于场景文件), 以及其他类型, 比如 :ref:" -"`AudioEffect ` 类. 每一个都可以保存和加载, 因此它们从 " -"``Resource`` 扩展." +"`AudioEffect ` 类. 每一个都可以保存和加载, 因此它们均是从 " +"``Resource`` 继承而来的." msgid "" "**Advantages:** Much has :ref:`already been said ` on :ref:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/project_organization.po index 8501ca9aa7..283661a8c5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scene_organization.po index 7a3f47bc7f..639083ae47 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -197,7 +197,6 @@ msgstr "" "赖性是否得到满足?其他程序员, 尤其是设计师和作家, 将需要消息中的明确指示, 告" "诉他们如何进行配置." -#, fuzzy msgid "" "So, why does all this complex switcheroo work? Well, because scenes operate " "best when they operate alone. If unable to work alone, then working with " @@ -210,9 +209,9 @@ msgid "" msgstr "" "那么,为什么所有这些复杂的开关都能起作用呢?嗯,因为场景单独运行时效果最好。" "如果无法单独工作,那么与其他人匿名合作(具有最小的硬依赖性,即松散耦合)是第" -"二好的。然而不可避免地,可能需要对类进行更改,如果这些更改导致它以不可预见的" -"方式与其他场景交互,那么就会开始出现故障。所有这些间接实现的目的是避免最终出" -"现这样的情况:更改一个类会对依赖它的其他类产生不利影响。" +"二好的选项。在不可避免的情况下,可能需要对类进行更改,如果这些更改导致该类以" +"不可预见的方式与其他场景交互,那么就会开始出现故障。所有这些间接实现的目的都" +"是为了避免最终出现这样的情况:更改一个类会对依赖它的其他类产生不利影响。" msgid "" "Scripts and scenes, as extensions of engine classes, should abide by *all* " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 5c03234833..210f485ba1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index accbb60b42..9692f934dc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 3564fc9966..3adb6af3ed 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index bf6656f968..031e430d91 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/customizing_editor.po index 12271469ec..d4c9ec4a0f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 1e114dcdcf..e6d2c3f131 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1749,82 +1749,65 @@ msgstr "图块地图编辑器" msgid "Select" msgstr "选择" -#, fuzzy msgid "``tiles_editor/selection_tool``" -msgstr "``tile_map_editor/cut_selection``" +msgstr "``tiles_editor/selection_tool``" msgid "Cut Selection" msgstr "剪切选中项" -#, fuzzy msgid "``tiles_editor/cut``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/cut``" -#, fuzzy msgid "``tiles_editor/copy``" -msgstr "``script_text_editor/copy``" +msgstr "``tiles_editor/copy``" -#, fuzzy msgid "Paste Selection" -msgstr "擦除选中项" +msgstr "粘贴选中项" -#, fuzzy msgid "``tiles_editor/paste``" -msgstr "``tile_map_editor/paint_tile``" +msgstr "``tiles_editor/paste``" -#, fuzzy msgid "``tiles_editor/delete``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/delete``" -#, fuzzy msgid "Cancel" -msgstr "法国" +msgstr "取消" -#, fuzzy msgid ":kbd:`Esc`" -msgstr ":kbd:`E`" +msgstr ":kbd:`Esc`" -#, fuzzy msgid "``tiles_editor/cancel``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/cancel``" msgid "Paint" msgstr "绘制" -#, fuzzy msgid "``tiles_editor/paint_tool``" -msgstr "``tile_map_editor/paint_tile``" +msgstr "``tiles_editor/paint_tool``" msgid "Line" msgstr "线段" -#, fuzzy msgid ":kbd:`L`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`L`" -#, fuzzy msgid "``tiles_editor/line_tool``" -msgstr "``tile_map_editor/find_tile``" +msgstr "``tiles_editor/line_tool``" -#, fuzzy msgid "Rect" -msgstr "Rect2" +msgstr "矩形" -#, fuzzy msgid "``tiles_editor/rect_tool``" -msgstr "``tile_map_editor/select``" +msgstr "``tiles_editor/rect_tool``" -#, fuzzy msgid "Bucket" -msgstr "油漆桶填充" +msgstr "油漆桶" -#, fuzzy msgid ":kbd:`B`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`B`" -#, fuzzy msgid "``tiles_editor/bucket_tool``" -msgstr "``tile_map_editor/bucket_fill``" +msgstr "``tiles_editor/bucket_tool``" msgid "Picker" msgstr "拾取器" @@ -1832,38 +1815,32 @@ msgstr "拾取器" msgid ":kbd:`P`" msgstr ":kbd:`P`" -#, fuzzy msgid "``tiles_editor/picker``" -msgstr "``tile_map_editor/pick_tile``" +msgstr "``tiles_editor/picker``" msgid "Eraser" msgstr "橡皮" -#, fuzzy msgid "``tiles_editor/eraser``" -msgstr "``tileset_editor/next_shape``" +msgstr "``tiles_editor/eraser``" msgid "Flip Horizontally" msgstr "水平翻转" -#, fuzzy msgid ":kbd:`C`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`C`" -#, fuzzy msgid "``tiles_editor/flip_tile_horizontal``" -msgstr "``tile_map_editor/flip_horizontal``" +msgstr "``tiles_editor/flip_tile_horizontal``" msgid "Flip Vertically" msgstr "垂直翻转" -#, fuzzy msgid ":kbd:`V`" -msgstr ":kbd:`Q`" +msgstr ":kbd:`V`" -#, fuzzy msgid "``tiles_editor/flip_tile_vertical``" -msgstr "``tile_map_editor/flip_vertical``" +msgstr "``tiles_editor/flip_tile_vertical``" msgid "Rotate Left" msgstr "向左旋转" @@ -1871,9 +1848,8 @@ msgstr "向左旋转" msgid ":kbd:`Z`" msgstr ":kbd:`Z`" -#, fuzzy msgid "``tiles_editor/rotate_tile_left``" -msgstr "``tile_map_editor/rotate_left``" +msgstr "``tiles_editor/rotate_tile_left``" msgid "Rotate Right" msgstr "向右旋转" @@ -1881,9 +1857,8 @@ msgstr "向右旋转" msgid ":kbd:`X`" msgstr ":kbd:`X`" -#, fuzzy msgid "``tiles_editor/rotate_tile_right``" -msgstr "``tile_map_editor/rotate_right``" +msgstr "``tiles_editor/rotate_tile_right``" msgid "Tileset Editor" msgstr "图块集编辑器" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/external_editor.po index fb69e9fe7f..1dd5f80eea 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/index.po index 87e87f4605..24436088c3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/inspector_dock.po index 93a4601764..ccf4e96f8b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/managing_editor_features.po index faad96d0ce..749453f914 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_manager.po index 92edb2d18f..836f89e409 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_settings.po index 8ba4dec8d2..8af1d74c87 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index 0b8cb394ca..dc614675d8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 2e174f2d69..a7f1d5f5f5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/android_gradle_build.po index d190f60140..382326006a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index 8935560062..cdcdab1ea4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -158,6 +158,8 @@ msgid "" "On macOS 10.15 (Catalina) or later, make sure to use a 64-bit version of " "both WINE and rcedit since 32-bit applications aren't supported anymore." msgstr "" +"在macOS 10.15(Catalina)或更高版本上,请确保使用64位版本的WINE和rcedit,因为" +"不再支持32位应用程序。" msgid "" "You should now have everything in place to change the file icon. To do that, " @@ -175,11 +177,16 @@ msgid "" "every component is required and is a positive integer. For instance, " "``1.2.0.0`` is valid but ``1.2.0`` is not." msgstr "" +"所有提供的元资料必须有效。最重要的是,版本标识符**必须**采用“major.minor." +"patch.revision”的形式,其中每个组件都是必需的并且是正整数。例如,「1.2.0.0」" +"有效,但「1.2.0」无效。" msgid "" "If you provide invalid metadata in the export preset, the application icon " "won't change as rcedit will fail to change the executable's metadata." msgstr "" +"如果你在导出预设中提供无效元资料,应用程序图标将不会更改,因为rcedit将无法更" +"改可执行档案的元资料。" msgid "" "If rcedit fails to change the icon, you can instead :ref:`compile your own " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_android.po index 618c9b8a80..7afe6e6416 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,6 +167,9 @@ msgid "" "This is a `known Android studio issue `__ that also affects Godot projects." msgstr "" +"密钥库和密钥的密码必须相同,这一点很重要。这是一个“已知的Android studio问题" +"”,也会影响Godot项目。" msgid "Setting it up in Godot" msgstr "在 Godot 中进行设置" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index c81a467d23..4ff2a9092a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,6 +36,9 @@ msgid "" "as dedicated server. You do not need to use a specialized server binary " "anymore, unlike Godot 3.x." msgstr "" +"从Godot 4.0开始,这可以透过在任何平台上使用「--headless」命令列参数来执行" +"Godot二进位档案或执行导出为专用服务器的项目来完成。与Godot 3.x不同,你不再需" +"要使用专门的服务器二进位。" msgid "Editor versus export template" msgstr "编辑器与导出模板" @@ -44,6 +47,8 @@ msgid "" "It is possible to use either an editor or export template (debug or release) " "binary in headless mode. Which one you should use depends on your use case:" msgstr "" +"可以在无头模式下使用编辑器或导出模板(调试或发布)二进位。你应该使用哪一种取" +"决于你的用例:" #, fuzzy msgid "" @@ -83,6 +88,9 @@ msgid "" "as an export template binary, rename the binary to have the same name as the " "PCK (minus the file extension), then run the binary." msgstr "" +"仅导出PCK档案,最好是与将托管服务器的平台相配对的平台。将此PCK档案放在与导出" +"模板二进位档案相同的文件夹中,将二进位档案重新命名为与PCK相同的名称(减去文件" +"扩展名),然后执行该二进位档案。" #, fuzzy msgid "" @@ -103,6 +111,9 @@ msgid "" "texture data). Additionally, headless mode won't be automatically used; the " "user will have to specify ``--headless`` to make sure no window spawns." msgstr "" +"如果你在以服务器为目标时照常导出项目,你会注意到PCK档案与客户端一样大。这是因" +"为它包含所有资源,包括服务器不需要的资源(例如纹理数据)。此外,不会自动使用" +"无头模式;使用者必须指定“--headless”以确保没有视窗生成。" msgid "" "Many resources such as textures can be stripped from the PCK file to greatly " @@ -110,21 +121,25 @@ msgid "" "a way that preserves references in scene or resource files (built-in or " "external)." msgstr "" +"许多资源(例如纹理)可以从PCK档案中剥离,以大大减少其大小。Godot提供了一种对" +"纹理和材质执行此操作的方法,可保留场景或资源档案(内置或外部)中的参考。" msgid "" "To begin doing so, make sure you have a dedicated export preset for your " "server, then select it, go to its **Resources** tab and change its export " "mode:" msgstr "" +"首先,请确保你的服务器有专用的导出预设,然后选择它,转到其**Resources**标签并" +"更改其导出模式:" msgid "" "Choosing the **Export as dedicated server** export mode in the export preset" -msgstr "" +msgstr "在导出预设中选择**导出为专用服务器**导出模式" msgid "" "When this export mode is chosen, the ``dedicated_server`` feature tag is " "automatically added to the exported project." -msgstr "" +msgstr "选择此导出模式后,「dedicated_server」功能标记将自动新增至导出的项目。" msgid "" "If you do not wish to use this export mode but still want the feature tag, " @@ -132,20 +147,24 @@ msgid "" "export preset. This will also force ``--headless`` when running the exported " "project." msgstr "" +"如果你不想使用此导出模式但仍需要功能标签,则可以在导出预设的**功能**标签中写" +"入名称``dedicated_server``。当运作导出的项目时,这也会强制“--headless”。" msgid "" "After selecting this export mode, you will be presented with a list of " "resources in the project:" -msgstr "" +msgstr "选择此导出模式后,你将看到项目中的资源列表:" msgid "Choosing resources to keep, keep with stripped visuals or remove" -msgstr "" +msgstr "选择要保留的资源、保留剥离的视觉效果或删除" msgid "" "Ticking a box allows you to override options for the specified file or " "folder. Checking boxes does **not** affect which files are exported; this is " "done by the options selected for each checkbox instead." msgstr "" +"勾选复选框可让你复写指定档案或文件夹的选项。复选框**不会**影响导出哪些档案;" +"这是透过为每个复选框选择的选项来完成的。" msgid "" "Files within a checked folder will automatically use the parent's option by " @@ -153,6 +172,9 @@ msgid "" "name (and the option name being grayed out). To change the option for a file " "whose option is currently inherited, you must tick the box next to it first." msgstr "" +"预设情况下,提取文件夹中的档案将自动使用父级选项,这由选项名称的**" +"(Inherited)**后缀表示(并且选项名称呈灰色)。若要变更目前继承选项的档案的选" +"项,必须先勾选该档案旁的方块。" msgid "" "**Strip Visuals:** Export this resource, with visual files (textures and " @@ -160,15 +182,19 @@ msgid "" "image size (as it's sometimes used to position elements in a 2D scene), but " "nothing else." msgstr "" +"**Strip Visuals:**导出此资源,并将视觉档案(纹理和材质)替换为占位符类别。占" +"位符类别储存图像大小(因为它有时用于在2D场景中定位元素),但不储存其他内容。" msgid "**Keep:** Export this resource as usual, with visual files intact." -msgstr "" +msgstr "**Keep:**照常导出此资源,并保留完整的视觉文件。" msgid "" "**Remove:** The file is not included in the PCK. This is useful to ignore " "scenes and resources that only the client needs. If you do so, make sure the " "server doesn't reference these client-only scenes and resources in any way." msgstr "" +"**Remove:**该档案不包含在PCK中。这对于忽略只有客户端需要的场景和资源很有用。" +"如果这样做,请确保服务器不会以任何方式引用这些仅限客户端的场景和资源。" msgid "" "The general recommendation is to use **Strip Visuals** whenever possible, " @@ -176,18 +202,25 @@ msgid "" "example, if your server generates collision data based on an image's " "contents, you need to use **Keep** for that particular image." msgstr "" +"一般建议是尽可能使用**Strip Visuals**,除非服务器需要存取图像数据(例如像素颜" +"色)。例如,如果你的服务器根据图象的内容产生碰撞数据,则你需要对该特定图象使" +"用**Keep**。" msgid "" "To check the file structure of your exported PCK, use the **Export PCK/ZIP..." "** button with a ``.zip`` file extension, then open the resulting ZIP file " "in a file manager." msgstr "" +"若要检查导出的PCK的档案结构,请使用带有「.zip」文件扩展名的「**Export PCK/" +"ZIP…**」按钮,然后在档案管理器中开启产生的ZIP档案。" msgid "" "Be careful when using the **Remove** mode, as scenes/resources that " "reference a removed file will no longer be able to load successfully." msgstr "" +"使用**Remove**模式时要小心,因为引用已删除档案的场景/资源将无法再成功加载。" +#, fuzzy msgid "" "If you wish to remove specific resources but make the scenes still be able " "to load without them, you'll have to remove the reference in the scene file " @@ -195,11 +228,14 @@ msgid "" "This approach can be used to strip resources that Godot doesn't support " "replacing with placeholders yet, such as audio." msgstr "" +"如果你希望删除特定资源但使场景在没有它们的情况下仍然能够加载,则必须删除场景" +"档案中的参考并使用「load()」中的「load()」将档案加载到节点的属性中。脚" +"本。这种方法可用于剥离Godot尚不支持用占位符取代的资源,例如音讯。" msgid "" "Removing textures is often what makes the greatest impact on the PCK size, " "so it is recommended to stick with **Strip Visuals** at first." -msgstr "" +msgstr "删除纹理通常对PCK大小影响最大,因此建议先坚持使用**Strip Visuals**。" msgid "" "With the above options used, a PCK for the client (which exports all " @@ -227,6 +263,10 @@ msgid "" "custom feature tag), you can use the ``dedicated_server`` feature tag to " "detect whether a dedicated server PCK is being used:" msgstr "" +"如果你使用**导出为专用服务器**导出模式导出了项目" +"`(或已新增" +"``dedicated_server``作为自定义功能标记),则可以使用``dedicated_server``用于" +"侦测是否正在使用专用服务器PCK的功能标记:" #, fuzzy msgid "" @@ -253,6 +293,8 @@ msgid "" "start a server, as it can be used to test server functionality from the " "command line without having to export the project." msgstr "" +"最好新增至少一个上述命令列参数来启动服务器,因为它可用于从命令列测试服务器功" +"能,而无需导出项目。" msgid "" "If your client and server are separate Godot projects, your server should " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 74601aa174..573fbc0c11 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,6 +40,8 @@ msgid "" "Projects written in C# can be exported to iOS as of Godot 4.2, but support " "is experimental and :ref:`some limitations apply `." msgstr "" +"从Godot 4.2开始,用C#编写的项目可以导出到iOS,但支持是实验性的,并且:ref:`一" +"些限制适用于`。" msgid "Requirements" msgstr "需求" @@ -72,27 +74,31 @@ msgstr "" "是必填的。留空时导出器会报错。" msgid "If you encounter an error during export similar to" -msgstr "" +msgstr "如果你在导出过程中遇到类似以下错误" msgid "" "``JSON text did not start with array or object and option to allow fragments " "not set``" -msgstr "" +msgstr "“JSON文字未以数组或物件开头,且未设定允许片段的选项”" msgid "then it might be due to a malformated **App Store Team ID**!" -msgstr "" +msgstr "那么可能是由于**App Store团队ID**格式错误!" msgid "" "The exporter expects a (10 characters long) code like ``ABCDE12XYZ`` and " "not, e.g., your name as Xcode likes to display in the *Signing & " "Capabilities* tab." msgstr "" +"导出器需要一个(10个字元长)代码,例如“ABCDE12XYZ”,而不是例如Xcode喜欢在“签" +"章和功能”标签中显示的你的姓名。" msgid "" "You can find the code over at `developer.apple.com `_ next to your name in the top " "right corner." msgstr "" +"你可以在右上角你姓名旁的「developer.apple.com 」找到代码。" msgid "" "After you click **Export Project**, there are still two important options " @@ -243,13 +249,13 @@ msgid "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgstr "``GODOT_SCRIPT_ENCRYPTION_KEY``" msgid "Options / Application / Provisioning Profile UUID Debug" -msgstr "" +msgstr "选项/应用程序/设定档UUID调试" msgid "``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``" msgstr "``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``" msgid "Options / Application / Provisioning Profile UUID Release" -msgstr "" +msgstr "选项/应用程序/设定档UUID发布" msgid "``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``" msgstr "``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``" @@ -258,7 +264,7 @@ msgid "Troubleshooting" msgstr "故障排除" msgid "xcode-select points at wrong SDK location" -msgstr "" +msgstr "xcode-select 指向错误的SDK位置" msgid "" "xcode-select is a tool that comes with Xcode and among other things points " @@ -268,6 +274,9 @@ msgid "" "doesn't, Godot will fail exporting to iOS with an error that may look like " "this:" msgstr "" +"xcode select是xcode附带的一个工具,除其他外,它指向Mac上的iOS SDK。如果你安装" +"了Xcode,打开了它,同意了许可协议,并安装了命令行工具,Xcode select应该指向" +"iPhone SDK的正确位置。如果不这样做,Godot将无法导出到iOS,并出现如下错误:" msgid "" "In this case, Godot is trying to find the ``Platforms`` folder containing " @@ -276,16 +285,20 @@ msgid "" "``/Applications/Xcode.app/Contents/Developer``. To verify this, you can open " "up Terminal and run the following command to see what xcode-select points at:" msgstr "" +"在这种情况下,Godot试图在`/Library/Developer/CommandLineTools/``文件夹中找到" +"包含iPhone SDK的`Platforms'文件夹,但含有iPhone SDK的` Platforms'`文件夹实际" +"上位于`/Applications/Xcode.app/Contents/Developer`下。要验证这一点,可以打" +"开“终端”并运行以下命令来查看xcode选择点的位置:" msgid "" "To fix xcode-select pointing at a wrong location, enter this command in " "Terminal:" -msgstr "" +msgstr "要修复xcode select指向错误的位置,请在终端中输入以下命令:" msgid "" "After running this command, Godot should be able to successfully export to " "iOS." -msgstr "" +msgstr "运行此命令后,Godot应该能够成功导出到iOS。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 85a8dcb4f9..1e9bfddb0d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 91e52d6fa5..7cd041691c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,14 +91,13 @@ msgstr "" msgid "If you have an Apple Developer ID Certificate and exporting from macOS" msgstr "如果你有 Apple 开发者 ID 证书" -#, fuzzy msgid "" "Install `Xcode `__ command line tools " "and open Xcode at least once or run the ``sudo xcodebuild -license accept`` " "command to accept license agreement." msgstr "" -"安装`Xcode `__命令行工具并打开Xcode,或者" -"运行命令``sudo xcodebuild -license accept``以接受许可协议。" +"安装`Xcode `__命令行工具并至少打开一次" +"Xcode,或者运行命令``sudo xcodebuild -license accept``以接受许可协议。" #, fuzzy msgid "To sign exported app" @@ -115,7 +114,7 @@ msgstr "" "Name”)。" msgid "To notarize exported app" -msgstr "" +msgstr "公证导出的应用程序" msgid "Select ``Xcode altool`` in the ``Notarization > Notarization`` option." msgstr "在“Notarization>Notarization”选项中选择“Xcode altool”。" @@ -245,9 +244,8 @@ msgstr "描述" msgid "Codesign" msgstr "节点" -#, fuzzy msgid "Tool to use for code signing." -msgstr "启用代码签名。" +msgstr "代码签名的工具。" msgid "Identity" msgstr "Identity" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_web.po index 452c45c532..7255d72462 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,6 +44,8 @@ msgid "" "Projects written in C# using Godot 4 currently cannot be exported to the " "web. To use C# on web platforms, use Godot 3 instead." msgstr "" +"使用Godot 4以C#编写的项目目前无法导出到Web。若要在Web平台上使用C#,请改用" +"Godot 3。" #, fuzzy msgid "" @@ -61,12 +63,17 @@ msgid "" "native export functionality instead, as it will also result in better " "performance." msgstr "" +"由于SharedArrayBuffer和WebGL 2.0的上游错误,Godot 4的HTML5导出目前无法在macOS" +"和iOS上运作。我们建议改用macOS `和iOS " +"`本机导出功能,因为它也会带来更好的性能。" msgid "" "Godot 3's HTML5 exports are more compatible with various browsers in " "general, especially when using the GLES2 rendering backend (which only " "requires WebGL 1.0)." msgstr "" +"一般来说,Godot 3的HTML5导出与各种浏览器更兼容,特别是在使用GLES2算绘后端(只" +"需要WebGL 1.0)时。" msgid "WebGL version" msgstr "WebGL 版本" @@ -76,6 +83,8 @@ msgid "" "rendering method). There is no stable way to run Vulkan applications on the " "web yet." msgstr "" +"Godot 4.0及更高版本只能针对WebGL 2.0(使用兼容性算绘方法)。目前还没有稳定的" +"方法在网路上运作Vulkan应用程序。" msgid "" "See `Can I use WebGL 2.0 `__ for a list of " @@ -83,6 +92,9 @@ msgid "" "with WebGL 2.0 support that other browsers don't have, so we recommend using " "a Chromium-based browser or Firefox if possible." msgstr "" +"有关支持WebGL 2.0的浏览器版本列表,请参阅「我可以使用WebGL 2.0 」。请注意,Safari在WebGL 2.0支持方面存在一些其他浏览器不" +"具备的问题,因此我们建议尽可能使用基于Chromium的浏览器或Firefox。" msgid "Export options" msgstr "导出选项" @@ -233,6 +245,8 @@ msgid "" "button to enable audio, for instance when displaying a splash screen at the " "start of your game." msgstr "" +"一些浏览器限制网站上的音频自动播放。绕过这一限制的最简单方法是请求玩家点击、" +"点击或按下一个键/按钮以启用音频,例如在游戏开始时显示启动屏幕时。" msgid "" "Google offers additional information about their `Web Audio autoplay " @@ -247,6 +261,8 @@ msgid "" "Play Policy Changes for macOS `__." msgstr "" +"苹果Safari团队还发布了关于“macOS自动播放政策更改”的更多信息`__." msgid "" "Access to microphone requires a :ref:`secure context " @@ -359,6 +375,11 @@ msgid "" "`, while also requiring the following CORS " "headers to be set when serving the files:" msgstr "" +"为了确保低音频延迟和在web导出中使用:ref:`class_Thread`的能力,Godot 4 web导" +"出始终使用`SharedArray Buffer`__. 这需要一个:ref:" +"`secure context`,同时还需要在提供文件时设置" +"以下CORS头:" msgid "" "If you don't control the web server or are unable to add response headers, " @@ -467,17 +488,21 @@ msgid "" "kbd:`Shift` and right-clicking on empty space in Windows Explorer, then " "choosing **Open PowerShell window here**." msgstr "" +"在Windows上,你可以按住Shift并右键单击Windows资源管理器中的空白区域,然后选择" +"**在此处开启PowerShell视窗**,在目前文件夹中开启命令提示字元。" msgid "" "This will serve the contents of the current folder and open the default web " "browser automatically." -msgstr "" +msgstr "这将提供目前文件夹的内容并自动开启预设的Web浏览器。" msgid "" "Note that for production use cases, this Python-based web server should not " "be used. Instead, you should use an established web server such as Apache or " "nginx." msgstr "" +"请注意,对于生产用例,不应使用此基于Python的Web服务器。相反,你应该使用已建立" +"的Web服务器,例如Apache或nginx。" msgid "Calling JavaScript from script" msgstr "从脚本调用 JavaScript" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_windows.po index 1088004d74..98ba7962e5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -96,12 +96,16 @@ msgid "" "**Project > Export...**. Add a windows desktop preset if you haven't " "already. Under options there is a code signing category." msgstr "" +"第二个位置是Windows导出预设,可以在**项目>导出…**中找到。新增Windows桌面预设" +"(如果尚未新增)。在选项下有一个代码签章类别。" msgid "" "``Enabled`` must be set to true, and ``Identity`` must be set to the signing " "certificate. The other settings can be adjusted as needed. Once this is Done " "Godot will sign your project on export." msgstr "" +"「Enabled」必须设定为true,「Identity」必须设定为签章凭证。其他设定可以根据需" +"要进行调整。一旦完成,Godot将签署你的导出项目。" msgid "Environment variables" msgstr "环境变量" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_pcks.po index 8352eb85bc..0fc5ab93df 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_projects.po index c8f4a62e28..7320f13a48 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/feature_tags.po index 0f55e7d4bb..2fa8179da4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/index.po index 3bcdb97f59..9ab68f750e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/one-click_deploy.po index 3b44824ba7..430f8ffbb5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/running_on_macos.po index 40889feb87..83afb3e806 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/index.po index 708cfbac7b..98bfc02cbc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index c7a0c3c390..9baf347300 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,7 +85,7 @@ msgstr "" "项卡可用于此。" msgid "The **Remaps** tab can be used for this:" -msgstr "" +msgstr "**Remaps*分页可用于此目的:" #, fuzzy msgid "" @@ -99,12 +99,16 @@ msgid "" "fallback system instead, which lets you define as many fallback fonts as you " "want." msgstr "" +"DynamicFonts不支持资源重新对应系统。若要根据语言的脚本使用不同的字形,请改用" +"DynamicFont回退系统,它允许你定义任意数量的回退字形。" msgid "" "The upside of the DynamicFont fallback system is that it works regardless of " "the current language, making it ideal for things like multiplayer chat where " "the text language may not match the client's language." msgstr "" +"DynamicFont回退系统的优点是,无论目前语言如何,它都可以工作,这使其非常适合文" +"字语言可能与客户端语言不配对的多人聊天等情况。" msgid "Converting keys to text" msgstr "将键转换为文本" @@ -155,6 +159,8 @@ msgid "" "com/get/noto/>`__. Make sure to download the correct variation if you're " "using a less common language." msgstr "" +"多语言字形的一个很好的资源是「Noto Fonts 」。如果你使用的是不太常见的语言,请确保下载正确的变体。" msgid "" "Once you've downloaded the font, load the TTF file into a DynamicFont " @@ -162,6 +168,9 @@ msgid "" "reusability, associate a new a Theme resource to your root Control node and " "define the DynamicFont as the Default Font in the theme." msgstr "" +"下载字体后,将TTF档案加载到DynamicFont资源中,并将其用作控制节点的自定义字" +"体。为了获得更好的可重复使用性,请将新的主题资源关联到根控制节点,并将" +"DynamicFont定义为主题中的预设字体。" #, fuzzy msgid "Placeholders" @@ -256,11 +265,17 @@ msgid "" "strings with accented versions (while still being readable). Placeholders " "are kept as-is, so that they keep working when pseudolocalization is enabled." msgstr "" +"若要检查你的UI是否可以容纳比原始字串更长的翻译,你可以在进阶项目设定中启用 " +"*pseudolocalization* (*伪本地化*)。这将用更长的版本替换所有可本地化的字串,同" +"时用带有重音的版本替换原始字串中的一些字元(同时仍然可读)。占位符保持原样," +"以便在启用伪本地化时它们继续工作。" msgid "" "For example, the string ``Hello world, this is %s!`` becomes ``[Ĥéłłô ŵôŕłd́, " "ŧh̀íš íš %s!]`` when pseudolocalization is enabled." msgstr "" +"例如,当启用伪本地化时,字串「Hello world,this is %s!」将变为" +"「[Ĥéłłôŵôŕłd́, ŧh̀íš íš %s!]」。" msgid "" "While looking strange at first, pseudolocalization has several benefits:" @@ -270,12 +285,16 @@ msgid "" "It lets you spot non-localizable strings quickly, so you can go over them " "and make them localizable (if it makes sense to do so)." msgstr "" +"它可以让你快速发现不可本地化的字串,这样你就可以检查它们并使它们可本地化(如" +"果这样做有意义的话)。" msgid "" "It lets you check UI elements that can't fit long strings. Many languages " "will feature much longer translations than the source text, so it's " "important to ensure your UI can accommodate longer-than-usual strings." msgstr "" +"它可以让你检查无法容纳长字串的UI元素。许多语言的翻译都会比原始文字长得多,因" +"此确保你的UI能够容纳比平常更长的字串非常重要。" msgid "" "It lets you check whether your font contains all the characters required to " @@ -284,11 +303,14 @@ msgid "" "checking whether a font can support :abbr:`CJK (Chinese, Japanese, Korean)` " "or right-to-left languages." msgstr "" +"它可以让你检查你的字形是否包含支持各种语言所需的所有字元。然而,由于伪本地化" +"的目标是保持原始字串的可读性,因此它并不是检查字形是否支持CJK(中文、日文、韩" +"文)或从右到左语言的有效测试。" msgid "" "The project settings allow you to tune pseudolocalization behavior, so that " "you can disable parts of it if desired." -msgstr "" +msgstr "项目设定可让你调整伪本地化行为,以便你可以根据需要停用其部分内容。" msgid "TranslationServer" msgstr "TranslationServer" @@ -312,12 +334,16 @@ msgid "" "mirrored as well. In some languages the shape of a glyph changes depending " "on the surrounding characters." msgstr "" +"阿拉伯语和希伯来语是从右到左书写的(除了混合的数字和拉丁单字),这些语言的使" +"用者界面也应该是镜像的。在某些语言中,字形的形状会根据周围的字元而变化。" msgid "" "Support for bidirectional writing systems and UI mirroring is transparent, " "you don't usually need to change anything or have any knowledge of the " "specific writing system." msgstr "" +"对双向书写系统和UI镜像的支持是透明的,你通常不需要更改任何内容或了解特定书写" +"系统。" msgid "" "For RTL languages, Godot will automatically do the following changes to the " @@ -353,24 +379,28 @@ msgstr "坐标系不会镜像,非 UI 节点(精灵等)不受影响。" msgid "" "It is possible to override text and control layout direction by using the " "following control properties:" -msgstr "" +msgstr "可以使用下列控件属性来复写文字和控件布局方向:" msgid "" "``text_direction``, sets the base text direction. When set to \"auto\", " "direction depends on the first strong directional character in the text " "according to the Unicode Bidirectional Algorithm," msgstr "" +"``text_direction``,设定基本文字方向。当设定为“auto”时,方向取决于根据Unicode" +"双向算法的文字中的第一个强方向字符," msgid "``language``, overrides current project locale." -msgstr "" +msgstr "“语言”,覆盖目前项目区域设定。" msgid "" "``structured_text_bidi_override`` property and ``_structured_text_parser`` " "callback, enables special handling for structured text." msgstr "" +"``structured_text_bidi_override``属性和`_structured_text_parser``回调,可以对" +"结构化文本进行特殊处理。" msgid "``layout_direction``, overrides control mirroring." -msgstr "" +msgstr "“layout_direction”,覆盖控制镜像。" #, fuzzy msgid "" @@ -392,6 +422,11 @@ msgid "" "Settings → Localization → Text Server Data** and click **Install support " "data...**. Break iterator data is about 4 MB large." msgstr "" +"有些语言书写没有空格,单词和换行需要的不仅仅是字符序列的规则。Godot包括ICU规" +"则和基于字典的中断迭代器数据,但默认情况下,导出的项目中不包括这些数据。要将" +"其包括在内,请转到 **Project → Project Settings → Localization → Text Server " +"Data**(**项目→ 项目设置→ 本地化→ 文本服务器数据**),然后单击**Install " +"support data...**(**安装支持数据…**)。中断迭代器数据大约有4 MB大。" msgid "Structured text BiDi override" msgstr "结构化文本 BiDi 覆盖" @@ -401,6 +436,8 @@ msgid "" "incapable of handling text with the higher level order, like file names, " "URIs, email addresses, regular expressions or source code." msgstr "" +"Unicode BiDi算法设计用于处理自然文字,它无法处理具有更高层级顺序的文字,例如" +"档案名称、URI、电子邮件地址、正规表示式或原始代码。" msgid "" "For example, the path for this shown directory structure will be displayed " @@ -409,11 +446,14 @@ msgid "" "of them individually to correctly display directory names in any language " "and preserve correct order of the folders (bottom \"LineEdit\" control)." msgstr "" +"例如,所显示的目录结构的路径将显示不正确(顶部「LineEdit」控件)。「档案」型" +"别结构化文字会复写将文字分割成段,然后将BiDi算法单独套用到每个段,以正确显示" +"任何语言的目录名称并保留文件夹的正确顺序(底部「LineEdit」控件)。" msgid "" "Custom callbacks provide a way to override BiDi for the other types of " "structured text." -msgstr "" +msgstr "自定义回调提供了一种覆盖其他型别结构化文字的BiDi的方法。" msgid "Localizing numbers" msgstr "数字的本地化" @@ -427,6 +467,11 @@ msgid "" "parse_number(string, language) ` to " "convert it back." msgstr "" +"专为数位输入或输出设计的控件(例如ProgressBar、SpinBox)将自动使用本地化编号" +"系统,对于其他控件 :ref:`TextServer.format_number(string,language)" +"` 可用于转换西阿拉伯数字(0 ..9)到本" +"地化编号系统并:ref:`TextServer.parse_number(string," +"language)` 将其转换回来。" msgid "Localizing icons and images" msgstr "图标和图像的本地化" @@ -436,6 +481,8 @@ msgid "" "Arabic and Hebrew locales, in case they indicate movement or direction (e.g. " "back/forward buttons). Otherwise, they can remain the same." msgstr "" +"带有左右指向箭头的图标可能需要在阿拉伯语和希伯来语语言环境中颠倒过来,以防它" +"们指示移动或方向(例如后退/前进按钮)。否则,它们可以保持不变。" msgid "Testing translations" msgstr "测试翻译" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/locales.po index e2802c3a88..a47354dc5a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 6aa7c38b30..20bd09a19c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -136,6 +136,9 @@ msgid "" "translation contexts and pluralization if used in a script, with the " "optional second argument of ``tr()`` and the ``tr_n()`` method." msgstr "" +"自Godot 4.0以来,编辑器可以从指定的场景和GDScript文件中自动生成PO模板。如果在" +"脚本中使用,此POT生成还支持翻译上下文和复数形式,可选的第二个实参为``tr()`` " +"和 ``tr_n()``方法。" msgid "" "Open the Project Settings' **Localization > POT Generation** tab, then use " @@ -171,6 +174,8 @@ msgid "" "You can then move over to :ref:`creating a messages file from a PO template " "`." msgstr "" +"然后,你可以继续从 :ref:`creating a messages file from a PO template " +"`." msgid "" "Remember to regenerate the PO template after making any changes to " @@ -178,6 +183,8 @@ msgid "" "added strings will not be localizable and translators won't be able to " "update translations for outdated strings." msgstr "" +"请记住在对可本地化字串进行任何更改或新增新场景或脚本后重新生成PO模板。否则," +"新新增的字串将无法在地化,且翻译人员将无法更新过时字串的翻译。" msgid "Manual creation" msgstr "手动创建" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index 51c734f745..bca7f78595 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,6 +29,8 @@ msgid "" "during development for testing whether the project is internationalized " "properly." msgstr "" +"建立游戏时,本地化过程通常在开发完成后开始。这意味着在开发过程中无法使用翻译" +"来测试项目是否正确国际化。" msgid "" "Godot offers pseudolocalization as a way to test how robust the project is " @@ -36,6 +38,9 @@ msgid "" "might take place during localization. This way, any issues regarding " "internationalization can be recognized early on during development." msgstr "" +"Godot提供伪本地化作为测试项目在区域设定变更时的稳健性的一种方法。伪本地化模拟" +"本地化期间可能发生的变化。这样,任何有关国际化的问题都可以在开发过程的早期就" +"被辨识出来。" #, fuzzy msgid "" @@ -56,11 +61,16 @@ msgid "" "Pseudolocalization** after enabling the **Advanced** toggle in the project " "settings dialog:" msgstr "" +"启用伪本地化及其相关配置就像在项目设定中切换复选框一样简单。在项目设定对话方" +"块中启用**进阶**切换后,可以在**项目→项目设定→常规→国际化→伪本地化**中找到这" +"些设定:" msgid "" "Pseudolocalization can also be :ref:`toggled at runtime from a script " "`." msgstr "" +"伪本地化也可以是 :ref:`toggled at runtime from a script " +"`。" msgid "Pseudolocalization configurations" msgstr "伪本地化配置" @@ -70,6 +80,8 @@ msgid "" "of the project. Here are the pseudolocalization properties that can be " "configured through project settings:" msgstr "" +"Godot中的伪本地化可以根据项目的具体用例进行设定。以下是可以透过项目设定进行配" +"置的伪本地化属性:" msgid "" "``replace_with_accents``: Replaces all characters in the string with their " @@ -89,17 +101,23 @@ msgid "" "approximation to simulate expansion of text during localization. This can be " "used to check for text that would overflow its container (such as buttons)." msgstr "" +"``double_vowels``:将字串中的所有元音加倍。这是在本地化过程中模拟文字扩充的一" +"个很好的近似方法。这可用于检查会溢出其容器的文字(例如按钮)。" msgid "" "``fake_bidi``: Fake bidirectional text (simulates right-to-left text). This " "is useful to simulate right-to-left writing systems to check for potential " "layout issues that would occur in languages using right-to-left scripts." msgstr "" +"``fake_bidi``:假双向文字(模拟从右到左的文字)。这对于模拟从右到左的书写系统" +"非常有用,以检查使用从右到左脚本的语言中可能出现的潜在布局问题。" msgid "" "``override``: Replaces all the characters in the string with an asterisk " "(``*``). This is useful for quickly finding text that isn't being localized." msgstr "" +"``override``:用星号(``*``)取代字串中的所有字元。这对于快速寻找未本地化的文" +"字很有用。" msgid "" "``expansion_ratio``: Can be used in cases where doubling the vowels isn't a " @@ -108,17 +126,22 @@ msgid "" "sufficient for most practical cases; it will increase the length of the " "string by 30%." msgstr "" +"“expansion_ratio”:可用来双元音不足以近似的情况。此设定用下划线(``_``)填充" +"字串并按给定的比例扩充它。对于大多数实际情况,「0.3」的膨胀比就足够了;它会使" +"字串的长度增加30%。" msgid "" "``prefix`` and ``suffix``: These properties can be used to specify a prefix " "and suffix to wrap the text in." -msgstr "" +msgstr "``prefix``和``suffix``:这些属性可用来指定包装文字的前缀和后缀。" msgid "" "``skip_placeholders``: Skips placeholders for string formatting like ``%s`` " "and ``%f``. This is useful to identify places where more arguments are " "required for the formatted string to display correctly." msgstr "" +"“skip_placeholders”:跳过字串格式的占位符,如“%s”和“%f”。这对于识别需要更多参" +"数才能正确显示格式化字串的位置很有用。" #, fuzzy msgid "" @@ -143,6 +166,16 @@ msgid "" "``double_vowels`` properties and then call ``reload_pseudolocalization()`` " "for the changes to get reflected::" msgstr "" +"可以在运行时使用TranslationServer中的 :ref:" +"`pseudolocalization_enabled` " +"属性切换伪本地化。但是,如果需要伪本地化属性的运行时配置,则可以使用 :ref:" +"`ProjectSettings.set_setting(property, value) " +"` 直接配置它们,然后调用 :ref:" +"`TranslationServer.reload_pseudolocalization() " +"` ,该函数将重新生" +"成伪本地化属性并重新加载伪本地化。以下代码段应打开 ``replace_with_accents`` " +"和 ``double_vowels`` 属性,然后调用 ``reload_pseudolocalization()`` 以反映更" +"改:" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index cc72c7bf14..e9701f7214 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -289,12 +289,17 @@ msgid "" "accidentally send controller inputs to the running project while interacting " "with another window." msgstr "" +"虽然这对于「第三方分割画面功能`__很有用,但" +"它也可能产生不利影响。玩家在与另一个视窗互动时可能会意外地将控制器输入传送到" +"正在执行的项目。" msgid "" "If you wish to ignore events when the project window isn't focused, you will " "need to create an :ref:`autoload ` called ``Focus`` " "with the following script and use it to check all your inputs:" msgstr "" +"如果你希望在项目窗口未聚焦时忽略事件,则需要使用以下脚本创建一个 :ref:" +"`autoload ` 调用``Focus``,并使用它检查所有输入:" msgid "" "Then, instead of using ``Input.is_action_pressed(action)``, use ``Focus." @@ -303,6 +308,11 @@ msgid "" "``Focus.event_is_action_pressed(event, action)`` where ``event`` is an " "InputEvent reference and ``action`` is the name of the input action." msgstr "" +"然后,不要使用“Input.is_action_pressed(action)”,而是使用“Focus." +"input_is_action_pressed(action)”,其中“action”是输入操作的名称。另外,不要" +"使用“event.is_action_pressed(action)”,而是使用“Focus." +"event_is_action_pressed(event,action)”,其中“event”是InputEvent引" +"用,“action”是事件的名称。输入动作。" msgid "Power saving prevention" msgstr "防止省电模式" @@ -312,6 +322,8 @@ msgid "" "and power saving measures (such as turning off the screen after a certain " "amount of time has passed)." msgstr "" +"与键盘和鼠标输入不同,控制器输入**不会**抑制睡眠和省电措施(例如在经过一定时" +"间后关闭屏幕)。" msgid "" "To combat this, Godot enables power saving prevention by default when a " @@ -319,6 +331,8 @@ msgid "" "playing with a gamepad, check the value of **Display > Window > Energy " "Saving > Keep Screen On** in the Project Settings." msgstr "" +"为了解决这个问题,Godot在项目运作时预设启用节能预防。如果你注意到系统在玩游戏" +"手把时关闭了显示屏,请检查项目设定中的**显示>视窗>节能>保持屏幕开启**的值。" msgid "" "On Linux, power saving prevention requires the engine to be able to use D-" @@ -326,6 +340,8 @@ msgid "" "within a Flatpak, as sandboxing restrictions may make this impossible by " "default." msgstr "" +"在Linux上,节能预防要求引擎能够使用D-Bus。如果在Flatpak中运作项目,请检查D-" +"Bus是否已安装且可存取,因为沙盒限制可能会导致预设无法实作此操作。" msgid "Troubleshooting" msgstr "故障排除" @@ -356,6 +372,8 @@ msgid "" "controllers at once. Additional controllers above this limit are ignored by " "Godot." msgstr "" +"在Windows上,Godot一次最多只支持4个控制器。这是因为Godot使用XInput API,该API" +"仅限于同时支持4个控制器。超过此限制的其他控制器将被Godot忽略。" msgid "My controller has incorrectly mapped buttons or axes." msgstr "我的控制器的按钮或轴映射不正确。" @@ -371,6 +389,12 @@ msgid "" "controller's firmware, unpair the controller and pair it again with your PC " "if you are using the controller in wireless mode." msgstr "" +"首先,如果你的控制器提供某种固件更新实用程序,请确保运作它以从制造商处获取最" +"新修复程序。例如,Xbox One和Xbox Series控制器可以使用「Xbox Accessories应用程" +"序」更新其固" +"件。(此应用程序仅在Windows上执行,因此你必须使用Windows电脑或支持USB的" +"Windows虚拟机器来更新控制器的固件。)更新控制器的固件后,请取消控制器配对,然" +"后再次将其与PC配对(如果你是这样)在无线模式下使用控制器。" msgid "" "If buttons are incorrectly mapped, this may be due to an erroneous mapping " @@ -418,12 +442,17 @@ msgid "" "using an engine binary supplied by a Linux distribution, double-check " "whether it was compiled with udev support." msgstr "" +"如果你使用自编译引擎二进位档案,请确保它是使用udev支持进行编译的。预设启用此" +"功能,但可以透过在SCons命令列上指定「udev=no」来停用udev支持。如果你使用的是" +"Linux发行版提供的引擎二进位档案,请仔细检查它是否是使用udev支持进行编译的。" msgid "" "Controllers can still work without udev support, but it is less reliable as " "regular polling must be used to check for controllers being connected or " "disconnected during gameplay (hotplugging)." msgstr "" +"控制器在没有udev支持的情况下仍然可以工作,但可靠性较低,因为必须使用定期轮询" +"来检查游戏期间控制器的连接或断开连接(热插拔)。" msgid "HTML5" msgstr "HTML5" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index c01e33e6e5..6d3c8c7161 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -80,9 +80,11 @@ msgid "" "The custom image **must** be 256×256 pixels at most. To avoid rendering " "issues, sizes lower than or equal to 128×128 are recommended." msgstr "" +"自定义图像**必须**最大为256×256像素。为了避免算绘问题,建议尺寸小于或等于" +"128×128。" msgid "On the web platform, the maximum allowed cursor image size is 128×128." -msgstr "" +msgstr "在网页平台上,允许的最大游标图像尺寸为128×128。" msgid "Create a Node and attach the following script." msgstr "创建一个 Node 节点并附加下面的脚本。" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index d26eb46d1c..d170689cc4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/index.po index 08318c02af..d41d7b9f4d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/input_examples.po index 9837259e59..d424623fbc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -163,6 +163,8 @@ msgid "" "A new Godot project includes a number of default actions already defined. To " "see them, turn on ``Show Built-in Actions`` in the InputMap dialog." msgstr "" +"新的Godot项目包含许多已定义的预设操作。若要查看它们,请在“InputMap”对话方块中" +"开启“显示内置操作”。" msgid "Capturing actions" msgstr "捕捉动作" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/inputevent.po index 2b4aefe8dd..5023a55448 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -413,6 +413,9 @@ msgid "" "represent an InputEvent but are useful because they abstract various inputs " "when programming the game logic." msgstr "" +"动作是将零个或多个输入事件群组为通常理解的标题(例如,预设的「ui_left」动作将" +"手柄左输入和键盘左箭头键群组)。它们不需要表示输入事件,但很有用,因为它们在" +"编写游戏逻辑时抽象化了各种输入。" #, fuzzy msgid "This allows for:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index 455c4946ae..52c6016aff 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/background_loading.po index 611f24a695..0aa559375b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,6 +26,9 @@ msgid "" "a loading screen with some indication that progress is being made, or you " "may want to load additional resources during gameplay." msgstr "" +"通常,游戏需要异步加载资源。当切换游戏的主场景时(例如,进入新的关卡),你可" +"能想要显示一个加载画面,其中包含一些正在进行的指示,或者你可能希望在游戏过程" +"中加载其他资源。" msgid "" "The standard load method (:ref:`ResourceLoader.load " @@ -33,11 +36,15 @@ msgid "" "`) blocks your thread, making your game appear " "unresponsive while the resource is being loaded." msgstr "" +"标准加载方法(:ref:`ResourceLoader.load ` " +"或 GDScript 更简单的:ref:`load ` )会阻塞你的线" +"程,让你的游戏在加载资源时显得无响应。" msgid "" "One way around this is using ``ResourceLoader`` to load resources " "asynchronously in background threads." msgstr "" +"解决这个问题的一种方法是使用「ResourceLoader」在后台线程中非同步加载资源。" msgid "Using ResourceLoader" msgstr "使用 ResourceLoader" @@ -48,6 +55,9 @@ msgid "" "`, which will then be " "loaded in threads in the background." msgstr "" +"通常,你使用: ref:`ResourceLoader.load_threaded_request " +"` 对加载路径资源的请求进行" +"排队,然后将在背景的线程中加载。" msgid "" "You can check the status with :ref:`ResourceLoader.load_threaded_get_status " @@ -55,11 +65,17 @@ msgid "" "obtained by passing an array variable via progress which will return a one " "element array containing the percentage." msgstr "" +"你可以使用: ref:`ResourceLoader.load_threaded_get_status " +"` 检查状态。可以透过" +"Progress传递一个数组变数来取得进度,该变数将传回一个包含百分比的单元素数组。" msgid "" "Finally, you retrieve loaded resources by calling :ref:`ResourceLoader." "load_threaded_get `." msgstr "" +"最后,通过调用:ref:`ResourceLoader." +"load_threadd_get` 来检索加载的" +"资源。" msgid "" "Once you call ``load_threaded_get()``, either the resource finished loading " @@ -68,6 +84,9 @@ msgid "" "block, you either need to ensure there is enough time between requesting the " "load and retrieving the resource or you need to check the status manually." msgstr "" +"一旦你呼叫 ``load_threaded_get()`` ,资源要么在后台完成加载并立即返回,要么加" +"载将像 ``load()`` 一样在此时阻塞。如果你想保证这不会阻塞,你要么需要确保请求" +"加载和检索资源之间有足够的时间,要么需要手动检查状态。" msgid "Example" msgstr "示例" @@ -78,15 +97,18 @@ msgid "" "which we will load on ``_ready`` and instantiate when pressed. The path will " "be ``\"Enemy.tscn\"`` which is located at ``res://Enemy.tscn``." msgstr "" +"此示例示范如何在背景加载场景。我们将有一个按钮,按下时会生成一个敌人。敌人将" +"是``Enemy.tscn``,我们将在“_ready”上传入它并在按下时实例化。路径为``Enemy." +"tscn``,位于``res://Enemy.tscn``。" msgid "" "First, we will start a request to load the resource and connect the button:" -msgstr "" +msgstr "首先,我们将启动一个请求来加载资源并连接按钮:" msgid "" "Now ``_on_button_pressed`` will be called when the button is pressed. This " "method will be used to spawn an enemy." -msgstr "" +msgstr "现在按下按钮时将呼叫``_on_button_pressed``。此方法将用于生成敌人。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/binary_serialization_api.po index 7cfbcd935e..126a1b5d47 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -549,6 +549,8 @@ msgid "" "An Object could be serialized in three different ways: as a null value, with " "``full_objects = false``, or with ``full_objects = true``." msgstr "" +"物件可以透过三种不同的方式串行化:作为空值,使用“full_objects = false”,或使" +"用“full_objects = true”。" msgid "A null value" msgstr "空值" @@ -619,6 +621,13 @@ msgid "" "`PropertyUsageFlags` for the possible " "usage flags." msgstr "" +"并非所有属性都包含在内。仅使用 :ref:" +"`PROPERTY_USAGE_STORAGE` " +"标志集将被序列化。通过重写类中的 :ref:" +"`_get_property_list` 方法,可" +"以向属性添加新的用法标志。你还可以通过调用``Object._get_property_list``详情参" +"见 :ref:`PropertyUsageFlags` 以获取可能" +"的使用位标记。" msgid "18: :ref:`Dictionary`" msgstr "18:\\ :ref:`Dictionary`" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/data_paths.po index fb1ddcb4af..06b3cda32a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/index.po index 8bd2cd6660..01216d361b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index 938a998a93..ef73fee483 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,9 +31,12 @@ msgid "" "your project. It requires users to generate a PCK or ZIP file through the " "Godot editor, which contains resources imported by Godot." msgstr "" +"有时,当你希望玩家能够在项目中加载用户生成的内容时,:ref:`exporting packs, " +"patches, and mods ` 并不理想。它要求用户通过Godot编辑器生" +"成PCK或ZIP文件,其中包含Godot导入的资源。" msgid "Example use cases for runtime file loading and saving include:" -msgstr "" +msgstr "运行时文件加载和保存的示例用例包括:" msgid "Loading texture packs designed for the game." msgstr "加载为游戏设计的纹理包。" @@ -57,11 +60,15 @@ msgid "" "Saving/loading a file format that can contain multiple files but can still " "easily be read by other applications (ZIP)." msgstr "" +"Saving/loading 一种文件格式,该文件格式可以包含多个文件,但仍然可以被其他应用" +"程序轻松读取(ZIP)。" msgid "" "Loading files created by another game or program, or even game data files " "from another game not made with Godot." msgstr "" +"Loading 由另一个游戏或程序创建的文件,甚至是来自另一个非Godot游戏的游戏数据文" +"件。" msgid "" "Runtime file loading can be combined with :ref:`HTTP requests " @@ -227,11 +234,18 @@ msgid "" "in 2D when following instructions on :ref:`reducing aliasing when " "downsampling `." msgstr "" +"如果在3D曲面上显示加载的图像,请确保调用:ref:`image." +"generate_mipmaps` ,以便在远处观察时纹" +"理看起来不会有颗粒感。在2D中,当遵循以下说明时,这也很有用:ref:`reducing " +"aliasing when downsampling " +"` 。" msgid "" "Example of loading an image and displaying it in a :ref:`class_TextureRect` " "node (which requires conversion to :ref:`class_ImageTexture`):" msgstr "" +"加载图像并将其显示在:ref:`class_TextureRect` 节点中的示例(需要转换为:ref:" +"`class_ImageTexture`):" msgid "Audio/video files" msgstr "音视频文件" @@ -242,6 +256,9 @@ msgid "" "Theora videos, or contain Opus audio within an Ogg container. These files " "will **not** load correctly as audio files in Godot." msgstr "" +"Godot支持在运行时加载Ogg Vorbis音频。请注意,并非*all* 扩展名为 ``.ogg`` 的文" +"件都可以是ogg-Vorbis文件。有些可能是Ogg Theora视频,或者在Ogg容器中包含Opus音" +"频。这些文件在Godot中将 **not** 作为音频文件正确加载。" msgid "" "Example of loading an Ogg Vorbis audio file in an :ref:" @@ -261,12 +278,17 @@ msgid "" "since :ref:`class_AudioStreamWAV`'s ``data`` property is exposed to " "scripting." msgstr "" +"Godot还不支持MP3或WAV文件的运行时加载。在实现之前,使用脚本实现运行时WAV加载" +"是可行的,因为:ref:`class_AudioStreamWAV` 的`data`属性风险脚本。" msgid "" "It's still possible to *save* WAV files using :ref:`AudioStreamWAV." "save_to_wav `, which is useful for " "procedurally generated audio or microphone recordings." msgstr "" +"仍然可以使用: ref:`AudioStreamWAV.save_to_wav " +"` ,这对于按程序生成的音频或麦克风录" +"音非常有用。" msgid "3D scenes" msgstr "3D 场景" @@ -279,10 +301,14 @@ msgid "" "preferred as it's faster to write and smaller, but the text format is easier " "to debug." msgstr "" +"Godot在编辑器和导出项目中都对glTF 2.0提供了一流的支持。同时使用:ref:" +"`class_gltfdocument` 和ref:`class_gltfstate` ,Godot可以以文本 (``.gltf``) 和" +"二进制 (``.glb``)格式加载和保存导出项目中的glTF文件。二进制格式应该是首选,因" +"为它写得更快、更小,但文本格式更容易调试。" msgid "" "Example of loading a glTF scene and appending its root node to the scene:" -msgstr "" +msgstr "加载glTF场景并将其根节点附加到场景的示例:" msgid "" "When loading a glTF scene, a *base path* must be set so that external " @@ -291,6 +317,9 @@ msgid "" "loading from a buffer, this base path must be manually set as there is no " "way for Godot to infer this path." msgstr "" +"加载glTF场景时,必须设置*基本路径*,以便可以正确加载纹理等外部资源。从文件加" +"载时,基本路径会自动设置为包含该文件的文件夹。从缓冲区加载时,必须手动设置此" +"基本路径,因为Godot无法推断此路径。" msgid "" "To set the base path, set :ref:`GLTFState.base_path " @@ -299,6 +328,11 @@ msgid "" "` or :ref:`GLTFDocument." "append_from_file `." msgstr "" +"若要设置基本路径,请在你的GLTFState实例上设置:ref:`GLTFState.base_path " +"` ,然后*调用* :ref:` GLTFDocument." +"append_from_buffer` 或 :ref:" +"`GLTFDocument.append_from_file " +"`。" msgid "Fonts" msgstr "字体" @@ -315,16 +349,23 @@ msgid "" "` supports the `BMFont `__ format (``.fnt`` or ``.font``)." msgstr "" +"另一方面,:ref:`FontFile.load_bitmap_font " +"` 支持`BMFont`__ format (``.fnt`` or ``.font``)。" msgid "" "Additionally, it is possible to load any font that is installed on the " "system using Godot's support for :ref:`doc_using_fonts_system_fonts`." msgstr "" +"此外,可以使用Godot对 :ref:`doc_using_fonts_system_fonts` 的支持加载系统上安" +"装的任何字体。" msgid "" "Example of loading a font file automatically according to its file " "extension, then adding it as a theme override to a :ref:`class_Label` node:" msgstr "" +"根据文件扩展名自动加载字体文件,然后将其作为主题覆盖添加到 :ref:" +"`class_Label` 节点的示例:" msgid "ZIP archives" msgstr "ZIP 压缩包" @@ -336,6 +377,9 @@ msgid "" "(although these will contain imported Godot resources rather than the " "original project files)." msgstr "" +"Godot支持使用 :ref:`class_zipreader` 和 :ref:`class_zippacker` 类读取和写入" +"ZIP档案。这支持任何ZIP文件,包括Godot的 \"Export PCK/ZIP\"功能生成的文件(尽" +"管这些文件将包含导入的Godot资源,而不是原始项目文件)。" msgid "" "Use :ref:`ProjectSettings.load_resource_pack " @@ -344,18 +388,26 @@ msgid "" "approach is preferred for DLCs, as it makes interacting with additional data " "packs seamless (virtual filesystem)." msgstr "" +"使用 :ref:`ProjectSettings.load_resource_pack " +"` 将Godot导出的PCK或ZIP文件" +"加载为 :ref:`additional data packs `。DLC更喜欢这种方法," +"因为它可以无缝地与其他数据包(虚拟文件系统)交互。" msgid "" "This ZIP archive support can be combined with runtime image, 3D scene and " "audio loading to provide a seamless modding experience without requiring " "users to go through the Godot editor to generate PCK/ZIP files." msgstr "" +"这种ZIP档案支持可以与运行时图像、3D场景和音频加载相结合,提供无缝的改装体验," +"而无需用户通过Godot编辑器生成PCK/ZIP文件。" msgid "" "Example that lists files in a ZIP archive in an :ref:`class_ItemList` node, " "then writes contents read from it to a new ZIP archive (essentially " "duplicating the archive):" msgstr "" +"示例列出 :ref:`class_ItemList` 节点中ZIP存档中的文件,然后将从中读取的内容写" +"入新的ZIP存档(本质上是复制存档):" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/saving_games.po index 88ebf18d7b..23ad4c5a1d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -251,6 +251,14 @@ msgid "" "`PropertyUsageFlags` for the possible " "usage flags." msgstr "" +"请注意,并非所有属性都包含在内。仅使用:ref:" +"`PROPERTY_USAGE_STORAGE` " +"标志集将被序列化。通过重写类中的:ref:" +"`_get_property_list` 方法,可" +"以向属性添加新的用法标志。你还可以通过调用``Object_get_property_list``来检查" +"如何配置属性使用。请参阅:ref:" +"`PropertyUsageFlags` 以获取可能的使用标" +"志。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/beziers_and_curves.po index d5f9fa9438..86e1d426ff 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/index.po index 1e8144a27c..39c539f04d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/interpolation.po index c7bfadecc9..588aa1e9a7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index e2b97296e6..4fc65255a3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,7 +375,7 @@ msgstr "" "换矩阵的一个不常用的方面,目的是为了你建立对它们的理解。" msgid "Node2D provides a shearing property out of the box." -msgstr "" +msgstr "Node2D提供了开箱即用的剪切属性。" msgid "" "You may have noticed that a transform has more degrees of freedom than the " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/random_number_generation.po index fc5ecdb073..dc8ed26909 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -51,6 +51,7 @@ msgid "" "Godot internally uses the `PCG Family `__ of " "pseudorandom number generators." msgstr "" +"Godot内部使用`PCG Family `__ of 伪随机数生成器。" msgid "Global scope versus RandomNumberGenerator class" msgstr "全局作用域 vs RandomNumberGenerator 类" @@ -71,6 +72,8 @@ msgid "" "RandomNumberGenerator requires more code to use, but allows creating " "multiple instances, each with their own seed and state." msgstr "" +"RandomNumberGenerator需要使用更多代码,但允许建立多个实例,每个实例都有自己的" +"种子和状态。" msgid "" "This tutorial uses global scope methods, except when the method only exists " @@ -87,6 +90,10 @@ msgid "" "However, you can still use ``randomize()`` if you want to use a specific " "seed number, or generate it using a different method." msgstr "" +"自Godot 4.0以来,当项目启动时,随机种子会自动设置为随机值。这意味着你不再需要" +"在 ``_ready()`` 中调用 ``randomize()`` 来确保项目运行的结果是随机的。但是,如" +"果你想使用特定的种子编号,或者使用不同的方法生成它,你仍然可以使用 " +"``randomize()`` 。" #, fuzzy msgid "" @@ -306,17 +313,22 @@ msgid "" "`CSPRNG (Cryptographically secure pseudorandom number generation)` should be " "avoided for gameplay elements." msgstr "" +"缩写:“CSPRNG(加密安全伪随机数生成)”的缺点是它比标准伪随机数的生成慢得多。" +"其API的使用也不太方便。因此,游戏机制应避免使用:缩写:“CSPRNG(加密安全伪随" +"机数生成)”。" msgid "" "Example of using the Crypto class to generate 2 random integers between " "``0`` and ``2^32 - 1`` (inclusive):" -msgstr "" +msgstr "使用Crypto类生成“0”和“2^32-1”(含)之间的2个随机整数的示例:" msgid "" "See :ref:`class_PackedByteArray`'s documentation for other methods you can " "use to decode the generated bytes into various types of data, such as " "integers or floats." msgstr "" +"请参阅 :ref:`class_PackedByteArray`的文档,了解可用于将生成的字节解码为各种类" +"型的数据(如整数或浮点)的其他方法。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vector_math.po index 739fc8aea1..32e478d90e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vectors_advanced.po index 2888dd815c..495addbb40 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -178,14 +178,13 @@ msgstr "" "平面不会凭空出现,必须先进行构造。在 2D 空间中构造平面很简单:只需要法线(单" "位向量)和某一个点,或者空间中任意两点都可以完成。" -#, fuzzy msgid "" "In the case of a normal and a point, most of the work is done, as the normal " "is already computed, so calculate D from the dot product of the normal and " "the point." msgstr "" -"针对法线和点的情况,大部分工作已经完成,因为当法线已经计算出来时,只需从法线" -"和点的点积得到 D。" +"在法线和点的情况下,由于法线已经被计算出来,大部分计算工作都已完成。因此,只" +"需根据法线和点的点积计算 D 即可。" msgid "" "For two points in space, there are actually two planes that pass through " @@ -194,54 +193,53 @@ msgid "" "must be obtained first, and then it needs to be rotated 90° degrees to " "either side:" msgstr "" -"对于空间中的两个点, 实际上会有两个平面同时经过它们, 它们共享相同的空间, 但是" -"法线方向相反. 为了从这两个点计算面的法线, 必须首先获得方向向量, 然后将向任何" -"一边旋转90°:" +"而在空间中任意两点的情况下,空间内会有两个平面同时经过两点:这两个平面共享同" +"一个空间,但其法线方向相反。因此,为计算这两点的法线,必须先获得方向向量,然" +"后将其向两侧旋转 90° :" -#, fuzzy msgid "" "The rest is the same as the previous example. Either point_a or point_b will " "work, as they are in the same plane:" msgstr "" -"其余的与前面的示例相同,point_a或point_b都可以工作, 因为它们在相同的平面中:" +"剩余步骤与前例相同。point_a 和 point_b 都可以用于计算,毕竟两者位于同一个平面" +"内:" -#, fuzzy msgid "" "Doing the same in 3D is a little more complex and is explained further down." -msgstr "在3D中做同样的操作稍微复杂一些, 下面将进一步解释." +msgstr "在 3D 空间中构造平面更加复杂,下文会进一步解释。" msgid "Some examples of planes" msgstr "平面的一些示例" -#, fuzzy msgid "" "Here is an example of what planes are useful for. Imagine you have a `convex " "`__ polygon. For " "example, a rectangle, a trapezoid, a triangle, or just any polygon where no " "faces bend inwards." msgstr "" -"这里有一个简单的示例, 说明平面的用途. 假设您有一个 `凸 `__ 多边形. 例如, 矩形, 梯形, 三角形或" -"任何没有向内弯曲的多边形." +"该示例将介绍平面的用途。假设有一个 `凸 `__ 多边形。比如矩形、梯形、三角形或任何没有面向内弯" +"曲的多边形。" msgid "" "For every segment of the polygon, we compute the plane that passes by that " "segment. Once we have the list of planes, we can do neat things, for example " "checking if a point is inside the polygon." msgstr "" -"对多边形的每个部分, 我们计算出经过该部分的平面. 一旦我们有了平面的列表, 我们" -"就可以做些分类的事情, 例如检查一个点是否在多边形内部." +"对多边形的每一段,我们通过计算获取经过该段的平面。重复以上操作,直到获得多边" +"形的平面列表后,我们就可以基于该列表,做些简单的事情,例如检查某点是否处于多" +"边形内部。" msgid "" "We go through all planes, if we can find a plane where the distance to the " "point is positive, then the point is outside the polygon. If we can't, then " "the point is inside." msgstr "" -"我们遍历所有平面, 如果我们能找到使得点到平面的距离为正的平面, 那么点在多边形" -"之外. 如果我们不能, 那么这一点就在多边形内部." +"我们遍历所有平面,如果能找到一个到点的距离为正的平面,那么该点就在多边形外;" +"反之,该点就在多边形内。" msgid "Code should be something like this:" -msgstr "代码应该是这样的:" +msgstr "上述思路的代码实现如下:" msgid "" "Pretty cool, huh? But this gets much better! With a little more effort, " @@ -249,8 +247,9 @@ msgid "" "This is called the Separating Axis Theorem (or SAT) and most physics engines " "use this to detect collision." msgstr "" -"很酷, 是吧?但这可以变得更好!稍加努力, 类似的逻辑将让我们知道两个凸多边形是" -"否重叠. 这叫做分离轴定理(或SAT), 大多数物理引擎都用这个来检测碰撞." +"很酷吧?不过它还能做到更多!只要再花点心思,类似的逻辑也能让我们知道两个凸多" +"边形是否重叠。这就是所谓的分离轴定理 ( Separating Axis Theorem, SAT ),多数物" +"理引擎基于该定理检测碰撞。" msgid "" "With a point, just checking if a plane returns a positive distance is enough " @@ -259,22 +258,24 @@ msgid "" "it. This check is performed with the planes of A against the points of B, " "and then with the planes of B against the points of A:" msgstr "" -"对于一个点, 仅仅检查一个平面是否返回正距离就足以判断该点是否在外面. 对于一个" -"多边形, 我们必须找到一个平面, 使得另一个多边形上的所有点到它的距离为正. 这种" -"可以用A平面对B点进行检查, 然后用B平面对A点进行检查:" +"对于点的检测,只需检查平面是否返回正距离,就足以判断该点是否在外部。而对于多" +"边形之间的检测,我们必须找到一个平面,使得另一个多边形上的所有点到该平面的距" +"离都为正。在代码实现方面,可以先用多边形 A 的平面对多边形 B 的点进行检查,再" +"用多边形 B 的平面对多边形 A 的点进行检查:" +#, fuzzy msgid "" "As you can see, planes are quite useful, and this is the tip of the iceberg. " "You might be wondering what happens with non convex polygons. This is " "usually just handled by splitting the concave polygon into smaller convex " "polygons, or using a technique such as BSP (which is not used much nowadays)." msgstr "" -"正如你所看到的, 平面是非常有用的, 然而这只是冰山一角. 你可能想知道非凸多边形" -"会发生什么. 这通常只是通过将凹多边形分割成较小的凸多边形来处理, 或者使用诸如" -"BSP(现在使用得不多)之类的技术." +"如你所见,平面非常有用,而以上只是应用场景的冰山一角。除此以外,至于非凸多边" +"形如何判断,通常的处理方法是将非凸多边形分割成更小的凸多边形,或者使用 BSP " +"( Binary Space Partitioning ,二叉空间分割 )等技术(现在已经很少使用了)。" msgid "Collision detection in 3D" -msgstr "三维碰撞检测" +msgstr "三维环境下的碰撞检测" msgid "" "This is another bonus bit, a reward for being patient and keeping up with " @@ -283,42 +284,45 @@ msgid "" "pretty well) but it's used by almost all physics engines and collision " "detection libraries :)" msgstr "" -"这是另一个奖励, 是对耐心并跟上这个漫长的教程的奖励. 这是另一条锦囊妙计. 这可" -"能不能直接拿来使用(Godot已经可以进行了相当棒的碰撞检测了), 但是几乎所有的物理" -"引擎和碰撞检测库都使用它的原理:)" +"这是本章的另一个奖励内容,是对你耐心看完这本长篇教程的奖励:以下内容是又一个" +"前人的智慧结晶,虽然它不算是个直接能拿来用的实例( Godot 的碰撞检测功能已经足" +"够好了),但是接下来的内容是几乎所有物理引擎和碰撞检测库都在使用的一个原" +"理 : )" msgid "" "Remember that converting a convex shape in 2D to an array of 2D planes was " "useful for collision detection? You could detect if a point was inside any " "convex shape, or if two 2D convex shapes were overlapping." msgstr "" -"还记得把2D中的凸形转换成2D平面阵列对碰撞检测有用吗?你可以检测一个点是否在任" -"何凸形状内, 或者两个2D凸形状是否重叠." +"还记得把 2D 中的凸形转换成 2D 平面阵列可用于碰撞检测吗?你可以检测一个点是否" +"在任何凸面形内,或两个 2D 凸面形是否重叠。" msgid "" "Well, this works in 3D too, if two 3D polyhedral shapes are colliding, you " "won't be able to find a separating plane. If a separating plane is found, " "then the shapes are definitely not colliding." msgstr "" -"嗯, 这在3D中也适用, 如果两个3D多面体形状碰撞, 你将无法找到分离平面. 如果发现" -"一个分离平面, 那么形状肯定不会发生碰撞." +"其实,这在 3D 中也同样适用:如果两个 3D 多面体相撞,你将无法找到这两个多面体" +"的分离平面。反之,如果能找到分离平面,那么这两个图形肯定不会发生碰撞。" +#, fuzzy msgid "" "To refresh a bit a separating plane means that all vertices of polygon A are " "in one side of the plane, and all vertices of polygon B are in the other " "side. This plane is always one of the face-planes of either polygon A or " "polygon B." msgstr "" -"要得到分离平面意味着多边形A的所有顶点都在平面的一侧, 而多边形B的所有顶点都在" -"另一侧. 该平面始终是多边形A或多边形B的面向平面之一." +"“分离平面”( Separating plane )是指某个多边形 A 的所有顶点都在它的一边,而多" +"边形 B 的所有顶点在另一边的平面。这个平面总是多边形 A 或多边形 B 的面平面之" +"一。" msgid "" "In 3D though, there is a problem to this approach, because it is possible " "that, in some cases a separating plane can't be found. This is an example of " "such situation:" msgstr "" -"然而在3D中, 这种方法存在一个问题, 因为在某些情况下可能找不到分离平面. 下面就" -"是这种情况的一个示例:" +"不过,在 3D 空间中,这种思路存在一个问题:某些情况下可能找不到分离平面。下文" +"就是这种情况的一个示例:" msgid "" "To avoid it, some extra planes need to be tested as separators, these planes " @@ -329,7 +333,7 @@ msgstr "" "和多边形 B 的边的叉积" msgid "So the final algorithm is something like:" -msgstr "所以最后的算法是这样的:" +msgstr "所以,最后的算法代码差不多像这样:" msgid "More information" msgstr "更多信息" @@ -337,7 +341,7 @@ msgstr "更多信息" msgid "" "For more information on using vector math in Godot, see the following " "article:" -msgstr "关于在Godot中使用向量数学的更多信息, 请参见以下文章:" +msgstr "有关在 Godot 中使用向量数学的更多信息,请参阅以下文章:" msgid ":ref:`doc_matrices_and_transforms`" msgstr ":ref:`doc_matrices_and_transforms`" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/index.po index 715fb88e7a..a8ae479eb1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index 0cab448875..8ec30da621 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 3de2c5f36a..dd642af40e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 75ed7da8d4..62d63d0e23 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/index.po index 60e10cf02a..5ff67f72bd 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index 359daaa0e1..042b3ba1e1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,6 +39,9 @@ msgid "" "NavigationPolygon outlines must be from different NavigationPolygon " "resources to connect." msgstr "" +"对于多个NavigationPolygon资源也是如此。只要它们的轮廓点完全重叠,导览服务器就" +"会合并它们。NavigationPolygon轮廓必须来自不同的NavigationPolygon资源才能连" +"接。" msgid "" "Overlapping or intersecting outlines on the same NavigationPolygon will fail " @@ -46,12 +49,16 @@ msgid "" "different NavigationPolygons will often fail to create the navigation region " "edge connections on the NavigationServer and should be avoided." msgstr "" +"同一NavigationPolygon上的重叠或相交轮廓将导致导览网格建立失败。来自不同导览多" +"边形的重叠或相交轮廓通常无法在导览服务器上建立导览区域边缘连接,因此应避免。" msgid "" "Exactly means exactly for the vertex position merge. Small float errors that " "happen quite regularly with imported meshes will prevent a successful vertex " "merge." msgstr "" +"精确意味着精确地进行顶点位置合并。汇入的网格经常发生的小 float 错误将阻止成功" +"的顶点合并。" msgid "" "Alternatively navigation meshes are not merged but still considered as " @@ -62,12 +69,18 @@ msgid "" "Better avoid any navigation mesh overlap at all time for a consistent merge " "behavior." msgstr "" +"或者,当导航网格的边几乎平行且彼此相距一定距离时,导航服务器不会合并导航网" +"格,但仍将其视为**连接**。连接距离由每个导航地图的“edge_connectionmargin”定" +"义。在许多情况下,导航网格边在部分重叠时无法正确连接。为了实现一致的合并行" +"为,最好始终避免任何导航网格重叠。" msgid "" "If navigation debug is enabled and the NavigationServer active the " "established navigation mesh connections will be visualized. See :ref:" "`doc_navigation_debug_tools` for more info about navigation debug options." msgstr "" +"如果启用了导览调试并且导览服务器处于活动状态,则已建立的导览网格联机将可视" +"化。有关导览调试选项的更多信息,请参阅 :ref:`doc_navigation_debug_tools` 。" msgid "" "The default 2D ``edge_connection_margin`` can be changed in the " @@ -87,11 +100,12 @@ msgid "" "The edge connection margin value of any navigation map can also be changed " "at runtime with the NavigationServer API." msgstr "" +"任何导览地图的边缘联机边距值也可以在执行时使用NavigationServer API进行变更。" msgid "" "Changing the edge connection margin will trigger a full update of all " "navigation mesh connections on the NavigationServer." -msgstr "" +msgstr "更改边缘连接边距将触发导览服务器上所有导览网格连接的完整更新。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index 14bc5c7830..ff36d8cb44 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -35,11 +35,14 @@ msgid "" "editor. To visualize navigation meshes and connections at runtime too, " "enable the option **Visible Navigation** in the editor **Debug** menu." msgstr "" +"默认情况下,导航调试可视化在编辑器中启用。若要在运行时可视化导航网格和连接," +"请在编辑器 **Debug** 菜单中启用选项 **Visible Navigation** 。" msgid "" "In Godot debug builds the navigation debug can also be toggled through the " "NavigationServer singletons from scripts." msgstr "" +"在Godot调试构建中,导航调试也可以通过脚本中的NavigationServer单例进行切换。" msgid "Navigation debug settings" msgstr "导航调试设置" @@ -49,6 +52,8 @@ msgid "" "under ``debug/shapes/navigation``. Certain debug features can also be " "enabled or disabled at will but may require a scene restart to take effect." msgstr "" +"导航调试的外观可以在 ``debug/shapes/navigation`` 下的ProjectSettings中更改。" +"某些调试功能也可以随意启用或禁用,但可能需要重新启动场景才能生效。" msgid "Debug navigation mesh polygons" msgstr "调试导航网格多边形" @@ -58,12 +63,16 @@ msgid "" "will be highlighted. If ``enable_edge_lines_xray`` is also enabled, the " "edges of navigation meshes will be visible through geometry." msgstr "" +"如果启用了 ``enable_edge_lines`` ,则导航网格多边形的边将高亮显示。如果还启用" +"了 ``enable_edge_lines_xray`` ,则导航网格的边将通过几何体可见。" msgid "" "If ``enable_geometry_face_random_color`` is enabled, the color of each " "navigation mesh face will be mixed with a random color that is itself mixed " "with the color specified in ``geometry_face_color``." msgstr "" +"如果启用了 ``enable_geometry_face_random_color`` ,则每个导航网格面的颜色将与" +"随机颜色混合,该随机颜色本身与 ``geometry_face_color`` 中指定的颜色混合。" msgid "Debug edge connections" msgstr "调试边缘连接" @@ -74,9 +83,12 @@ msgid "" "by ``edge_connection_color``. The connections can be made visible through " "geometry with ``enable_edge_connections_xray``." msgstr "" +"当两个 navigation 网格在 ``edge_connection_margin`` 距离内连接时,连接被覆" +"盖。覆盖层的颜色由 ``edge_connection_color`` 控制。可以使用 " +"``enable_edge_connections_xray`` 使连接通过几何图形可见。" msgid "Edge connections are only visible when the NavigationServer is active." -msgstr "" +msgstr "只有当NavigationServer处于活动状态时,边缘连接才可见。" msgid "Debug performance" msgstr "调试性能" @@ -86,6 +98,8 @@ msgid "" "be found within the Editor Debugger under *Debugger->Monitors->Navigation " "Process*." msgstr "" +"要测试NavigationServer性能,可以在编辑器调试器中的 *Debugger->Monitors-" +">Navigation Process* 下找到一个专用监视器。" msgid "" "Navigation Process shows how long the NavigationServer spends updating its " @@ -93,18 +107,24 @@ msgid "" "similar to Process for visual frame rendering and Physics Process for " "collision and fixed updates." msgstr "" +"Navigation Process以毫秒为单位显示NavigationServer更新其内部的时间。导航过程" +"的工作原理类似于视觉帧渲染过程和碰撞和固定更新的物理过程。" msgid "" "Navigation Process accounts for all updates to **navigation maps**, " "**navigation regions** and **navigation agents** as well as all the " "**avoidance calculations** for the update frame." msgstr "" +"Navigation Process负责对 **navigation maps** 、**navigation regions**和 " +"**navigation agents** 的所有更新,以及更新帧的所有 **avoidance " +"calculations** 。" msgid "" "Navigation Process does NOT include pathfinding performance cause " "pathfinding operates on the navigation map data independently from the " "server process update." msgstr "" +"导航进程不包括寻路性能,因为寻路操作独立于服务器进程更新的导航地图数据。" msgid "" "Navigation Process should be in general kept as low and as stable as " @@ -113,18 +133,25 @@ msgid "" "update an increase in Navigation Process will automatically increase Physics " "Process by the same amount." msgstr "" +"一般情况下,导航进程应尽可能保持低的运行时性能和稳定,以避免帧速率问题。请注" +"意,由于NavigationServer进程更新发生在物理更新的中间,因此Navigation进程的增" +"加将自动使物理进程增加相同的量。" msgid "" "Navigation also provides more detailed statistics about the current " "navigation related objects and navigation map composition on the " "NavigationServer." msgstr "" +"导览还提供了关于目前导览相关物件和导览服务器上导览地图组成的更详细的统计数" +"据。" msgid "" "Navigation statistics shown here can not be judged as good or bad for " "performance as it depends entirely on the project what can be considered as " "reasonable or horribly excessive." msgstr "" +"此处显示的导览统计数据无法判断性能的好坏,因为它完全取决于项目什么可以被认为" +"是合理的或严重过度的。" msgid "" "Navigation statistics help with identifying performance bottlenecks that are " @@ -133,6 +160,9 @@ msgid "" "detailed navigation meshes with thousand of edges / polygons or problems " "caused by procedural navigation gone wrong." msgstr "" +"导览统计信息有助于识别不太明显的性能瓶颈,因为来源可能并不总是具有可见的表示" +"形式。例如,由具有数千个边/多边形的过于详细的导览网格所建立的寻路性能问题,或" +"由程序导览出错所引起的问题。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 3e47dd2a59..6441f3bcf1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index cc2b6dc6a6..fcbc9946f0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,11 +33,15 @@ msgid "" "crawling actors so they can find paths through those narrow sections in your " "game world." msgstr "" +"为蹲伏或爬行的演员烘焙具有适当高度的不同导览网格,以便他们可以找到穿过游戏世" +"界中这些狭窄部分的路径。" msgid "" "When an actor changes locomotion state, e.g. stands up, starts crouching or " "crawling, query the appropriate map for a path." msgstr "" +"当 actor 改变运动状态时,例如站起来、开始蹲下或爬行,查询适当的地图以获取路" +"径。" msgid "" "If the avoidance behavior should also change with the locomotion e.g. only " @@ -45,12 +49,16 @@ msgid "" "state, switch the actor's avoidance agent to another avoidance map with each " "locomotion change." msgstr "" +"如果回避行为也应该随着运动而改变,例如仅在站立时回避或仅避开处于相同运动状态" +"的其他代理,则随着每次运动的改变,将参与者的回避代理切换到另一个回避图。" msgid "" "While a path query can be execute immediately for multiple maps, the " "avoidance agent map switch will only take effect after the next server " "synchronization." msgstr "" +"虽然可以对多个地图立即执行路径查询,但回避代理地图切换只有在下一次服务器同步" +"后才会生效。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index 47a59d5ff1..aea4fafda0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -35,6 +35,8 @@ msgid "" "navigation meshes, pathfinding and avoidance. More complex shapes are not " "supported." msgstr "" +"代理专门由半径和高度值定义,用于烘焙导览网格、寻路和回避。不支持更复杂的形" +"状。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 2fdfa7b27a..9ef053af11 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -199,6 +199,8 @@ msgid "" "avoidance enabled agents. This Node does NOT affect the pathfinding of " "agents. You need to change the navigation meshes for that instead." msgstr "" +"可用于影响和约束启用躲避的代理的躲避速度的节点。此节点不影响代理的寻路。你需" +"要为此更改导航网格。" msgid "The 2D navigation meshes are defined with the following resources:" msgstr "2D 导航网格由以下资源定义:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index d51c487dbc..e03cf9cc8e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -204,6 +204,8 @@ msgid "" "avoidance enabled agents. This Node does NOT affect the pathfinding of " "agents. You need to change the navigation meshes for that instead." msgstr "" +"可用于影响和约束启用躲避的代理的躲避速度的节点。此节点不影响代理的寻路。你需" +"要为此更改导航网格。" msgid "The 3D navigation meshes are defined with the following resources:" msgstr "3D 导航网格由以下资源定义:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index aa5b3d5320..010c5720f0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgstr "优化导航性能" msgid "" "Common Navigation related performance problems can be categorized into the " "following topics:" -msgstr "" +msgstr "常见的导览相关性能问题可分为以下主题:" msgid "" "Performance problems with parsing scene tree nodes for navigation mesh " @@ -46,6 +46,7 @@ msgid "" "In the following sections information can be found on how to identify and " "fix or at least mitigate their impact on framerates." msgstr "" +"在以下部分中可以找到有关如何识别和修复或至少减轻其对影格速率的影响的信息。" msgid "Performance problems with parsing scene tree nodes" msgstr "解析场景树节点的性能问题" @@ -54,12 +55,15 @@ msgid "" "Prefer using simple shapes with as few edges as possible e.g. nothing " "rounded like a circle, sphere or torus." msgstr "" +"喜欢使用边缘尽可能少的简单形状,例如,不要像圆形、球体或圆环那样呈圆形。" msgid "" "Prefer using physics collision shapes over complex visual meshes as source " "geometry as meshes need to be copied from the GPU and are commonly much more " "detailed than necessary." msgstr "" +"优先使用物理碰撞形状而不是复杂的视觉网格作为来源几何体,因为网格需要从GPU复" +"制,并且通常比必要的详细得多。" msgid "" "In general avoid using very complex geometry as source geometry for baking " @@ -71,6 +75,11 @@ msgid "" "roughly cover the same geometry but still yield a baked result good enough " "for pathfinding." msgstr "" +"一般来说,避免使用非常复杂的几何体作为烘焙导览网格的来源几何体。例如,永远不" +"要使用非常详细的视觉网格,因为将其形状解析为数据数组并将其体素化以进行导览网" +"格烘焙将花费很长时间,而不会在最终导览网格上获得真正的质量增益。相反,请使用" +"形状的非常简化的细节等级版本。更好的是,使用非常原始的形状,例如盒子和矩形," +"它们仅大致覆盖相同的几何形状,但仍然会产生足够好的路径搜寻烘焙结果。" msgid "" "Prefer using simple physics collision shapes over visual meshes, as the " @@ -85,6 +94,13 @@ msgid "" "might be even worse and the mesh parsing might freeze the entire game for a " "few seconds on complex meshes." msgstr "" +"喜欢使用简单的物理碰撞形状而不是视觉网格,作为烘焙导览网格的来源几何。预设情" +"况下,物理形状是非常有限且经过最佳化的形状,可以轻松快速地解析。另一方面,视" +"觉网格的范围可以从简单到复杂。最重要的是,为了存取视觉网格数据,解析器需要从" +"算绘服务器请求网格数据数组,因为视觉网格数据直接储存在GPU上,而不是缓存在CPU" +"上。这需要锁定RenderingServer线程,并且在算绘以多线程运作时会严重影响运作时的" +"影格速率。如果算绘运作单线程,影格率影响可能会更严重,并且网格解析可能会在复" +"杂网格上冻结整个游戏几秒钟。" msgid "Performance problems with navigation mesh baking" msgstr "烘焙导航网格的性能问题" @@ -92,23 +108,25 @@ msgstr "烘焙导航网格的性能问题" msgid "" "At runtime, always prefer to use a background thread for baking navigation " "meshes." -msgstr "" +msgstr "在运作时,总是更喜欢使用后台线程来烘焙导览网格。" msgid "" "Increase NavigationMesh ``cell_size`` and ``cell_height`` to create less " "voxels." -msgstr "" +msgstr "增加NavigationMesh ``cell_size`` 和 ``cell_height`` 以建立较少的体素。" msgid "" "Change the ``SamplePartitionType`` from watershed to monotone or layers to " "gain baking performance." -msgstr "" +msgstr "将 ``SamplePartitionType`` 从分水岭更改为单调或分层以获得烘焙性能。" msgid "" "NEVER scale source geometry with nodes to avoid precision errors. Most scale " "applies only visually and shapes that are very large at their base scale " "require still a lot of extra processing even while downscaled." msgstr "" +"切勿使用节点缩放源几何体以避免精度错误。大多数比例仅适用于视觉,即使缩小比" +"例,在基本比例下非常大的形状仍然需要大量额外的处理。" msgid "" "Baking navigation meshes at runtime should always be done in a background " @@ -116,6 +134,9 @@ msgid "" "to bake than what is possible to squeeze into a single frame, at least if " "the framerate should stay at a bearable level." msgstr "" +"如果可能的话,在运作时烘焙导览网格应该始终在后台线程中完成。即使是小尺寸的导" +"览网格物体的烘焙时间也可能比挤入单个影格所需的时间长得多,至少在影格率保持在" +"可忍受的水平的情况下是如此。" #, fuzzy msgid "" @@ -150,6 +171,10 @@ msgid "" "MeshInstance, the mesh still requires a gigantic and very complex voxel grid " "to be processed for the baking." msgstr "" +"切勿使用节点缩放源几何。它不仅会导致大量精确度错误(顶点和边配对错误),而且" +"某些缩放仅以视觉形式存在,而不存在于实际解析的数据中。例如,如果网格在编辑器" +"中以视觉方式缩小,例如在MeshInstance上将比例设为0.001,则网格仍然需要巨大且非" +"常复杂的体素网格来处理烘焙。" msgid "Performance problems with NavigationAgent path queries" msgstr "NavigationAgent 路径查询的性能问题" @@ -169,6 +194,9 @@ msgid "" "only query new paths when the target position changes, the navigation map " "changes or they are forced too far away from the desired path distance." msgstr "" +"自定义NavigationAgent脚本中的逻辑错误和浪费性操作是导致性能问题的常见原因,例" +"如,请注意每影格重设路径。预设情况下,NavigationAgents经过最佳化,仅在目标位" +"置变更、导览地图变更或被迫远离所需路径距离时查询新路径。" msgid "" "E.g. when AI should move to the player, the target position should not be " @@ -177,6 +205,9 @@ msgid "" "player position should be compared and only when the player has moved too " "far away a new target position should be set." msgstr "" +"例如,当AI应移动到玩家时,目标位置不应每影格都设定为玩家位置,因为这会每影格" +"查询新路径。相反,应该比较从目前目标位置到玩家位置的距离,并且只有当玩家移动" +"得太远时才应该设定新的目标位置。" msgid "" "Do not check beforehand if a target position is reachable every frame. What " @@ -188,11 +219,18 @@ msgid "" "position reachable?\" question. This avoids doing the equivalent of two full " "path queries every frame for the same NavigationAgent." msgstr "" +"不要预先检查每个画面是否可以到达目标位置。看似无害的检查实际上相当于幕后昂贵" +"的路径查询。如果计划无论如何都要请求新路径(如果位置可达),则应直接查询路" +"径。透过查看返回路径的最后一个位置,如果该位置距检查位置处于“可到达”距离,则" +"它会回答“该位置是否可到达?”问题。这避免了对同一个NavigationAgent每影格执行两" +"次完整路径查询的等效操作。" msgid "" "Divide the total number of NavigationAgents into update groups or use random " "timers so that they do not all request new paths in the same frame." msgstr "" +"将导览代理程序的总数分割为更新组或使用随机定时器,以便它们不会在同一影格中全" +"部请求新路径。" msgid "Performance problems with the actual path search" msgstr "实际路径搜索的性能问题" @@ -200,7 +238,7 @@ msgstr "实际路径搜索的性能问题" msgid "" "Optimize overdetailed navigation meshes by reducing the amount of polygons " "and edges." -msgstr "" +msgstr "透过减少多边形和边的数量来优化过于详细的导览网格。" msgid "" "The cost of the actual path search correlates directly with the amount of " @@ -210,6 +248,10 @@ msgid "" "game world is splintered into very small navigation meshes that each have " "tiny polygons (like for TileMaps) pathfinding performance will be reduced." msgstr "" +"实际路径搜寻的成本与导览网格多边形和边缘的数量直接相关,而不是与游戏世界的实" +"际大小相关。如果一个巨大的游戏世界使用非常优化的导览网格,只有少数多边形覆盖" +"大面积,那么性能应该是可以接受的。如果游戏世界被分割成非常小的导览网格,每个" +"导览网格都有微小的多边形(如TileMap),则寻路性能将会降低。" msgid "" "A common problem is a sudden performance drop when a target position is not " @@ -222,6 +264,11 @@ msgid "" "to do a far longer search through the available polygons to confirm that the " "position is absolutely not reachable." msgstr "" +"一个常见问题是当路径查询中无法到达目标位置时效能突然下降。这种性能下降是“正常" +"的”,是导览网格太大、未优化的结果,需要搜寻大量多边形和边缘。在可以快速到达目" +"标位置的正常路径搜寻中,一旦到达该位置,寻路就会提前退出,这可以暂时隐藏这种" +"优化不足的情况。如果无法到达目标位置,则寻路必须对可用多边形进行更长的搜索," +"以确认该位置绝对无法到达。" msgid "Performance problems with navigation map synchronization" msgstr "导航地图同步的性能问题" @@ -229,7 +276,7 @@ msgstr "导航地图同步的性能问题" msgid "" "Merge navigation meshes polygons by vertex instead of by edge connection " "wherever possible." -msgstr "" +msgstr "合并导览尽可能透过顶点而不是边连接来网格化多边形。" msgid "" "When changes are made to e.g. navigation meshes or navigation regions, the " @@ -237,6 +284,8 @@ msgid "" "complexity of navigation meshes, this can take a significant amount of time " "which may impact the framerate." msgstr "" +"当对导览网格或导览区域进行变更时,导览服务器需要同步导览地图。根据导览网格的" +"复杂性,这可能需要大量时间,这可能会影响影格速率。" msgid "" "The NavigationServer merges navigation meshes either by vertex or by edge " @@ -246,6 +295,10 @@ msgid "" "still unmerged edges. All the free edges are checked for possible edge " "connections by both distance and angle which is rather costly." msgstr "" +"导览服务器透过顶点或边连接合并导览网格。当两条不同边的两个顶点落在同一地图网" +"格单元中时,就会发生以顶点合并。这是一个相当快速且低成本的操作。对于所有尚未" +"合并的边,按边连接进行合并发生在第二遍。透过距离和角度检查所有自由边缘是否有" +"可能的边缘连接,这是相当昂贵的。" msgid "" "So apart from the general rule to have as few polygon edges as possible, as " @@ -257,6 +310,11 @@ msgid "" "way off (vertex should be significantly higher) the navigation meshes are " "properly created or placed very inefficient." msgstr "" +"因此,除了具有尽可能少的多边形边的一般规则之外,还应透过顶点预先合并尽可能多" +"的边,以便只留下少量边用于成本更高的边连接计算。调试导览性能摄像头可用于取得" +"有关可用多边形和边的数量以及其中有多少未合并或未按顶点合并的统计数据。如果顶" +"点合并和边连接之间的比率相差很大(顶点应该明显更高),则导览网格会正确建立或" +"放置得非常低效。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index d2be2e946d..7eb275e0ef 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,6 +61,8 @@ msgid "" "NavigationAgents query a new navigation path on their current navigation map " "when their ``target_position`` is set with a global position." msgstr "" +"当 ``target_position`` 设置为全局位置时,NavigationAgent会在其当前导航地图上" +"查询新的导航路径。" msgid "" "The result of the pathfinding can be influenced with the following " @@ -70,26 +72,29 @@ msgstr "匀速遍历, 然后, 可以用下面的伪代码。" msgid "" "The ``navigation_layers`` bitmask can be used to limit the navigation meshes " "that the agent can use." -msgstr "" +msgstr "``navigation_layers`` 位元遮罩可用于限制代理可以使用的导航网格。" msgid "" "The ``pathfinding_algorithm`` controls how the pathfinding travels through " "the navigation mesh polygons in the path search." msgstr "" +"``pathfinding_algorithm`` 控制路径搜索中路径查找如何通过导航网格多边形。" msgid "" "The ``path_postprocessing`` sets if or how the raw path corridor found by " "the pathfinding is altered before it is returned." msgstr "" +"``path_postprocessing`` 设置在路径查找找到的原始路径走廊返回之前是否或如何更" +"改。" msgid "" "The ``path_metadata_flags`` enable the collection of additional path point " "meta data returned by the path." -msgstr "" +msgstr "``path_metadata_flags`` 允许收集路径返回的附加路径点元资料。" msgid "" "Disabling path meta flags will disable related signal emissions on the agent." -msgstr "" +msgstr "禁用路径元旗标将禁用代理上的相关信号发射。" msgid "NavigationAgent Pathfollowing" msgstr "NavigationAgent 路径跟随" @@ -99,22 +104,28 @@ msgid "" "follow in the path can be retrieved with the ``get_next_path_position()`` " "function." msgstr "" +"为代理程序设定 ``target_position`` 后,可以使用 ``get_next_path_position()`` " +"函式来撷取路径中要遵循的下一个位置。" msgid "" "Once the next path position is received move the parent actor node of the " "agent towards this path position with your own movement code." msgstr "" +"收到下一个路径位置,使用你自己的移动代码将代理的父参与者节点移到此路径位置。" msgid "" "The navigation system never moves the parent node of a NavigationAgent. The " "movement is entirely in the hands of users and their custom scripts." msgstr "" +"导览系统永远不会移动NavigationAgent的父节点。该动作完全掌握在使用者及其自定义" +"脚本的手中。" msgid "" "NavigationAgents have their own internal logic to proceed with the current " "path and call for updates." -msgstr "" +msgstr "NavigationAgent有自己的内部逻辑来处理当前路径并调用更新。" +#, fuzzy msgid "" "The ``get_next_path_position()`` function is responsible for updating many " "of the agent's internal states and properties. The function should be " @@ -125,6 +136,11 @@ msgid "" "Always check very early in script with ``is_navigation_finished()`` if the " "path is already finished." msgstr "" +"``get_next_path_position()`` 函数负责更新代理的许多内部状态和属性。应重复调用" +"该函数 *once* `physics_process` `,直到 ``is_navigation_finished()`` 告诉路径" +"已完成。在到达目标位置或路径末端后不应调用该函数,因为它可能会由于重复的路径" +"更新而使代理在适当的位置发生抖动。如果路径已经完成,请始终在脚本中尽早使用 " +"``is_navigation_finished()`` 进行检查。" msgid "The following properties influence the path following behavior." msgstr "这个节点有如下属性可供设置。" @@ -133,31 +149,41 @@ msgid "" "The ``path_desired_distance`` defines the distance at which the agent " "advances its internal path index to the next path position." msgstr "" +"``path_desired_distance`` 定义了代理将其内部路径索引前进到下一个路径位置的距" +"离。" msgid "" "The ``target_desired_distance`` defines the distance at which the agent " "considers the target position to be reached and the path at its end." msgstr "" +"``target_desired_distance`` 定义了代理认为要到达的目标位置及其末端的路径的距" +"离。" msgid "" "The ``path_max_distance`` defines when an agent requests a new path cause it " "was moved too far away from the current path point segment." msgstr "" +"``path_max_distance`` 定义代理何时请求新路径,原因是它移动得离当前路径点段太" +"远。" msgid "" "The important updates are all triggered with the " "``get_next_path_position()`` function when called in ``_physics_process()``." msgstr "" +"当在 ``_physics_process()`` 中调用 ``get_next_path_position()`` 函数时,所有" +"重要的更新都会被触发。" msgid "" "NavigationAgents can be used with ``process`` but are still limited to a " "single update that happens in ``physics_process``." msgstr "" +"NavigationAgent可以与 ``process`` 一起使用,但仍限于在 ``physics_process`` 中" +"发生的单个更新。" msgid "" "Script examples for various nodes commonly used with NavigationAgents can be " "found further below." -msgstr "" +msgstr "以下是NavigationAgent常用的各种节点的脚本示例。" msgid "Pathfollowing common problems" msgstr "运行以下命令" @@ -165,10 +191,10 @@ msgstr "运行以下命令" msgid "" "There are some common user problems and important caveats to consider when " "writing agent movement scripts." -msgstr "" +msgstr "在编写代理移动脚本时,需要考虑一些常见的用户问题和重要的注意事项。" msgid "The path is returned empty" -msgstr "" +msgstr "路径返回为空" msgid "" "If an agent queries a path before the navigation map synchronisation, e.g. " @@ -178,9 +204,13 @@ msgid "" "fixed by making a deferred call or using a callback e.g. waiting for the " "navigation map changed signal." msgstr "" +"如果代理在导航地图同步之前查询路径,例如在 ``_ready()`` 函数中,路径可能返回" +"空。在这种情况下, ``get_next_path_position()`` 函数将返回与代理父节点相同的" +"位置,并且代理将考虑到达的路径末端。这是通过进行延迟调用或使用回调来解决的," +"例如等待导航地图更改信号。" msgid "The agent is stuck dancing between two positions" -msgstr "" +msgstr "代理在两个位置跳跃" msgid "" "This is usually caused by very frequent path updates every single frame, " @@ -190,9 +220,13 @@ msgid "" "might end up switching constantly in front and behind the agent's current " "position, causing it to dance between the two positions." msgstr "" +"这通常是由于每个影格非常频繁的路径更新造成的,无论是有意还是无意(例如,最大" +"路径距离设定得太短)。寻路需要找到导览网格上有效的最近位置。如果每个影格都请" +"求新路径,则第一个路径位置可能最终会在代理目前位置的前后不断切换,导致其在两" +"个位置之间跳跃。" msgid "The agent is backtracking sometimes" -msgstr "" +msgstr "代理有时会回溯" msgid "" "If an agent moves very fast it might overshoot the path_desired_distance " @@ -203,9 +237,13 @@ msgid "" "balanced navigation mesh polygon layout with not too many polygon edges " "cramped together in small spaces." msgstr "" +"如果代理程序移动得非常快,它可能会超出path_desired_distance检查,而不会推进路" +"径索引。这可能导致代理回溯到它后面的路径点,直到它通过距离检查以增加路径索" +"引。根据代理速度和更新速率相应地增加所需距离通常可以解决此问题,并且可以使用" +"更平衡的导览网格多边形布局,而不会在小空间内挤在一起太多的多边形边缘。" msgid "The agent is sometimes looking backwards for a frame" -msgstr "" +msgstr "代理有时会向后寻找影格" msgid "" "Same as with stuck dancing agents between two positions, this is usually " @@ -217,6 +255,11 @@ msgid "" "a visible problem if actors are instantly rotated to face the current path " "position." msgstr "" +"与代理在两个位置之间卡住的跳跃相同,这通常是由每个影格非常频繁的路径更新引起" +"的。根据你的导览网格布局,尤其是当代理直接放置在导览网格边缘或边缘连接上时," +"预计路径位置有时会稍微 \"behind\" (落后)角色目前方向。这种情况的发生是由于精" +"度问题,并且并非总是能够避免。如果演员立即旋转以面向目前路径位置,这通常只是" +"一个可见的问题。" msgid "NavigationAgent Avoidance" msgstr "NavigationAgent 避障" @@ -273,18 +316,24 @@ msgid "" "avoidance will automatically ignore other agents or obstacles that are below " "or above them." msgstr "" +"属性 “height” 仅在三维中可用。高度与代理的当前全局y轴位置一起决定了代理在回避" +"模拟中的垂直位置。使用2D回避的代理将自动忽略其下方或上方的其他代理或障碍物。" msgid "" "The property ``radius`` controls the size of the avoidance circle, or in " "case of 3D sphere, around the agent. This area describes the agents body and " "not the avoidance maneuver distance." msgstr "" +"属性 ``radius`` 控制迴避圆的大小,或者在3D球体的情况下,控制代理周围的大小。" +"该区域描述的是代理的身体,而不是躲避机动距离。" msgid "" "The property ``neighbor_distance`` controls the search radius of the agent " "when searching for other agents that should be avoided. A lower value " "reduces processing cost." msgstr "" +"当搜索应避免的其他代理时,属性 ``neighbor_distance`` 控制代理的搜索半径。较低" +"的值可降低处理成本。" msgid "" "The property ``max_neighbors`` controls how many other agents are considered " @@ -292,6 +341,8 @@ msgid "" "value reduces processing cost but a too low value may result in agents " "ignoring the avoidance." msgstr "" +"属性 ``max_neighbors`` 控制在避免计算中考虑多少其他代理(如果它们都具有重叠半" +"径)。较低的值降低了处理成本,但过低的值可能导致代理忽略避免。" msgid "" "The properties ``time_horizon_agents`` and ``time_horizon_obstacles`` " @@ -301,6 +352,10 @@ msgid "" "avoidance object. The prediction time should be kept as low as possible as " "agents will slow down their velocities to avoid collision in that timeframe." msgstr "" +"属性 ``time_horizon_agents`` 和 ``time_horizon_obstacles`` 控制其他代理或障碍" +"物的回避预测时间(以秒为单位)。当特工计算他们的安全速度时,他们选择的速度可" +"以保持这一秒,而不会与另一个躲避物体碰撞。预测时间应尽可能低,因为代理会减慢" +"速度以避免在该时间段内发生碰撞。" msgid "" "The property ``max_speed`` controls the maximum velocity allowed for the " @@ -308,6 +363,8 @@ msgid "" "value the avoidance ``safe_velocity`` might not be accurate enough to avoid " "collision." msgstr "" +"属性 ``max_speed`` 控制代理回避计算所允许的最大速度。如果代理父母移动得比这个" +"值快,则避免 ``safe_velocity`` 可能不够准确,无法避免碰撞。" msgid "" "The property ``use_3d_avoidance`` switches the agent between the 2D " @@ -315,6 +372,9 @@ msgid "" "that 2D avoidance and 3D avoidance run in separate avoidance simulations so " "agents split between them do not affect each other." msgstr "" +"属性 ``use_3d_avoidance`` 在下一次更新时在2D回避(xz轴)和3d回避(xyz轴)之间" +"切换代理。请注意,2D回避和3D回避在单独的回避模拟中运行,因此在它们之间划分的" +"代理不会相互影响。" msgid "" "The properties ``avoidance_layers`` and ``avoidance_mask`` are bitmasks " @@ -322,6 +382,9 @@ msgid "" "objects that are on an avoidance layer that matches at least one of their " "own avoidance mask bits." msgstr "" +"属性 ``avoidance_layers`` 和 ``avoidance_mask`` 是类似于例如物理层的位掩码。" +"代理将仅避开位于与其自己的回避掩码位中的至少一个相匹配的回避层上的其他回避对" +"象。" msgid "" "The ``avoidance_priority`` makes agents with a higher priority ignore agents " @@ -329,6 +392,9 @@ msgid "" "importance in the avoidance simulation, e.g. important npcs characters, " "without constantly changing their entire avoidance layers or mask." msgstr "" +"``avoidance_priority`` 使优先级较高的代理忽略优先级较低的代理。这可以用于在避" +"免模拟中赋予某些代理更大的重要性,例如重要的npc字符,而不必不断改变其整个避免" +"层或掩码。" msgid "" "Avoidance exists in its own space and has no information from navigation " @@ -338,12 +404,18 @@ msgid "" "constrains to the avoidance simulation, see :ref:" "`doc_navigation_using_navigationobstacles`." msgstr "" +"回避存在于其自身的空间中,并且没有来自导航网格或物理碰撞的信息。场景背后的回" +"避代理只是平面2D平面上具有不同半径的圆或其他空的3D空间中的球体。导航障碍物可" +"用于将一些环境约束添加到规避模拟中,请参见 :ref:" +"`doc_navigation_using_navigationobstacles` 。" msgid "" "Avoidance does not affect the pathfinding. It should be seen as an " "additional option for constantly moving objects that cannot be (re)baked to " "a navigation mesh efficiently in order to move around them." msgstr "" +"回避不会影响寻路。它应该被视为一个额外的选项,用于不断移动无法有效地(重新)" +"烘焙到导航网格中以在其周围移动的对象。" msgid "" "Using the NavigationAgent ``enable_avoidance`` property is the preferred " @@ -351,6 +423,8 @@ msgid "" "toggle avoidance on agents, create or delete avoidance callbacks or switch " "avoidance modes." msgstr "" +"使用NavigationAgent ``enable_avoidance`` 属性是切换回避的首选选项。以下代码段" +"可用于在代理上切换回避、创建或删除回避回调或切换回避模式。" msgid "NavigationAgent Script Templates" msgstr "NavigationAgent 脚本模板" @@ -358,7 +432,7 @@ msgstr "NavigationAgent 脚本模板" msgid "" "The following sections provides script templates for nodes commonly used " "with NavigationAgents." -msgstr "" +msgstr "以下部分提供了NavigationAgents常用节点的脚本模板。" msgid "Actor as Node3D" msgstr "角色为 Node3D" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index b7dd510f79..18927c2876 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,17 +26,23 @@ msgid "" "They work similar to how physics layers control collision between collision " "objects or how visual layers control what is rendered to the Viewport." msgstr "" +"NavigationLayers是一项可选功能,用于进一步控制在路径查询中考虑哪些导览网格以" +"及可以连接哪些区域。它们的工作方式类似于物理层如何控制碰撞物件之间的碰撞或视" +"觉层如何控制算绘到视窗的内容。" msgid "" "NavigationLayers can be named in the **ProjectSettings** the same as physics " "layers or visual layers." msgstr "" +"NavigationLayers可以在 **ProjectSettings** 中与物理层或视觉层相同地命名。" msgid "" "If two regions have not a single compatible layer they will not be merged by " "the NavigationServer. See :ref:`doc_navigation_connecting_navmesh` for more " "information on merging navigation meshes." msgstr "" +"如果两个区域没有一个兼容的层,NavigationServer将不会合并它们。有关合并导航网" +"格的详细信息,请参见 :ref:`doc_navigation_connecting_navmesh` 。" msgid "" "If a region has not a single compatible navigation layer with the " @@ -45,6 +51,9 @@ msgid "" "`doc_navigation_using_navigationpaths` for more information on querying the " "NavigationServer for paths." msgstr "" +"如果一个区域没有一个与路径查询的 ``navigation_layers`` 参数兼容的导览层,则在" +"寻路时将跳过该区域的导览网格。有关查询导览服务器路径的更多信息,请参阅 :ref:" +"`doc_navigation_using_navigationpaths` 。" msgid "" "NavigationLayers are a single ``int`` value that is used as a **bitmask**. " @@ -52,12 +61,14 @@ msgid "" "``get_navigation_layer_value()`` functions to set and get a layer number " "directly without the need for more complex bitwise operations." msgstr "" +"NavigationLayers是用作 **bitmask** 的单个 ``int`` 值。许多与导航相关的节点都" +"具有 ``set_navigation_layer_value()`` 和 ``get_navigation_layer_value()`` 函" +"数,可以直接设置和获取层数,而不需要更复杂的逐位操作。" -#, fuzzy msgid "" "In scripts the following helper functions can be used to work with the " "``navigation_layers`` bitmask." -msgstr "通过导航层位掩码,可以对其在寻路中的使用做进一步的限制。" +msgstr "在脚本中,以下辅助函数可用于处理 ``navigation_layers`` 位掩码。" msgid "" "Changing navigation layers for path queries is a performance friendly " @@ -65,6 +76,9 @@ msgid "" "region changes a navigation path query with different navigation layers does " "not trigger large scale updates on the NavigationServer." msgstr "" +"更改路径查询的导览层是 enabling / disabling (启用/停用)整个导览区域的一种性能" +"友善的替代方案。与区域变更相比,具有不同导览层的导览路径查询不会触发导览服务" +"器上的大规模更新。" msgid "" "Changing the navigation layers of NavigationAgent nodes will have an " @@ -72,6 +86,9 @@ msgid "" "regions will have an immediate effect on the region but any new region " "connect or disconnect will only be in effect after the next physics frame." msgstr "" +"更改NavigationAgent节点的导航层将对下一个路径查询产生直接影响。更改区域的导航" +"层将立即对区域产生影响,但任何新的区域连接或断开连接都将仅在下一个物理帧之后" +"生效。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index f2be548385..63fc9d4515 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,6 +43,9 @@ msgid "" "`NavigationLink2D` and :ref:" "`NavigationLink3D` respectively." msgstr "" +"2D和 3D版本的 NavigationJumplinks 节点分別可用作 :ref:" +"`NavigationLink2D`和 :ref:" +"`NavigationLink3D`。" msgid "" "Different NavigationRegions can connect their navigation meshes without the " @@ -51,12 +54,19 @@ msgid "" "soon as the distance becomes too large, building valid connections becomes a " "problem - a problem that NavigationLinks can solve." msgstr "" +"不同的 NavigationRegions 可以连接它们的导览网格,无需使用 NavigationLink,只" +"要它们位于导览地图 ``edge_connection_margin`` 内并且具有兼容的 " +"``navigation_layers`` 即可。一旦距离变得太大,建立有效的联机就会成为一个问题" +"——NavigationLinks可以解决这个问题。" msgid "" "See :ref:`doc_navigation_using_navigationregions` to learn more about the " "use of navigation regions. See :ref:`doc_navigation_connecting_navmesh` to " "learn more about how to connect navigation meshes." msgstr "" +"请参阅 :ref:`doc_navigation_using_navigationregions`以了解有关导航区域使用的" +"更多信息。请参阅 :ref:`doc_navigation_connecting_navmesh`以了解有关如何连接导" +"航网格的更多信息。" msgid "" "NavigationLinks share many properties with NavigationRegions like " @@ -64,6 +74,9 @@ msgid "" "positions over an arbitrary distance compared to NavigationRegions that add " "a more local traversable area with a navigation mesh resource." msgstr "" +"NavigationLinks与NavigationRegions共享许多属性,例如 ``navigation_layers`` 。" +"与使用导览网格资源新增更多本地可走访区域的NavigationRegions相比," +"NavigationLink在任意距离的两个位置之间新增单一联机。" msgid "" "NavigationLinks have a ``start_position`` and ``end_position`` and can go in " @@ -71,6 +84,10 @@ msgid "" "navigationlink connects the navigation mesh polygons closest to its " "``start_position`` and ``end_position`` within search radius for pathfinding." msgstr "" +"NavigationLinks 有一个 ``start_position`` 和 ``end_position`` ,当启用 " +"``bidirectional`` 时,可以双向导航。当放置导航链接时,它会连接搜索半径内最靠" +"近其 ``start_position`` (``起始位置``)和 ``end_position`` ( ``结束位置`` )" +"的导航网格多边形,以进行寻路。" msgid "" "The polygon search radius can be configured globally in the ProjectSettings " @@ -78,6 +95,9 @@ msgid "" "navigation **map** individually using the ``NavigationServer." "map_set_link_connection_radius()`` function." msgstr "" +"多边形搜索半径可以在ProjectSettings的 ``navigation/2d_or_3d/" +"default_link_connection_radius`` 下全局配置,也可以使用 ``NavigationServer." +"map_set_link_connection_radius()`` 函数为每个导航 **map** 单独设置。" msgid "" "Both ``start_position`` and ``end_position`` have debug markers in the " @@ -86,6 +106,9 @@ msgid "" "for the edge connection. If no valid polygon is found within the search " "radius the navigation link gets disabled." msgstr "" +"“start_position” 和 “end_position” 在编辑器中都有调试标记。位置的可见半径显示" +"多边形搜索半径。将比较内部的所有导航网格多边形,并为边连接拾取最近的多边形。" +"如果在搜索半径内未找到有效的多边形,则导航链接将被禁用。" msgid "" "The link debug visuals can be changed in the Editor :ref:" @@ -93,11 +116,14 @@ msgid "" "The visibility of the debug can also be controlled in the Editor 3D Viewport " "gizmo menu." msgstr "" +"可以在 ``debug/shapes/navigation`` 下的编辑器中更改链接调试视觉效果 :ref:" +"`ProjectSettings` 。调试的可见性也可以在编辑器3D视口小" +"工具菜单中进行控制。" msgid "" "NavigationLinks do not move agents between the two link positions by " "themselves." -msgstr "" +msgstr "导览连接本身不会在两个连接位置之间移动代理。" msgid "" "A navigation link does not provide any automated movement through the link. " @@ -106,6 +132,9 @@ msgid "" "through the link to end up at the links other position (e.g. through " "teleport or animation) to continue along the path." msgstr "" +"导览连接不提供通过连接的任何自动移动。相反,当代理到达连接的位置时,游戏代码" +"需要做出反应(例如通过区域触发器)并为代理提供通过连接移动以最终到达连接其他" +"位置(例如通过传送或动画)的方法。继续沿着小路走。" #, fuzzy msgid "Navigation link script templates" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 600f7fc737..74a0d21406 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index c3df9b8746..b02db8fe29 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -133,7 +133,7 @@ msgstr "" msgid "" "The properties to parse and bake a navigation mesh are then part of the used " "resource and can be found in the resource Inspector." -msgstr "" +msgstr "解析和烘焙导航网格的属性是所用资源的一部分,可以在资源检查器中找到。" #, fuzzy msgid "" @@ -147,21 +147,30 @@ msgid "" "For more details on what objects are parsed and how, see the section about " "parsing source geometry below." msgstr "" +"“parsed_geometry_type”用于筛选是否应从 :ref:`SceneTree`解析" +"视觉对象或物理对象或两者。有关解析哪些对象以及如何解析的更多详细信息,请参阅" +"下面关于解析源几何体的部分。" msgid "" "The ``collision_mask`` filters which physics collision objects are included " "when the ``parsed_geometry_type`` includes static colliders." msgstr "" +"当 ``parsed_geometry_type`` 包括物理碰撞时, ``collision_mask`` 过滤哪些物理" +"碰撞对象被包括在内。" msgid "" "The ``source_geometry_mode`` that defines on which node(s) to start the " "parsing, and how to traverse the :ref:`SceneTree`." msgstr "" +"``source_geometry_mode`` 定义在哪个节点上开始解析,以及如何遍历 :ref:" +"`SceneTree`。" msgid "" "The ``source_geometry_group_name`` is used when only a certain node group " "should be parsed. Depends on the selected ``source_geometry_mode``." msgstr "" +"``source_geometry_group_name`` 在只应解析某个节点组时使用。取决于所选的 " +"``source_geometry_mode`` 。" #, fuzzy msgid "" @@ -172,15 +181,16 @@ msgstr "匀速遍历, 然后, 可以用下面的伪代码。" msgid "" "The ``cell_size`` sets the rasterization grid size and should match the " "navigation map size." -msgstr "" +msgstr "``cell_size`` 设置栅格网格大小,并且应与导航地图大小相匹配。" msgid "" "The ``agent_radius`` shrinks the baked navigation mesh to have enough margin " "for the agent (collision) size." msgstr "" +"``agent_radius`` 收缩烘焙的导航网格,以便为代理(碰撞)大小提供足够的边距。" msgid "The NavigationRegion2D baking can also be used at runtime with scripts." -msgstr "" +msgstr "NavigationRegion2D烘焙也可以在运行时与脚本一起使用。" msgid "To quickly test the 2D baking with default settings:" msgstr "要使用默认设置快速测试 2D 烘焙:" @@ -222,6 +232,7 @@ msgid "" "When a NavigationRegion3D node is selected in the Editor, bake options " "appear in the top bar of the Editor." msgstr "" +"在编辑器中选择NavigationRegion3D节点后,烘焙选项将显示在编辑器的顶部栏中。" #, fuzzy msgid "" @@ -235,25 +246,31 @@ msgid "" "The ``cell_size`` and ``cell_height`` sets the rasterization voxel grid size " "and should match the navigation map size." msgstr "" +"``cell_size`` 和``cell_height`` 设置光栅栅格大小,并且应与导航地图大小相匹" +"配。" msgid "" "The ``agent_height`` excludes areas from the navigation mesh where the agent " "is too tall to fit in." -msgstr "" +msgstr "``agent_height`` 从导航网格中排除代理太高而无法容纳的区域。" msgid "" "The ``agent_max_climb`` and ``agent_max_slope`` removes areas where the " "height difference between neighboring voxels is too large, or where their " "surface is too steep." msgstr "" +"``agent_max_climb`` 和 ``agent_max_slope`` 可移除相邻体素之间高度差过大或其表" +"面过陡的区域。" msgid "" "A too small ``cell_size`` or ``cell_height`` can create so many voxels that " "it has the potential to freeze the game or even crash." msgstr "" +"太小的 ``cell_size`` 或 ``cell_height`` 可能会创建太多的体素,从而有可能冻结" +"游戏甚至崩溃。" msgid "The NavigationRegion3D baking can also be used at runtime with scripts." -msgstr "" +msgstr "NavigationRegion3D烘焙也可以在运行时与脚本一起使用。" msgid "To quickly test the 3D baking with default settings:" msgstr "要使用默认设置快速测试 3D 烘焙:" @@ -295,47 +312,55 @@ msgid "" "``parse_source_geometry_data()`` can be used to parse source geometry to a " "reusable and serializable resource." msgstr "" +"``parse_source_geometry_data()`` 可用于将源几何体解析为可重用和可序列化的资" +"源。" msgid "" "``bake_from_source_geometry_data()`` can be used to bake a navigation mesh " "from already parsed data e.g. to avoid runtime performance issues with " "(redundant) parsing." msgstr "" +"``bake_from_source_geometry_data()`` 可用于根据已解析的数据烘焙导航网格,例如" +"避免(冗余)解析的运行时性能问题。" msgid "" "``bake_from_source_geometry_data_async()`` is the same but bakes the " "navigation mesh deferred with threads, not blocking the main thread." msgstr "" +"``bake_from_source_geometry_data_async()`` 是相同的,但烘焙用线程延迟的导航网" +"格,而不是阻塞主线程。" msgid "" "Compared to a NavigationRegion, the NavigationServer offers finer control " "over the navigation mesh baking process. In turn it is more complex to use " "but also provides more advanced options." msgstr "" +"与NavigationRegion相比,NavigationServer对导航网格烘焙过程提供了更精细的控" +"制。反过来,它的使用更加复杂,但也提供了更高级的选项。" msgid "" "Some other advantages of the NavigationServer over a NavigationRegion are:" -msgstr "" +msgstr "NavigationServer相对于NavigationRegion的其他一些优点是:" msgid "" "The server can parse source geometry without baking, e.g. to cache it for " "later use." -msgstr "" +msgstr "服务器可以在不烘焙的情况下解析源几何体,例如缓存以供以后使用。" msgid "" "The server allows selecting the root node at which to start the source " "geometry parsing manually." -msgstr "" +msgstr "服务器允许选择根节点,以便手动启动源几何体解析。" msgid "" "The server can accept and bake from procedurally generated source geometry " "data." -msgstr "" +msgstr "服务器可以接受程序生成的源几何图形数据并从中烘焙。" msgid "" "The server can bake multiple navigation meshes in sequence while (re)using " "the same source geometry data." -msgstr "" +msgstr "服务器可以按顺序烘焙多个导航网格,同时(重新)使用相同的源几何体数据。" msgid "" "To bake navigation meshes with the NavigationServer, source geometry is " @@ -343,6 +368,8 @@ msgid "" "navigation mesh baking process. Both navigation meshes for 2D and 3D are " "created by baking them from source geometry." msgstr "" +"若要使用NavigationServer烘焙导航网格,则需要源几何体。源几何体是导航网格烘焙" +"过程中应考虑的几何体数据。二维和三维导航网格都是通过从源几何体烘焙来创建的。" #, fuzzy msgid "" @@ -364,17 +391,22 @@ msgid "" "(re)bakes, be aware that the geometry parsing always happens on the main " "thread." msgstr "" +"源几何体可以是从视觉网格、物理碰撞或程序创建的数据阵列(如轮廓(2D)和三角面" +"(3D))解析的几何体。为方便起见,通常直接从场景树中的节点设置解析源几何体。" +"对于运行时导航网格(重新)烘焙,请注意几何体解析始终发生在主线程上。" msgid "" "The SceneTree is not thread-safe. Parsing source geometry from the SceneTree " "can only be done on the main thread." -msgstr "" +msgstr "SceneTree不是线程安全的。从SceneTree解析源几何体只能在主线程上完成。" msgid "" "The data from visual meshes and polygons needs to be received from the GPU, " "stalling the RenderingServer in the process. For runtime (re)baking prefer " "using physics shapes as parsed source geometry." msgstr "" +"需要从GPU接收来自视觉网格和多边形的数据,从而在此过程中停止RenderingServer。" +"对于运行时(重新)烘焙,更喜欢使用物理形状作为解析的源几何体。" msgid "" "Source geometry is stored inside resources so the created geometry can be " @@ -383,6 +415,9 @@ msgid "" "save source geometry to disk so it can be loaded later, e.g. to avoid the " "overhead of parsing it again at runtime." msgstr "" +"源几何图形存储在资源中,因此创建的几何图形可以重复用于多次烘焙。例如,为来自" +"同一源几何体的不同代理大小烘焙多个导航网格。这也允许将源几何体保存到磁盘,以" +"便稍后加载,例如避免在运行时再次解析的开销。" msgid "" "The geometry data should be in general kept very simple. As many edges as " @@ -392,6 +427,9 @@ msgid "" "smaller StaticBody2D shape placed completely inside the bounds of another " "StaticBody2D shape." msgstr "" +"几何数据通常应保持非常简单。需要尽可能多的边缘,但尽可能少。尤其是在2D中,应" +"避免重复和嵌套几何体,因为它会强制计算多边形孔,从而导致翻转多边形。嵌套几何" +"体的示例是完全放置在另一个StaticBody2D形状的边界内的较小StaticBody2D形状。" #, fuzzy msgid "Navigation mesh baking common problems" @@ -400,7 +438,7 @@ msgstr "运行时烘焙 NavigationMesh" msgid "" "There are some common user problems and important caveats to consider when " "creating or baking navigation meshes." -msgstr "" +msgstr "在创建或烘焙导航网格时,需要考虑一些常见的用户问题和重要的注意事项。" #, fuzzy msgid "Navigation mesh baking creates frame rate problems at runtime" @@ -412,6 +450,8 @@ msgid "" "source of any performance issues (assuming a reasonably sized and complex " "geometry for runtime rebakes)." msgstr "" +"默认情况下,导航网格烘焙是在后台线程上完成的,因此只要平台支持线程,实际烘焙" +"就很少是任何性能问题的根源(假设运行时重新烘焙的几何体大小合理且复杂)。" msgid "" "The common source for performance issues at runtime is the parsing step for " @@ -422,6 +462,11 @@ msgid "" "TileMapLayer to parse. Nodes that hold meshes need to request the data from " "the RenderingServer stalling the rendering in the process." msgstr "" +"运行时性能问题的常见来源是涉及节点和场景树的源几何体的解析步骤。SceneTree不是" +"线程安全的,因此所有节点都需要在主线程上解析。一些具有大量数据的节点在运行时" +"可能非常重且解析缓慢,例如,TileMap为每个使用的单元和TileMapLayer都有一个或多" +"个多边形要解析。持有网格的节点需要从RenderingServer请求数据,从而在此过程中停" +"止渲染。" msgid "" "To improve performance, use more optimized shapes, e.g. collision shapes " @@ -431,16 +476,24 @@ msgid "" "as source geometry, the entire baking process can be done on a background " "thread." msgstr "" +"为了提高性能,请使用更优化的形状,例如在详细的视觉网格上使用碰撞形状,并提前" +"合并和简化尽可能多的几何体。如果没有任何帮助,请不要解析SceneTree并使用脚本添" +"加源几何体过程。如果仅使用纯数据数组作为源几何体,则可以在后台线程上完成整个" +"烘焙过程。" msgid "Navigation mesh creates unintended holes in 2D." -msgstr "" +msgstr "Navigation mesh 在 2D 创建 unintended holes。" +#, fuzzy msgid "" "The navigation mesh baking in 2D is done by doing polygon clipping " "operations based on outline paths. Polygons with \"holes\" are a necessary " "evil to create more complex 2D polygons but can become unpredictable for " "users with many complex shapes involved." msgstr "" +"2D 中的 navigation 网格烘焙是通过基于轮廓路径执行多边形剪裁操作来完成的。带" +"有 \"holes\" 的多边形是创建更复杂的2D多边形所必需的 evil ,但对于涉及许多复杂" +"形状的用户来说,它可能会变得不可预测。" msgid "" "To avoid any unexpected problems with polygon hole calculations, avoid " @@ -449,9 +502,12 @@ msgid "" "smaller StaticBody2D shape inside a larger StaticBody2D shape can result in " "the resulting polygon being flipped." msgstr "" +"为避免多边形孔计算出现任何意外问题,请避免将任何轮廓嵌套在同一类型的其他轮廓" +"内(可遍历/障碍物)。这包括来自节点的已解析形状。例如,将较小的StaticBody2D形" +"状放置在较大的StaticBody2D形状内可能会导致所生成的多边形翻转。" msgid "Navigation mesh appears inside geometry in 3D." -msgstr "" +msgstr "导航网格显示在三维几何体内部。" msgid "" "The navigation mesh baking in 3D has no concept of \"inside\". The voxel " @@ -460,6 +516,9 @@ msgid "" "possible, add smaller \"dummy\" geometry inside with as few triangles as " "possible so the cells are occupied with something." msgstr "" +"3D中的导航网格烘焙没有“内部”的概念。用于光栅化几何体的体素单元被占用或未被占" +"用。删除其他几何图形中位于地面上的几何图形。如果无法做到这一点,请在内部添加" +"较小的“虚拟”几何体,并尽可能少地添加三角形,这样单元就会被一些东西占据。" #, fuzzy msgid "Navigation mesh script templates" @@ -470,6 +529,8 @@ msgid "" "the scene tree, bakes a navigation mesh, and updates a navigation region " "with the updated navigation mesh." msgstr "" +"以下脚本使用NavigationServer解析场景树中的源几何体,烘焙导航网格,并使用更新" +"的导航网格更新导航区域。" #, fuzzy msgid "" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 3478ad94a6..f6a4d24d63 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,12 +30,12 @@ msgstr "" msgid "" "When used statically NavigationObstacles constrain avoidance controlled " "agents outside or inside a polygon defined area." -msgstr "" +msgstr "当静态使用时,导览障碍会限制多边形定义区域外部或内部的回避控制代理。" msgid "" "When used dynamically NavigationObstacles push away avoidance controlled " "agents in a radius around them." -msgstr "" +msgstr "当动态使用时,导览障碍会推开其周围半径范围内的回避控制代理。" msgid "" "2D and 3D versions of NavigationObstacles nodes are available as :ref:" @@ -44,13 +44,15 @@ msgid "" msgstr "" "2D 和 3D 版本的 NavigationObstacle 节点分别为 :ref:" "`NavigationObstacle2D` 和 :ref:" -"`NavigationObstacle3D`\\ 。" +"`NavigationObstacle3D` 。" msgid "" "NavigationObstacles do not change or influence the pathfinding in any way. " "NavigationObstacles only affect the avoidance velocities of agents " "controlled by avoidance." msgstr "" +"导航障碍不会以任何方式改变或影响寻路。导航障碍只影响由回避控制的主体的回避速" +"度。" msgid "Static obstacles" msgstr "静态障碍物" @@ -59,25 +61,31 @@ msgid "" "A NavigationObstacle is considered static when its ``vertices`` property is " "populated with an outline array of positions to form a polygon." msgstr "" +"当NavigationObstruct的 ``vertices`` 属性由位置的轮廓数组填充以形成多边形时," +"它被视为静态的。" msgid "" "Static obstacles act as hard do-not-cross boundaries for avoidance using " "agents, e.g. similar to physics collision but for avoidance." msgstr "" +"静态障碍物起着硬性作用——使代理无法跨越边界而回避,例如类似于物理碰撞,但用于" +"回避。" msgid "" "Static obstacles define their boundaries with an array of outline " "``vertices`` (positions), and in case of 3D with an additional ``height`` " "property." msgstr "" +"静态障碍物用一组轮廓 ``vertices`` (位置)定义其边界,在3D的情况下,用额外的 " +"``height`` 属性定义其边界。" msgid "Static obstacles only work for agents that use the 2D avoidance mode." -msgstr "" +msgstr "静态障碍物仅适用于使用2D回避模式的代理。" msgid "" "Static obstacles define through winding order of the vertices if agents are " "pushed out or sucked in." -msgstr "" +msgstr "如果代理人被推出或吸入,静态障碍物透过顶点的缠绕顺序来定义。" msgid "" "Static obstacles can not change their position. They can only be warped to a " @@ -85,12 +93,16 @@ msgid "" "suited for usages where the position is changed every frame as the constant " "rebuild has a high performance cost." msgstr "" +"静态障碍物不能改变其位置。它们只能扭曲到新的位置并从头开始重建。因此,静态障" +"碍物不适合每影格位置都会改变的用途,因为不断重建会产生很高的性能成本。" msgid "" "Static obstacles that are warped to another position can not be predicted by " "agents. This creates the risk of getting agents stuck should a static " "obstacle be warped on top of agents." msgstr "" +"代理无法预测扭曲到另一个位置的静态障碍物。如果静态障碍物扭曲到代理顶部,这就" +"会产生代理被卡住的风险。" msgid "" "When the 2D avoidance is used in 3D the y-axis of Vector3 vertices is " @@ -100,6 +112,9 @@ msgid "" "both obstacle and agent as the elevation level as well as their respective " "height properties." msgstr "" +"当在3D中使用2D回避时,Vector3顶点的y轴将被忽略。相反,障碍物的全局y轴位置用作" +"海拔高度。代理将忽略3D中低于或高于其的静态障碍物。这是由障碍物和代理的全局y轴" +"位置自动确定为海拔高度以及它们各自的高度属性。" msgid "Dynamic obstacles" msgstr "动态障碍物" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index 16fa39b2d4..3b9aeb2749 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,6 +34,8 @@ msgid "" "lets you tailor the pathfinding and provided path data to the different " "needs of a project." msgstr "" +"与获取正常的NavigationPath相比,这需要更多的设定,但可以让你根据项目的不同需" +"求定制寻路并提供路径数据。" msgid "" "NavigationPathQueryObjects consist of a pair of objects, a " @@ -41,6 +43,9 @@ msgid "" "for the query and a ``NavigationPathQueryResult`` that receives (regular) " "updates with the resulting path and meta data from the query." msgstr "" +"NavigationPathQueryObjects由一对物件组成,一个 " +"``NavigationPathQueryParameters`` 物件保存查询的自定义选项,另一个 " +"``NavigationPathQueryResult`` 接收查询结果路径和元资料的(定期)更新。" msgid "" "2D and 3D versions of ``NavigationPathQueryParameters`` are available as :" @@ -49,6 +54,10 @@ msgid "" "`NavigationPathQueryParameters3D` " "respectively." msgstr "" +"``NavigationPathQueryParameters`` 的2D和3D版本分别为 :ref:" +"`NavigationPathQueryParameters2D` 和 :" +"ref:" +"`NavigationPathQueryParameters3D` 。" #, fuzzy msgid "" @@ -64,12 +73,12 @@ msgstr "" msgid "" "Both parameters and result are used as a pair with the ``NavigationServer." "query_path()`` function." -msgstr "" +msgstr "参数和结果都与 ``NavigationServer.query_path()`` 函数成对使用。" msgid "" "For the available customization options and their use see the class doc of " "the parameters." -msgstr "" +msgstr "有关可用的自定义选项及其使用,请参阅参数的类文档。" msgid "" "While not a strict requirement, both objects are intended to be created once " @@ -78,6 +87,9 @@ msgid "" "performance implications from frequent object creation if a project has a " "large quantity of simultaneous agents that regularly update their paths." msgstr "" +"虽然这不是一个严格的要求,但这两个对象都要提前创建一次,存储在代理的持久变量" +"中,并通过更新的参数重复用于每个后续路径查询。如果项目有大量同时进行的代理定" +"期更新其路径,则这种重用可以避免频繁创建对象所带来的性能影响。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index 0d4efb33e0..cbd5748efc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,6 +28,8 @@ msgid "" "not require any additional nodes or objects as long as the navigation map " "has a navigation mesh to work with." msgstr "" +"导航路径可以直接从NavigationServer查询,并且不需要任何其他节点或对象,只要导" +"航地图具有可使用的导航网格即可。" msgid "" "To obtain a 2D path, use ``NavigationServer2D.map_get_path(map, from, to, " @@ -47,6 +49,8 @@ msgid "" "For more customizable navigation path queries that require additional setup " "see :ref:`doc_navigation_using_navigationpathqueryobjects`." msgstr "" +"有关需要额外设定的更多可自定义导览路径查询,请参阅 :ref:" +"`doc_navigation_using_navigationpathqueryobjects`。" msgid "" "One of the required parameters for the query is the RID of the navigation " @@ -57,7 +61,13 @@ msgid "" "parameters are the starting position and the target position as Vector2 for " "2D or Vector3 for 3D." msgstr "" +"查询所需的参数之一是导航地图的RID。每个游戏世界都有一个自动创建的默认导航地" +"图。默认导航地图可以使用 ``get_world_2d().get_navigation_map()`` 从任何Node2D" +"继承节点检索,也可以使用 ``get_world_3d().get_navigation_map()`` 从任意Node3D" +"继承节点检索。第二和第三参数是起始位置和目标位置,作为2D的Vector2或3D的" +"Vector3。" +#, fuzzy msgid "" "If the ``optimized`` parameter is ``true``, path positions will be shortened " "along polygon corners with an additional funnel algorithm pass. This works " @@ -66,6 +76,10 @@ msgid "" "algorithm. With small cells the A* algorithm creates a very narrow funnel " "corridor that can create ugly corner paths when used with grids." msgstr "" +"如果 ``optimized`` 参数为 ``true`` ,则通过额外的传递算法,路径位置将沿着多边" +"形角缩短。这对于在具有不等大小多边形的导航网格上自由移动非常有效,因为路径将" +"围绕A*算法找到的多边形走廊的角。对于小单元,A*算法创建了一个非常狭窄的漏斗走" +"廊,当与网格一起使用时,可能会创建难看的拐角路径。" msgid "" "If the ``optimized`` parameter is ``false``, path positions will be placed " @@ -75,6 +89,10 @@ msgid "" "covering large open areas with a single, long edge this can create paths " "with unnecessary long detours." msgstr "" +"如果 ``optimized`` 参数为 ``false`` ,则路径位置将放置在每个多边形边缘的中" +"心。这适用于具有相同大小多边形的导航网格上的纯网格移动,因为路径将穿过网格单" +"元的中心。在网格之外,由于多边形通常用一条长边覆盖大的开放区域,这可能会产生" +"不必要的长迂回路径。" msgid "" "A returned ``path`` by the NavigationServer will be a ``PackedVector2Array`` " @@ -88,18 +106,28 @@ msgid "" "that an actor should follow to reach the target without leaving the " "navigation mesh." msgstr "" +"NavigationServer返回的 ``path`` 将是2D的 ``PackedVector2Array`` 或3D的 " +"``PackedVector3Array`` 。这些只是一个经过内存优化的矢量位置 ``Array`` 。阵列" +"内的所有位置矢量都保证位于NavigationPolygon或NavigationMesh内。如果路径数组不" +"是空的,则其导航网格位置最靠近第一个索引 ``path[0]`` 位置处的起始位置。离目标" +"位置最近的可用导航网格位置是最后一个索引 ``path[path.size()-1]`` 位置。之间的" +"所有索引都是参与者在不离开导航网格的情况下到达目标所应遵循的路径点。" msgid "" "If the target position is on a different navigation mesh that is not merged " "or connected the navigation path will lead to the closest possible position " "on the starting position navigation mesh." msgstr "" +"如果目标位置位于未合并或连接的不同导览网格上,则导览路径将通往起始位置导览网" +"格上最接近的可能位置。" msgid "" "The following script moves a Node3D inheriting node along a navigation path " "using the default navigation map by setting the target position with " "``set_movement_target()``." msgstr "" +"以下脚本透过使用 ``set_movement_target()`` 设定目标位置,使用预设导览地图沿着" +"导览路径移动Node3D继承节点。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index b2cca0e6a3..117ba8187e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index acb6c36ff3..3839bcbfbb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -216,6 +216,11 @@ msgid "" "works for both servers by exchange ``Vector2(x, y)`` with ``Vector3(x, 0.0, " "z)`` or reverse." msgstr "" +"严格来说,NavigationServer2D在技术上是一个神话。NavigationServer2D是一个前" +"端,用于帮助NavigationServer3D API将``Vector2(x, y)`` 转换为 ``Vector3(x, " +"0.0, z)``并返回。2D使用平面三维网格路径查找,NavigationServer2D便于转换。当指" +"南只使用NavigationServer而不使用2D或3D后缀时,它通常通过将 ``Vector2(x, y)`` " +"与 ``Vector3(x, 0.0, z)`` 交换或反向来对两个服务器都有效。" msgid "" "Technically it is possible to use the tools for creating navigation meshes " @@ -224,12 +229,18 @@ msgid "" "flat navigation meshes with the polygon outline draw tools of " "NavigationRegion2D and NavigationPolygons." msgstr "" +"从技术上讲,可以使用工具在一个维度上为另一个维度创建导航网格,例如,当使用平" +"面三维源几何体时,使用3D NavigationMesh烘焙二维导航网格,或者使用" +"NavigationRegion2D和NavigationPolygons的多边形轮廓绘制工具创建三维平面导航网" +"格。" msgid "" "Any RID created with the NavigationServer2D API works on the " "NavigationServer3D API as well and both 2D and 3D avoidance agents can exist " "on the same map." msgstr "" +"使用NavigationServer2D API创建的任何RID也适用于NavigationServer3D API,2D和3D" +"回避代理都可以存在于同一地图上。" msgid "" "Regions created in 2D and 3D will merge their navigation meshes when placed " @@ -239,11 +250,15 @@ msgid "" "navigation maps so this merge can only happen when maps are changed manually " "e.g. with scripts." msgstr "" +"在二维和三维中创建的区域将在放置在同一地图上时合并其导航网格,并应用合并条" +"件。NavigationServer不会区分NavigationRegion2D和NavigationRegion3D节点,因为" +"这两个节点都是服务器上的区域。默认情况下,这些节点注册在不同的导航地图上,因" +"此只有在手动更改地图(例如使用脚本)时才能进行合并。" msgid "" "Actors with avoidance enabled will avoid both 2D and 3D avoidance agents " "when placed on the same map." -msgstr "" +msgstr "启用回避的Actor在放置在同一张地图上时将同时回避2D和3D回避代理。" msgid "" "It is not possible to use NavigationServer2D while disabling 3D on a Godot " @@ -257,6 +272,8 @@ msgid "" "At the start of the game, a new scene or procedural navigation changes any " "path query to a NavigationServer will return empty or wrong." msgstr "" +"在游戏开始时,新场景或程序导览发生变化,对导览服务器的任何路径查询都将传回空" +"或错误。" msgid "" "The navigation map is still empty or not updated at this point. All nodes " @@ -266,6 +283,10 @@ msgid "" "requires a **physics frame** for synchronization to update the maps, regions " "and agents." msgstr "" +"此时导航地图仍然为空或未更新。场景树中的所有节点都需要首先将其导航相关数据上" +"传到NavigationServer。每个添加或更改的地图、区域或代理都需要在" +"NavigationServer中注册。之后,NavigationServer需要**物理帧**进行同步,以更新" +"地图、区域和代理。" msgid "" "One workaround is to make a deferred call to a custom setup function (so all " @@ -273,6 +294,9 @@ msgid "" "adding procedural stuff. Afterwards the function waits for the next physics " "frame before continuing with path queries." msgstr "" +"一种解决方法是延迟调用自定义设置函数(这样所有节点都准备好了)。设置功能进行" +"所有导航更改,例如添加程序性内容。之后,函数在继续路径查询之前等待下一个物理" +"帧。" msgid "Server Avoidance Callbacks" msgstr "服务器避障回调" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 795525cc97..e3fadf5e52 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,7 +33,6 @@ msgstr "" "接为你的最初的节点添加网络功能,请跳到下面的\\ `初始化网络`_\\ 。但是请确保稍" "后阅读其余部分!" -#, fuzzy msgid "" "Godot always supported standard low-level networking via :abbr:`UDP (User " "Datagram Protocol)`, :abbr:`TCP (Transmission Control Protocol)` and some " @@ -46,11 +45,13 @@ msgid "" "level networking API, which sacrifices some of the fine-grained control of " "low-level networking for greater ease of use." msgstr "" -"Godot始终支持通过UDP, TCP 和一些更高级别的协议(如SSL和HTTP)进行标准的低级网络" -"连接. 这些协议非常灵活, 几乎可以用于任何事情. 然而, 使用它们来手动同步游戏状" -"态可能需要大量的工作. 有时这种工作是无法避免的, 或者是值得的, 例如在后台使用" -"自定义服务器实现时. 但在大多数情况下, 考虑Godot的高级网络API是值得的, 它牺牲" -"了对低级网络的一些细粒度控制, 以获得更大的易用性." +"Godot 始终支持通过 :abbr:`UDP (用户数据报协议)`、 :abbr:`TCP (传输控制协议)` " +"和一些更高级别的协议【如 :abbr:`SSL(安全套接层)` 和 :abbr:`HTTP (超文本传输协" +"议)` 】进行标准的低级网络连接。这些协议非常灵活,几乎可以用于任何用途。然而," +"使用这些协议来手动同步游戏状态可能需要做大量的工作。这项工作有时是无法避免" +"的,有时候是值得去做的,比如在后台使用自定义服务器实现这种情况下。而在大多数" +"情况下,考虑使用 Godot 的高级网络 API 是值得的,它牺牲了对低级网络的一些细度" +"控制,换来了更强的易用性。" msgid "This is due to the inherent limitations of the low-level protocols:" msgstr "这是底层协议的固有限制所造成的:" @@ -141,7 +142,6 @@ msgstr "" "`__ ." -#, fuzzy msgid "" "Adding networking to your game comes with some responsibility. It can make " "your application vulnerable if done wrong and may lead to cheats or " @@ -149,10 +149,10 @@ msgid "" "application runs on and use your servers to send spam, attack others or " "steal your users' data if they play your game." msgstr "" -"在您的游戏中加入社交网络需要承担一定的责任. 如果做错了, 它会使您的应用程序很" -"容易受到攻击, 并可能导致欺骗或利用. 它甚至可能允许攻击者破坏您的应用程序运行" -"在的机器, 并使用您的服务器发送垃圾邮件, 攻击其他人或窃取您的用户数据, 如果他" -"们玩您的游戏." +"在你的游戏中加入社交网络需要承担一定的责任. 如果做错了, 它会使你的应用程序很" +"容易受到攻击, 并可能导致欺骗或利用. 它甚至可能允许攻击者破坏你的应用程序运行" +"在的机器, 并使用你的服务器发送垃圾邮件, 攻击其他人或窃取你的用户数据, 如果他" +"们玩你的游戏." msgid "" "This is always the case when networking is involved and has nothing to do " @@ -287,6 +287,9 @@ msgid "" "``MultiplayerAPI`` instance configured for it by the scene tree. Initially, " "every node is configured with the same default ``MultiplayerAPI`` object." msgstr "" +"每个节点都有一个 ``multiplayer`` 属性,它是对场景树为其配置的 " +"``MultiplayerAPI`` 实例的参考。最初,每个节点都配置相同的预设 " +"``MultiplayerAPI`` 物件。" msgid "" "It is possible to create a new ``MultiplayerAPI`` object and assign it to a " @@ -295,6 +298,9 @@ msgid "" "to be configured with different peers, which makes it possible to run a " "server and a client simultaneously in one instance of Godot." msgstr "" +"可以建立一个新的 ``MultiplayerAPI`` 物件并将其分配给场景树中的 " +"``NodePath`` ,这将覆盖该路径及其所有后代节点的 ``multiplayer`` 。这允许兄弟" +"节点配置不同的对等点,从而可以在一个Godot实例中同时执行服务器和客户端。" msgid "" "To initialize networking, a ``MultiplayerPeer`` object must be created, " @@ -329,18 +335,22 @@ msgstr "" msgid "" "Responding to connections or disconnections is possible by connecting to " "``MultiplayerAPI``'s signals:" -msgstr "" +msgstr "可以通过连接到 ``MultiplayerAPI`` 的信号来响应连接或断开连接:" msgid "" "``peer_connected(id: int)`` This signal is emitted with the newly connected " "peer's ID on each other peer, and on the new peer multiple times, once with " "each other peer's ID." msgstr "" +"``peer_connected(id: int)`` 此信号在每个其他对等点上与新连接的对等点ID一起发" +"出,并在新对等点上多次发出,其中一次与每个其他对等点ID一起发出。" msgid "" "``peer_disconnected(id: int)`` This signal is emitted on every remaining " "peer when one disconnects." msgstr "" +"``peer_disconnected(id:int)`` 当一个对等体断开连接时,剩余的每个对等体都会" +"发出此信号。" #, fuzzy msgid "The rest are only emitted on clients:" @@ -356,7 +366,7 @@ msgid "``server_disconnected()``" msgstr "``server_disconnected()``" msgid "To get the unique ID of the associated peer:" -msgstr "" +msgstr "若要取得关联对等点的唯一ID:" #, fuzzy msgid "To check whether the peer is server or client:" @@ -371,9 +381,12 @@ msgid "" "definition. To call an RPC, use ``Callable``'s method ``rpc()`` to call in " "every peer, or ``rpc_id()`` to call in a specific peer." msgstr "" +"远程过程调用(RPC)是可以在其他对等方上调用的函数。要创建一个,请在函数定义之" +"前使用 ``@rpc`` 注释。若要调用RPC,请使用 ``Callable`` 的方法 ``rpc()`` 在每" +"个对等方中调用,或使用 ``rpc_id()`` 在特定对等方中进行调用。" msgid "RPCs will not serialize objects or callables." -msgstr "" +msgstr "RPC不会序列化对象或可调用程序。" msgid "" "For a remote call to be successful, the sending and receiving node need to " @@ -381,6 +394,9 @@ msgid "" "using ``add_child()`` for nodes which are expected to use RPCs, set the " "argument ``force_readable_name`` to ``true``." msgstr "" +"要使远程调用成功,发送节点和接收节点需要具有相同的 ``NodePath`` ,这意味着它" +"们必须具有相同的名称。对预期使用RPC的节点使用 ``add_child()`` 时,请将参数 " +"``force_readable_name`` 设置为 ``true`` 。" msgid "" "If a function is annotated with ``@rpc`` on the client script (resp. server " @@ -390,6 +406,11 @@ msgid "" "at once, and all RPCs must be declared on both the client scripts and the " "server scripts, **even functions that are currently not in use**." msgstr "" +"如果一个函数在客户端脚本(resp.server脚本)上用 ``@rpc`` 注释,那么这个函数也" +"必须在服务器脚本(resp.client脚本)上声明。两个RPC必须具有相同的签名,该签名" +"使用 **all RPCs** 的校验和进行评估。同时检查脚本中的所有RPC,并且必须在客户端" +"脚本和服务器脚本上声明所有RPC,**even functions that are currently not in " +"use**。" msgid "" "The signature of the RPC includes the ``@rpc()`` declaration, the function, " @@ -399,6 +420,10 @@ msgid "" "(example: ``func sendstuff():`` and ``func sendstuff(arg1, arg2):`` **will " "pass** signature matching)." msgstr "" +"RPC 的签名包括 ``@rpc()`` 声明、函数、返回类型和节点路径。如果 RPC 驻留在附加" +"到 ``/root/Main/Node1`` 的脚本中,则它必须驻留在客户端脚本和服务器脚本上完全" +"相同的路径和节点中。函数参数(例如 ``func sendstuff():`` 和 ``func " +"sendstuff(arg1, arg2):`` **能够成功匹配**\\ 签名)。" msgid "" "If these conditions are not met (if all RPCs do not pass signature " @@ -406,16 +431,20 @@ msgid "" "error message may be unrelated to the RPC function you are currently " "building and testing." msgstr "" +"如果不满足这些条件(如果所有RPC都没有通过签名匹配),脚本可能会打印错误或导致" +"不必要的行为。错误消息可能与你当前正在构建和测试的RPC函数无关。" msgid "" "See further explanation and troubleshooting on `this post `__." msgstr "" +"请参阅本帖的进一步解释和故障排除`__." msgid "" "The annotation can take a number of arguments, which have default values. " "``@rpc`` is equivalent to:" -msgstr "" +msgstr "注释可以采用多个参数,这些参数具有预设值。 ``@rpc`` 相当于:" #, fuzzy msgid "The parameters and their functions are as follows:" @@ -427,12 +456,12 @@ msgstr "``mode``:" msgid "" "``\"authority\"``: Only the multiplayer authority (the server) can call " "remotely." -msgstr "" +msgstr "``\"authority\"`` :只有多人权限(服务器)才能远程调用。" msgid "" "``\"any_peer\"``: Clients are allowed to call remotely. Useful for " "transferring user input." -msgstr "" +msgstr "``“any_peer”`` :允许客户端进行远程呼叫。用于传输用户输入。" msgid "``sync``:" msgstr "``remotesync`` :" @@ -445,6 +474,7 @@ msgid "" "``\"call_local\"``: The function can be called on the local peer. Useful " "when the server is also a player." msgstr "" +"``“call_local”`` :该函数可以在本地对等机上调用。当服务器也是玩家时很有用。" msgid "``transfer_mode``:" msgstr "``transform`` :" @@ -452,7 +482,7 @@ msgstr "``transform`` :" msgid "" "``\"unreliable\"`` Packets are not acknowledged, can be lost, and can arrive " "at any order." -msgstr "" +msgstr "``\"unreliable\"`` 数据包不被确认,可能丢失,并且可以按任何顺序到达。" msgid "" "``\"unreliable_ordered\"`` Packets are received in the order they were sent " @@ -460,24 +490,31 @@ msgid "" "was sent after them has already been received. Can cause packet loss if used " "incorrectly." msgstr "" +"``\"unreliable_ordered\"`` 封包按照发送的顺序接收。这是透过忽略稍后到达的封包" +"(如果已经收到在它们之后发送的另一个封包)来实作的。如果使用不当可能会导致丢" +"包。" msgid "" "``\"reliable\"`` Resend attempts are sent until packets are acknowledged, " "and their order is preserved. Has a significant performance penalty." msgstr "" +"``\"reliable\"`` 发送重新传送尝试,直到封包被确认为止,并且它们的顺序被保留。" +"具有显著的性能损失。" msgid "``transfer_channel`` is the channel index." -msgstr "" +msgstr "``transfer_channel`` 是频道索引。" msgid "" "The first 3 can be passed in any order, but ``transfer_channel`` must always " "be last." -msgstr "" +msgstr "前3个可以按任何顺序传递,但 ``transfer_channel`` 必须始终是最后一个。" msgid "" "The function ``multiplayer.get_remote_sender_id()`` can be used to get the " "unique id of an rpc sender, when used within the function called by rpc." msgstr "" +"当在rpc呼叫的函式中使用时,函式 ``multiplayer.get_remote_sender_id()`` 可用于" +"取得rpc发送者的唯一ID。" msgid "Channels" msgstr "通道" @@ -487,6 +524,7 @@ msgid "" "within the connection. This allows for multiple streams of packets that do " "not interfere with each other." msgstr "" +"现代网络协定支持信道,信道是连接内的单独连接。这允许多个封包流互不干扰。" msgid "" "For example, game chat related messages and some of the core gameplay " @@ -494,6 +532,8 @@ msgid "" "for a chat message to be acknowledged. This can be achieved by using " "different channels." msgstr "" +"例如,游戏聊天相关讯息和一些核心游戏信息都应该可靠地发送,但游戏信息不应等待" +"聊天信息被确认。这可以透过使用不同的管道来实作。" msgid "" "Channels are also useful when used with the unreliable ordered transfer " @@ -503,11 +543,15 @@ msgid "" "channels allows ordered transfer with little packet loss, and without the " "latency penalty caused by reliable mode." msgstr "" +"当与不可靠的有序传输模式一起使用时,信道也很有用。使用此传输模式发送可变大小" +"的封包可能会导致封包遗失,因为到达较慢的封包将被忽略。透过使用信道将它们分成" +"多个同质封包流,可以实作有序传输,且封包遗失很少,并且不会因可靠模式而导致延" +"迟损失。" msgid "" "The default channel with index 0 is actually three different channels - one " "for each transfer mode." -msgstr "" +msgstr "索引为0的默认通道实际上是三个不同的通道——每个传输模式一个。" msgid "Example lobby implementation" msgstr "大厅的示例实现" @@ -517,11 +561,13 @@ msgid "" "UI scenes through signals, and start the game after all clients have loaded " "the game scene." msgstr "" +"这是一个示例大厅,可以处理同伴的加入和离开,透过信号通知UI场景,并在所有客户" +"端加载游戏场景后启动游戏。" msgid "" "The game scene's root node should be named Game. In the script attached to " "it:" -msgstr "" +msgstr "游戏场景的根节点应命名为Game。在附加的脚本中:" msgid "Exporting for dedicated servers" msgstr "为专用服务器导出" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_client_class.po index ca02576c45..bf8e6b44ef 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_request_class.po index 5bbe1639e0..0f92e98e00 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,6 +65,10 @@ msgid "" "Scenes ` and :ref:`Creating your first script " "` pages if needed." msgstr "" +"本教学假设你对Godot和Godot编辑器有一定的了解。请参阅 :ref:`Introduction ` 和 :ref:`Step by step ` 教学课" +"程,特别是其 :ref:`Nodes and Scenes ` 和 :ref:" +"`Creating your first script ` 页面。" msgid "HTTP requests in Godot" msgstr "Godot 中的 HTTP 请求" @@ -82,7 +86,7 @@ msgstr "" msgid "" "For this example, we will make an HTTP request to GitHub to retrieve the " "name of the latest Godot release." -msgstr "" +msgstr "对于此示例,我们将向GitHub发出HTTP请求以检索最新Godot版本的名称。" #, fuzzy msgid "" @@ -102,6 +106,8 @@ msgid "" "script to it. Then add a :ref:`HTTPRequest ` node as a " "child." msgstr "" +"建立一个新的空场景,新增一个根 :ref:`Node ` 并向其新增脚本。然后" +"加入一个 :ref:`HTTPRequest ` 节点作为子节点。" msgid "Scripting the request" msgstr "编写请求脚本" @@ -112,6 +118,9 @@ msgid "" "node, and once the request completes, we're going to parse the returned JSON " "data, look for the ``name`` field and print that to console." msgstr "" +"当项目启动时(所以在 ``_ready()`` 中),我们将使用 :ref:`HTTPRequest " +"` 节点向Github发送HTTP请求,一旦请求完成,我们就将解析传回" +"的JSON数据,搜寻 ``name`` 字段并将其打印到控制台。" msgid "" "Save the script and the scene, and run the project. The name of the most " @@ -119,6 +128,8 @@ msgid "" "information on parsing JSON, see the class references for :ref:`JSON " "`." msgstr "" +"保存脚本和场景,然后运行项目。Github上最新的Godot版本的名称应该打印到输出日志" +"中。有关解析JSON的更多信息,请参阅类引用 :ref:`JSON `。" msgid "" "Note that you may want to check whether the ``result`` equals " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/index.po index 52ebcd2fec..abe81a64c7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/ssl_certificates.po index f050216de7..384c766c98 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/webrtc.po index c3908b8aa6..11a56a7e33 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/websocket.po index dee1437953..37b8b2c5a1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 1e92167999..e54761ee05 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/general_optimization.po index 33bd54d5fd..2eb7d41fb9 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/gpu_optimization.po index 059cd5d669..292998dc12 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -110,6 +110,8 @@ msgid "" "are much cheaper with Vulkan compared to OpenGL, there is less of a need to " "have 2D batching (although it can still be beneficial in some cases)." msgstr "" +"基于Vulkan的算绘方法尚不使用2D批次。由于与OpenGL相比,Vulkan的绘制呼叫要便宜" +"得多,因此不太需要2D批次(尽管在某些情况下它仍然是有益的)。" msgid "3D batching" msgstr "3D 批处理" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/index.po index 3fc7ae046b..d837f1b6cc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 4c2d90fe15..066d950ce4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -70,6 +70,9 @@ msgid "" "occlusion culling using occluder nodes. See :ref:`doc_occlusion_culling` for " "instructions on setting up occlusion culling in your scene." msgstr "" +"我们可以减少算绘量的一种方法是 **take advantage of occlusion**。Godot 4.0及更" +"高版本提供了一种使用遮挡器节点进行遮蔽剔除的新方法。有关在场景中设定遮蔽剔除" +"的说明,请参阅 :ref:`doc_occlusion_culling` 。" #, fuzzy msgid "" @@ -127,13 +130,15 @@ msgstr "使用 :ref:`doc_mesh_lod` 进行网格导入的自动方法。" msgid "" "A manual approach configured in the 3D node using :ref:" "`doc_visibility_ranges`." -msgstr "" +msgstr "在3D节点中使用 :ref:`doc_visibility_ranges`配置的手动方法。" msgid "" ":ref:`Decals ` and :ref:`lights ` " "can also benefit from level of detail using their respective **Distance " "Fade** properties." msgstr "" +"ref:`Decals ` 和 :ref:`lights ` 也" +"可以使用它们各自的 **Distance Fade** 属性从细节级别中获益。" msgid "" "While they can be used independently, these approaches are most effective " @@ -142,11 +147,14 @@ msgid "" "same time, you can rely on mesh LOD to make the particle effect's meshes " "rendered with less detail at a distance." msgstr "" +"虽然它们可以单独使用,但一起使用时这些方法最有效。例如,你可以设定可见范围来" +"隐藏距离玩家太远而无法注意到的粒子效果。同时,你可以依靠网格LOD来使粒子效果的" +"网格在远处算绘时细节较少。" msgid "" "Visibility ranges are also a good way to set up *impostors* for distant " "geometry (see below)." -msgstr "" +msgstr "可见范围也是为远处几何体设定「冒充者」的好方法(见下文)。" msgid "Billboards and imposters" msgstr "Billboard 和 imposter" @@ -234,6 +242,9 @@ msgid "" "opposed to the default **Dynamic**, as this will skip real-time lighting on " "meshes that have baked lighting." msgstr "" +"有关使用烘焙光照贴图的说明,请参阅doc_using_lightmap_gi。为了获得最佳性能,你" +"应该将灯光的烘焙模式设定为 **Static** ,而不是预设的 **Dynamic**,因为这将跳" +"过具有烘焙光照的网格体上的即时光照。" msgid "" "The downside of lights with the **Static** bake mode is that they can't cast " @@ -243,6 +254,10 @@ msgid "" "`class_DirectionalLight3D` node, and use **Static** for most (if not all) " "omni and spot lights." msgstr "" +"使用 **Static** 烘焙模式的灯光的缺点是,它们无法将阴影投射到具有烘焙照明的网" +"格上。这可以使具有室外环境和动态对象的场景看起来平坦。性能和质量之间的良好平" +"衡是 :ref:`class_DirectionalLight3D` 节点保持 **Dynamic**,并对大多数(如果不" +"是全部)泛光灯和聚光灯使用 **Static** 。" msgid "Animation and skinning" msgstr "动画和皮肤" @@ -263,6 +278,8 @@ msgid "" "The :ref:`class_VisibleOnScreenEnabler3D` and :ref:" "`class_VisibleOnScreenNotifier3D` nodes can be useful for this purpose." msgstr "" +":ref:`class_VisibleOnScreenEnabler3D` 和 :ref:" +"`class_VisibleOnScreenNotifier3D` 节点可用于此目的。" msgid "Large worlds" msgstr "庞大的世界" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 3e7c60e0b4..c0a3acd3d6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -121,6 +121,10 @@ msgid "" "`RenderingServer`, as data needs to be transmitted to " "or updated on the GPU." msgstr "" +"你应该避免调用涉及与其他线程上的GPU直接交互的函数,例如创建新纹理或修改和检索" +"图像数据,这些操作可能会导致性能停滞,因为它们需要与 :ref:" +"`RenderingServer`同步,因为数据需要传输到GPU或在GPU上" +"更新。" msgid "GDScript arrays, dictionaries" msgstr "GDScript 数组、字典" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multimesh.po index 8c1285700b..d86b71a612 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 647520d539..3e7a981246 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,6 +65,8 @@ msgid "" "prevent stuttering. Semaphores, explained later on this page, should be used " "instead." msgstr "" +"在Windows上,在执行时间建立线程速度很慢,应该避免,以防止卡顿出现。应改用信号" +"量(本页稍后将对此进行解释)。" msgid "Mutexes" msgstr "Mutex" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_servers.po index e8336979da..245ba26d16 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 96beb0d131..c4b50120ea 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 284ae4f394..7a999c00e6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,6 +89,8 @@ msgid "" "The code in the ``start()`` function only runs when the particle system " "starts. The code in the ``process()`` function will always run." msgstr "" +"``start()`` 函式中的代码仅在粒子系统启动时运作。 ``process()`` 函式中的代码将" +"始终运作。" #, fuzzy msgid "" @@ -154,6 +156,8 @@ msgid "" "You can also let each fish change its velocity over time if you set the " "velocity in the ``process()`` function." msgstr "" +"如果你在 ``process()`` 函式中设定速度,你也可以让每条鱼随着时间的推移改变其速" +"度。" msgid "" "If you used ``CUSTOM.y`` in the last tutorial, you can also set the speed of " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index 2ecc6d3d24..5fabfde281 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 96a438ad4e..990731dc38 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -79,10 +79,10 @@ msgid ":ref:`class_SegmentShape2D`" msgstr ":ref:`class_SegmentShape2D`" msgid ":ref:`class_SeparationRayShape2D` (designed for characters)" -msgstr "" +msgstr ":ref:`class_SeparationRayShape2D` (专为角色设计)" msgid ":ref:`class_WorldBoundaryShape2D` (infinite plane)" -msgstr "" +msgstr ":ref:`class_WorldBoundaryShape2D` (无限平面)" msgid "" "You can represent the collision of most smaller objects using one or more " @@ -107,7 +107,7 @@ msgstr "凸型碰撞形状" msgid "" "Godot currently doesn't offer a built-in way to create 2D convex collision " "shapes. This section is mainly here for reference purposes." -msgstr "" +msgstr "Godot 目前没有提供创建 2D 凸形碰撞形状的内置方法。本节内容主要供参考。" #, fuzzy msgid "" @@ -158,10 +158,11 @@ msgid "" "reporting can be less precise than primitive shapes." msgstr "即使凹形提供了最准确的 *碰撞*, 但触碰信息的精度可能不如基础形状." +#, fuzzy msgid "" "When not using TileMaps for level design, concave shapes are the best " "approach for a level's collision." -msgstr "" +msgstr "在不使用 TileMaps 进行关卡设计时,凹形是关卡碰撞的最佳方法。" msgid "" "You can configure the CollisionPolygon2D node's *build mode* in the " @@ -169,6 +170,9 @@ msgid "" "the polygon and its contained area. If it is set to **Segments**, collisions " "will only include the polygon edges." msgstr "" +"您可以在检查器中配置 CollisionPolygon2D 节点的 *build mode*。如果将其设置为 " +"**Solids**(默认),碰撞将包括多边形及其所包含的区域。如果将其设置为 " +"**Segments**,碰撞将仅包括多边形边缘。" #, fuzzy msgid "" @@ -183,18 +187,21 @@ msgstr "" msgid "" "**Simplification:** Higher values will result in a less detailed shape, " "which improves performance at the cost of accuracy." -msgstr "" +msgstr "**简化:**值越高,形状的精细度就越低。提高性能的同时降低了精度。" msgid "" "**Shrink (Pixels):** Higher values will shrink the generated collision " "polygon relative to the sprite's edges." -msgstr "" +msgstr "**收缩:**数值越大,生成的碰撞多边形就越会相对于精灵边缘收缩。" msgid "" "**Grow (Pixels):** Higher values will grow the generated collision polygon " "relative to the sprite's edges. Note that setting Grow and Shrink to equal " "values may yield different results than leaving both of them on 0." msgstr "" +"**增长(像素):** 数值越大,生成的碰撞多边形就越会相对于精灵边缘增长。需要注" +"意的是,将 “增长 ”和 “收缩 ”设置为相等的值,可能会与将它们都设置为 0 产生的结" +"果不同。" msgid "" "If you have an image with many small details, it's recommended to create a " @@ -202,13 +209,18 @@ msgid "" "result in better performance and game feel, since the player won't be " "blocked by small, decorative details." msgstr "" +"如果你的图片包含许多小细节,建议创建一个简化版本并使用它来生成碰撞多边形。这" +"样可以带来更好的性能表现和游戏体验,因为玩家不会被小小的、装饰性的细节阻碍。" +#, fuzzy msgid "" "To use a separate image for collision polygon generation, create another " "Sprite2D, generate a collision polygon sibling from it then remove the " "Sprite2D node. This way, you can exclude small details from the generated " "collision." msgstr "" +"要使用单独的图像生成碰撞多边形,可创建另一个 Sprite2D,从中生成一个碰撞多边形" +"的同级节点,然后移除 Sprite2D 节点。这样就可以将小细节排除在生成的碰撞之外。" msgid "Performance caveats" msgstr "性能方面的注意事项" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index a0e6e2bc6b..3c27e66e40 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -193,14 +193,13 @@ msgstr "" "请注意, 与基础形状和凸形状不同, 凹形碰撞形状没有实际的 \"体积\", 既可以将对象" "放置在形状的 *外侧*, 也可以放置在 *内侧*." -#, fuzzy msgid "" "You can generate a concave collision shape from the editor by selecting a " "MeshInstance3D and using the **Mesh** menu at the top of the 3D viewport. " "The editor exposes two options:" msgstr "" -"选中一个网格实例,然后使用 3D 视口顶部的\\ **网格**\\ 菜单就可以在编辑器中生" -"成一个凹形碰撞形状。编辑器提供了两个选项:" +"选中 MeshInstance3D,然后使用 3D 视口顶部的\\ **网格**\\ 菜单就可以在编辑器中" +"生成一个凹形碰撞形状。编辑器提供了两个选项:" msgid "" "**Create Trimesh Static Body** is a convenient option. It creates a " @@ -219,6 +218,8 @@ msgid "" "See :ref:`doc_importing_3d_scenes` for information on how to export models " "for Godot and automatically generate collision shapes on import." msgstr "" +"关于如何为 Godot 导出模型,以及如何在导入时自动生成碰撞形状,见 :ref:" +"`doc_importing_3d_scenes`\\ 。" msgid "Performance caveats" msgstr "性能方面的注意事项" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/index.po index 17da95f93c..7e5f6f3e89 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 74defe26f6..42fca7a1d1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 6d7bd3711f..822c84c3ab 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -331,6 +331,12 @@ msgid "" "maximum value that can be represented is also greatly increased by going " "from a single-precision float to a double-precision float." msgstr "" +"在 GDScript 中, :ref:`class_float` 默认为 64 位,但 :ref:`class_Vector2`, :" +"ref:`class_Vector3` 和 :ref:`class_Vector4` 为 32 位。这意味着向量类型的精度" +"受到很大限制。为了解决这个问题,我们可以增加向量类型中用于表示浮点数的位数。" +"这样一来,精度就会呈*指数*增长,这意味着最终值的精度不仅提高了一倍,而且在数" +"值较高时,精度可能会提高数千倍。从单精度浮点数到双精度浮点数,可表示的最大值" +"也大大增加。" msgid "" "To avoid model snapping issues when far away from the world origin, Godot's " @@ -340,12 +346,18 @@ msgid "" "`__ is used to emulate " "double precision for rendering using single-precision floats." msgstr "" +"为了避免远离世界原点时出现模型吸附(model snapping)问题,Godot 的 3D 渲染引" +"擎将在启用大世界坐标时提高渲染的精度。出于性能原因,着色器不使用双精度浮点" +"数,但会使用 `替代解决方案 `__ 来模拟双精度,以便使用单精度浮点数进行渲染。" msgid "" "Enabling large world coordinates comes with a performance and memory usage " "penalty, especially on 32-bit CPUs. Only enable large world coordinates if " "you actually need them." msgstr "" +"只有确实需要大世界坐标时才启用它,因为启用大世界坐标会对性能和内存占用带来负" +"面影响,这种负面影响在32位CPU上更加明显。" msgid "" "This feature is tailored towards mid-range/high-end desktop platforms. Large " @@ -353,7 +365,11 @@ msgid "" "take steps to reduce CPU usage with other means (such as decreasing the " "number of physics ticks per second)." msgstr "" +"此功能专为中端/高端桌面平台量身定制。大世界坐标在低端移动设备上可能表现不佳," +"除非你采取措施通过其他方式来减少 CPU 使用率(例如减少每秒的物理循环 physics " +"tick)。" +#, fuzzy msgid "" "On low-end platforms, an *origin shifting* approach can be used instead to " "allow for large worlds without using double-precision physics and rendering. " @@ -361,6 +377,9 @@ msgid "" "complexity to game logic, especially in multiplayer games. Therefore, origin " "shifting is not detailed on this page." msgstr "" +"在低端平台上,可以使用 *原点位移* (origin shifting) 方法来启用大世界功能,而" +"无需使用双精度物理和渲染。原点位移适用于单精度浮点数,但它会给游戏逻辑带来更" +"高的复杂度,尤其是在多人游戏中。因此,本页不会详细介绍原点位移。" msgid "Who are large world coordinates for?" msgstr "大世界坐标的目标群体是谁?" @@ -370,24 +389,32 @@ msgid "" "scale simulation games. This extends to games that require supporting *very* " "fast movement speeds, but also very slow *and* precise movements at times." msgstr "" +"大世界坐标的典型使用场景是3D太空类型或者星球规模的模拟游戏。延伸来讲,如果一" +"些游戏需要在支持*非常*快速的运动的同时还要支持非常慢并且精确的运动,那可能需" +"要使用大世界坐标。" msgid "" "On the other hand, it's important to only use large world coordinates when " "actually required (for performance reasons). Large world coordinates are " "usually **not** required for:" msgstr "" +"从另一方面来看,只有在确实需要大世界坐标才启用它是至关重要的(从性能方面考" +"虑)。以下情况通常**不**适合使用大世界坐标:" msgid "2D games, as precision issues are usually less noticeable." -msgstr "" +msgstr "2D 游戏,因为 2D 游戏中的精度问题通常不太明显。" msgid "Games with small-scale or medium-scale worlds." -msgstr "" +msgstr "那些世界尺寸是小型或者中型的游戏。" msgid "" "Games with large worlds, but split into different levels with loading " "sequences in between. You can center each level portion around the world " "origin to avoid precision issues without a performance penalty." msgstr "" +"游戏的世界很大,但分为不同的级别,通过加载序列来实现场景的切换和加载。你可以" +"将每个级别的内容存放在其世界原点的周围,这样就可以在不产生性能损耗的情况下避" +"免精度问题。" msgid "" "Open world games with a *playable on-foot area* not exceeding 8192×8192 " @@ -395,6 +422,8 @@ msgid "" "level of precision remains acceptable within that range, even for a first-" "person game." msgstr "" +"*可步行区域* 不超过8192×8192米(以世界原点为中心)的开放世界游戏。如上表所" +"示,即使是第一人称游戏,精度水平在该范围内也可以接受。" msgid "" "**If in doubt**, you probably don't need to use large world coordinates in " @@ -402,6 +431,9 @@ msgid "" "large world coordinates system and still rely on single-precision floats for " "both rendering and physics." msgstr "" +"**如果对是否使用大世界坐标存在疑虑** ,那你可能并不需要在你的项目中使用大世界" +"坐标。实际上,大多数现代的3A开放世界主题的游戏并没有使用大世界坐标系统,这些" +"游戏仍然依靠单精度浮点类型来处理游戏中的渲染和物理。" msgid "Enabling large world coordinates" msgstr "启用大世界坐标" @@ -413,6 +445,9 @@ msgid "" "case, you'll need to compile an editor build so you can test your large " "precision world without having to export the project every time." msgstr "" +"此过程需要重新编译编辑器以及你打算使用的所有导出模板的二进制文件。如果只打算" +"在发布模式下导出项目,则可以跳过调试导出模板的编译。无论如何,你都需要编译一" +"个编辑器构建版,这样就可以可以测试你的精确大世界,而不必每次都导出项目。" msgid "" "See the :ref:`Compiling ` section for compiling " @@ -420,6 +455,8 @@ msgid "" "``precision=double`` SCons option when compiling the editor and export " "templates." msgstr "" +"请参阅 :ref:`编译 ` 部分来了解每个目标平台的编译指令。编" +"译编辑器和导出模板时,需要添加 ``precision=double`` SCons 选项。" msgid "" "The resulting binaries will be named with a ``.double`` suffix to " @@ -427,6 +464,9 @@ msgid "" "suffix). You can then specify the binaries as custom export templates in " "your project's export presets in the Export dialog." msgstr "" +"生成的二进制文件将以 ``.double`` 后缀命名,以将其与单精度二进制文件(缺少任何" +"精度后缀)区分开来。你可以随后在“导出”对话框的项目导出预设中将二进制文件指定" +"为自定义导出模板。" msgid "Compatibility between single-precision and double-precision builds" msgstr "单双精度构建之间的的兼容性" @@ -438,6 +478,9 @@ msgid "" "resources will change on disk when you switch to a double-precision build " "and save over them." msgstr "" +"当使用 :ref:`class_ResourceSaver` 单例保存 *可执行文件* 资源时,如果该资源是" +"使用双精度数字的构建方式保存的,则会在文件中存储一个特殊标志。因此,当你切换" +"到双精度构建并保存资源时,磁盘上的所有可执行文件资源都将发生变化。" msgid "" "Both single-precision and double-precision builds support using the :ref:" @@ -446,6 +489,9 @@ msgid "" "precision builds and vice versa. Text-based resources don't store a double-" "precision flag, as they don't require such a flag for correct reading." msgstr "" +"单精度和双精度构建都支持在使用此特殊标志的资源上使用 :ref:" +"`class_ResourceLoader` 单例。这意味着单精度构建可以加载使用双精度构建的资源," +"反之亦然。基于文本的资源不存储双精度标志,因为它们不需要这种标志来正确读取。" msgid "Known incompatibilities" msgstr "已知的不兼容" @@ -455,6 +501,8 @@ msgid "" "the same build type to ensure precision remains consistent across clients. " "Using different build types *may* work, but various issues can occur." msgstr "" +"在网络多人游戏中,服务器和所有客户端都应使用相同的构建类型,以确保客户端之间" +"的精度保持一致。使用不同的构建类型 *可能* 也有效,但也可能会出现各种问题。" msgid "" "The GDExtension API changes in an incompatible way in double-precision " @@ -464,6 +512,11 @@ msgid "" "``real_t`` can be used as an alias for ``float`` in single-precision builds, " "and ``double`` in double-precision builds." msgstr "" +"在双精度版本中,GDExtension API 以不兼容的方式发生变化。这意味着扩展 **必须" +"** 重新构建,才能使用双精度版本。在扩展开发者端,当使用 ``precision=double`` " +"构建 GDExtension 时,会启用 ``REAL_T_IS_DOUBLE`` 定义。在单精度构建中, " +"``real_t`` 可用作 ``float`` 的别名,在双精度构建中,可用作 ``double`` 的别" +"名。" msgid "Limitations" msgstr "限制" @@ -472,17 +525,23 @@ msgid "" "Since 3D rendering shaders don't actually use double-precision floats, there " "are some limitations when it comes to 3D rendering precision:" msgstr "" +"由于 3D 渲染着色器实际上并不使用双精度浮点,因此在 3D 渲染精度方面存在一些限" +"制:" msgid "" "Shaders using the ``skip_vertex_transform`` or ``world_vertex_coords`` don't " "benefit from increased precision." msgstr "" +"使用 ``skip_vertex_transform`` 或 ``world_vertex_coords`` 的着色器不会从精度" +"提高中受益。" msgid "" ":ref:`Triplanar mapping ` " "doesn't benefit from increased precision. Materials using triplanar mapping " "will exhibit visible jittering when far away from the world origin." msgstr "" +":ref:`三平面映射 ` 不会从精度提高" +"中受益。当远离世界原点时,使用三平面映射的材质将表现出可见的抖动。" msgid "" "2D rendering currently doesn't benefit from increased precision when large " @@ -491,6 +550,9 @@ msgid "" "pixels at typical zoom levels). 2D physics calculations will still benefit " "from increased precision though." msgstr "" +"当启用大世界坐标时,目前 2D 渲染还无法从提高精度中受益。这可能会导致在远离世" +"界原点(从典型缩放级别的几百万像素开始)时发生可见的模型吸附(model " +"snapping)。不过,二维物理计算仍将从提高精度中受益。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/physics_introduction.po index 868bee582c..068530c1cf 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ragdoll_system.po index e0c259e9ee..ef505d5b11 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ray-casting.po index 08dd55de1b..6825d208af 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/rigid_body.po index 0be6e02a51..8122067d02 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -110,6 +110,11 @@ msgid "" "control is needed, solutions such as ones relying on :ref:`class_Quaternion` " "may be required, as discussed in :ref:`doc_using_transforms`." msgstr "" +"该方法使用刚体的 ``angular_velocity`` 特性来旋转刚体。要绕其旋转的轴是由当前" +"正向方向和想要观察的方向之间的叉积给出的。 ``clamp`` 是一种简单的方法,用于防" +"止旋转量超过想要查看的方向,因为所需的旋转总量是由点积的反余弦给出的。此方法" +"也可以与 ``axis_lock_angular_*`` 一起使用。如果需要更精确的控制,则可能需要依" +"赖于 :ref:`class_Quaternion` 的解决方案,如 :ref:`doc_using_transforms`。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/soft_body.po index 899f83ff60..8b17f4e14a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index f1ad4ebda4..95d62f930a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgstr "物理问题的故障排除" msgid "" "When working with a physics engine, you may encounter unexpected results." -msgstr "" +msgstr "使用物理引擎时,你可能会遇到一些意想不到的问题。" msgid "" "While many of these issues can be resolved through configuration, some of " @@ -33,6 +33,13 @@ msgid "" "q=+is%3Aclosed+is%3Aissue+label%3Atopic%3Aphysics>`__ can also help answer " "questions related to physics engine behavior." msgstr "" +"虽然其中许多问题可以通过配置解决,但其中一些问题是引擎错误造成的。有关物理引" +"擎相关的已知问题,请参阅 `GitHub 上开放的物理相关问题 `__ 。查看 `已关闭的问题 " +"`__ 也可以帮助回答与物理引" +"擎行为相关的问题。" msgid "Objects are passing through each other at high speeds" msgstr "高速运动的对象会互相穿透" @@ -42,12 +49,16 @@ msgid "" "properties can sometimes resolve this issue. If this does not help, there " "are other solutions you can try:" msgstr "" +"这被称为 *隧道效应*。在 RigidBody 中启用 **连续碰撞检测模式** 属性有时可以解" +"决此问题。如果此方法无效,您可以尝试其他解决方案:" msgid "" "Make your static collision shapes thicker. For example, if you have a thin " "floor that the player can't get below in some way, you can make the collider " "thicker than the floor's visual representation." msgstr "" +"使你的静态碰撞形状更厚。例如,如果你有一个玩家无法以某种方式穿过的薄地板,你" +"可以使碰撞器比地板看起来更厚。" msgid "" "Modify your fast-moving object's collision shape depending on its movement " @@ -55,6 +66,8 @@ msgid "" "extend outside of the object to ensure it can collide with thin walls more " "reliably." msgstr "" +"根据你的快速移动物体的运动速度调整其碰撞形状。物体移动得越快,碰撞形状应该越" +"向外扩展,以确保它能够更可靠地与薄墙发生碰撞。" msgid "" "Increase **Physics Ticks Per Second** in the advanced Project Settings. " @@ -64,6 +77,9 @@ msgid "" "``180`` or ``240``) should be preferred for a smooth appearance on most " "displays." msgstr "" +"在项目设置中增加 **每秒物理周期数**。虽然这有其他好处(例如更稳定的模拟和减少" +"输入延迟),但这会增加CPU的使用率,可能不适用于移动或网页平台。对于大多数显示" +"器来说,应该优先选择默认值60的倍数(如120、180或240),以获得平滑的外观。" msgid "Stacked objects are unstable and wobbly" msgstr "堆叠的对象摇摆不定" @@ -76,6 +92,9 @@ msgid "" "This eventually causes the simulation to become wobbly, making the objects " "unable to rest on top of each other without moving." msgstr "" +"尽管看起来像一个简单问题,但是在物理引擎中带有堆叠物体的稳定刚体模拟很难实" +"现。这是因为力结合后的相互作用。堆叠的物体越多,相互之间的作用力越强。这最终" +"导致了模拟变得不稳定,使得物体不能相互堆叠在一起而不发生移动。" msgid "" "Increasing the physics simulation rate can help alleviate this issue. To do " @@ -85,6 +104,10 @@ msgid "" "``180`` or ``240``) should be preferred for a smooth appearance on most " "displays." msgstr "" +"提升物理模拟频率可以帮助减少这个问题。为了这么做,增加项目设置中的 **每秒物理" +"周期数** 选项。请注意,这会增加CPU的使用率,可能不适用于移动或网页平台。对于" +"大多数显示器来说,应该优先选择默认值60的倍数(如120、180或240),以获得平滑的" +"外观。" msgid "Scaled physics bodies or collision shapes do not collide correctly" msgstr "缩放后的物理体或碰撞形状无法正确碰撞" @@ -98,6 +121,10 @@ msgid "" "sure the collision shape is not a child of the visual representation in this " "case." msgstr "" +"Godot当前没有支持缩放物理体或碰撞形状。作为替代方案,改变碰撞形状的范围而不是" +"其缩放比例。如果你想让视觉表现的尺寸也发生变化,可以改变底层视觉表现" +"(Sprite2D,MeshInstance3D, …)并单独改变它的碰撞形状的范围。在这种情况下," +"请确保碰撞形状不是视觉表现节点的子节点。" msgid "" "Since resources are shared by default, you'll have to make the collision " @@ -106,19 +133,23 @@ msgid "" "by calling ``duplicate()`` in a script on the collision shape resource " "*before* changing its size." msgstr "" +"由于资源默认是共享的,如果你不想让更改应用于场景中使用相同碰撞形状资源的所有" +"节点,你需要让这个碰撞形状资源变得独一无二。这可以通过在碰撞形状资源的脚本中" +"调用 duplicate() 方法来实现,然后在改变其尺寸 之前 进行操作。这样,更改将只影" +"响当前的资源实例,而不会影响其他使用相同资源的节点。" msgid "Thin objects are wobbly when resting on the floor" -msgstr "" +msgstr "当薄物体放在地板上时,它们会显得不稳定" #, fuzzy msgid "This can be due to one of two causes:" msgstr "可以使用以下步骤实现:" msgid "The floor's collision shape is too thin." -msgstr "" +msgstr "地板的碰撞形状太薄了。" msgid "The RigidBody's collision shape is too thin." -msgstr "" +msgstr "刚体的碰撞形状太薄了。" msgid "" "In the first case, this can be alleviated by making the floor's collision " @@ -126,12 +157,16 @@ msgid "" "get below in some way, you can make the collider thicker than the floor's " "visual representation." msgstr "" +"在第一个场景中,这可以通过加厚地板的碰撞形状来缓解。例如,如果你有一个玩家不" +"能以某种方式穿过的地板,你可以通过使碰撞器比地板看起来还要厚来解决。" msgid "" "In the second case, this can usually only be resolved by increasing the " "physics simulation rate (as making the shape thicker would cause a " "disconnect between the RigidBody's visual representation and its collision)." msgstr "" +"在第二个场景中,常常只能通过提高物理仿真比率来解决(因为使形状更厚会导致刚体" +"的视觉表现与其碰撞效果之间出现脱节)。" msgid "" "In both cases, increasing the physics simulation rate can also help " @@ -141,6 +176,10 @@ msgid "" "``60`` (such as ``120``, ``180`` or ``240``) should be preferred for a " "smooth appearance on most displays." msgstr "" +"在这两种情况下,提高物理仿真的速率也可以帮助缓解这个问题。为此,可以在项目设" +"置中增加**每秒物理周期数**。请注意,这会增加CPU的使用率,可能不适用于移动或网" +"页平台。对于大多数显示器来说,应该优先选择默认值60的倍数(如120、180或240)," +"以获得平滑的外观。" msgid "Cylinder collision shapes are unstable" msgstr "圆柱碰撞形状不稳定" @@ -152,6 +191,9 @@ msgid "" "why many other physics engines don't provide any support for them. There are " "several known bugs with cylinder collision shapes currently." msgstr "" +"在从Bullet到Godot 4中的GodotPhysics的过渡期间,圆柱体碰撞形状不得不从头开始重" +"新实现。然而,圆柱体碰撞形状是最难支持的形状之一,这就是为什么许多其他物理引" +"擎不提供对它们的支持。目前已知圆柱体碰撞形状存在一些问题。" msgid "" "We recommend using box or capsule collision shapes for characters for now. " @@ -160,6 +202,9 @@ msgid "" "not have this downside, but their shape can make precision platforming more " "difficult." msgstr "" +"我们建议目前使用盒或胶囊形状的碰撞体来模拟角色。盒形状通常提供最佳的可靠性," +"但缺点是使角色在对角线上占用更多的空间。胶囊碰撞形状没有这个缺点,但它们的形" +"状可能会使精确的平台跳跃更加困难。" msgid "VehicleBody simulation is unstable, especially at high speeds" msgstr "VehicleBody 仿真不稳定,尤其是在速度较大的时候" @@ -173,6 +218,11 @@ msgid "" "ignored entirely by the vehicle (due to tunneling), but also that the " "simulation has little data to work with in general at such a high speed." msgstr "" +"当一个物理体以高速移动时,它在每一个物理步骤中移动很长的一段距离。例如,当在 " +"3D 中使用1单位等于1米的的标准时,一个以360 km/h速度移动的物体将会在每秒内移动" +"100个单位长度。使用默认的物理仿真频率 60 Hz时,该物体每个物理周期移动 ~1.67个" +"单位长度。这意味着小物体可能被物体完全忽略(由于隧道效应),同时这也意味着在" +"如此高的速度下,仿真本身通常只有很少的数据可供处理。" msgid "" "Fast-moving vehicles can benefit a lot from an increased physics simulation " @@ -182,15 +232,21 @@ msgid "" "(such as ``120``, ``180`` or ``240``) should be preferred for a smooth " "appearance on most displays." msgstr "" +"快速移动的物体可以从被增加的物理仿真频率中得到很多好处。为了这么做,在项目设" +"置中调高 **每秒物理周期数**。请注意,这会提高CPU的使用率而且可能在移动或web平" +"台上不适用。对于大多数显示器来说,应该优先选择默认值60的倍数(如120、180或" +"240),以获得平滑的外观。" msgid "Collision results in bumps when an object moves across tiles" -msgstr "" +msgstr "当一个物体在瓦片上移动时,碰撞可能会导致颠簸" msgid "" "This is a known issue in the physics engine caused by the object bumping on " "a shape's edges, even though that edge is covered by another shape. This can " "occur in both 2D and 3D." msgstr "" +"在物理引擎中,这里有一个因为物体在形状的边缘发生碰撞导致的已知问题,即使这条" +"边被其它形状覆盖。这可以在2D和3D中触发。" msgid "" "The best way to work around this issue is to create a \"composite\" " @@ -200,15 +256,20 @@ msgid "" "per-island basis (which means each group of touching tiles gets its own " "collider)." msgstr "" +"解决该问题最好的代替方案是创建一个“复合”碰撞体。这意味着不使用带有自己碰撞体" +"的独立图块,而是创建一个单独的碰撞形状代表一组图块的碰撞体。通常,你应该按照" +"岛屿基础来分割复合碰撞器(这意味着每组相连的瓦片都有自己的碰撞器)。" msgid "" "Using a composite collider can also improve physics simulation performance " "in certain cases. However, since the composite collision shape is much more " "complex, this may not be a net performance win in all cases." msgstr "" +"在某些情况下,使用一个复合碰撞体也可以提升物理仿真性能。然而,由于复合碰撞体" +"要复杂的多,这也许并不是在所有情况下都是对总体性能的提升。" msgid "Framerate drops when an object touches another object" -msgstr "" +msgstr "当一个对象接触另一个对象时,帧率会下降" msgid "" "This is likely due to one of the objects using a collision shape that is too " @@ -217,11 +278,16 @@ msgid "" "generation, it's possible that you ended up with dozens if not hundreds of " "shapes created for a single convex shape collision resource." msgstr "" +"这很可能是因为其中一个物体使用的碰撞形状过于复杂。出于性能原因,凸形碰撞形状" +"应该尽可能使用最少数量的形状。当依赖于Godot的自动生成时,可能会为单个凸形碰撞" +"资源创建数十甚至数百个形状。" msgid "" "In some cases, replacing a convex collider with a couple of primitive " "collision shapes (box, sphere, or capsule) can deliver better performance." msgstr "" +"在一些场景中,用一组基础的碰撞形状(盒,球体或胶囊)替换一个凸形碰撞器可能带来" +"更好的性能。" msgid "" "This issue can also occur with StaticBodies that use very detailed trimesh " @@ -230,9 +296,13 @@ msgid "" "performance significantly, but this can also improve stability by letting " "you remove small fixtures and crevices from being considered by collision." msgstr "" +"这个问题也可能发生在使用非常详细的三角网格(凹形)碰撞的静态刚体" +"(StaticBodies)上。在这种情况下,使用简化的几何表示作为碰撞器。这不仅可以显" +"著提高物理模拟的性能,还可以通过让你移除小的固定装置和缝隙,从而不被碰撞考" +"虑,来提高稳定性。" msgid "Physics simulation is unreliable when far away from the world origin" -msgstr "" +msgstr "物理仿真在远离世界原点的地方是不可靠的" msgid "" "This is caused by floating-point precision errors, which become more " @@ -241,6 +311,9 @@ msgid "" "movement when far away from the world origin. See :ref:" "`doc_large_world_coordinates` for more information." msgstr "" +"这是由浮点数的精度误差引起的,当距离世界原点越远时,误差越明显。这个问题也影" +"响渲染,当远离世界原点时可能会导致相机移动使摇晃。有关更多信息,参见 :ref:" +"`doc_large_world_coordinates` 。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_area_2d.po index d9fa631d2f..b6f3da7cfa 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -254,6 +254,9 @@ msgid "" "godotengine/godot-docs-project-starters/releases/download/latest-4.x/" "area_2d_starter.zip>`_" msgstr "" +"你可以在此处下载项目:`area_2d_starter.zip `_" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index 3ff8b91935..6d3fe0a988 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -159,6 +159,8 @@ msgid "" "This property represents the body's velocity vector in pixels per second. " "``move_and_slide()`` will modify this value automatically when colliding." msgstr "" +"此属性表示身体的速度向量(以每秒像素为单位)。 ``move_and_slide()`` 会在碰撞" +"时自动修改此值。" #, fuzzy msgid "``motion_mode`` - *default value:* ``MOTION_MODE_GROUNDED``" @@ -211,7 +213,7 @@ msgstr "" msgid "" "This is the minimum angle where the body is allowed to slide when it hits a " "slope." -msgstr "" +msgstr "这是当身体在遇到斜坡时允许滑动的最小角度。" msgid "" "``floor_max_angle`` - *default value:* ``0.785398`` (in radians, equivalent " @@ -229,6 +231,8 @@ msgid "" "behavior under specific circumstances. See the :ref:`CharacterBody2D " "` docs for full details." msgstr "" +"在特定情况下,还有许多其他属性可用于修改身体的行为。详情请参见 :ref:" +"`CharacterBody2D ` 文档。" msgid "Detecting collisions" msgstr "检测碰撞" @@ -328,6 +332,9 @@ msgid "" "project-starters/releases/download/latest-4.x/character_body_2d_starter." "zip>`_" msgstr "" +"若要查看这些案例的实际效果,请下载示例项目:`character_body_2d_starter.zip " +"`_" msgid "Movement and walls" msgstr "移动和墙壁" @@ -497,6 +504,12 @@ msgid "" "check if a jump should be allowed. Without this, you'd be able to \"jump\" " "in midair; great if you're making Flappy Bird, but not for a platformer game." msgstr "" +"在本段代码实现中,我们调用了 ``move_and_slide()`` 方法,该方法根据物体的速度" +"向量对物体进行平移,并在碰撞检测到地面或平台等碰撞体时,使物体沿碰撞表面滑" +"动。此外,我们还利用了 ``is_on_floor()`` 方法来判断角色是否处于可跳跃状态。若" +"缺少这一逻辑判断,角色将能够在非地面状态下执行跳跃动作;这种情况在开发如 " +"“Flappy Bird” 这类的飞行躲避游戏中可能是可取的,但在开发平台跳跃类型的游戏中" +"则不适宜。" msgid "" "There is a lot more that goes into a complete platformer character: " @@ -504,6 +517,8 @@ msgid "" "just a starting point. You can use it as a base to expand into whatever " "movement behavior you need for your own projects." msgstr "" +"一个完整的平台游戏角色还有很多内容:加速度、二段跳、土狼时间,等等。上面的代" +"码只是一个起点。你可以在此基础上扩展,以得到你的项目所需的任何运动行为。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index 2403f3d278..711d30c216 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_library.po index 72ba6dcc18..27bb66e632 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,38 +20,39 @@ msgstr "" msgid "Godot Android library" msgstr "Godot Android 库" -#, fuzzy msgid "" "The Godot Engine for Android platforms is designed to be used as an `Android " "library `_. " "This architecture enables several key features on Android platforms:" msgstr "" -"Godot Android 插件的核心是一个 `Android 归档库 `_\\ (\\ *aar* 归档文件)," -"其注意事项如下:" +"适用于 Android 平台的 Godot 引擎旨在作为 `Android 库 `_ 使用。该架构可在 Android 平台" +"上实现多项关键功能:" msgid "" "Ability to integrate the Gradle build system within the Godot Editor, which " "provides the ability to leverage more components from the Android ecosystem " "such as libraries and tools" msgstr "" +"能够将 Gradle 构建系统整合进 Godot 编辑器,从而提供了利用 Android 生态系统中" +"更多组件的能力,比如库和工具" msgid "Ability to make the engine portable and embeddable:" -msgstr "" +msgstr "能够使引擎具有便携性和可嵌入性:" msgid "" "Key in enabling the port of the Godot Editor to Android and mobile XR devices" -msgstr "" +msgstr "在使 Godot 编辑器能够移植到 Android 和移动 XR 设备中发挥关键作用" msgid "" "Key in allowing the integration and reuse of Godot's capabilities within " "existing codebase" -msgstr "" +msgstr "在现有代码库中集成和重复使用 Godot 功能发挥关键作用" msgid "" "Below we describe some of the use-cases and scenarios this architecture " "enables." -msgstr "" +msgstr "下面我们描述了该架构支持的一些用例和场景。" msgid "Using the Godot Android library" msgstr "使用 Godot Android 库" @@ -62,23 +63,27 @@ msgid "" "godot>`_ along with `its documentation `_." msgstr "" +"Godot Android 库以 AAR 归档文件的形式打包,连同其 `文档 `_ 寄存在 `MavenCentral `_ 上。" msgid "" "It provides access to Godot APIs and capabilities on Android platforms for " "the following non-exhaustive use-cases." msgstr "" +"它提供了在 Android 平台上访问 Godot 应用程序接口和功能的途径,适用于以下不完" +"全用例。" msgid "Godot Android plugins" msgstr "Godot Android 插件" -#, fuzzy msgid "" "Android plugins are powerful tools to extend the capabilities of the Godot " "Engine by tapping into the functionality provided by Android platforms and " "ecosystem." msgstr "" -"Android插件是通过挖掘Android平台和生态系统提供的功能来扩展Godot引擎功能的强大" -"工具." +"Android 插件是一种强大的工具,可利用 Android 平台和生态系统提供的功能来扩展 " +"Godot 引擎的功能。" msgid "" "An Android plugin is an Android library with a dependency on the Godot " @@ -87,6 +92,9 @@ msgid "" "as GDExtension support which allows to update / mod the engine behavior as " "needed." msgstr "" +"Android 插件是一个依赖于 Godot Android 库的 Android 库,插件使用该库集成到引" +"擎的生命周期中,并访问 Godot API,从而赋予其强大的功能,例如 GDExtension 支" +"持,允许根据需要更新/修改引擎行为。" msgid "" "For more information, see :ref:`Godot Android plugins `." @@ -100,6 +108,8 @@ msgid "" "libraries, allowing developers to leverage mature and battle-tested code and " "libraries better suited to a specific task." msgstr "" +"Godot 引擎可以嵌入现有的 Android 应用程序或库中,使开发人员能够利用成熟且经过" +"考验的代码和库,更适合特定任务。" msgid "" "The hosting component is responsible for driving the engine lifecycle via " @@ -107,11 +117,15 @@ msgid "" "communication between the host and the embedded Godot instance allowing for " "greater control over the desired experience." msgstr "" +"托管组件负责通过 Godot 的 Android API 来驱动引擎的生命周期。这些 API 还可用于" +"在主机和嵌入式 Godot 实例之间提供双向通信,从而更好地控制所需的体验。" msgid "" "We showcase how this is done using a sample Android app that embeds the " "Godot Engine as an Android view, and uses it to render 3D GLTF models." msgstr "" +"我们展示了如何使用示例 Android 应用程序来完成此操作,该应用程序将 Godot 引擎" +"嵌入为 Android 视图,并使用它来渲染 3D GLTF 模型。" msgid "" "The `GLTF Viewer `_ 示例应用程序使用 `Android RecyclerView 组件 `_ 来创建 GLTF 项" +"目列表,该列表由 `Kenney's Food Kit pack`_ 填充 。当选择列表中的项目时,应用程序的逻辑与嵌入式 Godot 引擎交互,将" +"选定的 GLTF 项目渲染为 3D 模型。" msgid "" "The sample app source code can be found `on GitHub `_ to build and install it." msgstr "" +"示例应用程序源代码可以在 `GitHub `_ 上找到。按照其 `README `_ 上的说明来进行构建和安装。" msgid "Below we break-down the steps used to create the GLTF Viewer app." -msgstr "" +msgstr "下面我们详细介绍了创建 GLTF 查看器应用程序的步骤。" msgid "" "Currently only a single instance of the Godot Engine is supported per " @@ -139,27 +163,36 @@ msgid "" "the `android:process attribute `_." msgstr "" +"目前,每个进程仅支持单个 Godot 引擎实例。你可以使用 `android:process 属性" +"`_ 来配置 Android Activity 运行的进程。" msgid "" "Automatic resizing / orientation configuration events are not supported and " "may cause a crash. You can disable those events:" msgstr "" +"不支持自动调整大小/方向配置事件,这些事件可能会导致系统崩溃。你可以禁用这些事" +"件:" msgid "" "By locking to a specific orientation using the `android:screenOrientation " "attribute `_." msgstr "" +"通过使用 `android:screenOrientation 属性 `_ 来锁定到特定方向。" msgid "" "By declaring that the Activity will handle these configuration events using " "the `android:configChanges attribute `_." msgstr "" +"通过声明 Activity 将使用 `android:configChanges 属性 `_ 来处理这些配置事" +"件。" -#, fuzzy msgid "1. Create the Android app" -msgstr "编译并运行 Android 应用" +msgstr "1. 创建 Android 应用" msgid "" "The Android sample app was created using `Android Studio \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/index.po index 22b2556f29..2fe457d1bb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/consoles.po index 77bf79947b..7cfc2561f9 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/index.po index 2429babdb3..5b2c6444c2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/index.po index 10128c0b80..ab0e2a717f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index b190a14cbf..350f6f4bb0 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index 7806d98d48..2a48f828a5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 96806b88f6..fd15c1e9b3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 487ba982e2..da94e0e3a7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/index.po index 0c92422d51..13df71c38b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 77ab668c8a..c25048b72f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index faef2a3f00..fa67f60b5c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/index.po index 7d3cd29fe7..27f64d1a1a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index dfec3e106f..24fb58ef9d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index cbd2db0a30..e19721c51e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 9901ca11b4..e26bba835b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 9451671892..cbf3d8a291 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 968c54c8a4..2d67491af5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/index.po index ede2b5b495..ef2b712b9f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index 59213f468c..d3a61a2f16 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/index.po index 683a8e6857..d8ffadbb5c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index aa5ee56adc..5700b74036 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index 30c5899327..438c3ce0f1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/viewports.po index e15f39d9ba..dc20606fea 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index d53ca9a296..f6c3a499ee 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -63,7 +63,7 @@ msgstr "" "index>`_ 或在其他地方寻找合适的介绍。" msgid "Prerequisites" -msgstr "先决条件" +msgstr "前置需求" msgid "" "Godot bundles the parts of .NET needed to run already compiled games. " @@ -141,7 +141,7 @@ msgid "" "After reading the \"Prerequisites\" section, you can download and install " "`JetBrains Rider `__." msgstr "" -"阅读完 \"预备知识\" 部分,就可以下载安装 `JetBrains Rider `__ 。" msgid "In Godot's **Editor → Editor Settings** menu:" @@ -167,7 +167,7 @@ msgid "" "`Visual Studio Code `__ (aka VS " "Code)." msgstr "" -"看完 \"预备知识\" 部分,就可以下载安装 `Visual Studio Code `__ (又名 VS Code)。" msgid "" @@ -225,7 +225,7 @@ msgid "" msgstr "" "下载并安装最新版本的 `Visual Studio `__ 。如果你选择了正确的工作负载,Visual Studio 将包含所需的 SDK," -"所以你不需要手动安装 \"预先告知\" 部分列出的内容。" +"所以你不需要手动安装 \"前置需求\" 部分列出的内容。" msgid "While installing Visual Studio, select this workload:" msgstr "在安装 Visual Studio 时,请选择以下工作负载:" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index f8f44e4121..9e80b46636 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index cee903c7ad..3503e992d3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 29414cc38f..a8831eb71f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index 36dedcb267..5a5cce6ce2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 2db56d87d6..3b7e7b3b27 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index b361203232..7ed3cce1c3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,9 +61,9 @@ msgid "" "manually disconnect (using ``-=``) all the custom signals you connected as " "C# events (using ``+=``)." msgstr "" -"所有作为事件连接的引擎信号,在节点释放时会自动断开连接,但自定义信号不会。这" -"意味着:你需要手动断开(使用 ``-=`` )所有你连接为 C# 事件的自定义信号(使用 " -"``+=`` )。" +"虽然所有作为事件连接的引擎内置信号在节点释放时会自动断开连接,但自定义信号不" +"会。这意味着:你需要(使用 ``-=`` )手动断开所有你(使用 ``+=`` )连接为 C# " +"事件的自定义信号。" msgid "Custom signals as C# events" msgstr "自定义信号作为 C# 事件" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index abf3eea01a..b2e794e705 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index d8dfd16c2c..903a929a05 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index 1ad27b58e6..62cf07a2da 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 5523574465..f5116dc98e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 917691c367..dc77682c88 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index 775dd89afa..2ad5bc2c54 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 71f7e65c55..9b3ba00d63 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index 75527efe3a..841179c8ee 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index 21f98c7029..f26830eb9c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index ebc75ce48c..f3d582affa 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 64535428c7..f2a666a181 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index 25609ac464..90d99b2b74 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0201" -msgstr "" +msgstr "GD0201" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index 968b37bb13..8a98ea078d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,7 +26,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0202" -msgstr "" +msgstr "GD0202" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 2f74fe1662..59cfd3bac8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0203" -msgstr "" +msgstr "GD0203" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 2b5e0b46b1..cd97d18e79 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0301" -msgstr "" +msgstr "GD0301" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index 77b7d6c329..5e5140bfe5 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,7 +26,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0302" -msgstr "" +msgstr "GD0302" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 6b179d359e..38d417a9d8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,7 +26,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0303" -msgstr "" +msgstr "GD0303" msgid "**Category**" msgstr "**类别**" @@ -38,7 +38,7 @@ msgid "**Fix is breaking or non-breaking**" msgstr "**修复是中断修复还是非中断修复**" msgid "Not fixable" -msgstr "" +msgstr "不可修复" msgid "**Enabled by default**" msgstr "**默认启用**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 6a9c07a2a1..624c9384e8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0401" -msgstr "" +msgstr "GD0401" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index 82e9117424..dad2f40e6b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgid "**Rule ID**" msgstr "**规则 ID**" msgid "GD0402" -msgstr "" +msgstr "GD0402" msgid "**Category**" msgstr "**类别**" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 30e7f02dc4..6d78acfafe 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 04688525dd..27e73da448 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index 7fedd5ccbc..0b014a23c6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index 6e43bb656c..c3831e2bfc 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 30934b8627..37ee92109d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index b7230e62a8..985e6fc989 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 6d27c3f4b6..1c1b4fe130 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/index.po index 84ac6e18ba..fcacbb848a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index e0a849c37c..b179bd146e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 0afb1cdffc..a2aaf78768 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index c65f9f34b1..ce43acd468 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/filesystem.po index 77db19e5be..2a5a703358 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 8412c0b1a5..1c5df0800d 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,38 +23,37 @@ msgstr "GDExtension C++ 示例" msgid "Introduction" msgstr "前言" -#, fuzzy msgid "" "The C++ bindings for GDExtension are built on top of the C GDExtension API " "and provide a nicer way to \"extend\" nodes and other built-in classes in " "Godot using C++. This new system allows the extension of Godot to nearly the " "same level as statically linked C++ modules." msgstr "" -"GDNative的C++绑定构建在NativeScript GDNative API之上, 并提供了一种使用C++在" -"Godot中 \"扩展\" 节点的更好方法. 这相当于在GDScript中编写脚本, 而是在C++中编" -"写脚本." +"GDExtension 的 C++ 绑定是在 C GDExtension API 基础之上构建的,为扩展 Godot 中" +"的节点和其他内置类提供了一种更为简洁的方法。这一新系统使得通过 GDExtension " +"对 Godot 进行扩展的能力几乎可以与静态链接的 C++ 模块相媲美。" -#, fuzzy msgid "" "You can download the included example in the test folder of the godot-cpp " "repository `on GitHub `__." msgstr "" -"`godot-cpp 仓库 `__\\ 的副本。" +"你可以在`Github上的 godot-cpp 仓库 `__\\中下载 \"test\" 文件夹内的内置范例。" msgid "Setting up the project" msgstr "设置项目" msgid "There are a few prerequisites you'll need:" -msgstr "你需要一些先决条件:" +msgstr "这里有一些前置需求是你需要的:" msgid "a Godot 4 executable," -msgstr "Godot 4 可执行文件," +msgstr "一份 Godot 4 可执行文件," msgid "a C++ compiler," -msgstr "C++ 编译器," +msgstr "一个 C++ 编译器," msgid "SCons as a build tool," -msgstr "SCons 作为构建工具," +msgstr "作为构建工具的 SCons ," msgid "" "a copy of the `godot-cpp repository `\\ ,因为构建工具与从源代码编" "译 Godot 所需的构建工具相同。" -#, fuzzy msgid "" "You can download the `godot-cpp repository `__ from GitHub or let Git do the work for you. Note that this " @@ -77,28 +75,27 @@ msgid "" "GDExtensions will not work in older versions of Godot (only Godot 4 and up) " "and vice versa, so make sure you download the correct branch." msgstr "" -"您可以从 GitHub 下载这些仓库,或让 Git 为您完成这些工作。请注意,这些仓库现在" -"对于不同版本的 Godot 具有不同的分支。为早期版本的 Godot 编写的 GDNative 模块" -"可以在较新版本中运行(除了 3.0 和 3.1 之间的 ARVR 接口的一次重大更改),但反" -"之则不行,因此请确保下载正确的分支。还要注意,您用于生成 ``api.json`` 的 " -"Godot 版本将成为最低版本。" +"你可以从 GitHub 下载 `godot-cpp 仓库`__\\,或者让 Git 为你完成这项工作。请注意,这个仓库为不同版本的 Godot 提" +"供了不同的分支。GDExtensions 仅支持 Godot 的新版本(Godot 4 及更高版本),反" +"之亦然,因此请确保你下载的是正确的分支。" -#, fuzzy msgid "" "To use `GDExtension `__ you need to use the godot-cpp branch that matches the version " "of Godot that you are targeting. For example, if you're targeting Godot 4.1, " "use the ``4.1`` branch, which is what is shown through out this tutorial." msgstr "" -"`GDExtension `__ " -"已经被合并到 godot-cpp 的 ``master`` 分支中,但它只与即将推出的 Godot 4.0 兼" -"容。因此,您需要使用 GDNative ,需使用 godot-cpp 的 ``3.x`` 分支,并按照此示" -"例进行操作。" +"要使用 `GDExtension `__\\,你需要使用与目标 Godot 版本相匹配的 godot-cpp 分支。例如," +"如果你的目标是 Godot 4.1,那么应该使用 4.1 分支,这也是本教程中所展示的版本。" msgid "" "The ``master`` branch is the development branch which is updated regularly " "to work with Godot's ``master`` branch." msgstr "" +"``master`` 分支是开发分支,它会定期更新以与 Godot 的 ``master`` 分支保持兼" +"容。" msgid "" "Our long-term goal is that GDExtensions targeting an earlier version of " @@ -120,23 +117,21 @@ msgstr "" "入重大的特性,可能会牺牲兼容性。例如,为 Godot 4.0 创建的 GDExtension 与 " "Godot 4.1 并不兼容(参见 :ref:`updating_your_gdextension_for_godot_4_1` )。" -#, fuzzy msgid "" "If you are versioning your project using Git, it is recommended to add it as " "a Git submodule:" -msgstr "如果您使用 Git 对项目进行版本控制,最好将它们添加为 Git 子模块:" +msgstr "如果您使用 Git 对项目进行版本控制,最好将项目添加为 Git 子模块:" msgid "Alternatively, you can also clone it to the project folder:" -msgstr "" +msgstr "也可以直接将该项目克隆到项目文件夹内:" -#, fuzzy msgid "" "If you decide to download the repository or clone it into your folder, make " "sure to keep the folder layout the same as we've setup here. Much of the " "code we'll be showcasing here assumes the project has this layout." msgstr "" -"如果您决定只下载仓库或将它们克隆到项目文件夹中,请确保文件夹布局与此处描述的" -"相同,因为我们将在此处展示的代码假定项目遵循此布局。" +"如果您决定下载仓库或将其克隆到您的文件夹中,请确保与我们这里所设置的文件夹结" +"构相同,我们假定将在此展示的许多代码都基于这种项目结构。" msgid "" "If you cloned the example from the link specified in the introduction, the " @@ -145,9 +140,8 @@ msgid "" msgstr "" "如果从介绍中指定的链接克隆示例, 子模块不会自动初始化. 你需要执行以下命令:" -#, fuzzy msgid "This will initialize the repository in your project folder." -msgstr "这会将这两个仓库克隆到您的项目文件夹中。" +msgstr "这会将该仓库克隆到您的项目文件夹中。" msgid "Building the C++ bindings" msgstr "构建 C++ 绑定" @@ -155,7 +149,7 @@ msgstr "构建 C++ 绑定" msgid "" "Now that we've downloaded our prerequisites, it is time to build the C++ " "bindings." -msgstr "现在我们已经下载了我们的先决条件, 现在是构建C++绑定的时候了." +msgstr "现在我们已经下载了我们的前置需求, 现在是构建C++绑定的时候了." msgid "" "The repository contains a copy of the metadata for the current Godot " @@ -165,23 +159,22 @@ msgstr "" "仓库包含当前 Godot 版本的元数据副本,但如果你需要为较新版本的 Godot 构建这些" "绑定,只需调用 Godot 可执行文件:" -#, fuzzy msgid "" "The resulting ``extension_api.json`` file will be created in the " "executable's directory. Copy it to the project folder and add " "``custom_api_file=`` to the scons command below." msgstr "" -"将生成的 ``api.json`` 文件放在项目文件夹中, 并将 ``use_custom_api_file = yes " -"custom_api_file = .. / api.json`` 添加到下面的scons命令中." +"生成的 ``extension_api.json`` 文件将会出现在可执行文件的目录中,将其复制到项" +"目文件夹中,并在下面的 scons 命令中添加 ``custom_api_file=`` 参" +"数。" -#, fuzzy msgid "" "To generate and compile the bindings, use this command (replacing " "```` with ``windows``, ``linux`` or ``macos`` depending on your " "OS):" msgstr "" -"要生成和编译绑定, 使用这个命令(根据你的操作系统, 用 ``windows`` , ``linux`` " -"或 ``osx`` 代替 ```` ):" +"用该命令来生成、编译绑定(取决于你的操作系统,用 ``windows`` , ``linux`` 或 " +"``macos`` 代替 ```` ):" msgid "" "The build process automatically detects the number of CPU threads to use for " @@ -189,14 +182,16 @@ msgid "" "the end of the SCons command line where ``N`` is the number of CPU threads " "to use." msgstr "" +"构建过程会自动检测可用于并行构建的 CPU 线程数量。要指定使用的 CPU 线程数,请" +"在 SCons 命令行的末尾添加 ``-jN``\\,其中 ``N`` 是您希望使用的 CPU 线程数量。" msgid "" "This step will take a while. When it is completed, you should have static " "libraries that can be compiled into your project stored in ``godot-cpp/bin/" "``." msgstr "" -"这一步将需要一段时间. 完成后, 你应该有一个静态库, 可以编译到你的项目中, 存储" -"在 ``godot-cpp / bin /`` 中." +"这一步将需要一段时间。完成后,你应该有一个静态库,可以编译到你的项目中,存储" +"在 ``godot-cpp / bin /`` 内。" msgid "You may need to add ``bits=64`` to the command on Windows or Linux." msgstr "你可能需要在 Windows 或 Linux 的命令行中添加 ``bits=64``\\ 。" @@ -208,51 +203,46 @@ msgid "" "Now it's time to build an actual plugin. We'll start by creating an empty " "Godot project in which we'll place a few files." msgstr "" -"现在是构建实际插件的时候了. 我们首先创建一个空的Godot项目, 我们将在其中放置一" -"些文件." +"现在是构建实际插件的时候了。我们首先创建一个空的 Godot 项目,我们将在其中放置" +"一些文件。" -#, fuzzy msgid "" "Open Godot and create a new project. For this example, we will place it in a " "folder called ``demo`` inside our GDExtension's folder structure." msgstr "" -"打开Godot并创建一个新项目. 对于这个示例, 我们将它放在我们的GDNative模块的文件" -"夹结构中名为 ``demo`` 的文件夹中." +"打开 Godot 并创建一个新项目。对于该示例,我们将其放在我们的 GDExtension 的文" +"件夹结构中名为 ``demo`` 的文件夹中。" msgid "" "In our demo project, we'll create a scene containing a Node called \"Main\" " "and we'll save it as ``main.tscn``. We'll come back to that later." msgstr "" -"在我们的演示项目中, 我们将创建一个包含名为 \"Main\" 的节点的场景, 我们将其保" -"存为 ``main.tscn`` . 我们稍后再回过头来看看." +"在我们的演示项目中,我们将创建一个包含名为 \"Main\" 的节点的场景,我们将其保" +"存为 ``main.tscn`` ,稍后再回过头来看看。" -#, fuzzy msgid "" "Back in the top-level GDExtension module folder, we're also going to create " "a subfolder called ``src`` in which we'll place our source files." msgstr "" -"回到顶级GDNative模块文件夹, 我们还将创建一个名为 ``src`` 的子文件夹, 我们将在" -"其中放置源文件." +"回到顶层 GDExtension 模块文件夹,我们还要创建一个名为 ``src`` 的子文件夹,将" +"在其中放置源文件。" -#, fuzzy msgid "" "You should now have ``demo``, ``godot-cpp``, and ``src`` directories in your " "GDExtension module." msgstr "" -"您现在应该在您的GDNative模块中有 ``demo`` , ``godot-cpp``, ``godot_headers`` " -"和 ``src`` 目录." +"在你的 GDExtension 模块中,你现在应该有 ``demo`` 、 ``godot-cpp`` 和 ``src`` " +"这三个目录。" -#, fuzzy msgid "Your folder structure should now look like this:" -msgstr "您的场景应如下所示:" +msgstr "你的文件结构应如下所示:" -#, fuzzy msgid "" "In the ``src`` folder, we'll start with creating our header file for the " "GDExtension node we'll be creating. We will name it ``gdexample.h``:" msgstr "" -"在 ``src`` 文件夹中, 我们将首先为我们将要创建的GDNative节点创建头文件. 我们将" -"它命名为 ``gdexample.h`` :" +"在 ``src`` 文件夹中,我们将首先为我们将要创建的 GDExtension 节点创建头文件," +"将其命名为 ``gdexample.h`` :" #, fuzzy msgid "" @@ -260,9 +250,9 @@ msgid "" "which contains bindings to the Sprite2D class. We'll be extending this class " "in our module." msgstr "" -"以上有一些注意事项. 我们包括 ``Godot.hpp`` , 其中包含我们所有的基本定义. 之" -"后, 我们包含 ``Sprite.hpp`` , 它包含对Sprite类的绑定. 我们将在我们的模块中扩" -"展这个类." +"以上有些需要注意的地方:我们导入了 ``sprite2d.hpp`` ,其中包含我们所有的基本" +"定义。之后, 我们包含 ``Sprite.hpp`` , 它包含对Sprite类的绑定. 我们将在我们的" +"模块中扩展这个类." #, fuzzy msgid "" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/index.po index b01c176ab3..3a831fdc1c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index 7298808f5b..a141fc935e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,7 +78,6 @@ msgstr "" msgid "Advantages of GDExtension" msgstr "GDExtension 的优点" -#, fuzzy msgid "" "Unlike modules, GDExtension doesn't require compiling the engine's source " "code, making it easier to distribute your work. It gives you access to most " @@ -87,10 +86,10 @@ msgid "" "performance code you'd like to distribute as an add-on in the :ref:`asset " "library `." msgstr "" -"与模块不同,GDNative 不需要编译引擎的源码,可以使你的作品更易于分发。它可以让" -"你访问 GDScript、C# 使用的大多数 API,让你在编写游戏逻辑时能够完全控制性能。" -"这是你在\\ :ref:`资产库 `\\ 中以插件形式分发高性能代码" -"的理想选择。" +"与模块不同,GDExtension 不需要编译引擎源码,可以让你的作品更易于分发。" +"GDExtension 可以让你访问 GDScript、C# 中的大多数 可用的API,让你在编写游戏逻" +"辑时能够完全控制性能,是你在\\ :ref:`资产库 `\\ 中以插" +"件形式分发高性能代码的理想选择。" msgid "Also:" msgstr "并且:" @@ -104,25 +103,23 @@ msgstr "" "`\\ ,你也可以在很多其他语言中使" "用。" -#, fuzzy msgid "" "You can use the same compiled GDExtension library in the editor and exported " "project. With C++ modules, you have to recompile all the export templates " "you plan to use if you require its functionality at run-time." msgstr "" -"你可以在编辑器和导出项目中使用相同的编译后的 GDNative 库。而对于 C++ 模块,如" -"果你想在运行时使用相关功能,就必须重新编译所有想要使用的导出模板。" +"你可以在编辑器和导出项目中使用相同的编译后的 GDExtension 库。而对于 C++ 模" +"块,如果你想在运行时使用相关功能,就必须重新编译所有想要使用的导出模板。" -#, fuzzy msgid "" "GDExtension only requires you to compile your library, not the whole engine. " "That's unlike C++ modules, which are statically compiled into the engine. " "Every time you change a module, you need to recompile the engine. Even with " "incremental builds, this process is slower than using GDExtension." msgstr "" -"GDNative 只需编译你自己的库,而不是整个引擎。C++ 模块则与此不同,是会静态编译" -"进引擎的。每修改一次模块,你就需要重新编译一次引擎。即使使用增量构建,这一过" -"程也比 GDNative 要慢。" +"GDExtension 只需编译你自己的库,而不需要编译整个引擎。C++ 模块则与此不同,是" +"会静态编译进引擎的。每修改一次模块,你就需要重新编译一次引擎。即使使用增量构" +"建,这一过程也比编译 GDExtension 要慢。" msgid "Advantages of C++ modules" msgstr "C++ 模块的优点" @@ -154,6 +151,9 @@ msgid "" "repository `__ to discuss " "implementation options for exposing the missing functionality." msgstr "" +"如果发现某些特定功能在 GDExtension 中不可用,但在自定义模块中却可以使用,欢迎" +"在 `godot-cpp 仓库`__ 上提出新议" +"题,探讨如何将这些缺失的功能公开化。" msgid "Supported languages" msgstr "支持的语言" @@ -166,17 +166,16 @@ msgstr "Godot 开发者官方支持以下 GDExtension 语言绑定:" msgid "C++ :ref:`(tutorial) `" msgstr "C++ :ref:`(教程) `" -#, fuzzy msgid "" "There are no plans to support additional languages with GDExtension " "officially. That said, the community offers several bindings for other " "languages (see below)." msgstr "" -"没有官方支持更多 GDNative 语言的计划。不过社区提供了不少其他语言的绑定(见下" -"文)。" +"目前官方并未计划让 GDExtension 支持更多的编程语言,不过社区已经提供了多种其他" +"语言的绑定(详见下文)。" msgid "The bindings below are developed and maintained by the community:" -msgstr "以下绑定是由社区开发并维护的:" +msgstr "以下语言绑定是由社区开发与维护的:" #, fuzzy msgid "`D `__" @@ -204,8 +203,9 @@ msgid "" "Also, double-check whether the binding is compatible with the Godot version " "you're using." msgstr "" -"这里列出的绑定并不都能用于生产。请在新项目中使用前先做足调查。同时,请确定该" -"绑定与你所使用的 Godot 版本兼容。" +"这里所列出的绑定并不都能用于生产。在决定采用其中任何一种语言绑定开始项目之" +"前,请务必对这些语言绑定进行全面深入的研究。同时,请确定该绑定与你所使用的 " +"Godot 版本是否兼容。" msgid "Version compatibility" msgstr "版本兼容性" @@ -227,6 +227,9 @@ msgid "" "must also be compiled for double-precision floats. See :ref:" "`doc_large_world_coordinates` for details." msgstr "" +"GDExtension 插件的兼容性取决于引擎构建时使用的浮点精度级别,即如果您使用的是" +"双精度浮点数的引擎构建版本,那么插件也必须针对双精度浮点数进行编译。有关详细" +"信息,请参见: :ref:`doc_large_world_coordinates`\\。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 61ff6bca30..8e967a239b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 98de51cb4d..a16a6575d1 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1406,7 +1406,7 @@ msgstr "" "与旧版本代码的兼容性。不过,非类型化的数组是不安全的。" msgid "Packed arrays" -msgstr "密存数组" +msgstr "压缩数组" msgid "" "GDScript arrays are allocated linearly in memory for speed. Large arrays " @@ -1416,11 +1416,11 @@ msgid "" "use less memory, but are atomic and tend to run slower than generic arrays. " "They are therefore only recommended to use for large data sets:" msgstr "" -"GDScript 数组在内存中通过线性分配以提高速度,但使用大型数组(包含数万个元素)" -"时却可能会导致内存碎片。如果在意这个问题,可以使用特定类型的密存数组,这些数" -"组只接受单个数据类型,避免了内存碎片的同时使用的内存也更少。然而这些特定类型" -"的数组是原子数组,运行起来通常要比通用数组慢,因此建议将这些数组仅用于大型数" -"据集当中:" +"GDScript 数组在内存中通过线性分配以提高运行速度,但在使用大型数组(包含数万个" +"元素)时可能会导致内存碎片。如果在意这个问题,可以使用特定类型的压缩数组,这" +"些数组只接受单个数据类型,避免了内存碎片的同时使用的内存也更少。然而这些压缩" +"数组是原子数组,运行起来通常要比通用数组慢,因此建议仅将压缩数组用于大型数据" +"集当中:" msgid "" ":ref:`PackedByteArray `: An array of bytes (integers " @@ -1518,8 +1518,8 @@ msgid "" "A signal is a message that can be emitted by an object to those who want to " "listen to it. The Signal type can be used for passing the emitter around." msgstr "" -"信号由对象发出,并由对象所监听。 Signal 类型可以用于将信号广播者作为参数进行" -"传递。" +"信号由对象发出,并由对象所监听。 `Signal` 类型可以用于将信号广播者作为参数进" +"行传递。" msgid "" "Signals are better used by getting them from actual objects, e.g. ``$Button." @@ -1695,7 +1695,7 @@ msgstr "" "典的赋值(\\ ``={}``\\ )。" msgid "Static variables" -msgstr "静态成员变量" +msgstr "静态变量" msgid "A class member variable can be declared static::" msgstr "成员变量可以声明为静态成员变量: ::" @@ -1705,8 +1705,8 @@ msgid "" "variables share values between multiple instances, unlike regular member " "variables." msgstr "" -"静态成员变量直属于类而非类的实例,即静态成员变量可以在多个类实例之间共享数" -"据,这一点与一般的成员变量有所区别。" +"静态变量直属于类而非类的实例,即静态变量可以在多个类实例之间共享数据,这一点" +"与一般的成员变量有所区别。" msgid "" "From inside a class, you can access static variables from any function, both " @@ -1714,9 +1714,8 @@ msgid "" "variables using the class or an instance (the second is not recommended as " "it is less readable)." msgstr "" -"在类内,可以在任何函数中访问静态成员变量和非静态变量;而在类外,则可以通过引" -"用类名或类的实例来访问静态成员变量(不推荐“类外”情况下的第二种使用方法,会导" -"致可读性有所下降)。" +"在类内,静态函数和非静态函数都可以访问静态变量。在类外,可以通过使用类名或类" +"的实例来访问静态变量(后者并不推荐,因为可读性较低)。" msgid "" "The ``@export`` and ``@onready`` annotations cannot be applied to a static " @@ -1744,7 +1743,7 @@ msgstr "" "值,这是因为该成员变量是静态成员变量,能够在每个实例中访问。" msgid "Static variables can have type hints, setters and getters::" -msgstr "静态成员变量可以指定类型,设置 setter 函数和 getter 函数: ::" +msgstr "静态变量可以指定类型、设置 setter 函数和 getter 函数: ::" msgid "A base class static variable can also be accessed via a child class::" msgstr "父类的静态成员变量也可以在子类中访问: ::" @@ -1761,12 +1760,12 @@ msgid "" "the :ref:`@static_unload ` " "annotation if static variables don't store important data and can be reset." msgstr "" -"GDScript的类均为资源,静态成员变量会阻止脚本卸载,即便该脚本所对应的类的实例" -"及对其引用并不存在,静态成员变量依旧会阻止脚本卸载。在静态成员变量存储海量数" -"据,还含有对其他对象的引用(比如场景)的情况下,更需要引起格外重视。你可以手" -"动清理掉这些数据,亦或是使用 :ref:`@static_unload " -"` 注解,让静态成员变量在不存储重要" -"数据时得到重置。" +"GDScript 的类均为资源,而静态变量会阻止脚本资源卸载,即便该脚本所对应的类的实" +"例以及对该实例引用并不存在,静态变量依旧会阻止该脚本资源卸载。在静态变量存储" +"大量数据,同时还含有对其他对象的引用(比如场景)的情况下,更需要引起格外重" +"视。你需要手动清理掉这些数据,亦或是使用 :ref:`@static_unload " +"` 注解,让静态变量在不存储重要数据" +"时得到重置。" msgid "" "Currently, due to a bug, scripts are never freed, even if ``@static_unload`` " @@ -1818,7 +1817,8 @@ msgstr "对于内置类型,如果允许,则将对其进行强制转型,否 msgid "" "Casting is also useful to have better type-safe variables when interacting " "with the scene tree::" -msgstr "与场景树进行交互时,强制转型对于获取节点也更加类型安全,十分有用: ::" +msgstr "" +"与场景树进行交互时,在获取节点这方面,强制转型也更加类型安全,十分有用: ::" msgid "Constants" msgstr "常量" @@ -1865,7 +1865,7 @@ msgstr "枚举" msgid "" "Enums are basically a shorthand for constants, and are pretty useful if you " "want to assign consecutive integers to some constant." -msgstr "枚举实质上是简写的一组常量,适用于为某些常量连续赋整数值。" +msgstr "枚举实质上是常量的简写,适用于为某些常量连续赋整数值。" msgid "" "If you pass a name to the enum, it will put all the keys inside a constant :" @@ -1892,14 +1892,14 @@ msgid "" "but is not always required (and should *not* be sent as the function's first " "argument, unlike Python)." msgstr "" -"函数始终属于 `类 `_ 。查找变量时,函数作用域的查找顺序是:局部 → 类" -"成员 → 全局。引擎始终允许用 ``self`` 作为访问本类及本类成员的关键字,但该关键" -"字在一般情况下并无添加的必要(与 Python 不同, *不* 应将 ``self`` 作为类方法的" -"首个参数传入类方法当中)。" +"函数始终属于\\ `类 `_\\ 。查找变量时,函数作用域的查找顺序是:局部 " +"→ 类成员 → 全局。引擎始终允许用 ``self`` 作为访问本类及本类成员的关键字,但该" +"关键字在一般情况下并无添加的必要(与 Python 不同,在 GDScript 中\\ *不应该" +"*\\ 将 ``self`` 作为函数的第一个参数传递)。" msgid "" "A function can ``return`` at any point. The default return value is ``null``." -msgstr "函数可以在任何时候用 ``return`` 返回值,默认的返回值为 ``null`` 。" +msgstr "函数可以在任何时候用 ``return`` 返回,默认的返回值为 ``null``\\ 。" msgid "" "If a function contains only one line of code, it can be written on one line::" @@ -1910,8 +1910,8 @@ msgid "" "return value. Types for arguments can be added in a similar way to " "variables::" msgstr "" -"函数也可带有参数,也可声明返回值的类型。可以使用与声明变量类似的方式添加参数" -"的类型: ::" +"也可对函数参数及函数返回值进行类型指定。可使用与声明变量类似的方式添加参数的" +"类型: ::" msgid "" "If a function argument has a default value, it's possible to infer the type::" @@ -1929,9 +1929,9 @@ msgid "" "functions can return early with the ``return`` keyword, but they can't " "return any value." msgstr "" -"有返回类型的函数 **必须** 返回与返回值类型相匹配的值。若将返回值类型设置为 " -"``void`` ,则该函数不返回任何内容。无返回值函数可以使用 ``return`` 关键字提前" -"返回,但不能返回任何值。" +"有返回类型的函数\\ **必须**\\ 返回与返回值类型相匹配的值。将返回值类型设置为 " +"``void`` 表示该函数不返回任何东西。这种函数称为 void 函数,可以使用 " +"``return`` 关键字提前返回,但不能返回任何值。" msgid "" "Non-void functions must **always** return a value, so if your code has " @@ -1942,8 +1942,8 @@ msgid "" msgstr "" "非 void 函数 **必须** 返回一个值,如果你的代码具有分支语句(例如 ``if``/" "``else`` 构造),则所有可能的路径都必须有返回值。例如,如果在 ``if`` 块内有一" -"个 ``return``\\,但在其后没有,则编辑器将抛出一个错误,因为如果该块未执行,则" -"该函数将没有有效的值返回。" +"个 ``return``\\,但在其后没有,则编辑器将抛出一个错误,因为如果该代码块未执" +"行,那么该函数将没有值进行有效返回。" msgid "Referencing functions" msgstr "引用函数" @@ -1963,11 +1963,11 @@ msgid "" "``()`` operator directly. This behavior is implemented to avoid performance " "issues on direct function calls." msgstr "" -"可调用体 **必须** 使用 ``call`` 方法进行调用,不能直接使用 ``()`` 运算符,以" -"避免直接调用可调用体所指向的函数而造成的性能问题。" +"可调用体\\ **必须**\\ 使用 ``call`` 方法进行调用,不能直接使用 ``()`` 运算" +"符。实现这种行为是为了避免影响直接函数调用的性能。" msgid "Lambda functions" -msgstr "Lambda 函数(匿名函数)" +msgstr "Lambda 函数" msgid "" "Lambda functions allow you to declare functions that do not belong to a " @@ -1976,35 +1976,35 @@ msgid "" "pass around without polluting the class scope." msgstr "" "Lambda 函数允许声明不属于类的函数,直接创建 :ref:`Callable ` " -"对象并将其赋值给变量。该操作对于创建可传递的可调用体而不污染该类的作用范围非" -"常有用。" +"对象并将其赋值给变量,可以创建可传递的可调用体,同时又不会污染该类的作用范" +"围,非常有用。" msgid "Lambda functions can be named for debugging purposes::" -msgstr "Lambda 函数可用于代码调试: ::" +msgstr "Lambda 函数还可用于代码调试: ::" msgid "" "Note that if you want to return a value from a lambda, an explicit " "``return`` is required (you can't omit ``return``)::" msgstr "" -"注意:若想要在 Lambda 函数中返回值,必须显式使用 ``return`` 关键字进行返回" -"(即无法省略 ``return`` )::" +"注意,若想要在 Lambda 函数中返回值,必须显式使用 ``return`` 关键字进行返回" +"(即无法省略 ``return``\\ )\\ ::" msgid "" "Lambda functions capture the local environment. Local variables are passed " "by value, so they won't be updated in the lambda if changed in the local " "function::" msgstr "" -"Lambda 函数的函数体会自动捕获局部函数所在的函数体作用域,而局部变量是按值传递" -"的,因此,这些局部变量即便在其所在的函数体作用域内发生更改,也不会影响其在 " -"Lambda 函数中的效果: ::" +"局部变量是按值传递的,而Lambda 函数又会自动捕获其所在的函数体作用域。因此,这" +"些局部变量即便在其所在的函数体作用域内发生更改,也不会影响其在 Lambda 函数中" +"的效果: ::" msgid "" "The values of the outer scope behave like constants. Therefore, if you " "declare an array or dictionary, it can still be modified afterwards." msgstr "" -"作用在 Lambda 函数体之外的变量值对该 Lambda 函数而言就像常量一样,因此,如果" -"你给变量声明了一个数组类型或字典类型的值,则在 Lambda 函数的声明后仍可修改这" -"些值。" +"作用在 Lambda 函数体之外的变量值对该 Lambda 函数而言就像常量一样,如果你给变" +"量声明了一个数组类型或字典类型的值,那么在 Lambda 函数的声明后面仍可修改这些" +"值。" msgid "Static functions" msgstr "静态函数" @@ -2022,7 +2022,7 @@ msgid "Lambdas cannot be declared static." msgstr "Lambda 函数不可声明为静态函数。" msgid "See also `Static variables`_ and `Static constructor`_." -msgstr "见 `静态成员变量`_ 和 `静态构造函数`_ 。" +msgstr "见\\ `静态变量`_\\ 和\\ `静态构造函数`_\\ 。" msgid "Statements and control flow" msgstr "语句与流程控制" @@ -2032,8 +2032,8 @@ msgid "" "structures, etc (see below). ``;`` as a statement separator is entirely " "optional." msgstr "" -"标准语句可以是赋值、函数调用以及流程控制结构等(见下方)。 ``;`` 为语句分隔" -"符,在使用时完全可选。" +"标准的语句可以是赋值、函数调用以及流程控制结构等(见下方)。 ``;`` 为语句分隔" +"符,在使用时可写可略。" msgid "Expressions" msgstr "表达式" @@ -2044,8 +2044,8 @@ msgid "" "are reasonable to use as statements since other expressions don't have side " "effects." msgstr "" -"表达式是运算符和操作数的有序排列,尽管只有调用时才可以用作语句使用,只要其他" -"表达式没有副作用,其自身也可作为一条语句使用。" +"表达式是运算符和操作数的有序排列,尽管表达式本身可以构成一个语句,但仅函数调" +"用才适合作为语句使用,因为其他类型的表达式通常不会产生副作用。" msgid "" "Expressions return values that can be assigned to valid targets. Operands to " @@ -2305,28 +2305,29 @@ msgid "" "specify a guard expression after the list of patterns with the ``when`` " "keyword::" msgstr "" -"对含相同分支条件的多个分支而言,每个 ``match`` 结构只能执行其中一条分支,一旦" -"有分支通过匹配,那么剩下的相同条件的分支都将不再执行。如果需要执行多条含相同" -"条件的分支,而避免只执行其中一条的话,可以使用模式保护语句,用 ``when`` 关键" -"字引导: ::" +"在 ``match`` 结构中,每次只能执行其中一条分支,一旦有分支通过匹配,那么剩下的" +"所有分支都将不再进行匹配。如果需要在多个分支中使用相同的匹配模式,或者想要避" +"免由于模式过于宽泛而选择了其中一条错误的分支的话,那么可以使用模式保护语句," +"用 ``when`` 关键字引导: ::" msgid "" "If there is no matching pattern for the current branch, the guard expression " "is **not** evaluated and the patterns of the next branch are checked." msgstr "" -"若在当前同条件多分支句中找不到匹配的模式,则模式保护语法不会对该同条件多分支" -"句起效,而是转到下一个(同条件多)分支句进行模式匹配。" +"若当前分支没有匹配的模式,则保护表达式将不会执行,程序将自动转向下一条分支的" +"模式进行匹配检查。" msgid "If a matching pattern is found, the guard expression is evaluated." msgstr "" -"若当前同条件多分支句的模式与给定值匹配,则执行多分支句里的模式保护语句。" +"一旦识别到匹配的模式,相应的保护表达式便会执行,以决定是否执行该分支下的代" +"码。" msgid "" "If it's true, then the body of the branch is executed and ``match`` ends." -msgstr "若保护条件结果为真,则执行该分支下的语句并跳出 ``match`` 结构。" +msgstr "若保护表达式结果为真,则执行该分支下的语句并跳出 ``match`` 结构。" msgid "If it's false, then the patterns of the next branch are checked." -msgstr "若保护条件为假,则对下一个同条件分支句的模式进行检测。" +msgstr "若保护表达式结果为假,则程序将跳过当前分支,继续检查下一条分支的模式。" msgid "Classes" msgstr "类" @@ -2436,17 +2437,17 @@ msgid "" "methods such as ``get_class()``, ``queue_free()``, etc. This is not " "supported for technical reasons." msgstr "" -"目前普遍有人想试图覆盖引擎内置的 *非虚* 方法,如 ``get_class()`` 、 " -"``queue_free()`` 等。出于技术性原因,暂不支持这种操作,理由如下。" +"开发者通常会误以为可以覆写引擎内的 *非虚* 方法,如 ``get_class()`` 、 " +"``queue_free()`` 等。出于技术性原因,暂不支持这种操作。" msgid "" "In Godot 3, you can *shadow* engine methods in GDScript, and it will work if " "you call this method in GDScript. However, the engine will **not** execute " "your code if the method is called inside the engine on some event." msgstr "" -"Godot 3 里的 GDScript 允许你 *隐藏* 引擎方法,而这些被隐藏后重新定义的方法却" -"可以被其他 GDScript 脚本所调用,倘若该方法在引擎内部执行,那么引擎并不会执行" -"你所重新定义的方法。" +"Godot 3 里的 GDScript 允许开发者 *隐藏* 引擎方法,而这些被隐藏后重新定义的方" +"法却可以被其他 GDScript 脚本所调用,倘若该方法在引擎内部执行,那么引擎并不会" +"执行你所“重新定义”的方法。" msgid "" "In Godot 4, even shadowing may not always work, as GDScript optimizes native " @@ -2455,8 +2456,8 @@ msgid "" "disabling or ignoring the warning." msgstr "" "Godot 4 对 GDScript 内置方法调用机制进行了优化,隐藏方法再重新定义一个同名方" -"法这个招数就再也不管用了。鉴于此,我们增添了 ``NATIVE_METHOD_OVERRIDE`` 警告" -"选项,默认设置为一种抛错。我们强烈建议保持该选项开启,不要作为警告而忽略之。" +"法这招彻底行不通了。鉴于此,我们增添了 ``NATIVE_METHOD_OVERRIDE`` 警告选项," +"默认设置为一种抛错。我们强烈建议保持该选项开启,不要作为警告而忽略之。" msgid "" "Note that this does not apply to virtual methods such as ``_ready()``, " @@ -2466,8 +2467,8 @@ msgid "" "GDScript. Signals and notifications can also be useful for these purposes." msgstr "" "不过需要注意:对于虚方法,比如 ``_ready()``, ``_process()`` 以及其他虚方法" -"(在文档中被标为 ``virtual`` 且以下划线开头的内置方法),则会进行覆盖操作。虚" -"方法是专门用于自定义引擎行为的方法,可被 GDScript 所覆盖。信号、通知也可用于" +"(在文档中被标为 ``virtual`` 且以下划线开头的内置方法),则会进行覆写操作。虚" +"方法是专门用于自定义引擎行为的方法,可被 GDScript 所覆写。信号、通知也可用于" "自定义引擎行为。" msgid "Class constructor" @@ -2482,8 +2483,8 @@ msgid "" msgstr "" "类的构造函数在类进行初始化时调用,在 GDScript 中构造函数为虚函数 ``_init`` 。" "若想要在构造函数中调用父类构造函数,同样可以使用 ``super`` 语法。需要注意:每" -"个类都有一个隐式构造函数,总是由引擎调用,用于定义类变量的默认值,而 " -"``super`` 则用于调用显式构造函数: ::" +"个类都有一个隐式构造函数,始终由引擎调用,用于定义类变量的默认值,而 " +"``super`` 则用于显式调用构造函数: ::" msgid "This is better explained through examples. Consider this scenario::" msgstr "通过示例可以更好地说明这一点。考虑一下这种情况: ::" @@ -2521,9 +2522,9 @@ msgid "" "This brings us to the fact that you can pass expressions to the base " "constructor as well, not just variables, e.g.::" msgstr "" -"如果 ``Idle.gd`` 的 ``_init`` 构造函数不接受任何参数,该构造函数即便什么也不" -"做,也仍然需要将一些值传递给 ``State.gd`` 父类。当然,我们除了可以给基类构造" -"函数传变量之外,也可以传表达式,例如: ::" +"如果 ``Idle.gd`` 的 ``_init`` 构造函数不接受任何参数,即便该构造函数即便什么" +"也不做,也仍然需要将一些值传递给 ``State.gd`` 父类。当然,我们除了可以给基类" +"构造函数传变量之外,也可以传表达式,例如: ::" msgid "Static constructor" msgstr "静态构造函数" @@ -2533,8 +2534,8 @@ msgid "" "automatically when the class is loaded, after the static variables have been " "initialized::" msgstr "" -"静态构造函数用虚函数 ``_static_init`` 表示,该函数会在类被载入时,静态类成员" -"变量初始化后自动调用: ::" +"静态构造函数用虚函数 ``_static_init`` 表示,该函数会在类被载入、静态变量初始" +"化后自动调用: ::" msgid "" "A static constructor cannot take arguments and must not return any value." diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 1f55dc92d1..1ab551549b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index d26fcf3906..d365219400 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index 8455053ef0..26e9b429b2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 4f8c74b90e..47f5faf159 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/index.po index c05aa174f5..da8b1a44e6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 26d5f93e5b..845aeaecd2 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 8e168d17d0..a329ec94a6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/groups.po index 37f21c7c61..629d8aa6cf 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index 545dbc521a..a227e1e530 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index c687908287..1ddb34ad2a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/index.po index 09dea15f90..678c7759ba 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index a86c9deaaf..fa3ba2090a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index c731c7c509..adc5838295 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/overridable_functions.po index f4097b47df..c404a4326a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/pausing_games.po index c49c0d16a1..a17e55c437 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/resources.po index 8362861388..6c83ec9c7c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_tree.po index 0a34e0c956..4781706474 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index dd9a01b3f9..e34b9e0647 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,37 +29,39 @@ msgid "" "button's node path changes, and if a script uses ``get_node()`` with a hard-" "coded node path, the script will not be able to find the button anymore." msgstr "" +"在脚本中使用 ``get_node()`` 来引用节点在某些情况下可能比较脆弱。如果你把 UI " +"场景里的某个按钮移到了别的面板里,那么这个按钮的节点路径就会发生改变,而如果" +"脚本中正好使用了写死的节点路径来调用 ``get_node()``\\ ,那这样一来这个脚本就" +"无法再找到这个按钮了。" -#, fuzzy msgid "" "In situations like this, the node can be turned into a scene unique node to " "avoid having to update the script every time the node's path is changed." msgstr "" -"在类似这样的情况下,可以将节点设为场景唯一节点,这样修改路径后就不必去修改脚" -"本了。" +"类似这种情况,可以将节点设为场景唯一节点,这样该节点的路径发生变化时就不必再" +"更新脚本了。" msgid "Creation and usage" msgstr "创建与使用" -#, fuzzy msgid "" "In the Scene tree dock, right-click on a node and select **Access as Unique " "Name** in the context menu." msgstr "" -"在场景树面板中,右键单击节点并在上下文菜单中选择\\ **作为场景唯一名称访问" -"**\\ 。" +"在场景树面板中,右键单击节点并在上下文菜单中选择\\ **作为唯一名称访问**\\ 。" -#, fuzzy msgid "" "After selecting the option, the node will now have a percent symbol (**%**) " "next to its name in the scene tree:" -msgstr "勾选后,该节点在场景树中会在名称旁边显示一个百分号(\\ **%**\\ ):" +msgstr "勾选后,场景树中该节点的名称旁边就会显示一个百分号(\\ **%**\\ ):" msgid "" "You can now use the node in your script. For example, you can reference it " "with a ``get_node()`` method call by typing the % symbol, followed by the " "node's name:" msgstr "" +"现在你就可以在脚本中使用这个节点了。例如先打一个 % 符号,在后面跟上节点的名" +"称,这样就可以使用 ``get_node()`` 方法来引用这个节点:" msgid "Same-scene limitation" msgstr "同场景限制" @@ -69,26 +71,28 @@ msgid "" "To demonstrate this limitation, consider this example **Player** scene that " "instances a **Sword** scene:" msgstr "" +"场景唯一节点只能获取同一场景中的节点。我们可以举些例子来演示一下,比如这个示" +"例场景是在 **Player** 场景中实例化了一个 **Sword** 场景:" msgid "" "Here are the results of ``get_node()`` calls inside the **Player** script:" -msgstr "" +msgstr "以下是在 **Player** 脚本中调用 ``get_node()`` 的结果:" msgid "``get_node(\"%Eyes\")`` returns the **Eyes** node." -msgstr "" +msgstr "``get_node(\"%Eyes\")`` 会返回 **Eyes** 节点。" msgid "``get_node(\"%Hilt\")`` returns ``null``." -msgstr "" +msgstr "``get_node(\"%Hilt\")`` 会返回 ``null``\\ 。" msgid "" "These are the results of ``get_node()`` calls inside the **Sword** script:" -msgstr "" +msgstr "以下是在 **Sword** 脚本中调用 ``get_node()`` 的结果:" msgid "``get_node(\"%Eyes\")`` returns ``null``." -msgstr "" +msgstr "``get_node(\"%Eyes\")`` 会返回 ``null``\\ 。" msgid "``get_node(\"%Hilt\")`` returns the **Hilt** node." -msgstr "" +msgstr "``get_node(\"%Hilt\")`` 会返回 **Hilt** 节点。" msgid "" "If a script has access to a node in another scene, it can call " @@ -97,13 +101,18 @@ msgid "" "calls. Here are two ways to get the **Hilt** node from the **Player** script " "using scene unique nodes:" msgstr "" +"如果脚本能够获取到另一个场景中的节点,那么就可以调用该节点的 ``get_node()`` " +"来获取该节点所在场景中的场景唯一节点。你也可以在节点路径中做类似的操作,从而" +"避免多次调用 ``get_node()``\\ 。以下两种方法均可从 **Player** 脚本中利用场景" +"唯一节点来获取 **Hilt** 节点:" msgid "" "``get_node(\"Hand/Sword\").get_node(\"%Hilt\")`` returns the **Hilt** node." msgstr "" +"``get_node(\"Hand/Sword\").get_node(\"%Hilt\")`` 会返回 **Hilt** 节点。" msgid "``get_node(\"Hand/Sword/%Hilt\")`` also returns the **Hilt** node." -msgstr "" +msgstr "``get_node(\"Hand/Sword/%Hilt\")`` 也会返回 **Hilt** 节点。" msgid "" "Scene unique names don't only work at the end of a node path. They can be " @@ -111,9 +120,11 @@ msgid "" "**Sword** node is marked as a scene unique node in the **Player** scene, so " "this is possible:" msgstr "" +"场景唯一名称不止可以用在节点路径的末尾,也可以用在路径的中间来实现跳转。例如 " +"**Player** 场景中的 **Sword** 节点就是一个场景唯一节点,因此可以这样写:" msgid "``get_node(\"%Sword/%Hilt\")`` returns the **Hilt** node." -msgstr "" +msgstr "``get_node(\"%Sword/%Hilt\")`` 会返回 **Hilt** 节点。" msgid "Alternatives" msgstr "替代方案" @@ -122,18 +133,25 @@ msgid "" "Scene unique nodes are a useful tool to navigate a scene. However, there are " "some situations where other techniques may be better." msgstr "" +"使用场景唯一节点可以很方便地在场景中进行跳转。但是有些情况下其他写法会更好一" +"些。" msgid "" "A :ref:`Group ` allows locating a node (or a group of many " "nodes) from any other node, no matter what scene the two nodes are located " "in." msgstr "" +"使用\\ :ref:`分组 `\\ 可以从任意节点定位到某个节点(或一组节" +"点),无需考虑所处的场景。" msgid "" "A :ref:`Singleton (Autoload) ` is an always loaded " "node that can be accessed directly by any node regardless of the scene. " "These are useful when some data or functionality is shared globally." msgstr "" +":ref:`单例(自动加载) `\\ 是一种始终存在的节点,任" +"何节点都可以直接访问,无需考虑所处的场景。适合需要全局共享数据或功能的时候使" +"用。" msgid "" ":ref:`Node.find_child() ` finds a node by name " @@ -144,6 +162,11 @@ msgid "" "each time the method is called, ``find_child()`` needs to check every " "descendant (every child, grandchild, and so on)." msgstr "" +":ref:`Node.find_child() ` 可以根据名称来查找节" +"点,无需知道完整路径。这种做法看上去和场景唯一节点类似,并且可以查找到嵌套场" +"景里的节点,也不需要在场景编辑器里标记节点。但是这个方法相对较慢。Godot 会缓" +"存场景唯一节点,所以获取的时候比较快,而调用 ``find_child()`` 时则需要查找每" +"一个后代节点(子节点、孙节点等)。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 439e4f5b75..46c5d1d8a4 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 16a6d81dce..69686232db 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 5bf18d7b7a..1281f92c65 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index 9e8b45f7e3..db480a9d8e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index d12b2a7ae8..b5214edf02 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/index.po index d3123252c8..1facaa481b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index a3618e5639..b1266c77af 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/making_trees.po index d4e20283df..4f7d77e42e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index e4e21415e3..8ef5c9005c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_materials.po index eee0a6acc7..f94b0bf466 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index b2da2ba7de..480864c8ce 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 44e8b578f1..5f171e00bb 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 0c6404494f..9101face7a 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 76a84fc3f7..30a766bd5c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index 6cd78951fa..a64ee08803 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,17 +177,18 @@ msgid "" msgstr "" msgid "**#if preprocessor versus if statement: Performance caveats**" -msgstr "" +msgstr "**#if 预处理器与 if 语句:性能注意事项**" msgid "" "The :ref:`shading language ` supports run-time ``if`` " "statements:" -msgstr "" +msgstr ":ref:`着色语言 `\\ 支持运行时 ``if`` 语句:" msgid "" "If the uniform is never changed, this behaves identical to the following " "usage of the ``#if`` preprocessor statement:" msgstr "" +"如果 uniform 从未改变,那么行为和下面的 ``#if`` 预处理语句用法是等价的:" msgid "" "However, the ``#if`` variant can be faster in certain scenarios. This is " @@ -195,6 +196,8 @@ msgid "" "within those branches may still take up register space, even if they are " "never run in practice." msgstr "" +"不过部分场合 ``#if`` 的版本会更快一些。这是因为着色器中的运行时分支仍然是会参" +"与编译的,即便运行时不会用到,这些分支中的变量仍然可能会占据寄存器空间。" msgid "" "Modern GPUs are `quite effective `__\\ 。这里的“静态”分支指" +"的是在一次给定的着色器调用中,对\\ *所有*\\ 像素/顶点都求得相同结果的 ``if`` " +"语句。不过大量的 :abbr:`VGPR (Vector General-Purpose Register)`\\ (分支过多" +"就可能造成这种情况)仍然会显著拖慢着色器的运行。" msgid "#elif" msgstr "#elif" @@ -215,9 +223,12 @@ msgid "" "used within an ``#if`` block. It is possible to use several ``#elif`` " "statements after an ``#if`` statement." msgstr "" +"``#elif`` 指令就是“else if”的意思,会在之前的 ``#if`` 求得 ``false`` 时检查条" +"件是否成立。\\ ``#elif`` 只能在 ``#if`` 块中使用。一个 ``#if`` 语句后面可以使" +"用多个 ``#elif``\\ 。" msgid "Like with ``#if``, the ``defined()`` preprocessor function can be used:" -msgstr "" +msgstr "可以和 ``#if`` 一样使用预处理器函数 ``defined()``\\ :" msgid "#ifdef" msgstr "#ifdef" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 09748264c6..16340d01f3 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1291,7 +1291,7 @@ msgid "Function" msgstr "函数" msgid "Description / Return value" -msgstr "" +msgstr "描述/返回值" msgid "vec_type **radians** (vec_type degrees)" msgstr "vec_type **radians** (vec_type degrees度)" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 5a4e420d69..5544d60553 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index e63f78f406..734b974e60 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index 6834373242..0204219d08 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index d027841944..58cd7c944c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/visual_shaders.po index a4d06ad2dc..fd16ac2580 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -178,9 +178,8 @@ msgstr "" "当把任何 ``vector`` 输出连接到 ``scalar`` 输入时, 标量的值将是向量分量的平均" "值." -#, fuzzy msgid "Visual Shader node interface" -msgstr "可视化着色器节点" +msgstr "可视化着色器节点界面" msgid "" "Visual shader nodes have input and output ports. The input ports are located " @@ -225,12 +224,11 @@ msgstr "描述" msgid "Example" msgstr "示例" -#, fuzzy msgid "Scalar" -msgstr "Scale(大小)" +msgstr "Scalar" msgid "Cyan" -msgstr "" +msgstr "青色" msgid "Scalar is a single value." msgstr "" @@ -239,10 +237,10 @@ msgid "|scalar|" msgstr "" msgid "Vector" -msgstr "向量" +msgstr "Vector" msgid "Purple" -msgstr "" +msgstr "紫色" msgid "Vector is a set of values." msgstr "" @@ -251,12 +249,11 @@ msgstr "" msgid "|vector|" msgstr "vector2" -#, fuzzy msgid "Boolean" -msgstr "boolean" +msgstr "Boolean" msgid "Blue" -msgstr "" +msgstr "蓝色" msgid "On or off, true or false." msgstr "" @@ -266,7 +263,7 @@ msgid "|boolean|" msgstr "boolean" msgid "Transform" -msgstr "变换" +msgstr "Transform" #, fuzzy msgid "Orange" @@ -280,12 +277,11 @@ msgstr "用于 2D 线性变换的3x2矩阵。" msgid "|transform|" msgstr "transform2d" -#, fuzzy msgid "Sampler" -msgstr "Sampler2D" +msgstr "Sampler" msgid "Yellow" -msgstr "" +msgstr "黄色" msgid "A texture sampler. It can be used to sample textures." msgstr "" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index cffe46905f..c089f07cc6 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index e70a395adc..5eed16c857 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 0ed4420073..0e3a918a57 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index b95f95a69d..0636b87883 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/troubleshooting.po index cdc9190680..f5cb8b8577 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 0dfbd1e8ff..f1e6c72d6f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 0257600a20..da342b4f44 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index d21a179c34..cef510f431 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_containers.po index b5bd46b472..dbba0c97cd 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_navigation.po index bb7ddee4bb..051b7926d7 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_skinning.po index 8f857db78c..f19b90e56f 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index 6a2016da43..a44aa76899 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index eccbb5b7e1..a47d05ab9b 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index 01c2546ed9..a7f7d31874 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/index.po index 39dae66246..6f9d7a4b32 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/size_and_anchors.po index fa79515590..4e8af2bb0e 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 68796102b5..2dad375925 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 3c6e8397ca..f198e39601 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,11 +27,14 @@ msgid "" "Most standalone headsets run on Android and OpenXR support is making its way " "to these platforms." msgstr "" +"多数独立头显运行在 Android 上,并且 OpenXR 支持正在逐步推广到这些平台。" msgid "" "Before following the OpenXR-specific instructions here, you'll need to first " "setup your system to export to Android in general, including:" msgstr "" +"在遵循此处的 OpenXR 特定说明之前,你需要首先设置你的系统以导出到 Android 平" +"台,包括:" msgid "Installing OpenJDK 17" msgstr "安装 OpenJDK 17" @@ -49,6 +52,7 @@ msgid "" "See :ref:`doc_exporting_for_android` for the full details, and return here " "when you've finished these steps." msgstr "" +"详情请参见 :ref:`doc_exporting_for_android` ,完成所需配置后再返回此处。" msgid "Gradle Android build" msgstr "Gradle Android 构建" @@ -60,11 +64,17 @@ msgid "" "is that all vendors will adopt the official OpenXR loader, for now these " "loaders need to be added to your project." msgstr "" +"最初,官方对 Android 平台的支持并未添加到 OpenXR 规范中,这导致各大供应商都创" +"建了自定义加载器以在其头戴设备上实现 OpenXR。尽管从长远角度来看,所有供应商都" +"终将转移到官方的 OpenXR 加载器;但就当下来说,这些加载器需要添加到你的项目" +"中。" msgid "" "In order to include the vendor-specific OpenXR loader into your project, you " "will need to setup a gradle Android build." msgstr "" +"为了将特定供应商的 OpenXR 加载器包含到你的项目中,你需要先设置一个 Gradle " +"Android 构建。" msgid "Select **Install Android Build Template...** from the **Project** menu:" msgstr "在\\ **项目**\\ 菜单中选择\\ **安装 Android 构建模板...**\\ :" @@ -75,13 +85,15 @@ msgid "" "installation. Godot won't show this in the editor but you can find it with a " "file browser." msgstr "" +"这将在你的项目中创建一个名为 **android** 的文件夹,包含在 Android 上运行所需" +"的所有运行时文件。现在你可以自定义这个安装,Godot 不会在编辑器中显示这个文件" +"夹,但你可以通过文件浏览器找到它。" -#, fuzzy msgid "" "You can read more about gradle builds here: :ref:`doc_android_gradle_build`." msgstr "" -"你可以在这里了解更多关于字符串格式化的内容:\\ :ref:" -"`doc_gdscript_printf`\\ 。" +"你可以在这里阅读更多关于 Gradle 构建的信息:\\ :ref:" +"`doc_android_gradle_build`\\ 。" #, fuzzy msgid "Installing the vendors plugin" @@ -93,6 +105,9 @@ msgid "" "just loaders. If you've previously installed the loader plugin you need to " "delete it from the `android/plugins` folder." msgstr "" +"在 Godot 4.2 中,Android 插件的结构进行了重构,加载器插件被重命名为供应商插件" +"——因为它现在不仅仅包括加载器了。如果你安装旧版本加载器插件,需要将其从 " +"`android/plugins` 文件夹中删除。" #, fuzzy msgid "" @@ -110,21 +125,22 @@ msgid "" "v2.x version of the plugin `from the release page here `__." msgstr "" -"你可以在 `OpenVR GitHub 仓库 `_\\ 上找到完成的项目。" +"你可以在 OpenVR GitHub 仓库 ``_\\上找到完成的项目。" msgid "" "You will need to copy the `assets/addons/godotopenxrvendors` folder from the " "zip file into your projects `addons` folder." msgstr "" +"你需要将压缩文件中的 `assets/addons/godotopenxrvendors` 文件夹复制到你的项目" +"的 `addons` 文件夹中。" -#, fuzzy msgid "" "You can find the main repository of the vendors plugin `here `__." msgstr "" -"你可以在 `OpenVR GitHub 仓库 `_\\ 上找到完成的项目。" +"你可以在 `这里 `__ 找到 " +"vendors 插件的主仓库。" #, fuzzy msgid "Enabling the vendors plugin" @@ -135,6 +151,8 @@ msgid "" "accessible. Open **Project** and select **Project Settings...**. Go to the " "**Plugins** tab. Enable the **GodotOpenXRVendors** plugin." msgstr "" +"在导出设置可访问之前,需要启用供应商插件。打开 **Project** 并选择 **Project " +"Settings...** 。转到 **Plugins** 选项卡。启用 **GodotOpenXRVendors** 插件。" msgid "Creating the export presets" msgstr "创建导出预设" @@ -142,7 +160,7 @@ msgstr "创建导出预设" msgid "" "You will need to setup a separate export preset for each device, as each " "device will need its own loader included." -msgstr "" +msgstr "不同的设备有不同的加载器,因此你需要为每个设备分别准备导出预设。" msgid "" "Open **Project** and select **Export..**. Click on **Add..** and select " @@ -151,14 +169,19 @@ msgid "" "you want to use one-click deploy (described below), ensure that **Runnable** " "is enabled." msgstr "" +"打开 **Project** 并选择 **Export...** 。点击 **Add...** 并选择 **Android** 。" +"接下来,将导出预设的名称更改为你正在设置的设备的名称,比如 **Meta Quest** 。" +"启用 **Use Gradle Build** 。如果你想使用一键部署(如下所述),记得启用 " +"**Runnable** 。" msgid "" "If the loader plugins were installed correctly you should find entries for " "the different headsets, select the entry for meta:" msgstr "" +"如果加载器插件安装正确,你应该会找到不同头戴设备的条目,选择 Meta 的条目:" msgid "Also change the **XR Mode** to **OpenXR**." -msgstr "" +msgstr "同时将 **XR Mode** 改为 **OpenXR** 。" msgid "" "Scroll to the bottom of the list and you'll find additional XR feature " @@ -167,20 +190,25 @@ msgid "" "Quest and you will need to select the appropriate settings if you wish to " "use these features." msgstr "" +"滚动到列表底部,你会发现额外的 XR 功能部分,目前只有 **Meta XR Features** 可" +"用。此处的手部追踪和透视设置目前仅适用于 Meta Quest,如果你希望使用这些功能," +"需要选择适当的设置。" -#, fuzzy msgid "Now you can repeat the same process for the other devices." -msgstr "你可以重复这个过程在场景中多建几个。" +msgstr "现在,你可以为其他设备重复相同的过程。" msgid "" "There are separate loaders for the Meta Quest, Pico and Lynx R1 headsets." -msgstr "" +msgstr "Meta Quest、Pico 和 Lynx R1 头戴设备各有独立的加载器。" msgid "" "The fourth option is the official Khronos loader, in due time all headsets " "should work with this loader. At the moment this loader has been tested with " "the Magic Leap 2 and standalone HTC headsets." msgstr "" +"除了以上三个,第四个选项是官方 Khronos 加载器 —— 目前,这个加载器已经在 " +"Magic Leap 2 和独立的 HTC 头戴设备上进行了测试,在可预见的未来里,会有越来越" +"多的头显设备会适配该加载器。" msgid "" "While the Mobile Vulkan renderer has many optimizations targeted at mobile " @@ -188,23 +216,30 @@ msgid "" "the compatibility renderer (OpenGL) for the time being when targeting " "Android based XR devices." msgstr "" +"虽然 Vulkan 渲染器针对移动设备进行了优化,但目前我们仍在解决适配问题。就现在" +"而言,强烈建议开发者在针对基于 Android 的 XR 设备时使用兼容性渲染器" +"(OpenGL)。" msgid "Running on your device from the Godot editor" msgstr "通过 Godot 编辑器在设备上运行" +#, fuzzy msgid "" "If you've setup your export settings as described above, and your headset is " "connected to your computer and correctly recognized, you can launch it " "directly from the Godot editor using :ref:`doc_one-click_deploy`:" msgstr "" +"如果你按照上述说明设置了导出设置,并且你的头戴设备已连接到电脑并被正确识别," +"你可以直接从 Godot 编辑器启动它,详见 :ref:`doc_one-click_deploy`:" msgid "" "For some devices on some platforms, you may need to perform some extra steps " "in order for your device to be recognized correctly, so be sure to check the " "developer documentation from your headset vendor." msgstr "" +"正确识别某些平台上的某些设备,可能需要执行额外步骤,请务必查阅你头戴设备供应" +"商的开发者文档。" -#, fuzzy msgid "" "For example, with the Meta Quest 2, you need to enable developer mode on the " "headset, and if you're on Windows, you'll need to install special ADB " @@ -212,15 +247,17 @@ msgid "" "developer.oculus.com/documentation/native/android/mobile-device-setup/>`_ " "for more details." msgstr "" -"只有开启开发者模式,才能够向 Meta Quest 部署游戏。这个模式可以使用手机上安装" -"的 Oculus 支持应用开启。请\\ `按照 Oculus 开发者网站上的说明操作 `__\\ 。" +"例如,对于 Meta Quest 2,你需要在头戴设备上启用开发者模式,并且如果你在 " +"Windows 上开发,还需安装特定 ADB 驱动程序。更多详细信息,请参阅`官方 Meta " +"Quest 开发者文档 `_。" msgid "" "If you're having any issues with one-click deploy, check the :ref:" "`Troubleshooting section `." msgstr "" +"如果你在一键部署方面遇到了问题,可参考 :ref:`Troubleshooting section " +"`。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/index.po index b6ccc408c5..89bed56a4c 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index c3a6e868c0..66620187af 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 2b6b2109d8..82552312fe 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,7 +151,7 @@ msgid "OpenXR hand skeleton" msgstr "完成骨架" msgid "Left hand" -msgstr "" +msgstr "左手" #, fuzzy msgid "Right hand" @@ -363,7 +363,7 @@ msgid "These are exposed through the following trackers:" msgstr "可以使用以下步骤实现:" msgid "HTC trackers" -msgstr "" +msgstr "HTC 追踪器" msgid "/user/vive_tracker_htcx/role/handheld_object" msgstr "/user/vive_tracker_htcx/role/handheld_object" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index cc6f007b69..ff83a602bd 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/setting_up_xr.po index a5748502ee..e9aafccad8 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,6 +23,7 @@ msgstr "设置 XR" msgid "Introduction to the XR system in Godot" msgstr "Godot 的 XR 系统简介" +#, fuzzy msgid "" "Godot provides a modular XR system that abstracts many of the different XR " "platform specifics away from the user. At the core sits the :ref:`XRServer " @@ -30,7 +31,11 @@ msgid "" "allows users to discover interfaces and interact with the components of the " "XR system." msgstr "" +"Godot 提供了一个模块化的拓展现实系统,该系统为用户抽象出不同 XR 平台的工作细" +"节。其核心是 :ref:`XRServer `,它是 XR 系统的中央接口,允许用" +"户借助此发现其他接口并与 XR 系统的组件进行交互。" +#, fuzzy msgid "" "Each supported XR platform is implemented as an :ref:`XRInterface " "`. Supported interfaces register themselves with the :ref:" @@ -38,7 +43,12 @@ msgid "" "method on the :ref:`XRServer `. When the desired interface " "is found it can be initialized by calling ``initialize`` on the interface." msgstr "" +"每个支持的 XR 平台都实现为一个 :ref:`XRInterface `。支持的" +"接口会在 :ref:`XRServer ` 中注册,并可以通过 :ref:`XRServer " +"` 的 ``find_interface`` 方法进行查询。当找到所需的接口后,可" +"以通过调用该接口的 ``initialize`` 方法来初始化它。" +#, fuzzy msgid "" "A registered interface means nothing more than that the interface is " "available, if the interface is not supported by the host system, " @@ -48,7 +58,12 @@ msgid "" "plugged in their headset. You as a developer must thus react properly on an " "interface failing to initialize." msgstr "" +"一个已注册的接口仅意味着该接口可用,如果主机系统不支持该接口,初始化可能会失" +"败并返回 ``false`` 。初始化失败有多种原因,不幸的是,这些原因在不同平台上各不" +"相同:可能是因为用户没有安装所需的软件,或者用户根本没有插入他们的头戴设备。" +"作为开发者,你必须对接口初始化失败做出适当的反应。" +#, fuzzy msgid "" "Due to the special requirements for output in XR, especially for head " "mounted devices that supply different images to each eye, the :ref:`XRServer " @@ -60,7 +75,14 @@ msgid "" "the XR output, leaving the main Godot window available for displaying " "alternative content." msgstr "" +"由于 XR 对输出有特殊要求——尤其是头戴设备需要为每只眼睛提供不同的图像,Godot " +"中的 :ref:`XRServer ` 将会覆盖渲染系统中的各种功能。对于独立" +"设备来说,这意味着最终输出由 :ref:`XRInterface ` 处理,而 " +"Godot 的常规输出系统将被禁用。对于作为第二屏幕使用的桌面 XR 设备,可以专门使" +"用一个独立的 :ref:`Viewport ` 来处理 XR 输出,从而使 Godot 的" +"主窗口能够显示其他内容。" +#, fuzzy msgid "" "Note that only one interface can be responsible for handling the output to " "an XR device, this is known as the primary interface and by default will be " @@ -69,11 +91,16 @@ msgid "" "uncommon, to have a secondary interface, for example to add tracking to an " "otherwise 3DOF only device." msgstr "" +"请注意,只能有一个接口负责处理输出到 XR 设备,这个接口被称为主接口,默认情况" +"下将是第一个被初始化的接口。因此,Godot 目前仅支持具有单个头戴设备的实现。也" +"可以使用辅助接口,例如为原本只有 3DOF 的设备添加追踪功能,但这种情况在实际开" +"发中越来越少见。" +#, fuzzy msgid "" "There are three XR specific node types that you will find in nearly all XR " "applications:" -msgstr "" +msgstr "在几乎所有的 XR 应用程序中,你会发现三种特定于 XR 的节点类型:" msgid "" ":ref:`XROrigin3D ` represents, for all intents and " @@ -81,6 +108,9 @@ msgid "" "statement but we'll go into more detail later. All objects tracked in " "physical space by the XR platform are positioned in relation to this point." msgstr "" +":ref:`XROrigin3D `代表着游戏空间的中心点。这种说法易于理" +"解,但有些过于简化,我们稍后会详细解释。XR 平台跟踪的所有物体都是相对于这一点" +"定位的。" msgid "" ":ref:`XRCamera3D ` represents the (stereo) camera that is " @@ -88,6 +118,9 @@ msgid "" "is controlled by the XR system and updated automatically using the tracking " "information provided by the XR platform." msgstr "" +":ref:`XRCamera3D `代表着在为 XR 设备渲染输出时使用的(立" +"体)摄像机。该节点的定位由 XR 系统控制,并基于 XR 平台提供的跟踪信息自动更" +"新。" msgid "" ":ref:`XRController3D ` represents a controller used by " @@ -97,15 +130,22 @@ msgid "" "by the XR system and updated automatically using the tracking information " "provided by the XR platform." msgstr "" +":ref:`XRController3D `代表玩家使用的控制器,通常有两" +"个:左右手各一个。该节点提供对控制器上各种状态的访问,并在玩家按下按钮时发送" +"信号。节点的定位由 XR 系统控制,并基于 XR 平台提供的跟踪信息自动更新。" +#, fuzzy msgid "" "There are other XR related nodes and there is much more to say about these " "three nodes, but we'll get into that later on." msgstr "" +"还有其他与 XR 有关的节点。以上三个节点的内容实际上不止于此,但我们可以稍后再" +"谈。" msgid "Prerequisites for XR in Godot 4" -msgstr "Godot 4 中 XR 的先决条件" +msgstr "在 Godot 4 中使用 XR 的先决条件" +#, fuzzy msgid "" "While in Godot 3 most things worked out of the box, Godot 4 needs a little " "more setup. This is mainly due to the more advanced nature of the Vulkan " @@ -113,29 +153,42 @@ msgid "" "that aren't enabled by default. They are very easy to turn on, simply open " "up your project settings and tick the XR shaders tickbox in the XR section:" msgstr "" +"在 Godot 3 中,大多数东西开箱即用,而 Godot 4 则需要一些设置:Vulkan 渲染器拥" +"有更多高级特性,但 XR 系统所需的 Vulkan 渲染功能是默认关闭的。开启这些功能只" +"需打开项目设置,在 XR 部分勾选 XR 着色器复选框即可:" msgid "" "As Godot 4 is still in development, many post process effects have not yet " "been updated to support stereoscopic rendering. Using these will have " "adverse effects." msgstr "" +"由于 Godot 4 仍在开发中,许多后期处理效果尚未更新以支持立体渲染。使用这些效果" +"将产生不良影响。" +#, fuzzy msgid "" "Godot 4 has 3 renderer options, Compatibility, Mobile, and Forward+. In the " "future XR desktop projects should use Forward+, and projects for stand-alone " "headsets should use Mobile. However Compatibility is the recommended " "renderer for now due to it having the best XR performance." msgstr "" +"Godot 4 有三种渲染器选项,包括 Compatibility、Mobile 和 Forward+。将来,XR 桌" +"面项目应该使用 Forward+,而独立头戴设备的项目应该使用 Mobile。然而,由于 " +"Compatibility 具有最佳的 XR 性能,目前仅推荐使用它作为渲染器。" msgid "OpenXR" msgstr "OpenXR" +#, fuzzy msgid "" "OpenXR is a new industry standard that allows different XR platforms to " "present themselves through a standardised API to XR applications. This " "standard is an open standard maintained by the Khronos Group and thus aligns " "very well with Godot's interests." msgstr "" +"OpenXR 是一个由 Khronos Group 维护的 XR 行业开放标准,其目的是允许不同的 XR " +"平台通过共用一套标准化 API 以方便 XR 应用程序进行兼容。该标准与 Godot 的利益" +"非常吻合。" msgid "" "The Vulkan implementation of OpenXR is closely integrated with Vulkan, " @@ -144,12 +197,17 @@ msgid "" "before the XR system is setup. This was one of the main deciding factors to " "include OpenXR as a core interface." msgstr "" +"OpenXR 的 Vulkan 实现与 Vulkan 紧密集成,并接管了 Vulkan 系统的一部分。这就要" +"求在设置 XR 系统之前,需要对 Vulkan 渲染器中的某些核心图形功能先行集成。这是" +"将 OpenXR 包含为核心接口的主要决定因素之一。" msgid "" "This also means OpenXR needs to be enabled when Godot starts in order to set " "things up correctly. The required setting can be found in your project " "settings:" msgstr "" +"这也意味着需要在 Godot 启动时启用 OpenXR,以便正确设置。启动页面可在项目设置" +"中找到:" msgid "" "As setup is brought forward with OpenXR you can find several other settings " @@ -157,10 +215,13 @@ msgid "" "application is running. The default settings will get us started and we will " "go into detail in another section of the documentation." msgstr "" +"你还可以在这里找到与 OpenXR 相关的其他设置。这些设置在应用程序运行时无法更" +"改。默认设置即可让我们开始工作,并且我们将在文档的另一部分详细介绍这些设置。" msgid "Setting up the XR scene" msgstr "设置 XR 场景" +#, fuzzy msgid "" "Every XR application needs at least an :ref:`XROrigin3D ` " "and an :ref:`XRCamera3D ` node. Most will have two :ref:" @@ -170,11 +231,16 @@ msgid "" "controller nodes to ``LeftHand`` and ``RightHand``, your scene should look " "something like this:" msgstr "" +"每个 XR 应用程序至少需要一个 :ref:`XROrigin3D ` 和一个 :" +"ref:`XRCamera3D ` 节点。大多数还会有两个 :ref:" +"`XRController3D `——一个左手一个右手。注意相机和控制器节" +"点应当是子节点。将这些节点添加到一个新场景中,并将控制器节点重命名为 " +"LeftHand 和 RightHand,你的场景应如下所示:" msgid "" "Next you need to configure the controllers, select the left hand and set it " "up as follows:" -msgstr "" +msgstr "接下来,你需要配置控制器。选择左手控制器,并按如下方式进行设置:" msgid "And the right hand:" msgstr "将脚本添加到节点:" @@ -186,6 +252,9 @@ msgid "" "nodes to ``-0.5, 1.0, -0.5`` and ``0.5, 1.0, -0.5`` for respectively the " "left and right hand." msgstr "" +"现在,所有节点都在场景的平面上,它们将在运行时自动正确定位。为了帮助开发期间" +"的调试,可以将相机向上移动,再把 ``y`` 轴设置为 ``1.7``,并将控制器节点分别移" +"动到 ``-0.5, 1.0, -0.5``(左手)和 ``0.5, 1.0, -0.5``(右手)。" #, fuzzy msgid "" @@ -197,6 +266,8 @@ msgid "" "This code fragment assumes we are using OpenXR, if you wish to use any of " "the other interfaces you can change the ``find_interface`` call." msgstr "" +"上述代码片段假设我们正在使用 OpenXR,如果你希望使用其他接口,可以更改" +"``find_interface`` 调用。" msgid "" "As you can see in the code snippet above, we turn off v-sync. When using " @@ -204,16 +275,23 @@ msgid "" "requires us to run at 90Hz or higher. If your monitor is a 60hz monitor and " "v-sync is turned on, you will limit the output to 60 frames per second." msgstr "" +"正如你看到的,我们在代码中关闭了垂直同步(DisplayServer.VSYNC_DISABLED)。在" +"使用 OpenXR 时,将渲染结果输出到一个头戴显示器(HMD)通常需要以 90Hz 或更高的" +"频率运行。如果你的显示器是 60Hz 且开启了垂直同步,那么输出将限制在每秒 60 " +"帧。" msgid "XR interfaces like OpenXR perform their own sync." -msgstr "" +msgstr "像 OpenXR 这样的 XR 接口会执行它们自己的同步。" msgid "" "Also note that by default the physics engine runs at 60Hz as well and this " "can result in choppy physics. You should set ``Engine." "physics_ticks_per_second`` to a higher value." msgstr "" +"同时请注意,默认情况下物理引擎以 60Hz 运行,渲染和物理帧数不一致可能会导致物" +"理效果不流畅。你应该将 ``Engine.physics_ticks_per_second`` 设置为更高的值。" +#, fuzzy msgid "" "If you run your project at this point in time, everything will work but you " "will be in a dark world. So to finish off our starting point add a :ref:" @@ -222,12 +300,18 @@ msgid "" "mesh instance as a child to each controller node just to temporarily " "visualise them. Make sure you configure a sky in your world environment." msgstr "" +"如果你此时运行项目,一切会正常工作,但是你会处在一个黑暗的世界中。因此,为了" +"完善我们的起步项目,请在场景中添加一个 :ref:`DirectionalLight3D " +"` 和一个 :ref:`WorldEnvironment " +"` 节点。你可能还希望在每个控制器节点下添加一个网格实" +"例,以便临时可视化它们。除此以外,别忘了在世界环境中配置一个天空盒。" msgid "" "Now run your project, you should be floating somewhere in space and be able " "to look around." -msgstr "" +msgstr "完成配置后运行项目,你应该会漂浮在某个空间中,并能够四处观察。" +#, fuzzy msgid "" "While traditional level switching can definitely be used with XR " "applications, where this scene setup is repeated in each level, most find it " @@ -236,11 +320,15 @@ msgid "" "not run ``initialize`` multiple times. The effect can be unpredictable " "depending on the XR interface used." msgstr "" +"虽然传统的关卡切换——即设置多个关卡场景并在每个场景中重复以上设置——可以用于 " +"XR 应用程序,但多数开发者发现:只设置一次并将关卡作为子场景加载,开发会更容易" +"一些。如果你确实需要切换场景并在每个场景中复制 XR 设置,请确保不要多次运行 " +"``initialize``。多处运行会导致不可预测的结果,具体还取决于所使用的 XR 接口。" msgid "" "For the rest of this basic tutorial series we will create a game that uses a " "single scene." -msgstr "" +msgstr "在接下来的基础教程中,我们将创建一个只使用单场景的游戏作为练习。" msgid "Translation status" msgstr "翻译状态" diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_action_map.po index b737a275aa..55e1643643 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -331,7 +331,7 @@ msgid "" msgstr "" msgid "Aim pose" -msgstr "" +msgstr "瞄准姿势" msgid "" "This is a human-readable name for the action. Some XR runtimes will display " diff --git a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_room_scale.po index b8bf6645d3..279cbe04df 100644 --- a/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/zh_CN/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/complying_with_licenses.po b/sphinx/po/zh_TW/LC_MESSAGES/about/complying_with_licenses.po index 922c450d96..4dc5229d23 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/complying_with_licenses.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/complying_with_licenses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/docs_changelog.po b/sphinx/po/zh_TW/LC_MESSAGES/about/docs_changelog.po index 2986b7442e..d713d78cf5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/docs_changelog.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/docs_changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/faq.po b/sphinx/po/zh_TW/LC_MESSAGES/about/faq.po index 588187ab43..1e62b57ffa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/faq.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/introduction.po b/sphinx/po/zh_TW/LC_MESSAGES/about/introduction.po index b5e5342a4c..8be2494ef1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/introduction.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/list_of_features.po b/sphinx/po/zh_TW/LC_MESSAGES/about/list_of_features.po index e744ff52b1..820921de25 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/list_of_features.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/list_of_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/release_policy.po b/sphinx/po/zh_TW/LC_MESSAGES/about/release_policy.po index 41a3493814..8753bb218a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/release_policy.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/release_policy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/about/system_requirements.po b/sphinx/po/zh_TW/LC_MESSAGES/about/system_requirements.po index fceb120bbc..f3984e361c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/about/system_requirements.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/about/system_requirements.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/index.po b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/index.po index a62741f020..12ea358939 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po index cfe36fee63..d074a3577c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/submitting_to_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/using_assetlib.po b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/using_assetlib.po index 2e067fb3b8..e264e98037 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/using_assetlib.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/using_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/what_is_assetlib.po b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/what_is_assetlib.po index 1d4972238b..b07645cfe0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/what_is_assetlib.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/asset_library/what_is_assetlib.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/channels.po b/sphinx/po/zh_TW/LC_MESSAGES/community/channels.po index 04d58fa849..a79c79192e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/channels.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/channels.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/community/tutorials.po b/sphinx/po/zh_TW/LC_MESSAGES/community/tutorials.po index f102ea1f0a..37d4a8170f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/community/tutorials.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/community/tutorials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po index b12bf97e9a..b5bd2a36a3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/best_practices_for_engine_contributors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/code_style_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/code_style_guidelines.po index 9039353074..a493c7a611 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/code_style_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/code_style_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po index df18ed6949..6c775102fb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po index bcab59eef4..16c863983c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po index 9fba45d0bf..7d06208382 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_linuxbsd.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,7 +65,8 @@ msgstr "ALSA 開發函式庫。" msgid "X11, Xcursor, Xinerama, Xi and XRandR." msgstr "X11, Xcursor, Xinerama, Xi 與 XRandR 開發函式庫。" -msgid "MesaGL." +#, fuzzy +msgid "Mesa." msgstr "MesaGL." msgid "ALSA." @@ -112,18 +113,18 @@ msgstr "Gentoo" msgid "Mageia" msgstr "Mageia" -msgid "OpenBSD" -msgstr "OpenBSD" - -msgid "openSUSE" -msgstr "openSUSE" - msgid "NetBSD" msgstr "NetBSD" msgid "For audio support, you can optionally install ``pulseaudio``." msgstr "若要支援音訊,則可選擇性地安裝 ``pulseaudio`` 。" +msgid "OpenBSD" +msgstr "OpenBSD" + +msgid "openSUSE" +msgstr "openSUSE" + msgid "Solus" msgstr "Solus" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po index dfc94aa7a7..7f89b176b1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po index be0e6fb4f5..fb6cf7c918 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po index 199b5e8ceb..797fe5f297 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po index 08ced3966c..6f8b18cb23 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_dotnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po index d39530b195..59b8204837 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/compiling_with_script_encryption_key.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po index c396563d74..fa9476a876 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/cross-compiling_for_ios_on_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/getting_source.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/getting_source.po index 9ada5a8243..e010b7e2e9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/getting_source.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/getting_source.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/index.po index f515cec3af..6575eb3a6d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po index a1e6c150d9..0a1000630b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/introduction_to_the_buildsystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po index 144a40e188..78822d5aa9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/compiling/optimizing_for_size.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po index 16a907bbdd..64b8766c74 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/android_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po index b46ad6c264..34c19e3dc9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/clion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po index f075f31ca9..6c1e6cc445 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/code_blocks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/index.po index fd5ce7c491..92f9c02787 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po index d3b69ea008..525dd2f1cb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/kdevelop.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po index 0b73a11372..eac33d8248 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/qt_creator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po index a1ef6099b4..3403caf0f5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/rider.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po index fd526fb659..5976bb4761 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po index 76fc97149f..1c82b72691 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/visual_studio_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po index 5224da41ab..fedabaaa82 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/configuring_an_ide/xcode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po index 7b1b5cb4db..1f6779b0e5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/2d_coordinate_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po index 0f416b5108..3c14753f3a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/binding_to_external_libraries.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po index 8f33235adc..f6368eccb3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/common_engine_methods_and_macros.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/core_types.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/core_types.po index a4d8850290..cd46bfa20d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/core_types.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/core_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po index 9543d499b3..af6c65c1f1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_audiostreams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po index 9883687520..c4d2c09dac 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_godot_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po index 1b9db2e0de..f5058f7631 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_modules_in_cpp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po index f9d4a56a36..fe02da490c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_platform_ports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po index 55fd99ae23..159572102f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/custom_resource_format_loaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po index 4c2ab15364..cc9ec1ea99 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/godot_architecture_diagram.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/index.po index c0144bef0e..d5cf67951f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po index 1efdd9f922..eac8038e53 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/inheritance_class_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po index 9040f89858..70d28a3610 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/internal_rendering_architecture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/object_class.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/object_class.po index 8a970c30d2..aacbf3dabe 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/object_class.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/object_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po index 611794f802..34f82941ff 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/unit_testing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po index 28d673b2fa..b370033509 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/core_and_modules/variant_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po index 95b22ec80f..2642c74cc0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/cpp_usage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/index.po index ddd5e589fb..eedd0c44f2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/macos_debug.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/macos_debug.po index 98777718be..767ef5bcc7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/macos_debug.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/macos_debug.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po index 834f219158..203a2b4918 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_cpp_profilers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po index a4831cba67..e695f9d079 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/using_sanitizers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/index.po index 25bbcf6d0e..2d595a7a71 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po index b2e03574e7..2a463283de 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/debugging/vulkan/vulkan_validation_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/creating_icons.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/creating_icons.po index 5dc429254f..2d2898563d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/creating_icons.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/creating_icons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/editor_style_guide.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/editor_style_guide.po index c9f1d72296..c111a56767 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/editor_style_guide.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/editor_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/index.po index 52c8ba7225..bb90f88e95 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po index fc616da12e..44dd788b1d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/editor/introduction_to_editor_development.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po index 1464d77016..a969407a4c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/gdscript_grammar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/index.po index 3b64403d9a..369817bdef 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/tscn.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/tscn.po index 64c5a9bce2..0ff4d7a5af 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/tscn.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/file_formats/tscn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/index.po index e1a2233c08..cec1656130 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/development/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/building_the_manual.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/building_the_manual.po index f973ce875d..b995cb2a7b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/building_the_manual.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/building_the_manual.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/class_reference_primer.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/class_reference_primer.po index c8701f171b..3bb745d20d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/class_reference_primer.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/class_reference_primer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/content_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/content_guidelines.po index 9afcbe399a..7313100048 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/content_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/content_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po index f5ab16fc30..d14217e1a4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/contributing_to_the_documentation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po index ccf07e618f..2ba5ce43a0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_image_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po index 522407a40d..7145a81ada 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/docs_writing_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po index 9e5619f7ab..08913b7da5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/editor_and_docs_localization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/index.po index 09bc3bc675..2092f79a5e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po index e195f592f0..7210d3fc27 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/documentation/updating_the_class_reference.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/ways_to_contribute.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/ways_to_contribute.po index 9ea464df88..62fe9bfa25 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/ways_to_contribute.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/ways_to_contribute.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bisecting_regressions.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bisecting_regressions.po index 1e716d0275..9fa40d7b0b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bisecting_regressions.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bisecting_regressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po index e97740be44..382497770c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/bug_triage_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/index.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/index.po index f1bf9cfa1b..cb23c8559d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po index 25124a2b81..e6ac055d51 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_review_guidelines.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_workflow.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_workflow.po index db72fe52a4..4d2d6b1e2c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_workflow.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/pr_workflow.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/testing_pull_requests.po b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/testing_pull_requests.po index c81ff0ea80..bec9c69b9d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/testing_pull_requests.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/contributing/workflow/testing_pull_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po index 054ea71ce9..1e35ff1699 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/01.project_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po index 433f6092c4..1c5922833c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/02.player_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po index ee3a0c7866..4ccf7117ce 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/03.coding_the_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po index b87eae0b04..4a4cc3b99d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/04.creating_the_enemy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po index e8c4483881..6eaebf618c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/05.the_main_game_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po index fec0040ad4..e4b12dbf0f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/06.heads_up_display.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po index 21ef88bf28..7821ea95cf 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/07.finishing-up.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/index.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/index.po index 2c7e202587..b8a97e8d3d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_2d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po index 4272e2bc48..445b3a503a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/01.game_setup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po index 0e5405351e..598f40f558 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/02.player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po index 0e41649432..939dc81961 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/03.player_movement_code.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po index 63b81cc845..59182c696e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/04.mob_scene.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po index 4756c787ca..2b2f0d9ad1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/05.spawning_mobs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po index 1c26d1fc41..c7ca615b85 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/06.jump_and_squash.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po index e982cf7748..5443d71c66 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/07.killing_player.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po index af1ef22293..c87f5a7d79 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/08.score_and_replay.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po index f526442e9d..e9dd8bab2a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/09.adding_animations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/going_further.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/going_further.po index 3d338ee756..2af45932a2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/going_further.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/going_further.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/index.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/index.po index 18958c01a9..ee4f74a786 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/first_3d_game/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po index b207f4c310..597230d859 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/first_look_at_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po index 16e31aaaed..0fcf32e884 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/godot_design_philosophy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/index.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/index.po index 2af6e5aa4b..c92fe8c2d8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po index 30df28062b..e9447caffd 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/introduction_to_godot.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po index 9cfbed6695..cd7ca6cebf 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/key_concepts_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/learning_new_features.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/learning_new_features.po index 11363697d7..081b3aacf7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/learning_new_features.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/introduction/learning_new_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/index.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/index.po index 0b2a784e56..8ea75eeaf1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/instancing.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/instancing.po index e903591533..fdee47fbaa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/instancing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/instancing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po index a278d547d6..d59aa11dbb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/nodes_and_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po index 8110ada2ea..ee29cd2419 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_first_script.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po index 965b5134fd..21f61dceb8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_languages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po index 3c44da73ad..a02c4eba77 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/scripting_player_input.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/signals.po b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/signals.po index 6d954478e1..0abf6bc76b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/signals.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/getting_started/step_by_step/signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/index.po b/sphinx/po/zh_TW/LC_MESSAGES/index.po index db61168185..c10aaaf735 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -130,22 +130,29 @@ msgstr "離線文件" #, fuzzy msgid "" -"To browse the documentation offline, you can `download an HTML copy `__ for offline reading (updated every Monday). " -"Extract the ZIP archive then open the top-level ``index.html`` in a web " -"browser." +"To browse the documentation offline, you can download an HTML copy (updated " +"every Monday): `stable `__, `latest " +"`__, `3.6 `__. Extract the ZIP archive then open the top-level ``index." +"html`` in a web browser." msgstr "" "你也可以 `下載一個HTML複本 `__ 離線閱讀" "(每周一更新)。解壓縮 ZIP檔案,然後在瀏覽器開啟最上層的 ``index.html`` 。" +#, fuzzy msgid "" -"For mobile devices or e-readers, you can also `download an ePub copy " +"For mobile devices or e-readers, you can also download an ePub copy (updated " +"every Monday): `stable `__, `latest " "`__ for offline reading (updated every " -"Monday). Extract the ZIP archive then open the ``GodotEngine.epub`` file in " -"an e-book reader application." +"master/godot-docs-epub-master.zip>`__, `3.6 `__. Extract the ZIP archive then open the ``GodotEngine.epub`` " +"file in an e-book reader application." msgstr "" "你也可以 `下載一個HTML複本 `__ 離線閱讀" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/po/zh_TW/LC_MESSAGES/sphinx.po index 8975c9d57a..20ffbc5615 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_antialiasing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_antialiasing.po index cfe79a4b1b..271bbe87b4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_antialiasing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po index d4766fe8c2..d0e7d2be06 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_meshes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_meshes.po index 3b76554af6..589f85896e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_meshes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_meshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_movement.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_movement.po index 9574bf7dec..11f2e8d8f3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_movement.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_movement.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po index a6b1b88b95..9cb812b977 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_sprite_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_transforms.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_transforms.po index 1df2a6e302..91dd0c2c82 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_transforms.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/2d_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/canvas_layers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/canvas_layers.po index cbed25c0d5..a0bfdd47cc 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/canvas_layers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/canvas_layers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po index 75547ad9e0..e541013a9e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/custom_drawing_in_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/index.po index 4fcd6f7017..5e5eab8bf9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/particle_systems_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/particle_systems_2d.po index 92729847ad..ece3023b84 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/particle_systems_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/particle_systems_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilemaps.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilemaps.po index 6d2a4c7e0d..30935b33d5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilemaps.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilemaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilesets.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilesets.po index dee651bf02..bf086a463e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilesets.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/2d/using_tilesets.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_antialiasing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_antialiasing.po index 93837a27be..09765a7da7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_antialiasing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_antialiasing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po index b17424dd28..506ecc1d68 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_rendering_limitations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_text.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_text.po index bb4eab389e..01ebd59895 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_text.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/3d_text.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/csg_tools.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/csg_tools.po index 3ffa5c2e75..85d9cf441a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/csg_tools.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/csg_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po index b3842d3b7d..4922a707c7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/environment_and_post_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po index c3989d0bbf..5f26f878df 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/faking_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/index.po index 1da614715e..6eee3c6582 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po index 34b5ec4a3d..a542109238 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/introduction_to_global_illumination.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po index a5cfda3d4a..2cdc38f229 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/reflection_probes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po index 0ad62f7152..59301a8b38 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_lightmap_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po index 7a5523c9e0..19346c839c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_sdfgi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po index 9299e4341d..1e5d22b923 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/global_illumination/using_voxel_gi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/high_dynamic_range.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/high_dynamic_range.po index 75ddbeb8ed..b95ae77313 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/high_dynamic_range.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/high_dynamic_range.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/index.po index d1540d2701..70ddb9fc5e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/introduction_to_3d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/introduction_to_3d.po index 5cd71098e9..618c7b6e54 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/introduction_to_3d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/introduction_to_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/lights_and_shadows.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/lights_and_shadows.po index ac3c3119d7..7ee6236ce7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/lights_and_shadows.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/lights_and_shadows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/mesh_lod.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/mesh_lod.po index 87232da43d..f2bb8aecb4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/mesh_lod.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/mesh_lod.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/occlusion_culling.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/occlusion_culling.po index f6ab9a8627..f76792a213 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/occlusion_culling.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/occlusion_culling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/attractors.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/attractors.po index 2b60f2fe01..2f48b738f4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/attractors.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/attractors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/collision.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/collision.po index 53c428771c..7a65f614e3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/collision.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/collision.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po index 08aeb2618a..b2ca018e6c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/complex_shapes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po index d54ca792a0..4816d83bfc 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/creating_a_3d_particle_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/index.po index 80862e80ac..2194ffbf1b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po index e313d5cdf7..4273d51e51 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/process_material_properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/properties.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/properties.po index 25cc03c8ce..879e4a7899 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/properties.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/properties.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/subemitters.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/subemitters.po index 9991eb48eb..3d43e033ab 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/subemitters.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/subemitters.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/trails.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/trails.po index 8546799e66..7f55c89072 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/trails.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/trails.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/turbulence.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/turbulence.po index b47e15d27f..062aef416c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/turbulence.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/particles/turbulence.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po index e7a2f69948..85018d9e01 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/physical_light_and_camera_units.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po index 04b0740a66..92be1e2f77 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/arraymesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po index 28f9984761..095b753803 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/immediatemesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po index cc9e67560e..1c671d2fe6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po index 44cb3ec832..5a9e84878f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/meshdatatool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po index 30cb1f94bd..8e5dd00e23 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/procedural_geometry/surfacetool.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/resolution_scaling.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/resolution_scaling.po index 131a1b2fd1..0d909f880b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/resolution_scaling.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/resolution_scaling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/standard_material_3d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/standard_material_3d.po index 21bc855343..795c197a8d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/standard_material_3d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/standard_material_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_decals.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_decals.po index 6ef6140398..878d35d2c4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_decals.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_decals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_gridmaps.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_gridmaps.po index da7cd267de..1ecb8b2773 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_gridmaps.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_gridmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po index b170f27155..8ef7936cb5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_multi_mesh_instance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_transforms.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_transforms.po index a3a7a093b6..75c6db8e88 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_transforms.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/using_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/variable_rate_shading.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/variable_rate_shading.po index e412514f8f..019cacec4a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/variable_rate_shading.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/variable_rate_shading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/visibility_ranges.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/visibility_ranges.po index f64131bc38..55c6418e20 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/visibility_ranges.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/visibility_ranges.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/volumetric_fog.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/volumetric_fog.po index 757d99bb58..d8761387b1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/volumetric_fog.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/3d/volumetric_fog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/2d_skeletons.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/2d_skeletons.po index 0409f00a00..af313f41e8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/2d_skeletons.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/2d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_track_types.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_track_types.po index c308d9f0fe..fd024826f9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_track_types.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_track_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_tree.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_tree.po index a219fafc82..1072c03489 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_tree.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/animation_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/creating_movies.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/creating_movies.po index 796900b024..7cafeea10e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/creating_movies.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/creating_movies.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/cutout_animation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/cutout_animation.po index d735c6f964..b2ed516c89 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/cutout_animation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/cutout_animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/index.po index 8fd40ada3f..cd9ae165ce 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/introduction.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/introduction.po index fd7464393a..514e3d6037 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/introduction.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/playing_videos.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/playing_videos.po index 4099fdba7c..051218a6b5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/playing_videos.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/animation/playing_videos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po index a775a8eb13..bd469eaa97 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/animation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po index 3f5046804c..63740d7378 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po index 4008472aa5..d0d34d95ae 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/lights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po index 71db6c2192..4c7e7c17a5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/material.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po index 299be9e66d..223a2e2b49 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/mesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po index 4a0e751c8b..a0e1015399 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/physics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po index b0c191d70f..eb83c394a5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/escn_exporter/skeleton.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po index 3e292894e7..dd327fb362 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/exporting_3d_scenes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/import_process.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/import_process.po index 6913e233dd..4f314500ad 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/import_process.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/import_process.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po index c38462e4fd..f7c7e12fd6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/available_formats.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po index 3578254ea4..6bd6231461 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po index 1246622576..3e68cb9d14 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po index 86530b6411..e14c950e02 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po index 6329887c9c..9134d825c6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po index a278154644..a3f2b4e722 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_audio_samples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po index da3cd21656..71fd32fd21 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_images.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po index 03ddda9d0e..24a3406317 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/importing_translations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/index.po index 648be2bc8a..157a8f2d9a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po index 1a19d331d1..7c2692c950 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/assets_pipeline/retargeting_3d_skeletons.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_buses.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_buses.po index c8859fde8a..8734bbc9c1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_buses.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_buses.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_effects.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_effects.po index c65457882a..50aaf77a65 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_effects.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_effects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_streams.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_streams.po index 7363efcf74..83f65ee2b8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_streams.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/audio_streams.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/index.po index 93ede45c4d..2b03b79dfb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/recording_with_microphone.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/recording_with_microphone.po index 4b5039e5e9..3fb14d7f41 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/recording_with_microphone.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/recording_with_microphone.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/sync_with_audio.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/sync_with_audio.po index 5b7804b1ee..64a6842aa5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/sync_with_audio.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/sync_with_audio.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/text_to_speech.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/text_to_speech.po index 5e707c091b..3677cb4fc4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/text_to_speech.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/audio/text_to_speech.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po index d5dda43fd4..523621ce86 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/autoloads_versus_internal_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/data_preferences.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/data_preferences.po index 20bbe8f0c8..c9c2db1c3b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/data_preferences.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/data_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po index 1935bba5f9..5df8a91372 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_interfaces.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_notifications.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_notifications.po index 2951295340..f080cc87bf 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_notifications.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/godot_notifications.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/index.po index a2f4bb2153..7a1c102af1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po index 3c5fbb4000..59b4a51cac 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/introduction_best_practices.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/logic_preferences.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/logic_preferences.po index 92b2d1158f..6118d96b4e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/logic_preferences.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/logic_preferences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/node_alternatives.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/node_alternatives.po index 742398de57..46bd409ec6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/node_alternatives.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/node_alternatives.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/project_organization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/project_organization.po index 9ec49e4c24..3a18852283 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/project_organization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/project_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scene_organization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scene_organization.po index f82cc15cc5..81e7a5badc 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scene_organization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scene_organization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po index 9cfe2b184c..1c4cbfade7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/scenes_versus_scripts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/version_control_systems.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/version_control_systems.po index dbbf36bef3..1c911f5242 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/version_control_systems.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/version_control_systems.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po index 9580c09d61..68e4593aae 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/best_practices/what_are_godot_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/command_line_tutorial.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/command_line_tutorial.po index b1dcc2e58e..82797dfd11 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/command_line_tutorial.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/command_line_tutorial.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/customizing_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/customizing_editor.po index db07fdc500..a23652ec01 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/customizing_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/customizing_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/default_key_mapping.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/default_key_mapping.po index 9dd4a7c63b..baf3011163 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/default_key_mapping.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/default_key_mapping.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/external_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/external_editor.po index 212f990cce..90bf6b6e78 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/external_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/external_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/index.po index b2c1dff918..6bac89f148 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/inspector_dock.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/inspector_dock.po index 6cc9d381b6..4dcd551a5d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/inspector_dock.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/inspector_dock.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/managing_editor_features.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/managing_editor_features.po index c295c2215a..76fd1f1814 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/managing_editor_features.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/managing_editor_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_manager.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_manager.po index 041571bb22..d84b0b38c8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_manager.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_manager.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_settings.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_settings.po index b0b3748791..423a01df0c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_settings.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/project_settings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_android_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_android_editor.po index a3eb3ac953..205123d4b9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_android_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_android_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_web_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_web_editor.po index 47f3545630..c0ab3ce0fa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_web_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/editor/using_the_web_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/android_gradle_build.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/android_gradle_build.po index 6787ed9c02..ed29ff8ea1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/android_gradle_build.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/android_gradle_build.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po index ced193276c..00ce80d0c4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/changing_application_icon_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_android.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_android.po index 59d3a5dae3..18b4bab1c6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_android.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po index 08cc716738..7432f536de 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_dedicated_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_ios.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_ios.po index 1b7481bff8..8574db7ab1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_ios.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_linux.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_linux.po index 2ac4c5fbfb..68ce71a3ad 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_linux.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_macos.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_macos.po index 2b8e9878ef..7045a3c207 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_macos.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_web.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_web.po index 12c70a9957..bd4d27ded7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_web.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_windows.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_windows.po index f6c5be28ef..b2d6637d11 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_windows.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_for_windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_pcks.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_pcks.po index c316325f3a..87ee867125 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_pcks.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_pcks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_projects.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_projects.po index ef0fd44dc5..7d966fed1d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_projects.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/exporting_projects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/feature_tags.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/feature_tags.po index 23112cc2f2..85755a52e8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/feature_tags.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/feature_tags.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/index.po index cee115f405..838dad77c3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/one-click_deploy.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/one-click_deploy.po index e0d34d2cc0..5935ff0b85 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/one-click_deploy.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/one-click_deploy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/running_on_macos.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/running_on_macos.po index ec8df08733..cab6de991c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/running_on_macos.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/export/running_on_macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/index.po index 8744fcf861..b9dd02070e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/internationalizing_games.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/internationalizing_games.po index 2329b4baa5..09cd9420c4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/internationalizing_games.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/internationalizing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/locales.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/locales.po index d2e04c160b..d5b80adb0e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/locales.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/locales.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po index 8cba73f377..1a68110da3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/localization_using_gettext.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/pseudolocalization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/pseudolocalization.po index c1f55d93cb..389d51310b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/pseudolocalization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/i18n/pseudolocalization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po index 809dd9cece..8b530d84c5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/controllers_gamepads_joysticks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po index 3c0d541898..ab130b232b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/custom_mouse_cursor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po index 3c8b6741dc..fbe03f8ec9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/handling_quit_requests.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/index.po index 7049431d06..1cd9059ac6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/input_examples.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/input_examples.po index f6b36f06ce..8afe25432e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/input_examples.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/input_examples.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/inputevent.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/inputevent.po index 0f576dfb8e..4fc24e56ba 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/inputevent.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/inputevent.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po index eb6fb27213..2ea82d123a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/inputs/mouse_and_input_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/background_loading.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/background_loading.po index 00b27cea96..f04b27e089 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/background_loading.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/background_loading.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/binary_serialization_api.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/binary_serialization_api.po index ec3cc0af80..99c5a0d378 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/binary_serialization_api.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/binary_serialization_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/data_paths.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/data_paths.po index fb6167aff8..9cf0562625 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/data_paths.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/data_paths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/index.po index 287c4ab8a2..fbe9d1f7cd 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po index c45c1b10e6..8ae5c4349f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/runtime_file_loading_and_saving.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/saving_games.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/saving_games.po index e23e21caf3..26c8260c48 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/saving_games.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/io/saving_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/beziers_and_curves.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/beziers_and_curves.po index 7a54de5124..a276dc6fae 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/beziers_and_curves.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/beziers_and_curves.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/index.po index 21a0e0398f..18f05e855f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/interpolation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/interpolation.po index 2e43c04df6..d191f3acba 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/interpolation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/interpolation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/matrices_and_transforms.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/matrices_and_transforms.po index f1148a804a..9549f98bde 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/matrices_and_transforms.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/matrices_and_transforms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/random_number_generation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/random_number_generation.po index 983874b17e..da89b4f36c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/random_number_generation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/random_number_generation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vector_math.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vector_math.po index 53025695e9..ea417fdbc8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vector_math.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vector_math.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vectors_advanced.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vectors_advanced.po index 8fa5fb73f1..c3a946acd3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vectors_advanced.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/math/vectors_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/index.po index 6ee3895b7c..2e98af1aed 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po index ab70e22837..20e0878123 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po index 54af00f141..fcf4a156ce 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po index 984e063746..d391908352 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/migrating/upgrading_to_godot_4.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/index.po index 2c1deefda9..43ed15b035 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po index a7d899b153..4f725517f8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_connecting_navmesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po index e68cb691c0..36fa675cfa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_debug_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po index 32753fa9fb..5512364a41 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_area_access.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po index 612239e61e..86ed1eadcb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po index a94f1e6273..41dbe5761e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_different_actor_types.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po index 9a980bf1a2..ebe567b1dd 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po index 6695977317..60335fa305 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_introduction_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po index f778c28369..2678736833 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_optimizing_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po index bda5349de8..e2141c31b2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationagents.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po index 9becd562d5..c7fa93813a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlayers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po index 5f7a17ffa4..2485643796 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationlinks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po index 097ec94097..284f1e8734 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmaps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po index 62ddce1bdc..280d638e27 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationmeshes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po index 782bdbbdb3..2e46e7c32a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationobstacles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po index bdcc64afa4..a80482c4e5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpathqueryobjects.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po index c8fb3db32d..fd76c0e1f0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationpaths.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po index ca84ec6ace..9e201ed219 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationregions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po index f3ed080b49..a50dc7724d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/navigation/navigation_using_navigationservers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po index 583d6db079..cf6b0a95d9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/high_level_multiplayer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_client_class.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_client_class.po index 0dd14c833e..07a21b0e0f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_client_class.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_client_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_request_class.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_request_class.po index a8cd68d8c9..00272a6b38 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_request_class.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/http_request_class.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/index.po index f44e0f8aea..f4b9dcb6c9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/ssl_certificates.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/ssl_certificates.po index 7d1bc74954..0b3113dbbc 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/ssl_certificates.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/ssl_certificates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/webrtc.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/webrtc.po index 327f7606f5..aaa6231f17 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/webrtc.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/webrtc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/websocket.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/websocket.po index 749c327365..4dcaa67e02 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/websocket.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/networking/websocket.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/cpu_optimization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/cpu_optimization.po index 1028a30d35..cdfc56d268 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/cpu_optimization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/cpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/general_optimization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/general_optimization.po index 2460b7c288..786110a29b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/general_optimization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/general_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/gpu_optimization.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/gpu_optimization.po index bde2f89531..6b98088cff 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/gpu_optimization.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/gpu_optimization.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/index.po index b6bbc35c9e..d09d483928 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po index 61eeb91735..335b4816b1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/optimizing_3d_performance.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/thread_safe_apis.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/thread_safe_apis.po index 7a7f3bf879..3edbdb3fa9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/thread_safe_apis.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/thread_safe_apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multimesh.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multimesh.po index 54cd86df3f..71037ce3f3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multimesh.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multimesh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multiple_threads.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multiple_threads.po index 89d47d7d57..a4c17b5b9f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multiple_threads.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_multiple_threads.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_servers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_servers.po index 2df6255c68..959d89f588 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_servers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/using_servers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po index 2382cfeda2..e94a21fb3a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/animating_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po index 24f9815d75..380629cb2b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/controlling_thousands_of_fish.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/index.po index f5c87e47d9..fc290523a4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/performance/vertex_animation/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po index 702dc63820..c9cefeee52 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po index 53d667f18f..0fe315e1e1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/collision_shapes_3d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/index.po index 53e9e0f4e0..b4f529f052 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po index 9aad7db8de..3f0cb6e9d6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/kinematic_character_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/large_world_coordinates.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/large_world_coordinates.po index 9f568e8d36..a49b6b36e9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/large_world_coordinates.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/large_world_coordinates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/physics_introduction.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/physics_introduction.po index 553cc748f5..cef8b36dc5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/physics_introduction.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/physics_introduction.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ragdoll_system.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ragdoll_system.po index 123d37ce0a..6969e699ca 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ragdoll_system.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ragdoll_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ray-casting.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ray-casting.po index 894b309405..5bd8c84c8f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ray-casting.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/ray-casting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/rigid_body.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/rigid_body.po index 2cc049c5b3..03a2ec2497 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/rigid_body.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/rigid_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/soft_body.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/soft_body.po index 032b716005..71c753aa18 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/soft_body.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/soft_body.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po index 36d51c1f98..f37bb06189 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/troubleshooting_physics_issues.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_area_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_area_2d.po index 2c24560871..4b236326e5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_area_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_area_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_character_body_2d.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_character_body_2d.po index cc78277ff5..123cbf9992 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_character_body_2d.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/physics/using_character_body_2d.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po index c777ffe825..9a276ea330 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_in_app_purchases.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_library.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_library.po index 474f8bb5c0..0c2a062d13 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_library.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_library.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_plugin.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_plugin.po index 018c8016d1..300e10c2c3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_plugin.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/android_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/index.po index c7f3ecd238..1a81debf1d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/consoles.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/consoles.po index e945e6f2d7..fb5b788435 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/consoles.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/consoles.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/index.po index 958693156f..d84f08a3cd 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/index.po index b09ac0d1bf..2e7a86cfa1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po index 520799efa9..c93f606941 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/ios_plugin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po index bbae9ce31f..c1a8b451b2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/ios/plugins_for_ios.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po index 6fa012db66..20591f0692 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/customizing_html5_shell.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po index 3c109af2b4..b4cecca140 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/html5_shell_classref.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/index.po index e0ef56ff86..76f02abf14 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/platform/web/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po index 2ee1ab64f3..0a2130737b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/3d_gizmos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po index f6024f3711..15a7b1a8a2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/import_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/index.po index 2e5ff14cf7..d7f875ad25 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po index 22afec594e..537b0ed759 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/inspector_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po index 8776d5e252..2560a1ff5e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/installing_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po index 7dc19e2317..d55a484871 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_main_screen_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po index 8a17297a48..5d13cf0d33 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/making_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po index 2082382e33..14dcc17b42 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/editor/visual_shader_plugins.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/index.po index 46df6667ee..ac25f7a9cf 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po index aff524ab40..9f8eca9e13 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/plugins/running_code_in_the_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/index.po index aaa813a09b..77b02c154d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/jitter_stutter.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/jitter_stutter.po index edde6b1e80..f916a2abc3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/jitter_stutter.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/jitter_stutter.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po index e2fd2ea7ed..73c93e1b5a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/multiple_resolutions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/viewports.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/viewports.po index 2bcc81223b..409a4b2ae6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/viewports.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/rendering/viewports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po index 830a636261..237115b518 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po index 53f6b80c01..ee1e613276 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_collections.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po index afa5a07eaa..85b9083b1f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_differences.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po index 7fa883c93f..2adf6cda50 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po index a87174d0bf..599a95c525 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po index 521ae10dbb..2fc1c43f0a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_global_classes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po index df11276a07..46a32c52ed 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po index 5f075416ba..8a5b017a05 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po index 62a8478cf2..1f7533dab8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/c_sharp_variant.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po index eb4b4bfdd2..bf2c1589c6 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0001.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po index 2965e9902c..46083cd8c9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0002.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po index 8115da8630..7c0f760417 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0101.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po index d0e2bd43e9..ad8c4106b8 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0102.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po index 474dafc0ad..4ea0b5031f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0103.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po index dc03266e14..c003043c8a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0104.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po index cf4c7bcbfe..c4561e1ecc 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0105.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po index 253742f087..bc58124c98 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0106.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po index 2d93a1a4d3..5ac70b354c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0107.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po index b37e5689c4..8d0f8e054e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0201.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po index c5289c4691..b8a6e0f4a4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0202.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po index 99451decf0..a39d270eb4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0203.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po index 36632931ba..adbbf643c5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0301.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po index 45f6423329..fed325e461 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0302.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po index 6f60b734a2..e24c27c9a9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0303.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po index 5b2ccdd7c9..010ab1b2e4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0401.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po index b988951ade..2e62fb3f50 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/GD0402.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po index 8d553b1f51..5b160f6bb5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/diagnostics/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/index.po index 2dece7505c..de715360cb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/c_sharp/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po index ea12d7cf05..e00f35ca55 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/change_scenes_manually.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/creating_script_templates.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/creating_script_templates.po index def97e61c8..bd385e7298 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/creating_script_templates.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/creating_script_templates.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po index 97c22b9d61..440735f13f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/cross_language_scripting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po index d348aecf76..e6f699745b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/custom_performance_monitors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po index 589349b61c..cded1b69e0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/debugger_panel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/index.po index 28b0e31fa4..bff2c8544f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po index 9bc107ab51..e2a989f024 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/overview_of_debugging_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po index 62459fcfb7..0a7ffc28af 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/debug/the_profiler.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po index c016a7c1f2..668bb02e74 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/evaluating_expressions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/filesystem.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/filesystem.po index 56c6169026..c4ad60d959 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/filesystem.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/filesystem.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po index 63d9e7fe64..93c3d3fab5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/gdextension_cpp_example.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/index.po index 49c97b958a..611e6e1917 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po index bd4f244228..bb930c21bd 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdextension/what_is_gdextension.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po index 9dc016dc14..47be1942c2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po index 7bef63fd0e..4f0d215512 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_basics.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po index 32b21c5295..38e8792310 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_documentation_comments.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po index d9fe03e5f2..9d8a28bf7f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_exports.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po index b1b1452a00..9afcd5daa2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_format_string.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po index 6e7222af7e..e6d038c23a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/gdscript_styleguide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/index.po index 31dce9bb66..3f006d1341 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po index 94fb39ec76..a3ac1fddb2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/static_typing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po index 27f80335b5..6c95aa889c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/gdscript/warning_system.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/groups.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/groups.po index 5e93f9c21f..4ceef1576d 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/groups.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/groups.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po index b44f9fabec..1d2a559272 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/how_to_read_the_godot_api.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po index ae94482056..83ab83c6c2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/idle_and_physics_processing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/index.po index 871c3f3cf3..575ba1ba5a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po index 719ab0d5d4..2f203647f7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/instancing_with_signals.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po index 99e5c279e7..fd8d6496ef 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/nodes_and_scene_instances.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/overridable_functions.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/overridable_functions.po index 374d424b72..1bdc902544 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/overridable_functions.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/overridable_functions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/pausing_games.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/pausing_games.po index 0f6169cff7..1e704d5a9f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/pausing_games.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/pausing_games.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/resources.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/resources.po index 340e72b4db..55ce728959 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/resources.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/resources.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_tree.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_tree.po index 32afc18c2b..8a15073790 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_tree.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_tree.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po index 5a9b6c1057..775b07111c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/scene_unique_nodes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/singletons_autoload.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/singletons_autoload.po index 7429e99fb0..7ec17105f4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/singletons_autoload.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/scripting/singletons_autoload.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po index 5918e7ae88..7e99c15347 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/advanced_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/compute_shaders.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/compute_shaders.po index 75c8a3985c..0adb9df2b7 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/compute_shaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/compute_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po index e484e9b3a8..0b1d371bcb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/converting_glsl_to_godot_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po index a393baf517..5be78eef31 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/custom_postprocessing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/index.po index 93f978e00c..5ffaf54f72 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po index 09f932de38..1894f8b1d4 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/introduction_to_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/making_trees.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/making_trees.po index b6c743c907..5d8722908c 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/making_trees.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/making_trees.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po index 1cf0844232..1d91e1a100 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/screen-reading_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_materials.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_materials.po index 70cdc8a945..e8048ebd0b 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_materials.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_materials.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po index c60ed00568..9a689fa373 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/canvas_item_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po index 150e6995df..a61520580e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/fog_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/index.po index 7d1f39f074..f5ddec28eb 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po index 25d9bda734..3156dff0f9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/particle_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po index e7f71a2148..e58411225e 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shader_preprocessor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po index 4bb0a955d5..d65ba45e94 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/shading_language.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po index 9956bb9d9f..210d449bb1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/sky_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po index ef4e0aea12..38b727214f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shader_reference/spatial_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po index feb704a6ac..e1f0cd672a 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/shaders_style_guide.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po index 916e89e218..c75d1275ab 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/using_viewport_as_texture.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/visual_shaders.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/visual_shaders.po index 3011be9ed5..5a63560010 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/visual_shaders.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/visual_shaders.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po index 20ae019f72..0952d397aa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po index 8bf159d9a6..5170168f05 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_2d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po index 70f6acd7af..7f779cdcc0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_first_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po index 7978c050f6..94e4d9a415 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/shaders/your_first_shader/your_second_3d_shader.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/troubleshooting.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/troubleshooting.po index 29641cabdc..e3bf3559d3 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/troubleshooting.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/troubleshooting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po index 21ac8b538c..c6c518aad2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/bbcode_in_richtextlabel.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/control_node_gallery.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/control_node_gallery.po index 9140387afd..3a9ea6ec8f 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/control_node_gallery.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/control_node_gallery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/custom_gui_controls.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/custom_gui_controls.po index 53b51b7059..41c7d8ad60 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/custom_gui_controls.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/custom_gui_controls.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_containers.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_containers.po index 3d767ffe69..229a7a23f1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_containers.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_containers.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_navigation.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_navigation.po index e04273e403..3c26507ae0 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_navigation.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_navigation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_skinning.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_skinning.po index d875f8b065..7f6b80e0d5 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_skinning.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_skinning.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po index cc302fcdef..96fc097011 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_theme_type_variations.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_fonts.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_fonts.po index 3f71146e93..434c33fa04 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_fonts.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_fonts.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po index c6dbd581fc..c68da85db9 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/gui_using_theme_editor.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/index.po index dac58e41be..618bde6032 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/size_and_anchors.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/size_and_anchors.po index 549d3a8a09..e252e1ecc1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/size_and_anchors.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/ui/size_and_anchors.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po index 738008fdc6..5f12fa59c2 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/basic_xr_locomotion.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/deploying_to_android.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/deploying_to_android.po index 2631be5148..1ec859c489 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/deploying_to_android.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/deploying_to_android.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/index.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/index.po index 25846d7b0d..0b3085aaaa 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/index.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po index f5db544d4d..c09348fd44 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/introducing_xr_tools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po index 3b9b9833f8..5b9ea8c817 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_hand_tracking.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_passthrough.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_passthrough.po index 5e03eebd71..cd8dab1505 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_passthrough.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/openxr_passthrough.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/setting_up_xr.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/setting_up_xr.po index 465c9ce2b2..d9d3450632 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/setting_up_xr.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/setting_up_xr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_action_map.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_action_map.po index 8afb33160d..8ae41bedec 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_action_map.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_action_map.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_room_scale.po b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_room_scale.po index 80bec90a4a..2384b6b4c1 100644 --- a/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_room_scale.po +++ b/sphinx/po/zh_TW/LC_MESSAGES/tutorials/xr/xr_room_scale.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 15:20+0200\n" +"POT-Creation-Date: 2024-06-20 16:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"