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

Italian translation #191

Merged
merged 10 commits into from
Sep 8, 2023
Merged

Italian translation #191

merged 10 commits into from
Sep 8, 2023

Conversation

floki008
Copy link

@floki008 floki008 commented Sep 3, 2023

Abstract

i'm valerio laera ,contributor bug solver and linux user
bounty addresss: DJFaTZa26vhq775rhRGYq6YEzWDGak3ftF

How does this benefit users?

i help italian user to understand MY PIVX WALLLET

@floki008 floki008 marked this pull request as draft September 3, 2023 21:05
@floki008
Copy link
Author

floki008 commented Sep 3, 2023

WORK IN PROGRESSSSS

@JSKitty JSKitty self-requested a review September 4, 2023 14:49
@floki008 floki008 marked this pull request as ready for review September 6, 2023 16:04
@JSKitty JSKitty requested review from panleone and Duddino September 6, 2023 16:23
// NOTA: Si une section n'a PAS besoin d'être traduite, laissez-la vide..

// General words
amount: 'Montant', //Amount
Copy link
Member

Choose a reason for hiding this comment

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

This isn't translated

amount: 'Montant', //Amount
staking: 'Staking', //Staking
wallet: 'Portafoglio', //Wallet
display: 'Schermo', //Display
Copy link
Member

Choose a reason for hiding this comment

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

Given the context, 'Schermo' isn't exactly right (This is in the options menu)

dCardOneTitle: 'Crea un ', //Create a
dCardOneSubTitle: 'Nuovo Wallet', //New Wallet
dCardOneDesc:
'Creare un nuovo Wallet PIVX, offre metodi di sicurezza & di backup più sicuri .', //Create a new PIVX wallet, offering the most secure backup & security methods.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Creare un nuovo Wallet PIVX, offre metodi di sicurezza & di backup più sicuri .', //Create a new PIVX wallet, offering the most secure backup & security methods.
'Crea un nuovo Wallet PIVX, con metodi di sicurezza & di backup più sicuri.', //Create a new PIVX wallet, offering the most secure backup & security methods.

dCardTwoTitle: 'Crea un nuovo ', //Create a new
dCardTwoSubTitle: 'Wallet Vanity', //Vanity Wallet
dCardTwoDesc:
'Creare un portafoglio con un prefisso personalizzato, ti permette di tenerlo più a lungo !', //Create a wallet with a custom prefix, this can take a long time!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Creare un portafoglio con un prefisso personalizzato, ti permette di tenerlo più a lungo !', //Create a wallet with a custom prefix, this can take a long time!
'Crea un portafoglio con un prefisso personalizzato, potrebbe impiegarci molto tempo!', //Create a wallet with a custom prefix, this can take a long time!

locale/it/translation.js Outdated Show resolved Hide resolved
CONFIRM_POPUP_VOTE: 'Conferma voto', //Confirm Vote
CONFIRM_POPUP_VOTE_HTML:
'Ne sei sicuro? Hai 60 minuti per cambiare il tuo voto', //Are you sure? It takes 60 minutes to change vote
CONFIRM_POPUP_TRANSACTION: 'Conferma la transizione', //Confirm your transaction
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
CONFIRM_POPUP_TRANSACTION: 'Conferma la transizione', //Confirm your transaction
CONFIRM_POPUP_TRANSACTION: 'Conferma la transazione', //Confirm your transaction

CONFIRM_POPUP_VOTE_HTML:
'Ne sei sicuro? Hai 60 minuti per cambiare il tuo voto', //Are you sure? It takes 60 minutes to change vote
CONFIRM_POPUP_TRANSACTION: 'Conferma la transizione', //Confirm your transaction
CONFIRM_POPUP_MN_P_KEY: 'Chiave private del tuo Masternode', //Your Masternode Private Key
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
CONFIRM_POPUP_MN_P_KEY: 'Chiave private del tuo Masternode', //Your Masternode Private Key
CONFIRM_POPUP_MN_P_KEY: 'Chiave privata del tuo Masternode', //Your Masternode Private Key

CONFIRM_POPUP_VERIFY_ADDR: 'Verifica il tuo indirizzo', //Verify your address

