Skip to content

Commit 24ceaab

Browse files
committed
bug #499 Update Italian translation (garak, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Update Italian translation Commits ------- 7f5d50d Fixed a typo 646a8fe Update Italian translation
2 parents 071e9fa + 7f5d50d commit 24ceaab

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

app/Resources/translations/messages.it.xlf

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,43 @@
1919
<target>Licenza MIT</target>
2020
</trans-unit>
2121

22+
<trans-unit id="http_error.name">
23+
<source>http_error.name</source>
24+
<target>Errore %status_code%</target>
25+
</trans-unit>
26+
<trans-unit id="http_error.description">
27+
<source>http_error.description</source>
28+
<target>Un errore sconosciuto (HTTP %status_code%) ha impedito di completare la richiesta.</target>
29+
</trans-unit>
30+
<trans-unit id="http_error.suggestion">
31+
<source>http_error.suggestion</source>
32+
<target><![CDATA[Provare a ricaricare la pagina tra poco o <a href="%url%">tornare alla homepage</a>.]]></target>
33+
</trans-unit>
34+
<trans-unit id="http_error_403.description">
35+
<source>http_error_403.description</source>
36+
<target>Non si dispone dei permessi per accedere a questa risorsa.</target>
37+
</trans-unit>
38+
<trans-unit id="http_error_403.suggestion">
39+
<source>http_error_403.suggestion</source>
40+
<target>Chiedere a un amministratore di fornire un accesso a questa risorsa.</target>
41+
</trans-unit>
42+
<trans-unit id="http_error_404.description">
43+
<source>http_error_404.description</source>
44+
<target>La pagina richiesta non è stata trovata.</target>
45+
</trans-unit>
46+
<trans-unit id="http_error_404.suggestion">
47+
<source>http_error_404.suggestion</source>
48+
<target><![CDATA[Verificare di aver scritto correttamente l'URL o <a href="%url%">tornare alla homepage</a>.]]></target>
49+
</trans-unit>
50+
<trans-unit id="http_error_500.description">
51+
<source>http_error_500.description</source>
52+
<target>Si è verificato un errore interno del server.</target>
53+
</trans-unit>
54+
<trans-unit id="http_error_500.suggestion">
55+
<source>http_error_500.suggestion</source>
56+
<target><![CDATA[Provare a ricaricare la pagina tra poco o <a href="%url%">tornare alla homepage</a>.]]></target>
57+
</trans-unit>
58+
2259
<trans-unit id="title.homepage">
2360
<source>title.homepage</source>
2461
<target><![CDATA[Benvenuto nell'applicazione <strong>Symfony Demo</strong>]]></target>
@@ -35,6 +72,10 @@
3572
<source>title.twig_template_code</source>
3673
<target>Codice del template Twig</target>
3774
</trans-unit>
75+
<trans-unit id="title.login_help">
76+
<source>title.login_help</source>
77+
<target>Provare uno dei seguenti utenti</target>
78+
</trans-unit>
3879
<trans-unit id="title.login">
3980
<source>title.login</source>
4081
<target>Accesso sicuro</target>
@@ -80,6 +121,22 @@
80121
<source>action.delete_post</source>
81122
<target>Elimina post</target>
82123
</trans-unit>
124+
<trans-unit id="delete_post_modal.title">
125+
<source>delete_post_modal.title</source>
126+
<target>Sicuro di voler eliminare questo post?</target>
127+
</trans-unit>
128+
<trans-unit id="delete_post_modal.body">
129+
<source>delete_post_modal.body</source>
130+
<target>Non si può annullare questa azione.</target>
131+
</trans-unit>
132+
<trans-unit id="label.delete_post">
133+
<source>label.delete_post</source>
134+
<target>Elimina post</target>
135+
</trans-unit>
136+
<trans-unit id="label.cancel">
137+
<source>label.cancel</source>
138+
<target>Annulla</target>
139+
</trans-unit>
83140
<trans-unit id="action.create_post">
84141
<source>action.create_post</source>
85142
<target>Crea un nuovo post</target>
@@ -88,6 +145,10 @@
88145
<source>label.create_post</source>
89146
<target>Crea post</target>
90147
</trans-unit>
148+
<trans-unit id="label.save_and_create_new">
149+
<source>label.save_and_create_new</source>
150+
<target>Salva e crea nuovo</target>
151+
</trans-unit>
91152
<trans-unit id="action.back_to_list">
92153
<source>action.back_to_list</source>
93154
<target>Ritorna alla lista dei post</target>
@@ -145,6 +206,10 @@
145206
<source>label.published_at</source>
146207
<target>Data pubblicazione</target>
147208
</trans-unit>
209+
<trans-unit id="label.tags">
210+
<source>label.tags</source>
211+
<target>Tag</target>
212+
</trans-unit>
148213
<trans-unit id="label.actions">
149214
<source>label.actions</source>
150215
<target>Azioni</target>
@@ -158,6 +223,14 @@
158223
<target>Modifica contenuti</target>
159224
</trans-unit>
160225

226+
<trans-unit id="menu.toggle_nav">
227+
<source>menu.toggle_nav</source>
228+
<target>Navigazione</target>
229+
</trans-unit>
230+
<trans-unit id="menu.choose_language">
231+
<source>menu.choose_language</source>
232+
<target>Lingua</target>
233+
</trans-unit>
161234
<trans-unit id="menu.post_list">
162235
<source>menu.post_list</source>
163236
<target>Lista post</target>
@@ -178,6 +251,10 @@
178251
<source>menu.logout</source>
179252
<target>Esci</target>
180253
</trans-unit>
254+
<trans-unit id="menu.rss">
255+
<source>menu.rss</source>
256+
<target>RSS del blog</target>
257+
</trans-unit>
181258

182259
<trans-unit id="post.to_publish_a_comment">
183260
<source>post.to_publish_a_comment</source>
@@ -195,6 +272,31 @@
195272
<source>post.no_comments</source>
196273
<target>Commenta per primo.</target>
197274
</trans-unit>
275+
<trans-unit id="post.no_posts_found">
276+
<source>post.no_posts_found</source>
277+
<target>Nessun post trovato.</target>
278+
</trans-unit>
279+
<trans-unit id="post.created_successfully">
280+
<source>post.created_successfully</source>
281+
<target>Post creato!</target>
282+
</trans-unit>
283+
<trans-unit id="post.updated_successfully">
284+
<source>post.updated_successfully</source>
285+
<target>Post aggiornato!</target>
286+
</trans-unit>
287+
<trans-unit id="post.deleted_successfully">
288+
<source>post.deleted_successfully</source>
289+
<target>Post eliminato!</target>
290+
</trans-unit>
291+
292+
<trans-unit id="notification.comment_created">
293+
<source>notification.comment_created</source>
294+
<target>Il post ha ricevuto un commento!</target>
295+
</trans-unit>
296+
<trans-unit id="notification.comment_created.description">
297+
<source>notification.comment_created.description</source>
298+
<target><![CDATA[Il post "%title%" ha ricevuto un nuovo commento. Si può leggere il commento al seguente <a href="%link%">collegamento</a>]]></target>
299+
</trans-unit>
198300

199301
<trans-unit id="help.app_description">
200302
<source>help.app_description</source>
@@ -236,6 +338,15 @@
236338
<source>help.more_information</source>
237339
<target><![CDATA[Per altre informazioni, visita la <a href="http://symfony.com/doc">documentazione di Symfony</a>.]]></target>
238340
</trans-unit>
341+
342+
<trans-unit id="rss.title">
343+
<source>rss.title</source>
344+
<target>Symfony Demo blog</target>
345+
</trans-unit>
346+
<trans-unit id="rss.description">
347+
<source>rss.description</source>
348+
<target>Post più recenti pubblicati su Symfony Demo blog</target>
349+
</trans-unit>
239350
</body>
240351
</file>
241352
</xliff>

0 commit comments

Comments
 (0)