File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { VTLink } from '@vue/theme'
5
5
<template >
6
6
<section id =" newsletter" class =" NewsLetter" >
7
7
<div class =" container" >
8
- <h2 class =" title" >Subscribe to our weekly newsletter.</h2 >
8
+ <h2 class =" title" >Iscriviti alla nostra newsletter settimanale .</h2 >
9
9
10
10
<div class =" form" >
11
11
<form
@@ -22,7 +22,7 @@ import { VTLink } from '@vue/theme'
22
22
id =" member_email"
23
23
name =" member[email]"
24
24
type =" email"
25
- placeholder =" Email address "
25
+ placeholder =" Indirizzo email "
26
26
required
27
27
/>
28
28
@@ -32,19 +32,19 @@ import { VTLink } from '@vue/theme'
32
32
id =" member_submit"
33
33
name =" member[subscribe]"
34
34
type =" submit"
35
- value =" SUBSCRIBE "
35
+ value =" ISCRIVITI "
36
36
/>
37
37
</div >
38
38
</form >
39
39
</div >
40
40
41
41
<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
43
43
<VTLink
44
44
class =" link"
45
45
href =" https://news.vuejs.org/"
46
46
no-icon
47
- >news.vuejs.org</VTLink >. You may also go social at
47
+ >news.vuejs.org</VTLink >. Puoi anche seguirci sui social su
48
48
<VTLink class =" link" href =" https://twitter.com/vuejs" no-icon >Twitter</VTLink >, or join our home at
49
49
<VTLink class =" link" href =" https://chat.vuejs.org/" no-icon >Discord</VTLink >.
50
50
</p >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function useToggleFn(
79
79
>
80
80
<VTSwitch
81
81
class =" api-switch"
82
- aria-label =" prefer composition api"
82
+ aria-label =" scegliere composition api"
83
83
:aria-checked =" preferComposition"
84
84
@click =" toggleCompositionAPI()"
85
85
/>
@@ -90,7 +90,7 @@ function useToggleFn(
90
90
>
91
91
<a
92
92
class =" switch-link"
93
- title =" About API preference "
93
+ title =" Informazioni sulla scelta dell'API "
94
94
href =" /guide/introduction.html#api-styles"
95
95
@click =" closeSideBar"
96
96
>?</a
@@ -101,14 +101,14 @@ function useToggleFn(
101
101
<label class =" no-sfc-label" @click =" toggleSFC(false)" >HTML</label >
102
102
<VTSwitch
103
103
class =" sfc-switch"
104
- aria-label =" prefer single file component"
104
+ aria-label =" scegliere i single file component"
105
105
:aria-checked =" preferSFC"
106
106
@click =" toggleSFC()"
107
107
/>
108
108
<label class =" sfc-label" @click =" toggleSFC(true)" >SFC</label >
109
109
<a
110
110
class =" switch-link"
111
- title =" About SFC"
111
+ title =" Informazioni su SFC"
112
112
href =" /guide/scaling-up/sfc.html"
113
113
@click =" closeSideBar"
114
114
>?</a
Original file line number Diff line number Diff line change 6
6
<div ></div >
7
7
<div ></div >
8
8
</div >
9
- <div >Repl is loading ...</div >
9
+ <div >Repl è in fase di caricamento ...</div >
10
10
</div >
11
11
</template >
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const { frontmatter } = useData()
6
6
7
7
<template >
8
8
<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 >
10
10
<SponsorsGroup tier =" special" />
11
11
<SponsorsGroup tier =" platinum" />
12
12
</div >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function track(interest?: boolean) {
77
77
href =" /sponsor/"
78
78
class =" sponsor-item action"
79
79
@click =" track(true)"
80
- >Your logo</a
80
+ >Il tuo logo</a
81
81
>
82
82
</div >
83
83
</template >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function track() {
12
12
target =" _blank"
13
13
rel =" noopener nofollow"
14
14
@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
16
16
>
17
17
</div >
18
18
</template >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ onMounted(async () => {
47
47
<div class =" vj-company-logo" >
48
48
<img
49
49
:src =" job.organization.avatar"
50
- :alt =" `Logo for ${job.organization.name}`"
50
+ :alt =" `Logo per ${job.organization.name}`"
51
51
/>
52
52
</div >
53
53
<div
@@ -67,11 +67,11 @@ onMounted(async () => {
67
67
</a >
68
68
</div >
69
69
<div class =" vj-link" >
70
- Jobs by
70
+ Offerte di lavoro da
71
71
<a
72
72
href =" https://vuejobs.com/?utm_source=vuejs&utm_medium=referral&utm_campaign=jobs_widget&utm_content=bottom_link"
73
73
target =" _blank"
74
- title =" Hire Vue.js developers "
74
+ title =" Assumi sviluppatori Vue.js"
75
75
>vuejobs.com</a
76
76
>
77
77
</div >
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ watch(
70
70
href =" https://www.vuemastery.com"
71
71
target =" _blank"
72
72
rel =" sponsored noopener"
73
- title =" Vue.js Courses on Vue Mastery"
73
+ title =" Corsi Vue.js su Vue Mastery"
74
74
>
75
75
Vue Mastery.</a
76
76
> Guarda il corso gratuito di Vue Mastery per una
77
77
<a
78
78
href =" https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
79
79
target =" _blank"
80
80
rel =" sponsored noopener"
81
- title =" Vue.js Courses on Vue Mastery"
81
+ title =" Corsi Vue.js su Vue Mastery"
82
82
>
83
83
Introduzione a Vue.</a
84
84
>
Original file line number Diff line number Diff line change 6
6
rel =" sponsored noopener"
7
7
:title =" title"
8
8
>
9
- <slot >Watch a free video lesson on Vue School</slot >
9
+ <slot >Guarda una video lezione gratuita su Vue School. </slot >
10
10
</a >
11
11
</div >
12
12
</template >
You can’t perform that action at this time.
0 commit comments