-
Notifications
You must be signed in to change notification settings - Fork 84
translate start-a-new-project #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ciao @webdiego, grazie!! 🚀
Ho aggiunto qualche commento per correggere alcune frasi.
Fammi sapere cosa ne pensi!
|
||
Expo is maintained by [Expo (the company)](https://expo.dev/about). Building apps with Expo is free, and you can submit them to the Google and Apple app stores without restrictions. Expo additionally provides opt-in paid cloud services. | ||
Expo è mantenuto da [Expo ('l'azienda)](https://expo.dev/about). La creazione di app con Expo è gratuita e puoi inviarle ai negozi di app di Google e Apple senza restrizioni. Expo fornisce inoltre servizi cloud a pagamento opzionali. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expo è mantenuto da [Expo ('l'azienda)](https://expo.dev/about). La creazione di app con Expo è gratuita e puoi inviarle ai negozi di app di Google e Apple senza restrizioni. Expo fornisce inoltre servizi cloud a pagamento opzionali. | |
Expo è mantenuto da [Expo ('l'azienda)](https://expo.dev/about). La creazione di app con Expo è gratuita e puoi inviarle agli app store di Google e Apple senza restrizioni. Expo fornisce inoltre servizi cloud a pagamento opzionali. |
Terrei il termine "app store" non tradotto, in quanto di utilizzo comune nella lingua italiana. Cosa ne pensi?
|
||
```js | ||
<Suspense fallback={<TalksLoading />}> | ||
<Talks confId={conf.id} /> | ||
</Suspense> | ||
``` | ||
|
||
Server Components and Suspense are React features rather than Next.js features. However, adopting them at the framework level requires buy-in and non-trivial implementation work. At the moment, the Next.js App Router is the most complete implementation. The React team is working with bundler developers to make these features easier to implement in the next generation of frameworks. | ||
Server Components e Suspense sono funzionalità di React che possono essere adottate a livello di framework. Al momento, il Next.js App Router è l'implementazione più completa di queste funzionalità tra i vari framework. Il team di React sta anche lavorando con gli sviluppatori di bundler per rendere più semplice l'implementazione di queste funzionalità nella prossima generazione di framework. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per consistenza terrei solo una versione di Next.js App Router
, nelle righe sopra viene tradotto come router dell'app di Next.js
.
Cosa ne pensi? 💪🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si sono d'accordo! Grazie per la review :)
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Mattia Sanfilippo <me@mattiasanfilippo.dev>
Co-authored-by: Alessandro De Blasis <alex@deblasis.net>
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Three Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 LGTM
Graziee! Super felice della mia prima contribution! :) :) @mattia-sanfilippo @mattia-sanfilippo |
Added italian translation for a start-a-new-project.md and I also translated the index in installation.md
Ps: my first contribution :)