mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Update es.json (POEditor.com)
This commit is contained in:
parent
5885b56a99
commit
29ffc7589b
14
lang/es.json
14
lang/es.json
@ -776,8 +776,6 @@
|
||||
"settings.username.desc": "Usuario para sesiones de edición",
|
||||
"settings.painting_grid": "Cuadrícula de Pintura",
|
||||
"settings.painting_grid.desc": "Muestra la cuadrícula en cubos texturizados en el modo pintura",
|
||||
"action.slider_brush_min_opacity": "Opacidad Mínima",
|
||||
"action.slider_brush_min_opacity.desc": "La opacidad mínima de la brocha de ruido en porcentaje",
|
||||
"action.convert_project": "Convertir Proyecto",
|
||||
"action.convert_project.desc": "Convierte el proyecto actual a un proyecto para otro formato de modelo",
|
||||
"action.close_project": "Cerrar Proyecto",
|
||||
@ -1352,10 +1350,9 @@
|
||||
"action.selection_mode.desc": "Change how elements can be selected in the viewport",
|
||||
"action.selection_mode.object": "Object",
|
||||
"action.selection_mode.face": "Face",
|
||||
"action.selection_mode.line": "Line",
|
||||
"action.selection_mode.vertex": "Vertex",
|
||||
"action.create_face": "Create Face or Line",
|
||||
"action.create_face.desc": "Creates a new face or line between the selected vertices",
|
||||
"action.create_face": "Create Face or Edge",
|
||||
"action.create_face.desc": "Creates a new face or edge between the selected vertices",
|
||||
"action.convert_to_mesh": "Convert to Mesh",
|
||||
"action.convert_to_mesh.desc": "Convert the selected elements into meshes",
|
||||
"action.invert_face": "Invert Face",
|
||||
@ -1363,7 +1360,7 @@
|
||||
"action.extrude_mesh_selection": "Extrude Selection",
|
||||
"action.extrude_mesh_selection.desc": "Extrude the selected parts of the mesh",
|
||||
"action.loop_cut": "Loop Cut",
|
||||
"action.loop_cut.desc": "Split the mesh in a loop across the selected line",
|
||||
"action.loop_cut.desc": "Split the mesh in a loop across the selected edge",
|
||||
"action.merge_meshes": "Merge Meshes",
|
||||
"action.merge_meshes.desc": "Merge multiple meshes into one",
|
||||
"action.keyframe_uniform": "Uniform Scaling",
|
||||
@ -1400,7 +1397,6 @@
|
||||
"menu.file.import.import_open_project": "Import Open Project",
|
||||
"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",
|
||||
@ -1423,5 +1419,7 @@
|
||||
"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"
|
||||
"uv_editor.show_selected_faces": "Show Selected Faces",
|
||||
"status_bar.selection.edges": "%0 Edges",
|
||||
"action.selection_mode.edge": "Edge"
|
||||
}
|
Loading…
Reference in New Issue
Block a user