-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Update README.it.md #3151
Update README.it.md #3151
Conversation
Updated to v1.23
Thank you 👍 @albertopasqualetto as the author of the original translation, do you have some remarks? |
@@ -38,7 +57,7 @@ In alcuni dispositivi, devi anche abilitare [un'opzione aggiuntiva][control] per | |||
### Sommario | |||
|
|||
- Linux: `apt install scrcpy` | |||
- Windows: [download](README.md#windows) | |||
- Windows: [download][direct-win64] |
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.
No, please keep README.md#windows
, so that an outdated translated README still points to the latest version to download.
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.
I added some modifications, please review them (also in "Requisiti" paragraph add "(in inglese)" after opzione aggiuntiva link).
- **leggerezza**: nativo, mostra solo lo schermo del dispositivo | ||
- **prestazioni**: 30~120fps, in funzione del dispositivo | ||
- **qualità**: 1920×1080 o superiore | ||
- **bassa latenza**: [35~70ms][lowlatency]) |
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.
- **bassa latenza**: [35~70ms][lowlatency]) | |
- **bassa latenza**: [35~70ms][lowlatency] |
Se il dispositivo (accessibile a 192.168.1.1 in questo esempio) ascolta già su una porta (tipicamente 5555) per le connessioni adb in entrata, allora esegui: | ||
|
||
```bash | ||
scrcpy --tcpip=192.168.1.1 # la porta predefinita è 5555 |
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.
scrcpy --tcpip=192.168.1.1 # la porta predefinita è 5555 | |
scrcpy --tcpip=192.168.1.1 # la porta predefinita è 5555 |
More readable
Also in the other snippets
scrcpy --tcpip # senza argomenti | ||
``` | ||
|
||
Il comando troverà automaticamente l'indirizzo IP del dispositivo, abiliterà la modalità TCP/IP, quindi si connette al dispositivo prima di iniziare. |
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.
Il comando troverà automaticamente l'indirizzo IP del dispositivo, abiliterà la modalità TCP/IP, quindi si connette al dispositivo prima di iniziare. | |
Il comando troverà automaticamente l'indirizzo IP del dispositivo, abiliterà la modalità TCP/IP, quindi connettersi al dispositivo prima di iniziare. |
Better transation? Not sure
5. Connetti il tuo dispositivo: `adb connect IP_DISPOSITVO:5555` _(rimpiazza `IP_DISPOSITIVO`)_. | ||
6. Esegui `scrcpy` come al solito. | ||
4. Abilita adb su TCP/IP sul tuo dispositivo: `adb tcpip 5555`. | ||
5. Scollega il vostro dispositivo. |
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.
5. Scollega il vostro dispositivo. | |
5. Scollega il tuo dispositivo. |
or
5. Scollega il vostro dispositivo. | |
5. Scollega il dispositivo. |
Potrebbe essere utile diminuire il bit-rate e la definizione | ||
[adb-wireless]: https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+ | ||
|
||
Se la connessione cade casualmente, esegui il comando `scrcpy` per riconnetterti. Se il comando dice che non ci sono dispositivi/emulatori trovati, prova ad eseguire `adb connect DEVICE_IP:5555` di nuovo, e poi `scrcpy` come al solito. Se dice ancora che non ne ha trovato nessuno trovato, prova ad eseguire `adb disconnect` e poi esegui di nuovo questi due comandi. |
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.
Se la connessione cade casualmente, esegui il comando `scrcpy` per riconnetterti. Se il comando dice che non ci sono dispositivi/emulatori trovati, prova ad eseguire `adb connect DEVICE_IP:5555` di nuovo, e poi `scrcpy` come al solito. Se dice ancora che non ne ha trovato nessuno trovato, prova ad eseguire `adb disconnect` e poi esegui di nuovo questi due comandi. | |
Se la connessione cade casualmente, esegui il comando `scrcpy` per riconnetterti. Se il comando dice che non ci sono dispositivi/emulatori trovati, prova ad eseguire `adb connect DEVICE_IP:5555` di nuovo, e poi `scrcpy` come al solito. Se dice ancora che non ne ha trovato nessuno, prova ad eseguire `adb disconnect` e poi esegui di nuovo questi due comandi. |
|
||
Se fallisce per qualche motivo (per esempio perché il dispositivo non è connesso via USB), ritorna automaticamente alla modalità predefinita (con un log nella console). Questo permette di usare le stesse opzioni della linea di comando quando si è connessi via USB e TCP/IP. | ||
|
||
In questa modalità, gli eventi i pressione originali (scancodes) sono inviati al dispositivo, indipendentemente dalla mappatura dei tasti dell'host. Pertanto, se il layout della tua tastiera non corrisponde, deve essere configurato sul dispositivo Android, in Impostazioni → Sistema → Lingue e input → [Tastiera fisica]. |
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.
In questa modalità, gli eventi i pressione originali (scancodes) sono inviati al dispositivo, indipendentemente dalla mappatura dei tasti dell'host. Pertanto, se il layout della tua tastiera non corrisponde, deve essere configurato sul dispositivo Android, in Impostazioni → Sistema → Lingue e input → [Tastiera fisica]. | |
In questa modalità, gli eventi i pressione originali (scancodes) sono inviati al dispositivo, indipendentemente dalla mappatura dei tasti dell'host. Pertanto, se il layout della tua tastiera non corrisponde, deve essere configurato sul dispositivo Android, in Impostazioni → Sistema → Lingue e input → [Tastiera fisica] (in inglese). |
|
||
## Traduzioni | ||
|
||
Questo README è disponibile in altre lingue: | ||
|
||
- [Deutsch (German, `de`) - v1.22](README.de.md) | ||
- [Indonesian (Indonesia, `id`) - v1.16](README.id.md) | ||
- [日本語 (Japanese, `jp`) - v1.19](README.jp.md) | ||
- [한국어 (Korean, `ko`) - v1.11](README.ko.md) | ||
- [Português Brasileiro (Brazilian Portuguese, `pt-BR`) - v1.19](README.pt-br.md) | ||
- [Español (Spanish, `sp`) - v1.21](README.sp.md) | ||
- [简体中文 (Simplified Chinese, `zh-Hans`) - v1.22](README.zh-Hans.md) | ||
- [繁體中文 (Traditional Chinese, `zh-Hant`) - v1.15](README.zh-Hant.md) | ||
- [Turkish (Turkish, `tr`) - v1.18](README.tr.md) | ||
|
||
Solo il file README in inglese ([README.md](README.md)) è sempre aggiornato. |
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.
## Traduzioni | |
Questo README è disponibile in altre lingue: | |
- [Deutsch (German, `de`) - v1.22](README.de.md) | |
- [Indonesian (Indonesia, `id`) - v1.16](README.id.md) | |
- [日本語 (Japanese, `jp`) - v1.19](README.jp.md) | |
- [한국어 (Korean, `ko`) - v1.11](README.ko.md) | |
- [Português Brasileiro (Brazilian Portuguese, `pt-BR`) - v1.19](README.pt-br.md) | |
- [Español (Spanish, `sp`) - v1.21](README.sp.md) | |
- [简体中文 (Simplified Chinese, `zh-Hans`) - v1.22](README.zh-Hans.md) | |
- [繁體中文 (Traditional Chinese, `zh-Hant`) - v1.15](README.zh-Hant.md) | |
- [Turkish (Turkish, `tr`) - v1.18](README.tr.md) | |
Solo il file README in inglese ([README.md](README.md)) è sempre aggiornato. |
It does not have to be in translation
|
||
## Contatti | ||
|
||
Se incontri un bug, per favore leggi prima le [FAQ], poi apri un [issue]. |
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.
Se incontri un bug, per favore leggi prima le [FAQ], poi apri un [issue]. | |
Se incontri un bug, per favore leggi prima le [FAQ], poi apri una [issue]. |
I think it is femenine
|
||
## Contatti | ||
|
||
Se incontri un bug, per favore leggi prima le [FAQ], poi apri un [issue]. |
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.
Se incontri un bug, per favore leggi prima le [FAQ], poi apri un [issue]. | |
Se incontri un bug, per favore leggi prima le [FAQ](FAQ.it.md), poi apri un [issue]. |
4. Scollega il tuo dispositivo. | ||
5. Connetti il tuo dispositivo: `adb connect IP_DISPOSITVO:5555` _(rimpiazza `IP_DISPOSITIVO`)_. | ||
6. Esegui `scrcpy` come al solito. | ||
4. Abilita adb su TCP/IP sul tuo dispositivo: `adb tcpip 5555`. |
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.
4. Abilita adb su TCP/IP sul tuo dispositivo: `adb tcpip 5555`. | |
4. Abilita adb via TCP/IP sul tuo dispositivo: `adb tcpip 5555`. |
Thanks @rom1v for tagging me; I was wandering if it is better naming tags like |
Thank you to both of you. I applied the changes @albertopasqualetto suggested, the result is here: If it's ok for you, I'll merge it. |
@alesarrett ok for you? |
Yes, of course. Thanks! |
👍 merged: fc65c6c |
I don't care, as long as it works 😉 |
Updated the Italian translation of README.md to v1.23 and a few minor modifications.