Skip to content

Commit 4873881

Browse files
committed
i18n: add italian language (thanks to @NicolasGirondi)
1 parent c351ade commit 4873881

18 files changed

Lines changed: 1339 additions & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
trailingSlash: true,
1717
i18n: {
1818
defaultLocale: 'en',
19-
locales: ['en', 'es', 'fr', 'ru'],
19+
locales: ['en', 'es', 'fr', 'ru', 'it'],
2020
},
2121
customFields: {
2222
supabaseKey: process.env.SUPABASE_KEY,

docs/i18n/it/code.json

Lines changed: 330 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,330 @@
1+
{
2+
"about.title": {
3+
"message": "File Explorer Multi-piattaforma."
4+
},
5+
"about.poweredByTheWebTitle": {
6+
"message": "Alimentato dal web"
7+
},
8+
"about.builtUsing": {
9+
"message": "In costruzione usando il"
10+
},
11+
"about.written": {
12+
"message": ", e scritto utilizzando"
13+
},
14+
"about.typescriptUsage": {
15+
"message": "per la parte di frontend e"
16+
},
17+
"about.rustUsage": {
18+
"message": "per la parte di backend"
19+
},
20+
"about.promise": {
21+
"message": "Xplorer ti promette un'esperienza senza precedenti."
22+
},
23+
"feature.multipleTabs": {
24+
"message": "Supporta schede multiple"
25+
},
26+
"feature.multipleTabsDescription": {
27+
"message": "Stanco di aprire più finestre per esplorare i tuoi file? Xplorer viene fornito con più schede di supporto per aiutarti a gestire i tuoi file più facilmente."
28+
},
29+
"feature.filePreview": {
30+
"message": "Anteprima dei file"
31+
},
32+
"feature.filePreviewDescriptionPart1": {
33+
"message": "Xplorer viene fornito con un'"
34+
},
35+
"feature.filePreviewDescriptionPart2": {
36+
"message": "anteprima dei file incorporata"
37+
},
38+
"feature.filePreviewDescriptionPart3": {
39+
"message": "per aiutarti a visualizzare i file in modo più intuitivo. Supporta immagini, video, PDF per quasi tutti i linguaggi di programmazione con l'evidenziazione della sintassi."
40+
},
41+
"feature.designTitle": {
42+
"message": "Progettato fuori dagli schemi"
43+
},
44+
"feature.designDescription": {
45+
"message": "Dite addio al vecchio design della tradizionale app e date il benvenuto questo design semplice ma potente."
46+
},
47+
"feature.customizableTitle": {
48+
"message": "Personalizzabile"
49+
},
50+
"feature.customizableDescriptionPart1": {
51+
"message": "È possibile personalizzare l'aspetto e la sensazione di Xplorer utilizzando diversi temi o"
52+
},
53+
"feature.customizableDescriptionPart2": {
54+
"message": "costruisci il tuo tema"
55+
},
56+
"welcome.keyword": {
57+
"message": "Ridefinito."
58+
},
59+
"welcome.download": {
60+
"message": "Scarica subito"
61+
},
62+
"welcome.xploreTheDocs": {
63+
"message": "Leggi la documentazione"
64+
},
65+
"welcome.description": {
66+
"message": "Software libero e open source. Funziona ovunque."
67+
},
68+
"newsletter.alreadySubscribed": {
69+
"message": "Hai già sottoscritto questa newsletter!"
70+
},
71+
"newsletter.error": {
72+
"message": "Si è verificato un errore, riprova più tardi."
73+
},
74+
"supports.titlePart1": {
75+
"message": "Progettato e sviluppato da"
76+
},
77+
"supports.titlePart2": {
78+
"message": "molte persone fantastiche."
79+
},
80+
"supports.descriptionPart1": {
81+
"message": "Xplorer è un progetto Open Source che"
82+
},
83+
"supports.descriptionPart2": {
84+
"message": "a cui chiunque può contribuire."
85+
},
86+
"theme.ErrorPageContent.title": {
87+
"message": "Questa pagina è si è rotta.",
88+
"description": "The title of the fallback page when the page crashed"
89+
},
90+
"theme.ErrorPageContent.tryAgain": {
91+
"message": "Riprova",
92+
"description": "The label of the button to try again when the page crashed"
93+
},
94+
"theme.NotFound.title": {
95+
"message": "Pagina Non Trovata",
96+
"description": "The title of the 404 page"
97+
},
98+
"theme.NotFound.p1": {
99+
"message": "Non siamo riusciti a trovare quello che stavi cercando.",
100+
"description": "The first paragraph of the 404 page"
101+
},
102+
"theme.NotFound.p2": {
103+
"message": "Si prega di contattare il proprietario del sito che ti ha collegato all'URL originale e di informarlo che il suo link non funziona.",
104+
"description": "The 2nd paragraph of the 404 page"
105+
},
106+
"theme.AnnouncementBar.closeButtonAriaLabel": {
107+
"message": "Chiudi",
108+
"description": "The ARIA label for close button of announcement bar"
109+
},
110+
"theme.BackToTopButton.buttonAriaLabel": {
111+
"message": "Torna in cima",
112+
"description": "The ARIA label for the back to top button"
113+
},
114+
"theme.blog.archive.title": {
115+
"message": "Archivio",
116+
"description": "The page & hero title of the blog archive page"
117+
},
118+
"theme.blog.archive.description": {
119+
"message": "Archivio",
120+
"description": "The page & hero description of the blog archive page"
121+
},
122+
"theme.blog.paginator.navAriaLabel": {
123+
"message": "Navigazione nella pagina dei post del blog",
124+
"description": "The ARIA label for the blog pagination"
125+
},
126+
"theme.blog.paginator.newerEntries": {
127+
"message": "Post più recenti",
128+
"description": "The label used to navigate to the newer blog posts page (previous page)"
129+
},
130+
"theme.blog.paginator.olderEntries": {
131+
"message": "Post più vecchi",
132+
"description": "The label used to navigate to the older blog posts page (next page)"
133+
},
134+
"theme.blog.post.readingTime.plurals": {
135+
"message": "Lettura di un minuto|Lettura di {readingTime} minuti",
136+
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
137+
},
138+
"theme.blog.post.readMore": {
139+
"message": "Maggiori dettagli",
140+
"description": "The label used in blog post item excerpts to link to full blog posts"
141+
},
142+
"theme.blog.post.paginator.navAriaLabel": {
143+
"message": "Navigazione nella pagina dei post del blog",
144+
"description": "The ARIA label for the blog posts pagination"
145+
},
146+
"theme.blog.post.paginator.newerPost": {
147+
"message": "Post più recenti",
148+
"description": "The blog post button label to navigate to the newer/previous post"
149+
},
150+
"theme.blog.post.paginator.olderPost": {
151+
"message": "Post più vecchi",
152+
"description": "The blog post button label to navigate to the older/next post"
153+
},
154+
"theme.blog.sidebar.navAriaLabel": {
155+
"message": "Navigazione dei post recenti del blog",
156+
"description": "The ARIA label for recent posts in the blog sidebar"
157+
},
158+
"theme.blog.post.plurals": {
159+
"message": "Un post|{count} posts",
160+
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
161+
},
162+
"theme.blog.tagTitle": {
163+
"message": "{nPosts} etichettati con \"{tagName}\"",
164+
"description": "The title of the page for a blog tag"
165+
},
166+
"theme.tags.tagsPageLink": {
167+
"message": "Visualizza tutte le etichette",
168+
"description": "The label of the link targeting the tag list page"
169+
},
170+
"theme.CodeBlock.copyButtonAriaLabel": {
171+
"message": "Copia il codice negli appunti",
172+
"description": "The ARIA label for copy code blocks button"
173+
},
174+
"theme.CodeBlock.copied": {
175+
"message": "Copiato",
176+
"description": "The copied button label on code blocks"
177+
},
178+
"theme.CodeBlock.copy": {
179+
"message": "Copia",
180+
"description": "The copy button label on code blocks"
181+
},
182+
"theme.docs.sidebar.expandButtonTitle": {
183+
"message": "Espandi la barra laterale",
184+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
185+
},
186+
"theme.docs.sidebar.expandButtonAriaLabel": {
187+
"message": "Espandi la barra laterale",
188+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
189+
},
190+
"theme.docs.paginator.navAriaLabel": {
191+
"message": "Navigazione delle pagine di documentazione",
192+
"description": "The ARIA label for the docs pagination"
193+
},
194+
"theme.docs.paginator.previous": {
195+
"message": "Indietro",
196+
"description": "The label used to navigate to the previous doc"
197+
},
198+
"theme.docs.paginator.next": {
199+
"message": "Avanti",
200+
"description": "The label used to navigate to the next doc"
201+
},
202+
"theme.docs.sidebar.collapseButtonTitle": {
203+
"message": "Comprimi la barra laterale",
204+
"description": "The title attribute for collapse button of doc sidebar"
205+
},
206+
"theme.docs.sidebar.collapseButtonAriaLabel": {
207+
"message": "Comprimi la barra laterale",
208+
"description": "The title attribute for collapse button of doc sidebar"
209+
},
210+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": {
211+
"message": "Attiva/disattiva la categoria '{label}' della barra laterale comprimibile",
212+
"description": "The ARIA label to toggle the collapsible sidebar category"
213+
},
214+
"theme.docs.tagDocListPageTitle.nDocsTagged": {
215+
"message": "Un documento taggato|{count} documenti taggati",
216+
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
217+
},
218+
"theme.docs.tagDocListPageTitle": {
219+
"message": "{nDocsTagged} con \"{tagName}\"",
220+
"description": "The title of the page for a docs tag"
221+
},
222+
"theme.docs.versions.unreleasedVersionLabel": {
223+
"message": "Questa è una documentazione non rilasciata per la versione {siteTitle} {versionLabel}.",
224+
"description": "The label used to tell the user that he's browsing an unreleased doc version"
225+
},
226+
"theme.docs.versions.unmaintainedVersionLabel": {
227+
"message": "Questa è documentazione per {siteTitle} {versionLabel}, che non è più attivamente mantenuta.",
228+
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
229+
},
230+
"theme.docs.versions.latestVersionSuggestionLabel": {
231+
"message": "Per documentazione aggiornata, vedi {latestVersionLink} ({versionLabel}).",
232+
"description": "The label used to tell the user to check the latest version"
233+
},
234+
"theme.docs.versions.latestVersionLinkLabel": {
235+
"message": "ultima versione",
236+
"description": "The label used for the latest version suggestion link label"
237+
},
238+
"theme.common.editThisPage": {
239+
"message": "Modifica questa pagina",
240+
"description": "The link label to edit the current page"
241+
},
242+
"theme.common.headingLinkTitle": {
243+
"message": "Collegamento diretto alla intestazione",
244+
"description": "Title for link to heading"
245+
},
246+
"theme.lastUpdated.atDate": {
247+
"message": " il {date}",
248+
"description": "The words used to describe on which date a page has been last updated"
249+
},
250+
"theme.lastUpdated.byUser": {
251+
"message": " di {user}",
252+
"description": "The words used to describe by who the page has been last updated"
253+
},
254+
"theme.lastUpdated.lastUpdatedAtBy": {
255+
"message": "Ultimo aggiornamento{atDate}{byUser}",
256+
"description": "The sentence used to display when a page has been last updated, and by who"
257+
},
258+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
259+
"message": "← Torna al menù principale",
260+
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
261+
},
262+
"theme.navbar.mobileVersionsDropdown.label": {
263+
"message": "Versioni",
264+
"description": "The label for the navbar versions dropdown on mobile view"
265+
},
266+
"theme.common.skipToMainContent": {
267+
"message": "Passa ai contenuti principali",
268+
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
269+
},
270+
"theme.tags.tagsListLabel": {
271+
"message": "Etichette:",
272+
"description": "The label alongside a tag list"
273+
},
274+
"theme.TOCCollapsible.toggleButtonLabel": {
275+
"message": "In questa pagina",
276+
"description": "The label used by the button on the collapsible TOC component"
277+
},
278+
"theme.SearchBar.label": {
279+
"message": "Cerca",
280+
"description": "The ARIA label and placeholder for search button"
281+
},
282+
"theme.SearchPage.documentsFound.plurals": {
283+
"message": "Un documento trovato|{count} documenti trovati",
284+
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
285+
},
286+
"theme.SearchPage.existingResultsTitle": {
287+
"message": "Risultati della ricerca per \"{query}\"",
288+
"description": "The search page title for non-empty query"
289+
},
290+
"theme.SearchPage.emptyResultsTitle": {
291+
"message": "Cerca nella documentazione",
292+
"description": "The search page title for empty query"
293+
},
294+
"theme.SearchPage.inputPlaceholder": {
295+
"message": "Digita qui la tua ricerca",
296+
"description": "The placeholder for search page input"
297+
},
298+
"theme.SearchPage.inputLabel": {
299+
"message": "Cerca",
300+
"description": "The ARIA label for search page input"
301+
},
302+
"theme.SearchPage.algoliaLabel": {
303+
"message": "Ricerca di Algolia",
304+
"description": "The ARIA label for Algolia mention"
305+
},
306+
"theme.SearchPage.noResultsText": {
307+
"message": "Nessun risultato trovato",
308+
"description": "The paragraph for empty search result"
309+
},
310+
"theme.SearchPage.fetchingNewResults": {
311+
"message": "Recupero di nuovi risultati...",
312+
"description": "The paragraph for fetching new search results"
313+
},
314+
"theme.PwaReloadPopup.info": {
315+
"message": "Nuova versione disponibile",
316+
"description": "The text for PWA reload popup"
317+
},
318+
"theme.PwaReloadPopup.refreshButtonText": {
319+
"message": "Ricarica",
320+
"description": "The text for PWA reload button"
321+
},
322+
"theme.PwaReloadPopup.closeButtonAriaLabel": {
323+
"message": "Chiudi",
324+
"description": "The ARIA label for close button of PWA reload popup"
325+
},
326+
"theme.tags.tagsPageTitle": {
327+
"message": "Etichette",
328+
"description": "The title of the tag list page"
329+
}
330+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": {
3+
"message": "Blog",
4+
"description": "The title for the blog used in SEO"
5+
},
6+
"description": {
7+
"message": "Blog",
8+
"description": "The description for the blog used in SEO"
9+
},
10+
"sidebar.title": {
11+
"message": "Post recenti",
12+
"description": "The label for the left sidebar"
13+
}
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version.label": {
3+
"message": "Avanti",
4+
"description": "The label for version current"
5+
},
6+
"sidebar.tutorialSidebar.category.Guides": {
7+
"message": "Guide",
8+
"description": "The label for category Guides in sidebar tutorialSidebar"
9+
},
10+
"sidebar.tutorialSidebar.category.Extensions (Beta)": {
11+
"message": "Estensioni (Beta)",
12+
"description": "The label for category Extensions (Beta) in sidebar tutorialSidebar"
13+
},
14+
"sidebar.tutorialSidebar.category.Community": {
15+
"message": "Community",
16+
"description": "The label for category Community in sidebar tutorialSidebar"
17+
}
18+
}

0 commit comments

Comments
 (0)