Update es.json (POEditor.com)

This commit is contained in:
JannisX11 2021-10-15 18:55:44 +03:00
parent a0e642d69a
commit d078202ae2

View File

@ -663,8 +663,6 @@
"action.fill_mode.color": "Color",
"action.toggle_mirror_uv": "Invertir UV",
"action.toggle_mirror_uv.desc": "Activa el invertido de UV en el eje X de los cubos seleccionados",
"action.toggle_uv_overlay": "Cambiar Superposición de UV",
"action.toggle_uv_overlay.desc": "Cuando está activado, muestra las superposiciones de UV sobre la textura",
"menu.texture.blank": "Aplicar a Caras sin Textura",
"dialog.scale.select_overflow": "Seleccionar Overflow",
"dialog.create_texture.compress": "Comprimir Plantilla",
@ -798,7 +796,6 @@
"action.uv_turn_mapping.desc": "Gira el mapeado del UV 90º",
"action.remove_blank_faces": "Eliminar Caras en Blanco",
"action.remove_blank_faces.desc": "Elimina todas las caras sin textura de la selección",
"menu.uv.select": "Seleccionar Cubos",
"web.download_app": "Descargar Aplicación",
"uv_editor.turned": "Mapeado Girado",
"display.reference.crossbow": "Ballesta",
@ -1069,7 +1066,6 @@
"action.jump_to_timeline_start": "Saltar a Inicio de Animación",
"action.jump_to_timeline_end": "Saltar a Fin de Animación",
"menu.help.updating": "Actualizando (%0%)",
"menu.help.update_ready": "Reabrir para actualizar",
"menu.help.update_failed": "Actualización Fallida",
"menu.animation.loop.once": "Reproducir Una Vez",
"menu.animation.loop.hold": "Pausar en Último Frame",
@ -1398,11 +1394,34 @@
"action.split_mesh.desc": "Split the selected faces of the mesh into a new mesh",
"action.merge_vertices": "Merge Vertices",
"action.merge_vertices.desc": "Merge the selected vertices into the position of the first selected verted",
"action.merge_vertices_by_distance": "Merge Vertices by Distance",
"action.merge_vertices_by_distance.desc": "Merge vertices that are close in proximity to each other",
"action.view_mode.normal": "Face Normal",
"action.snap_uv_to_pixels": "Snap UV to Pixels",
"action.snap_uv_to_pixels.desc": "Snaps the selected UV vertices to the pixel grid",
"menu.file.import.import_open_project": "Import Open Project",
"menu.help.unlock_projects": "Unlock All Projects"
"menu.help.unlock_projects": "Unlock All Projects",
"status_bar.selection.faces": "%0 Faces",
"status_bar.selection.lines": "%0 Lines",
"status_bar.selection.vertices": "%0 Vertices",
"message.merged_vertices": "Found and merged %0 vertices in %1 locations",
"settings.vertex_merge_distance": "Vertex Merge Distance",
"settings.vertex_merge_distance.desc": "Distance within which vertices are merged using merging by distance",
"settings.show_only_selected_uv": "Show Only Selected UV",
"settings.show_only_selected_uv.desc": "Only display the selected UV faces in the UV editor by default",
"action.merge_vertices.merge_all": "Merge All",
"action.merge_vertices.merge_all_in_center": "Merge All in Center",
"action.merge_vertices.merge_by_distance": "Merge by Distance",
"action.merge_vertices.merge_by_distance_in_center": "Merge by Distance in Center",
"action.uv_rotate_left": "Rotate UV Left",
"action.uv_rotate_left.desc": "Rotate the selected UV faces counter-clockwise",
"action.uv_rotate_right": "Rotate UV Right",
"action.uv_rotate_right.desc": "Rotate the selected UV faces clockwise",
"menu.uv.display_uv": "Display UV",
"menu.uv.display_uv.selected_faces": "Selected Faces",
"menu.uv.display_uv.selected_elements": "All Faces",
"menu.uv.display_uv.all_elements": "All Faces on All Elements",
"menu.paste.face": "UV Face",
"menu.paste.mesh_selection": "Mesh Selection",
"menu.paste.outliner": "Elements",
"uv_editor.show_all_faces": "Show All Faces",
"uv_editor.show_selected_faces": "Show Selected Faces"
}