MIGRATION_MASTERNODE_FAILURE:
"//Impossibile recuperare il tuo masternode. Per favore reimportalo", //Failed to recover your masternode. Please reimport it.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"//Impossibile recuperare il tuo masternode. Per favore reimportalo", //Failed to recover your masternode. Please reimport it.
"Impossibile recuperare il tuo masternode. Per favore reimportalo", //Failed to recover your masternode. Please reimport it.

MIGRATION_MASTERNODE_FAILURE:
"//Impossibile recuperare il tuo masternode. Per favore reimportalo", //Failed to recover your masternode. Please reimport it.
MIGRATION_ACCOUNT_FAILURE:
"//Impossibile recuperare il tuo account. Per favore reimportalo.", //Failed to recover your account. Please reimport it.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"//Impossibile recuperare il tuo account. Per favore reimportalo.", //Failed to recover your account. Please reimport it.
"Impossibile recuperare il tuo account. Per favore reimportalo.", //Failed to recover your account. Please reimport it.

"//Impossibile recuperare il tuo masternode. Per favore reimportalo", //Failed to recover your masternode. Please reimport it.
MIGRATION_ACCOUNT_FAILURE:
"//Impossibile recuperare il tuo account. Per favore reimportalo.", //Failed to recover your account. Please reimport it.
APP_INSTALLED: '//Applicazione installata!', //App Installed!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
APP_INSTALLED: '//Applicazione installata!', //App Installed!
APP_INSTALLED: 'Applicazione installata!', //App Installed!

@floki008
Copy link
Author

floki008 commented Sep 7, 2023

Thanks for the review, I implemented your suggestions @Duddino

Copy link
Member

@Duddino Duddino left a comment

Choose a reason for hiding this comment

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

Much better now, there's still some minor issues though

locale/it/translation.js Outdated Show resolved Hide resolved
locale/it/translation.js Outdated Show resolved Hide resolved
// Migration System
MIGRATION_ACCOUNT_FAILURE_TITLE: "Impossibile recuperare l'account", //Failed to recover account
MIGRATION_ACCOUNT_FAILURE_HTML:
"", //There was an error recovering your account. <br> Please reimport your wallet using the following key:
Copy link
Member

Choose a reason for hiding this comment

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

This is still missing

walletUnlockTx: 'Sblocca per inviare la tua transazione! ', //Unlock to send your transaction!
walletUnlockStake: 'Sblocca per mettere in stake i tuoi', //Unlock to stake your
walletUnlockUnstake: 'Sblocca per togliere dallo stake i tuoi', //Unlock to unstake your
changelogTitle: 'Novita nella ', //What's New in
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
changelogTitle: 'Novita nella ', //What's New in
changelogTitle: 'Novità nella ', //What's New in

'<b>La modalità Testnet è attiva!</b><br>Crittografia del portafoglio disabilitata', //<b>Testnet Mode is ON!</b><br>Wallet encryption disabled
PASSWORD_TOO_SMALL:
"La password è un po' corta.<br>Utilizza almeno <b>{MIN_PASS_LENGTH} caratteri.</b>", //That password is a little short!<br>Use at least <b>{MIN_PASS_LENGTH} characters.</b>
PASSWORD_DOESNT_MATCH: 'La passeord non corrisponde', //Your passwords don\'t match!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
PASSWORD_DOESNT_MATCH: 'La passeord non corrisponde', //Your passwords don\'t match!
PASSWORD_DOESNT_MATCH: 'La password non corrisponde', //Your passwords don\'t match!

SAVE_WALLET_PLEASE:
'<b>Salva il tuo portafoglio!</b><br>Dashboard ➜ Proteggi il tuo portafoglio', //<b>Save your wallet!</b><br>Dashboard ➜ Secure your wallet
BACKUP_OR_ENCRYPT_WALLET:
'Ti preghiamo di crittografare e/o eseguire il backup delle tue chiavi prima di partire, altrimenti potresti perderle!', //Please ENCRYPT and/or BACKUP your keys before leaving, or you may lose them!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Ti preghiamo di crittografare e/o eseguire il backup delle tue chiavi prima di partire, altrimenti potresti perderle!', //Please ENCRYPT and/or BACKUP your keys before leaving, or you may lose them!
'Ti preghiamo di crittografare e/o eseguire il backup delle tue chiavi prima di chiudere, altrimenti potresti perderle!', //Please ENCRYPT and/or BACKUP your keys before leaving, or you may lose them!

