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

Commit b1b8a3e

Browse files
committed
Added italian translation
1 parent 8e450a1 commit b1b8a3e

File tree

1 file changed

+167
-0
lines changed

1 file changed

+167
-0
lines changed
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3+
<file source-language="en" target-language="it" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="dashboard.cmf">
6+
<source>dashboard.cmf</source>
7+
<target>Symfony CMF</target>
8+
</trans-unit>
9+
<trans-unit id="dashboard.label_menu">
10+
<source>dashboard.label_menu</source>
11+
<target>Menu</target>
12+
</trans-unit>
13+
<trans-unit id="dashboard.label_menu_node">
14+
<source>dashboard.label_menu_node</source>
15+
<target>Nodo menu</target>
16+
</trans-unit>
17+
<trans-unit id="breadcrumb.link_menu_list">
18+
<source>breadcrumb.link_menu_list</source>
19+
<target>Menu</target>
20+
</trans-unit>
21+
<trans-unit id="breadcrumb.link_menu_create">
22+
<source>breadcrumb.link_menu_create</source>
23+
<target>Crea menu</target>
24+
</trans-unit>
25+
<trans-unit id="breadcrumb.link_menu_edit">
26+
<source>breadcrumb.link_menu_edit</source>
27+
<target>Modifica</target>
28+
</trans-unit>
29+
<trans-unit id="breadcrumb.link_menu_delete">
30+
<source>breadcrumb.link_menu_delete</source>
31+
<target>Elimina</target>
32+
</trans-unit>
33+
<trans-unit id="breadcrumb.link_menu_node_list">
34+
<source>breadcrumb.link_menu_node_list</source>
35+
<target>Nodi menu</target>
36+
</trans-unit>
37+
<trans-unit id="breadcrumb.link_menu_node_create">
38+
<source>breadcrumb.link_menu_node_create</source>
39+
<target>Crea</target>
40+
</trans-unit>
41+
<trans-unit id="breadcrumb.link_menu_node_edit">
42+
<source>breadcrumb.link_menu_node_edit</source>
43+
<target>Modifica</target>
44+
</trans-unit>
45+
<trans-unit id="breadcrumb.link_menu_node_delete">
46+
<source>breadcrumb.link_menu_node_delete</source>
47+
<target>Elimina</target>
48+
</trans-unit>
49+
<trans-unit id="list.label_id">
50+
<source>list.label_id</source>
51+
<target>Id</target>
52+
</trans-unit>
53+
<trans-unit id="list.label_name">
54+
<source>list.label_name</source>
55+
<target>Nome</target>
56+
</trans-unit>
57+
<trans-unit id="list.label_label">
58+
<source>list.label_label</source>
59+
<target>Codice</target>
60+
</trans-unit>
61+
<trans-unit id="list.label_uri">
62+
<source>list.label_uri</source>
63+
<target>URI</target>
64+
</trans-unit>
65+
<trans-unit id="list.label_route">
66+
<source>list.label_route</source>
67+
<target>Rotta</target>
68+
</trans-unit>
69+
<trans-unit id="form.group_general">
70+
<source>form.group_general</source>
71+
<target>Generale</target>
72+
</trans-unit>
73+
<trans-unit id="form.group_items">
74+
<source>form.group_items</source>
75+
<target>Elementi</target>
76+
</trans-unit>
77+
<trans-unit id="form.label_children">
78+
<source>form.label_children</source>
79+
<target>Elementi</target>
80+
</trans-unit>
81+
<trans-unit id="form.label_parent">
82+
<source>form.label_parent</source>
83+
<target>Genitore</target>
84+
</trans-unit>
85+
<trans-unit id="form.label_name">
86+
<source>form.label_name</source>
87+
<target>Nome</target>
88+
</trans-unit>
89+
<trans-unit id="form.label_label">
90+
<source>form.label_label</source>
91+
<target>Codice</target>
92+
</trans-unit>
93+
<trans-unit id="form.label_uri">
94+
<source>form.label_uri</source>
95+
<target>URI</target>
96+
</trans-unit>
97+
<trans-unit id="form.label_route">
98+
<source>form.label_route</source>
99+
<target>Rotta</target>
100+
</trans-unit>
101+
<trans-unit id="form.label_parameters">
102+
<source>form.label_parameters</source>
103+
<target>Parametri rotta</target>
104+
</trans-unit>
105+
<trans-unit id="form.label_content">
106+
<source>form.label_content</source>
107+
<target>Contenuto</target>
108+
</trans-unit>
109+
<trans-unit id="form.label_link_type">
110+
<source>form.label_link_type</source>
111+
<target>Tipo link</target>
112+
</trans-unit>
113+
<trans-unit id="form.label_weak">
114+
<source>form.label_weak</source>
115+
<target>Associazione debole</target>
116+
</trans-unit>
117+
<trans-unit id="help.items_help">
118+
<source>help.items_help</source>
119+
<target>Clic su elemento per modificare, clic col pulsante destro per creare nuovi elementi.</target>
120+
</trans-unit>
121+
<trans-unit id="form.group_menus">
122+
<source>form.group_menus</source>
123+
<target>Menu</target>
124+
</trans-unit>
125+
<trans-unit id="form.label_menu_nodes">
126+
<source>form.label_menu_nodes</source>
127+
<target>Menu</target>
128+
</trans-unit>
129+
<trans-unit id="form.group_menu_options">
130+
<source>form.group_menu_options</source>
131+
<target>Opzioni menu</target>
132+
</trans-unit>
133+
<trans-unit id="form.label_display">
134+
<source>form.label_display</source>
135+
<target>Visualizza</target>
136+
</trans-unit>
137+
<trans-unit id="form.help_display">
138+
<source>form.help_display</source>
139+
<target>La voce di menu è visibile solo se il codice non è vuoto.</target>
140+
</trans-unit>
141+
<trans-unit id="form.label_display_children">
142+
<source>form.label_display_children</source>
143+
<target>Visualizza figli</target>
144+
</trans-unit>
145+
<trans-unit id="form.help_display_children">
146+
<source>form.help_display_children</source>
147+
<target>I figli sono visibili solo se anche la voce di menu è visibile.</target>
148+
</trans-unit>
149+
<trans-unit id="form.label_attributes">
150+
<source>form.label_attributes</source>
151+
<target>Attributi menu</target>
152+
</trans-unit>
153+
<trans-unit id="form.label_label_attributes">
154+
<source>form.label_label_attributes</source>
155+
<target>Attributi codice</target>
156+
</trans-unit>
157+
<trans-unit id="form.label_children_attributes">
158+
<source>form.label_children_attributes</source>
159+
<target>Attributi figli</target>
160+
</trans-unit>
161+
<trans-unit id="form.label_link_attributes">
162+
<source>form.label_link_attributes</source>
163+
<target>Attributi link</target>
164+
</trans-unit>
165+
</body>
166+
</file>
167+
</xliff>

0 commit comments

Comments
 (0)