Skip to content

Commit c9134b8

Browse files
committed
traduzione vitepress/components/*.vue completata
1 parent 1498d9b commit c9134b8

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.vitepress/theme/components/NewsLetter.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { VTLink } from '@vue/theme'
55
<template>
66
<section id="newsletter" class="NewsLetter">
77
<div class="container">
8-
<h2 class="title">Subscribe to our weekly newsletter.</h2>
8+
<h2 class="title">Iscriviti alla nostra newsletter settimanale.</h2>
99

1010
<div class="form">
1111
<form
@@ -22,7 +22,7 @@ import { VTLink } from '@vue/theme'
2222
id="member_email"
2323
name="member[email]"
2424
type="email"
25-
placeholder="Email address"
25+
placeholder="Indirizzo email"
2626
required
2727
/>
2828

@@ -32,19 +32,19 @@ import { VTLink } from '@vue/theme'
3232
id="member_submit"
3333
name="member[subscribe]"
3434
type="submit"
35-
value="SUBSCRIBE"
35+
value="ISCRIVITI"
3636
/>
3737
</div>
3838
</form>
3939
</div>
4040

4141
<p class="help">
42-
You can read the previous issues and listen to our podcast at
42+
Puoi leggere gli articoli precedenti e ascoltare il nostro podcast su
4343
<VTLink
4444
class="link"
4545
href="https://news.vuejs.org/"
4646
no-icon
47-
>news.vuejs.org</VTLink>. You may also go social at
47+
>news.vuejs.org</VTLink>. Puoi anche seguirci sui social su
4848
<VTLink class="link" href="https://twitter.com/vuejs" no-icon>Twitter</VTLink>, or join our home at
4949
<VTLink class="link" href="https://chat.vuejs.org/" no-icon>Discord</VTLink>.
5050
</p>

.vitepress/theme/components/PreferenceSwitch.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function useToggleFn(
7979
>
8080
<VTSwitch
8181
class="api-switch"
82-
aria-label="prefer composition api"
82+
aria-label="scegliere composition api"
8383
:aria-checked="preferComposition"
8484
@click="toggleCompositionAPI()"
8585
/>
@@ -90,7 +90,7 @@ function useToggleFn(
9090
>
9191
<a
9292
class="switch-link"
93-
title="About API preference"
93+
title="Informazioni sulla scelta dell'API"
9494
href="/guide/introduction.html#api-styles"
9595
@click="closeSideBar"
9696
>?</a
@@ -101,14 +101,14 @@ function useToggleFn(
101101
<label class="no-sfc-label" @click="toggleSFC(false)">HTML</label>
102102
<VTSwitch
103103
class="sfc-switch"
104-
aria-label="prefer single file component"
104+
aria-label="scegliere i single file component"
105105
:aria-checked="preferSFC"
106106
@click="toggleSFC()"
107107
/>
108108
<label class="sfc-label" @click="toggleSFC(true)">SFC</label>
109109
<a
110110
class="switch-link"
111-
title="About SFC"
111+
title="Informazioni su SFC"
112112
href="/guide/scaling-up/sfc.html"
113113
@click="closeSideBar"
114114
>?</a

.vitepress/theme/components/ReplLoading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div></div>
77
<div></div>
88
</div>
9-
<div>Repl is loading...</div>
9+
<div>Repl è in fase di caricamento...</div>
1010
</div>
1111
</template>
1212

.vitepress/theme/components/SponsorsAside.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { frontmatter } = useData()
66

77
<template>
88
<div v-if="frontmatter.sponsors !== false">
9-
<a class="sponsors-aside-text" href="/sponsor/">Sponsors</a>
9+
<a class="sponsors-aside-text" href="/sponsor/">Sponsor</a>
1010
<SponsorsGroup tier="special" />
1111
<SponsorsGroup tier="platinum" />
1212
</div>

.vitepress/theme/components/SponsorsGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function track(interest?: boolean) {
7777
href="/sponsor/"
7878
class="sponsor-item action"
7979
@click="track(true)"
80-
>Your logo</a
80+
>Il tuo logo</a
8181
>
8282
</div>
8383
</template>

.vitepress/theme/components/TextAd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function track() {
1212
target="_blank"
1313
rel="noopener nofollow"
1414
@click="track"
15-
>Try it → Build and deploy your own ChatGPT bot with JavaScript in 5 minutes</a
15+
>Provalo → Costruisci e distribuisci il tuo bot ChatGPT con JavaScript in soli 5 minuti.</a
1616
>
1717
</div>
1818
</template>

.vitepress/theme/components/VueJobs.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ onMounted(async () => {
4747
<div class="vj-company-logo">
4848
<img
4949
:src="job.organization.avatar"
50-
:alt="`Logo for ${job.organization.name}`"
50+
:alt="`Logo per ${job.organization.name}`"
5151
/>
5252
</div>
5353
<div
@@ -67,11 +67,11 @@ onMounted(async () => {
6767
</a>
6868
</div>
6969
<div class="vj-link">
70-
Jobs by
70+
Offerte di lavoro da
7171
<a
7272
href="https://vuejobs.com/?utm_source=vuejs&utm_medium=referral&utm_campaign=jobs_widget&utm_content=bottom_link"
7373
target="_blank"
74-
title="Hire Vue.js developers"
74+
title="Assumi sviluppatori Vue.js"
7575
>vuejobs.com</a
7676
>
7777
</div>

.vitepress/theme/components/VueMasteryModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ watch(
7070
href="https://www.vuemastery.com"
7171
target="_blank"
7272
rel="sponsored noopener"
73-
title="Vue.js Courses on Vue Mastery"
73+
title="Corsi Vue.js su Vue Mastery"
7474
>
7575
Vue Mastery.</a
7676
> Guarda il corso gratuito di Vue Mastery per una
7777
<a
7878
href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
7979
target="_blank"
8080
rel="sponsored noopener"
81-
title="Vue.js Courses on Vue Mastery"
81+
title="Corsi Vue.js su Vue Mastery"
8282
>
8383
Introduzione a Vue.</a
8484
>

.vitepress/theme/components/VueSchoolLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
rel="sponsored noopener"
77
:title="title"
88
>
9-
<slot>Watch a free video lesson on Vue School</slot>
9+
<slot>Guarda una video lezione gratuita su Vue School.</slot>
1010
</a>
1111
</div>
1212
</template>

0 commit comments

Comments
 (0)