mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-19 17:01:55 +08:00
Update it.json (POEditor.com)
This commit is contained in:
parent
5fcd2912ce
commit
e201ea750a
69
lang/it.json
69
lang/it.json
@ -138,7 +138,6 @@
|
||||
"dialog.plugins.reload": "Ricarica",
|
||||
"dialog.plugins.none_installed": "Nessun plugin installato",
|
||||
"dialog.plugins.none_available": "Nessun plugin disponibile",
|
||||
"dialog.plugins.outdated": "Richiede una versione di Blockbench piu' nuova",
|
||||
"dialog.plugins.web_only": "Solo per l'applicazione web",
|
||||
"dialog.plugins.app_only": "Solo per l'applicazione desktop",
|
||||
"dialog.plugins.author": "di %0",
|
||||
@ -240,8 +239,6 @@
|
||||
"settings.ctrl_size.desc": "Risoluzione della griglia tenendo premuto control",
|
||||
"settings.negative_size": "Dimensioni Negative",
|
||||
"settings.negative_size.desc": "Permettere allo strumento di ridimensionamento di usare dimensioni negative",
|
||||
"settings.dialog_unsaved_textures": "Texture Non Salvate",
|
||||
"settings.dialog_unsaved_textures.desc": "Mostrare dialogo \"Texture Non Salvate\"",
|
||||
"settings.dialog_larger_cubes": "Modello Troppo Grande",
|
||||
"settings.dialog_larger_cubes.desc": "Mostrare dialogo \"Modello Troppo Grande\"",
|
||||
"settings.dialog_rotation_limit": "Limiti Di Rotazione",
|
||||
@ -614,8 +611,6 @@
|
||||
"action.load_animation_file.desc": "Importa un file d'animazione",
|
||||
"action.play_animation": "Riproduci Animazioni",
|
||||
"action.play_animation.desc": "Anteprima animazioni selezionate",
|
||||
"action.export_animation_file": "Esporta Animazioni",
|
||||
"action.export_animation_file.desc": "Esporta un file json con tutte le animazioni correnti",
|
||||
"action.slider_keyframe_time": "Timecode",
|
||||
"action.slider_keyframe_time.desc": "Modifica il timecode dei fotogrammi selezionati",
|
||||
"timeline.rotation": "Rotazione",
|
||||
@ -627,7 +622,6 @@
|
||||
"panel.keyframe.type": "Fotogramma (%0)",
|
||||
"generic.delete": "Elimina",
|
||||
"generic.rename": "Rinomina",
|
||||
"message.animation_update_var": "Variabile Aggiornamento Animazione",
|
||||
"message.no_animation_selected": "Devi selezionare un'animazione per eseguire questa azione",
|
||||
"message.no_bone_selected": "Devi selezionare un osso per eseguire questa azione",
|
||||
"message.duplicate_groups.title": "Nome Osso Duplicato",
|
||||
@ -872,7 +866,6 @@
|
||||
"action.select_effect_animator.desc": "Apri la sequenza per aggiungere effetti sonori e particelle",
|
||||
"action.timeline_focus": "Canale",
|
||||
"action.timeline_focus.desc": "Seleziona i canali animazione da mostrare sulla sequenza",
|
||||
"action.timeline_focus.all": "Tutti",
|
||||
"timeline.particle": "Particella",
|
||||
"timeline.sound": "Suono",
|
||||
"timeline.effects": "Effetti",
|
||||
@ -1089,7 +1082,6 @@
|
||||
"action.resolve_keyframe_expressions": "Risolvi Fotogrammi",
|
||||
"action.resolve_keyframe_expressions.desc": "Risolve le espressioni matematiche dei fotogrammi selezionati",
|
||||
"action.fold_all_animations": "Chiudi Animazioni",
|
||||
"action.timeline_focus.used": "In Uso",
|
||||
"menu.palette.load.empty": "Vuoto",
|
||||
"switches.lock": "Blocca",
|
||||
"camera_angle.isometric_right": "Isometrico Destro",
|
||||
@ -1123,5 +1115,64 @@
|
||||
"menu.animation.loop.once": "Riproduci una volta",
|
||||
"menu.animation.loop.hold": "Mantieni l'ultimo frame",
|
||||
"menu.animation.loop.loop": "Loop",
|
||||
"interface.streamer_mode_on": "Modalità Streamer attivata"
|
||||
"interface.streamer_mode_on": "Modalità Streamer attivata",
|
||||
"generic.reset": "Reset",
|
||||
"generic.restore": "Restore",
|
||||
"keys.mousewheel": "Mousewheel",
|
||||
"message.delete_animation.title": "Delete Animation",
|
||||
"message.delete_animation.message": "The animation was removed from Blockbench. Do you also want to delete the animation from the file that is was saved in?",
|
||||
"message.reset_keybindings": "Are you sure you want to reset all keybindings?",
|
||||
"message.no_animation_to_import": "No animations to import",
|
||||
"dialog.material_instances.title": "Material Instances",
|
||||
"dialog.animation_import.title": "Select Animations to Import",
|
||||
"dialog.create_texture.padding": "Padding",
|
||||
"settings.fov": "FOV",
|
||||
"settings.fov.desc": "Camera Field of View. Default is 45",
|
||||
"settings.sync_color": "Sync Color",
|
||||
"settings.sync_color.desc": "Synchronize the color between different Blockbench instances",
|
||||
"settings.dialog_drag_background": "Position Background",
|
||||
"settings.dialog_drag_background.desc": "Show \"Position Background\" dialog",
|
||||
"settings.minify_bbmodel": "Minified Project Files",
|
||||
"settings.minify_bbmodel.desc": "Write .bbmodel files minified into one line",
|
||||
"action.edit_material_instances": "Edit Material Instances",
|
||||
"action.edit_material_instances.desc": "Edit material instance names for bedrock block geometries",
|
||||
"action.save_all_animations": "Save All Animations",
|
||||
"action.save_all_animations.desc": "Save all currently loaded animations",
|
||||
"action.keyframe_interpolation": "Interpolation",
|
||||
"action.keyframe_interpolation.desc": "Select the keyframe interpolation mode",
|
||||
"action.keyframe_interpolation.linear": "Linear",
|
||||
"action.keyframe_interpolation.catmullrom": "Smooth",
|
||||
"action.timeline_focus.hide_empty": "Hide empty channels",
|
||||
"menu.file.preferences": "Preferences",
|
||||
"menu.animation.blend_weight": "Blend Weight",
|
||||
"menu.animation.save": "Save",
|
||||
"menu.animation.properties": "Properties...",
|
||||
"menu.animation.file": "File",
|
||||
"menu.animation.snapping": "Snapping",
|
||||
"menu.animation.open_location": "Open File Location",
|
||||
"panel.keyframe.add_data_point": "Add Keyframe Data Point",
|
||||
"panel.keyframe.remove_data_point": "Remove Data Point",
|
||||
"panel.keyframe.pre": "Pre",
|
||||
"panel.keyframe.post": "Post",
|
||||
"generic.all": "All",
|
||||
"message.small_face_dimensions.title": "Incompatible Face Dimensions",
|
||||
"message.small_face_dimensions.message": "The selection contains faces that are smaller than 1 unit in one direction. The Box UV mapping system considers any faces below that threshold as 0 pixels wide. The texture on those faces therefore may not work correctly.",
|
||||
"message.small_face_dimensions.face_uv": "The current format supports per-face UV maps which can handle small face dimensions. Go to \"File\" > \"Project...\" and uncheck \"Box UV\".",
|
||||
"dialog.plugins.outdated_client": "Requires a newer version of Blockbench",
|
||||
"dialog.plugins.outdated_plugin": "Plugin is outdated and does not work with this version of Blockbench",
|
||||
"settings.motion_trails": "Motion Trails",
|
||||
"settings.motion_trails.desc": "Show motion trails in the animation editor",
|
||||
"settings.antialiasing": "Anti-aliasing",
|
||||
"settings.antialiasing.desc": "Toggle anti-aliasing in the preview. Restart Blockbench to apply changes",
|
||||
"action.timeline_frame_back": "Jump 1 Frame Back",
|
||||
"action.timeline_frame_forth": "Jump 1 Frame Forth",
|
||||
"action.ik_enabled": "Enable IK",
|
||||
"action.ik_enabled.desc": "Enable Inverse Kinematics for this bone",
|
||||
"action.slider_ik_chain_length": "IK Chain Length",
|
||||
"action.slider_ik_chain_length.desc": "Upwards length of the IK bone chain",
|
||||
"panel.bone.ik": "Inverse Kinematics (Experimental)",
|
||||
"settings.particle_tick_rate": "Particle Tick Rate",
|
||||
"settings.particle_tick_rate.desc": "Tick rate for particle effects in ticks per second. Default is 30",
|
||||
"action.lock_motion_trail": "Lock Motion Trail",
|
||||
"action.lock_motion_trail.desc": "Lock the motion trail to the currently selected group"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user