mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-12-03 04:40:46 +08:00
Update nl.json (POEditor.com)
This commit is contained in:
parent
62260185e9
commit
858ebacf95
33
lang/nl.json
33
lang/nl.json
@ -663,8 +663,6 @@
|
||||
"action.fill_mode.color": "Kleur",
|
||||
"action.toggle_mirror_uv": "Spiegel UV",
|
||||
"action.toggle_mirror_uv.desc": "Zet de UV spiegeling op de X as van de geselecteerde kubus aan/uit",
|
||||
"action.toggle_uv_overlay": "Zet UV Overlay Aan/Uit",
|
||||
"action.toggle_uv_overlay.desc": "Wanneer ingeschakeld, laat alle UV mapping overlays boven de textuur",
|
||||
"menu.texture.blank": "Breng aan op Ongetextuurde oppervlaken",
|
||||
"dialog.scale.select_overflow": "Selecteer Overflow",
|
||||
"dialog.create_texture.compress": "Druk Template Samen",
|
||||
@ -798,7 +796,6 @@
|
||||
"action.uv_turn_mapping.desc": "Draai de UV mapping rond met 90 graden",
|
||||
"action.remove_blank_faces": "Verwijder Lege Oppervlakken",
|
||||
"action.remove_blank_faces.desc": "Verwijderd alle ongetextuurde oppervlakken van de selectie",
|
||||
"menu.uv.select": "Selecteer Kubussen",
|
||||
"web.download_app": "Download App",
|
||||
"uv_editor.turned": "Gedraaide Mapping",
|
||||
"display.reference.crossbow": "Kruisboog",
|
||||
@ -1069,7 +1066,6 @@
|
||||
"action.jump_to_timeline_start": "Jump to Animation Start",
|
||||
"action.jump_to_timeline_end": "Jump to Animation End",
|
||||
"menu.help.updating": "Updating (%0%)",
|
||||
"menu.help.update_ready": "Relaunch to Update",
|
||||
"menu.help.update_failed": "Update Failed",
|
||||
"menu.animation.loop.once": "Play Once",
|
||||
"menu.animation.loop.hold": "Hold On Last 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user