Update cz.json (POEditor.com)

This commit is contained in:
JannisX11 2022-03-29 18:43:17 +03:00
parent 066996156d
commit 15ea7d600a

View File

@ -410,7 +410,6 @@
"menu.cube.texture.transparent": "Transparentní",
"menu.cube.texture.blank": "Prázdný",
"menu.group.sort": "Třídit",
"menu.group.resolve": "Rozpustit",
"menu.texture.face": "Aplikovat na Plochu",
"menu.texture.file": "Soubor",
"menu.texture.refresh": "Aktualizovat Zobrazení",
@ -997,12 +996,10 @@
"menu.help.developer.reset_storage": "Resetovat na Tovární Nastavení",
"menu.help.developer.reset_storage.confirm": "Jste si jisti, že chcete resetovat Blockbench do Továrního Nastavení? Toto rozhodnutí smaže všechny vaše nastavení, klávesové zkratky a pluginy.",
"menu.help.developer.cache_reload": "Znovu Načíst Mezipaměť",
"menu.texture.resize": "Změnit Velikost...",
"menu.preview.orthographic": "2D zobrazení",
"menu.preview.save_angle": "Uložit Úhel...",
"menu.preview.angle": "Úhly",
"menu.preview.angle.initial": "Počáteční Úhel",
"menu.preview.angle.load": "Nahrát",
"menu.preview.maximize": "Maximalizovat",
"panel.color.both": "Oboje",
"uv_editor.copy_selection": "Kopírovat Výběr",
@ -1180,9 +1177,7 @@
"dialog.toolbar_edit.hidden_tools": "Některé nástroje mohou být skryté, protože nejsou k dispozici v aktuálním režimu, formátu nebo situaci.",
"settings.camera_near_plane": "Kamera Blízko Roviny",
"settings.camera_near_plane.desc": "Minimální vzdálenost od kamery, kde se objekty vykreslují. Vyšší hodnoty snižují Z-fighting. Výchozí hodnota je 1.",
"mode.start.keymap_preference": "Preference klávesových zkratek",
"mode.start.keymap_preference.desc": "Pokud s programem Blockbench začínáte, ale máte zkušenosti s jiným 3D programem, můžete si zvolit mapovaní klávesových zkratek, na které jste zvyklý. V Nastavení lze i později tuto volbu změnit.",
"mode.start.select_keymap": "Výběr mapování kláves",
"message.load_keymap": "Opravdu chcete načíst toto mapování kláves? Přepíšou se tím vaše aktuální klávesové zkratky.",
"message.keymap_loaded": "Mapování kláves načteno",
"dialog.convert_project.current_format": "Tento formát",
@ -1247,7 +1242,6 @@
"action.graph_editor_zero_line": "Include Zero Line",
"action.graph_editor_zero_line.desc": "Whether the graph editor always includes the zero line in the view",
"menu.texture.render_mode": "Render Mode",
"menu.texture.render_mode.normal": "Normal",
"menu.texture.render_mode.emissive": "Emissive",
"menu.texture.render_mode.layered": "Layered",
"menu.preview.angle.edit": "Edit Angle...",
@ -1293,15 +1287,15 @@
"dialog.add_primitive.shape.cylinder": "Cylinder",
"dialog.add_primitive.shape.sphere": "Sphere",
"dialog.add_primitive.shape.torus": "Torus",
"dialog.add_primitive.shape.cube": "Cube",
"dialog.add_primitive.shape.cube": "Cuboid",
"dialog.add_primitive.shape.pyramid": "Pyramid",
"dialog.add_primitive.diameter": "Diameter",
"dialog.add_primitive.height": "Height",
"dialog.add_primitive.sides": "Sides",
"dialog.add_primitive.minor_diameter": "Thickness",
"dialog.add_primitive.minor_sides": "Minor Sides",
"dialog.create_texture.combine_polys": "Combine Faces",
"dialog.create_texture.combine_polys.desc": "Combine connected coplanar faces into one UV section",
"dialog.create_texture.combine_polys": "Combine Islands",
"dialog.create_texture.combine_polys.desc": "Combine faces into connected UV islands",
"dialog.model_stats.meshes": "Meshes",
"dialog.export_private_settings.omit": "Leave Out",
"layout.select": "Select",
@ -1478,5 +1472,69 @@
"panel.skin_pose.jumping": "Jumping",
"panel.skin_pose.aiming": "Aiming",
"edit.loop_cut.direction": "Direction",
"message.meshes_and_box_uv": "Meshes are not compatible with Box UV. Go to File > Project... and switch to Per-face UV."
"message.meshes_and_box_uv": "Meshes are not compatible with Box UV. Go to File > Project... and switch to Per-face UV.",
"data.texture_mesh": "Texture Mesh",
"generic.left": "Left",
"generic.right": "Right",
"mode.start.quick_setup": "Quick Setup",
"mode.start.keymap": "Keymap",
"mode.start.quick_setup.more_themes": "More...",
"dialog.resize_texture.animation_frames": "Animation Frames",
"dialog.export_emission_map.title": "Export Emission Map",
"dialog.export_emission_map.format": "Format",
"dialog.export_emission_map.format.luminance": "Luminance",
"dialog.export_emission_map.format.luminance_inverted": "Luminance Inverted",
"dialog.export_emission_map.format.colors": "Colors",
"dialog.export_emission_map.threshold": "Transparency Threshold",
"dialog.export_emission_map.round_up": "Round Up to %0 x %1",
"dialog.export_emission_map.flip_y": "Flip Y Axis",
"dialog.select.type": "Element Type",
"dialog.create_texture.max_edge_angle": "Edge Angle Threshold",
"dialog.create_texture.max_edge_angle.desc": "The maximum angle between two faces at which they will still be combined",
"dialog.create_texture.max_island_angle": "Island Angle Threshold",
"dialog.create_texture.max_island_angle.desc": "The maximum angle that can be combined into the same UV island",
"settings.mobile_panel_side": "Mobile Panel Side",
"settings.mobile_panel_side.desc": "Select which side of the screen panels are displayed on when using Blockbench on in landscape orientation",
"settings.obj_face_export_mode": "OBJ Face Export Mode",
"settings.obj_face_export_mode.desc": "Choose to let the OBJ exporter convert all faces into tris or quads",
"settings.obj_face_export_mode.both": "Default",
"settings.obj_face_export_mode.tris": "Convert to Tris",
"settings.obj_face_export_mode.quads": "Convert to Quads",
"action.seam_tool": "Seam Tool",
"action.seam_tool.desc": "Tool to define UV seams on mesh edges",
"action.resolve_group": "Resolve Group",
"action.resolve_group.desc": "Resolve the group while retaining its children in the same place",
"action.move_to_group": "Move to Group",
"action.move_to_group.desc": "Move the selected elements to a different outliner group",
"action.select_seam": "Select UV Seam",
"action.select_seam.desc": "Select the UV seam mode for the selected edges",
"action.select_seam.auto": "Auto",
"action.select_seam.join": "Join",
"action.select_seam.divide": "Divide",
"action.adjust_brightness_contrast": "Adjust Brightness & Contrast...",
"action.adjust_brightness_contrast.desc": "Adjust the brightness and contrast of the selected texture",
"action.adjust_saturation_hue": "Adjust Saturation & Hue...",
"action.adjust_saturation_hue.desc": "Adjust the saturation and hue of the selected texture",
"action.invert_colors": "Invert Colors",
"action.invert_colors.desc": "Invert all colors of the selected texture",
"action.adjust_curves": "Adjust Curves...",
"action.adjust_curves.desc": "Adjust the brightness curves of the selected texture",
"action.flip_texture_x": "Flip Texture Horizontally",
"action.flip_texture_y": "Flip Texture Vertically",
"action.resize_texture": "Resize Texture...",
"action.view_mode.uv": "UV Preview",
"action.append_to_template": "Append Elements to Template...",
"action.append_to_template.desc": "Add the currently selected elements to the texture template",
"action.move_texture_with_uv": "Move Texture with UV",
"action.move_texture_with_uv.desc": "Move the texture of the face along when dragging UV faces",
"action.timeline_setups": "Timeline Setups",
"action.save_timeline_setup": "Save Timeline Setup...",
"action.save_timeline_setup.desc": "Save a preset for the currently selected animators and channels",
"menu.texture": "Texture",
"menu.texture.render_mode.default": "Default",
"menu.texture.merge_onto_texture": "Merge Onto Texture Above",
"menu.animation.unload": "Unload",
"panel.timeline": "Timeline",
"action.pan_tool": "Pan Tool",
"action.pan_tool.desc": "Tool to navigate in the viewport and the texture editor"
}