1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-30 22:22:38 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2023-04-26 04:04:23 +00:00
parent 03faa33493
commit 99b4bf2134
80 changed files with 459 additions and 567 deletions

View File

@ -205,13 +205,9 @@ In questo sito raccomandiamo un'ampia gamma di applicazioni per Android. Le app
Shelter supporta il blocco della ricerca dei contatti tra i profili e la condivisione dei file tra i profili tramite il gestore file predefinito ([DocumentsUI](https://source.android.com/devices/architecture/modular-system/documentsui)).
[:octicons-repo-16: Repository](https://gitlab.com/spacecowboy/Feeder){ .md-button .md-button--primary }
[:octicons-code-16:](https://gitlab.com/spacecowboy/Feeder){ .card-link title="Codice sorgente" }
[:octicons-repo-16: Repository](https://gitea.angry.im/PeterCxy/Shelter#shelter){ .md-button .md-button--primary }
[:octicons-code-16:](https://gitea.angry.im/PeterCxy/Shelter){ .card-link title="Codice Sorgente" }
[:octicons-heart-16:](https://www.patreon.com/PeterCxy){ .card-link title=Contribuisci }
??? downloads
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=net.typeblog.shelter)
!!! warning

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -285,7 +285,7 @@ Le funzionalità Web3 di Brave possono potenzialmente aumentare il fingerprint d
- [ ] Imposta **Portafoglio Ethereum predefinito** a **Nessuno**
- [ ] Imposta **Portafoglio Solana predefinito** a **Nessuno**
- [ ] Imposta **Metodo di risoluzione delle risorse IPFS** su **Disabilitato
- [ ] Imposta **Metodo per risolvere le risorse IPFS ** su **Disabilitato**
##### Sistema

View File

@ -26,7 +26,7 @@ Puoi usare una chiave SSH già esistente per firmare, o[creane una nuova](https:
Assicuarti di [aggiungere la tua chiave SSH al tuo account GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **come Signing Key** (al contrario o in aggiunta alla Authentication Key).
## Rebase on Git pull
## Rebase su Git pull
Usa `git pull --rebase` invece di `git pull` quando estrai le modifiche da GitHub alla tua macchina locale. In questo modo le modifiche locali saranno sempre "in cima" alle ultime modifiche su GitHub, evitando cosi i commit di unione (che non sono permessi in questa repo).
@ -36,9 +36,9 @@ Usa `git pull --rebase` invece di `git pull` quando estrai le modifiche da GitHu
git config --global pull.rebase true
```
## Rebase from `main` before submitting a PR
## Rebase da`main`prima di inviare una PR
If you are working on your own branch, run these commands before submitting a PR:
Se stai lavorando sulla tua branch, esegui questi comandi prima di inviare una PR:
```
git fetch origin