Skip to content
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

docs: Added Getting-Started-IT (Italian language) #412

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

InziDeveloperMode
Copy link

@InziDeveloperMode InziDeveloperMode commented Jan 20, 2025

Description

Describe the changes
Added Italian language to Getting Started docs

What is the current behavior? (You can also link to an open issue here)

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.

Other information:


Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentations

Submission checklist

  • I have checked the project can be compiled
  • I have tested my changes and it worked as expected

Patches (if there are any changes related to Harmony patches)

  • I have checked no IL patching errors in the console

Other

  • Still requires more testing

@louis1706 louis1706 added the help wanted Extra attention is needed label Jan 30, 2025
@louis1706
Copy link

woud like an review from an italian

Copy link

@NotZer0Two NotZer0Two left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inzi don't hate me, but some things are needed to change im not a dude who does know italian much than you but i've seen far worst translations, and i liked how you translated some stuff but by seeing we are on a public project that everyone can see every small detail needed to be checked.

Im sorry for the 53 comments you will need to check :3

Questa documentazione vi mostrerà le basi della creazione di un plugin per Exiled. Da qui potrete iniziare a mostrare al mondo quali cose creative potete realizzare con questo framework!

### Plugin di esempio
Il [Plugin di esempio](https://github.com/ExMod-Team/EXILED/tree/master/EXILED/Exiled.Example) è un semplice plugin che mostra gli eventi e come realizzarli correttamente. L'uso di questo esempio vi aiuterà a imparare a usare correttamente Exiled. Ci sono un paio di cose importanti in questo plugin, e ne parliamo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Ci sono un paio di cose importanti" => "Ci sono alcuni aspetti importanti" or other forms that could match a more appropriate language

Questa documentazione vi mostrerà le basi della creazione di un plugin per Exiled. Da qui potrete iniziare a mostrare al mondo quali cose creative potete realizzare con questo framework!

### Plugin di esempio
Il [Plugin di esempio](https://github.com/ExMod-Team/EXILED/tree/master/EXILED/Exiled.Example) è un semplice plugin che mostra gli eventi e come realizzarli correttamente. L'uso di questo esempio vi aiuterà a imparare a usare correttamente Exiled. Ci sono un paio di cose importanti in questo plugin, e ne parliamo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"realizzarli" => "implementarli" this could be a better translation from the english to italian

Questa documentazione vi mostrerà le basi della creazione di un plugin per Exiled. Da qui potrete iniziare a mostrare al mondo quali cose creative potete realizzare con questo framework!

### Plugin di esempio
Il [Plugin di esempio](https://github.com/ExMod-Team/EXILED/tree/master/EXILED/Exiled.Example) è un semplice plugin che mostra gli eventi e come realizzarli correttamente. L'uso di questo esempio vi aiuterà a imparare a usare correttamente Exiled. Ci sono un paio di cose importanti in questo plugin, e ne parliamo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"e ne parliamo" => "di cui parleremo" or other forms that could match a more formal usage of the language to match the english counterpart


## Getting Started
### Intro
Exiled è un'API di basso livello, il che significa che è possibile richiamare funzioni dal gioco senza bisogno di un mucchio di API bloatware.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"senza bisogno di un mucchio di API bloatware" => "senza dover ricorrere a un insieme di API pesanti e ridondanti" seems for me a more correct approach to the language and not to use words that people could not know or have a double meaning


Inoltre, consente agli sviluppatori di plugin di non dover modificare il proprio codice dopo ogni aggiornamento di Exiled o di SCP:SL. In effetti, non devono nemmeno aggiornare i loro plugin!

Questa documentazione vi mostrerà le basi della creazione di un plugin per Exiled. Da qui potrete iniziare a mostrare al mondo quali cose creative potete realizzare con questo framework!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Questa documentazione vi guiderà attraverso le basi della creazione di un plugin per Exiled." => "Questa documentazione vi guiderà attraverso le basi della creazione di un plugin per Exiled." or other forms that could match a more appropriate language

}
```

E poi congratulazioni! Avete creato il vostro primo plugin Exiled! È importante notare che tutti i plugin **devono** avere una configurazione IsEnabled. Questa configurazione consente ai proprietari del server di attivare e disattivare il plugin a loro piacimento. La configurazione IsEnabled sarà letta dal Loader di Exiled (il vostro plugin non ha bisogno di controllare se `IsEnabled == true` o meno).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"controllare" => "verificare"

Sounds more professional again something that is missing from all of this doc

E poi congratulazioni! Avete creato il vostro primo plugin Exiled! È importante notare che tutti i plugin **devono** avere una configurazione IsEnabled. Questa configurazione consente ai proprietari del server di attivare e disattivare il plugin a loro piacimento. La configurazione IsEnabled sarà letta dal Loader di Exiled (il vostro plugin non ha bisogno di controllare se `IsEnabled == true` o meno).

### E ora?
Se volete maggiori informazioni dovreste unirvi al nostro [discord!](https://discord.gg/PyUkWTg)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Se volete maggiori informazioni dovreste unirvi" => "Se desiderate maggiori informazioni, vi invitiamo a unirvi"

Sounds more professional, shit someone needs to do a count of how many times i said "Sounds more professional"

### E ora?
Se volete maggiori informazioni dovreste unirvi al nostro [discord!](https://discord.gg/PyUkWTg)

Abbiamo un canale #resources che potreste trovare utile, così come collaboratori di Exiled e sviluppatori di plugin che sarebbero disposti ad assistervi nella creazione dei vostri plugin.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"così come collaboratori di Exiled e sviluppatori di plugin" => "insieme a collaboratori di Exiled e sviluppatori di plugin"

Idk sounds better and probably better translated from the original

### E ora?
Se volete maggiori informazioni dovreste unirvi al nostro [discord!](https://discord.gg/PyUkWTg)

Abbiamo un canale #resources che potreste trovare utile, così come collaboratori di Exiled e sviluppatori di plugin che sarebbero disposti ad assistervi nella creazione dei vostri plugin.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"che sarebbero disposti ad assistervi" => "disposti ad assistervi"

This is real bloatware not the "API bloatware"


Abbiamo un canale #resources che potreste trovare utile, così come collaboratori di Exiled e sviluppatori di plugin che sarebbero disposti ad assistervi nella creazione dei vostri plugin.

Oppure puoi leggere tutti gli eventi che abbiamo! Se vuoi darci un'occhiata [qui!](https://github.com/ExMod-Team/EXILED/tree/master/EXILED/Exiled.Events/EventArgs)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Oppure puoi leggere tutti gli eventi che abbiamo!" => "In alternativa, potete esplorare tutti gli eventi che abbiamo!"

Yea sounds better

@NotZer0Two
Copy link

woud like an review from an italian

You have your italian reviewing it

@InziDeveloperMode
Copy link
Author

Inzi don't hate me, but some things are needed to change im not a dude who does know italian much than you but i've seen far worst translations, and i liked how you translated some stuff but by seeing we are on a public project that everyone can see every small detail needed to be checked.

Im sorry for the 53 comments you will need to check :3

you have to explode <3

@NotZer0Two
Copy link

Inzi don't hate me, but some things are needed to change im not a dude who does know italian much than you but i've seen far worst translations, and i liked how you translated some stuff but by seeing we are on a public project that everyone can see every small detail needed to be checked.
Im sorry for the 53 comments you will need to check :3

you have to explode <3

Sorry >w< please don't hate me but this is a project not for "Scappati di casa"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants