Update it.json (POEditor.com)

This commit is contained in:
JannisX11 2021-07-05 23:12:02 +02:00
parent 5020db4a49
commit d356b9e861

View File

@ -178,7 +178,6 @@
"about.version": "Versione:",
"about.creator": "Sviluppatore:",
"about.website": "Sito:",
"about.bugtracker": "Tracker Bug:",
"about.electron": "Questa applicazione è costruita con Electron, una framework per creare applicazioni native con tecnologie web come JavaScript, HTML e CSS.",
"about.vertex_snap": "Lo snapping degli vertici è basato su un plugin da SirBenet",
"about.icons": "Pachetti Icone:",
@ -1210,7 +1209,7 @@
"settings.camera_near_plane": "Camera Near Plane",
"settings.camera_near_plane.desc": "The minimum distance from the camera where objects render. Higher values decrease Z-fighting. Default is 1.",
"mode.start.keymap_preference": "Keybinding Preference",
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindigns later in the settings.",
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindings later in the settings.",
"mode.start.select_keymap": "Select Keymap",
"message.recording_gif": "GIF creation in progress. Click here to abort.",
"message.load_keymap": "Are you sure you want to load this keymap? This will overwrite your current keybindings.",
@ -1243,7 +1242,7 @@
"action.export_settings": "Export Settings",
"action.export_settings.desc": "Export the Blockbench settings as a .bbsettings file",
"action.load_keymap": "Load Keymap",
"action.load_keymap.default": "Default (Trackpad)",
"action.load_keymap.default": "Default (Trackpad/Mouse)",
"action.load_keymap.mouse": "Default (Mouse)",
"action.load_keymap.default.desc": "Default Blockbench keybindings, with viewport navigation controls optimized for use on laptop trackpads",
"action.load_keymap.mouse.desc": "Default Blockbench keybindings, with viewport navigation bound to the middle mouse button",
@ -1291,5 +1290,6 @@
"camera_angle.common_isometric_left": "Isometric Left (2:1)",
"camera_angle.true_isometric_right": "True Isometric Right (30°)",
"camera_angle.true_isometric_left": "True Isometric Left (30°)",
"menu.help.wiki": "Blockbench Wiki"
"menu.help.wiki": "Blockbench Wiki",
"about.repository": "Repository:"
}