MN_RESTARTED: '<b>Il Masternode è stato riavviato<b/>', //<b>Masternode restarted!</b>
MN_STARTED_ONLINE_SOON:
'<b>Masternode è iniziato!</b><br>Sarà presto online', //<b>Masternode started!</b><br>It\'ll be online soon
MN_START_FAILED: '<b>Masternode è iniziato!</b>', //<b>Masternode started!</b>
Copy link
Member

Choose a reason for hiding this comment

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

MN_START_FAILED is supposed to be "Masternode couldn't be started", this seems to be an error in the english translation too

MN_CANT_CONNECT: 'Impossibile connettersi al nodo RPC!', //Unable to connect to RPC node!

/* Contacts System Alerts */
CONTACTS_ENCRYPT_FIRST: 'Devi premere "{button}"prima di poter utilizzare i Contatti!', //You need to hit "{button}"before you can use Contacts!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
CONTACTS_ENCRYPT_FIRST: 'Devi premere "{button}"prima di poter utilizzare i Contatti!', //You need to hit "{button}"before you can use Contacts!
CONTACTS_ENCRYPT_FIRST: 'Devi premere "{button}" prima di poter utilizzare i Contatti!', //You need to hit "{button}"before you can use Contacts!

CONTACTS_NAME_ALREADY_EXISTS: '<b>Il nome del contatto esiste già!</b><br>Potrebbe trattarsi di un tentativo di phishing, attenzione!', //<b>Contact name already exists!</b><br>This could potentially be a phishing attempt, beware!
CONTACTS_EDIT_NAME_ALREADY_EXISTS: '<b>Il contatto esiste già!</b><br>Un contatto si chiama già "{strNewName}"!', //<b>Contact already exists!</b><br>A contact is already called "{strNewName}"!
CONTACTS_KEY_ALREADY_EXISTS: '<b>Il contatto esiste già, ma con un nome diverso!</b><br>Hai {newName} salvato come <b>{oldName}</b> nei tuoi contatti', //<b>Contact already exists, but under a different name!</b><br>You have {newName} saved as <b>{oldName}</b> in your contacts
CONTACTS_NOT_A_CONTACT_QR: 'questo non è un Contatto QR!', //This isn\'t a Contact QR!
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
CONTACTS_NOT_A_CONTACT_QR: 'questo non è un Contatto QR!', //This isn\'t a Contact QR!
CONTACTS_NOT_A_CONTACT_QR: 'Questo non è un Contatto QR!', //This isn\'t a Contact QR!

CONTACTS_YOU_HAVE_NONE: 'Non hai contatti', //You have no contacts!

SWITCHED_EXPLORERS:
'<b>Cambiato explorer!</b><br>Stai utilizzando {explorerName}', //<b>Switched explorer!</b><br>Now using {explorerName}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'<b>Cambiato explorer!</b><br>Stai utilizzando {explorerName}', //<b>Switched explorer!</b><br>Now using {explorerName}
'<b>Explorer cambiato!</b><br>Stai utilizzando {explorerName}', //<b>Switched explorer!</b><br>Now using {explorerName}

@floki008 floki008 requested a review from Duddino September 7, 2023 13:31
panleone
panleone previously approved these changes Sep 7, 2023
Copy link
Member

@panleone panleone left a comment

Choose a reason for hiding this comment

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

tACK fad6cc0
Nice translation

Duddino
Duddino previously approved these changes Sep 8, 2023
Copy link
Member

@Duddino Duddino left a comment

Choose a reason for hiding this comment

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

tACK very good translation!

@floki008
Copy link
Author

floki008 commented Sep 8, 2023

tACK very good translation!

Ty @Duddino

@floki008
Copy link
Author

floki008 commented Sep 8, 2023

tACK fad6cc0
Nice translation

Ty @panleone

@JSKitty JSKitty dismissed stale reviews from Duddino and panleone via dbe5385 September 8, 2023 15:56
@JSKitty
Copy link
Member

JSKitty commented Sep 8, 2023

Looking good! I've ran npm run prettier to tidy up the file, and gave it a quick test run.

image

Good to go. 🚀

@JSKitty JSKitty merged commit b8568de into PIVX-Labs:master Sep 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

4 participants