Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 06e250d

Browse files
authored
Merge pull request #145 from marcosecchi/italian-localization
Italian localization (it) for default and extras plugins.
2 parents 6ab62b1 + 07305d5 commit 06e250d

File tree

46 files changed

+869
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+869
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ArcadeBody2D": {
3+
"label": "Arcade Body 2D",
4+
"type": "Tipo",
5+
"typeOptions": {
6+
"box": "Box",
7+
"tileMap": "Tile Map"
8+
},
9+
10+
"movable": "Movibile",
11+
"size": "Dimensione",
12+
"offset": "Offset",
13+
"bounce": "Rimbalzo",
14+
15+
"tileMap": "Tile Map",
16+
"tileSetProperty": "Proprietà del Tile Set",
17+
"layers": "Livelli"
18+
}
19+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"CubicModelRenderer": {
3+
"label": "Cubic Model Renderer",
4+
"cubicModel": "Cubic Model"
5+
}
6+
}
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"3dView": {
3+
"settings": {
4+
"title": "Impostazioni",
5+
"linkShapeToPivot": "Collega forma a pivot"
6+
},
7+
"transform": {
8+
"title": "Transform",
9+
"movePivot": "Muovi pivot",
10+
"moveShape": "Muovi forma",
11+
"rotate": "Ruota",
12+
"stretch": "Estendi",
13+
"local": "Locale"
14+
},
15+
"grid": {
16+
"title": "Griglia",
17+
"size": "Dimensione",
18+
"visible": "Visibile"
19+
}
20+
},
21+
"textureView": {
22+
"mode": {
23+
"title": "Modalità",
24+
"layout": "Layout",
25+
"paint": "Pittura"
26+
},
27+
"layoutMode": {
28+
"title": "Impostazioni",
29+
"linkTextureToUV": "Collega texture a UV"
30+
},
31+
"paintMode": {
32+
"tool": "Strumento",
33+
"brush": "Pennello",
34+
"eraser": "Gomma",
35+
"fill": "Riempimento",
36+
"color": "Colore"
37+
}
38+
},
39+
"sidebar": {
40+
"settings": {
41+
"cubicModel": {
42+
"title": "Modello Cubico",
43+
"pixelsPerUnit": "Pixels per unità",
44+
"texture": "Texture",
45+
"download": {
46+
"defaultName": "Texture",
47+
"prompt": "Inserisci un nome per la texture."
48+
},
49+
"textureSize": "Dimensioni Texture (px)"
50+
}
51+
},
52+
"nodes": {
53+
"title": "Nodi",
54+
"newNode": {
55+
"title": "Nuovo nodo",
56+
"prompt": "Inserisci un nome per il nodo."
57+
},
58+
"renamePrompt": "Inserisci un nuovo nome per il nodo.",
59+
"duplicatePrompt": "Inserisci un nome per il nuovo nodo.",
60+
"deleteConfirm": "Sei sicuro di voler eliminare i nodi selezionati?",
61+
"hide": "Nascondi",
62+
"show": "Mostra"
63+
},
64+
"inspector": {
65+
"position": "Posizione",
66+
"orientation": "Orientamento",
67+
"shape": "Forma",
68+
"shapeType": "Tipo",
69+
"shapeOptions": {
70+
"box": "Box"
71+
},
72+
"offset": "Offset",
73+
"size": "Dimensione",
74+
"stretch": "Estendi"
75+
}
76+
}
77+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editors": {
3+
"cubicModel": {
4+
"title": "Modello Cubico"
5+
}
6+
}
7+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"CubicModel": {
3+
"label": "Modello Cubico",
4+
"pixelsPerUnit": "Pixels per unità"
5+
}
6+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"TextRenderer": {
3+
"label": "Text Renderer",
4+
"font": "Font",
5+
"text": "Testo",
6+
"align": {
7+
"title": "Allineamento",
8+
"left": "Sinistra",
9+
"center": "Centro",
10+
"right": "Destra"
11+
},
12+
"verticalAlign": {
13+
"title": "Allineamento Verticale",
14+
"top": "Alto",
15+
"center": "Centro",
16+
"bottom": "Basso"
17+
},
18+
"size": "Dimensione",
19+
"color": "Colore",
20+
"opacity": "Opacità",
21+
"opaque": "Opaca",
22+
"transparent": "Transparente"
23+
24+
}
25+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"type": "Font Type",
3+
"typeOptions": {
4+
"bitmap": "Bitmap",
5+
"vector": "Vector Font"
6+
},
7+
"font": {
8+
"title": "Font",
9+
"download": {
10+
"prompt": "Inserisci un nome per il font",
11+
"defaultName": "Font"
12+
}
13+
},
14+
"texture": "Texture",
15+
"rendering": "Rendering",
16+
"filtering": "Filtro",
17+
"pixelated": "Pixelato",
18+
"smooth": "Morbido",
19+
"pixelsPerUnit": "Pixels / Unità",
20+
"color": "Colore",
21+
"opacity": "Opacità",
22+
"opaque": "Opaca",
23+
"transparent": "Transparente",
24+
"settings": "Impostazioni",
25+
"size": "Dimensioni (pixel)",
26+
"gridSize": "Dimensioni Griglia",
27+
"charset": "Charset",
28+
"charsetOffset": "Offset del Charset"
29+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editors": {
3+
"font": {
4+
"title": "Font"
5+
}
6+
}
7+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"game": {
3+
"label": "Predefinito",
4+
"description": "Esporta come HTML5",
5+
6+
"outputFolder": "Cartella di output",
7+
"errors": {
8+
"selectDestionationFolder": "Seleziona una cartella di destinazione.",
9+
"emptyDirectoryCheckFail": "Impossibile controllare se la cartella selezionata è vuota.",
10+
"destinationFolderEmpty": "La cartella selezionata deve essere vuota."
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)