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

Update README.it.md #3151

Closed
wants to merge 1 commit into from
Closed

Update README.it.md #3151

wants to merge 1 commit into from

Conversation

alesarrett
Copy link
Contributor

Updated the Italian translation of README.md to v1.23 and a few minor modifications.

Updated to v1.23
@rom1v
Copy link
Collaborator

rom1v commented Mar 29, 2022

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]
Copy link
Collaborator

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.

Copy link
Contributor

@albertopasqualetto albertopasqualetto left a 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])
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- **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
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
5. Scollega il vostro dispositivo.
5. Scollega il tuo dispositivo.

or

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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].
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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).

Comment on lines +1045 to +1060

## 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
## 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].
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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].
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
4. Abilita adb su TCP/IP sul tuo dispositivo: `adb tcpip 5555`.
4. Abilita adb via TCP/IP sul tuo dispositivo: `adb tcpip 5555`.

@albertopasqualetto
Copy link
Contributor

Thanks @rom1v for tagging me; I was wandering if it is better naming tags like [lowlatency] in english or translating them to italian.

rom1v pushed a commit that referenced this pull request Apr 10, 2022
PR #3151 <#3151>

Signed-off-by: Romain Vimont <rom@rom1v.com>
@rom1v
Copy link
Collaborator

rom1v commented Apr 10, 2022

Thank you to both of you.

I applied the changes @albertopasqualetto suggested, the result is here: pr3151

If it's ok for you, I'll merge it.

@rom1v
Copy link
Collaborator

rom1v commented Apr 12, 2022

@alesarrett ok for you?

@alesarrett
Copy link
Contributor Author

Yes, of course. Thanks!

rom1v pushed a commit that referenced this pull request Apr 14, 2022
PR #3151 <#3151>

Signed-off-by: Romain Vimont <rom@rom1v.com>
@rom1v
Copy link
Collaborator

rom1v commented Apr 14, 2022

👍 merged: fc65c6c

@rom1v rom1v closed this Apr 14, 2022
@rom1v
Copy link
Collaborator

rom1v commented Apr 14, 2022

@albertopasqualetto

I was wandering if it is better naming tags like [lowlatency] in english or translating them to italian

I don't care, as long as it works 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants