Skip to content

Commit 818e381

Browse files
committed
Merge pull request #2 from Sanfra1407/master
Italian translation
2 parents 02498ec + eea5f20 commit 818e381

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

themes/vue/layout/index.ejs

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
</ul>
1313
<img id="logo" src="/images/logo.png">
1414
<h1>Vue.js</h1>
15-
<p class="desc">Vue.js is a library for building modern web interfaces. <br>It provides data-reactive components with a simple and flexible API.</p>
15+
<p class="desc">Vue.js è una libreria che permette di creare interfacce web moderne.
16+
<br>Fornisce componenti data-reactive con API semplici e flessibili.</p>
1617
<p class="buttons">
17-
<a href="/guide/installation.html" class="button">Install v<%- theme.vue_version %></a>
18-
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">Source on GitHub</a>
18+
<a href="/guide/installation.html" class="button">Installa v<%- theme.vue_version %></a>
19+
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">Sorgente su GitHub</a>
1920
</p>
2021
<ul id="social">
21-
<li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @vuejs</a></li>
22+
<li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Segui @vuejs</a></li>
2223
<li><iframe src="http://ghbtns.com/github-btn.html?user=yyx990803&repo=vue&type=watch&count=true"
2324
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
2425
<li class="last"><a href="https://gitter.im/yyx990803/vue" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"></a></li>
@@ -79,33 +80,33 @@
7980
<div id="features">
8081
<div class="feats">
8182
<div class="feat">
82-
<h2><span class="icon simple"></span>Simple</h2>
83-
<p>Scrivi un pò di HTML, ricevi un JSON, e crei un'instanza di Vue, è così semplice.</p>
83+
<h2><span class="icon simple"></span>Semplice</h2>
84+
<p>Scrivi l'HTML, ricevi un JSON e crea un'instanza di Vue. È semplicissimo.</p>
8485
</div>
8586
<div class="feat">
86-
<h2><span class="icon powerful"></span>Reactive</h2>
87+
<h2><span class="icon powerful"></span>Reattivo</h2>
8788
<p>Expressions & computed properties with transparent dependency tracking.</p>
8889
</div>
8990
<div class="feat">
90-
<h2><span class="icon composable"></span>Components</h2>
91-
<p>Compose your application with decoupled, reusable components.</p>
91+
<h2><span class="icon composable"></span>Componenti</h2>
92+
<p>Crea la tua applicazione utilizzando i componenti come meglio credi</p>
9293
</div>
9394
<div class="feat">
94-
<h2><span class="icon compact"></span>Compact</h2>
95-
<p>~22kb min+gzip, no dependency.</p>
95+
<h2><span class="icon compact"></span>Leggero</h2>
96+
<p>Vue pesa circa 22kb min+gzip e non dovrai installare nessuna dipendenza.</p>
9697
</div>
9798
<div class="feat">
98-
<h2><span class="icon fast"></span>Fast</h2>
99+
<h2><span class="icon fast"></span>Veloce</h2>
99100
<p>Precise and efficient async batch DOM updates.</p>
100101
</div>
101102
<div class="feat">
102-
<h2><span class="icon module"></span>Package Ready</h2>
103-
<p>Install via NPM, Bower or Duo - leverage your favorite eco system!</p>
103+
<h2><span class="icon module"></span>Pacchetti</h2>
104+
<p>Installabile via NPM, Bower e Duo</p>
104105
</div>
105106
</div>
106107
</div>
107108
<div id="why">
108-
<h2>Perchè dovrei provarlo? Provalo se ti piace:</h2>
109+
<h2>Perchè dovrei provarlo?</h2>
109110
<ul>
110111
<li>Extendable Data bindings</li>
111112
<li>Plain JS object models</li>
@@ -115,8 +116,8 @@
115116
</ul>
116117
</div>
117118
<div id="footer">
118-
<a class="start" href="/guide/index.html">Get Started</a>
119-
<p>Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a></p>
119+
<a class="start" href="/guide/index.html">Inizia subito</a>
120+
<p>Rilasciato sotto la <a href="http://opensource.org/licenses/MIT" target="_blank">licenza MIT</a></p>
120121
<p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="http://evanyou.me" target="_blank">Evan You</a></p>
121122
</div>
122123

themes/vue/layout/page.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
88
</div>
99
<%- page.content %>
10-
<div class="footer">Caught a mistake or want to contribute to the documentation? <a href="https://github.com/vuejs/vuejs.org" target="_blank">Fork this site on Github</a>!</div>
11-
</div>
10+
<div class="footer">Hai scovato un errore o vuoi semplicemente contribuire alla documentazione? <a href="https://github.com/vuejs/vuejs.org" target="_blank">Forkalo su Github</a>!</div>
11+
</div>

themes/vue/layout/post.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<%- partial('partials/main_menu') %>
44
</ul>
55
<div class="list">
6-
<h2>Recent Posts</h2>
6+
<h2>Post recenti</h2>
77
<ul>
88
<% site.posts.sort('date', -1).limit(10).each(function (post) { %>
99
<li>
@@ -25,4 +25,4 @@
2525
</div>
2626
<h4><%- page.date.format('MMM D[,] YYYY') %></h4>
2727
<%- page.content %>
28-
</div>
28+
</div>

0 commit comments

Comments
 (0)