-
Notifications
You must be signed in to change notification settings - Fork 37
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
Italian translation #191
Conversation
WORK IN PROGRESSSSS |
locale/it/translation.js
Outdated
// NOTA: Si une section n'a PAS besoin d'être traduite, laissez-la vide.. | ||
|
||
// General words | ||
amount: 'Montant', //Amount |
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.
This isn't translated
locale/it/translation.js
Outdated
amount: 'Montant', //Amount | ||
staking: 'Staking', //Staking | ||
wallet: 'Portafoglio', //Wallet | ||
display: 'Schermo', //Display |
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.
Given the context, 'Schermo' isn't exactly right (This is in the options menu)
locale/it/translation.js
Outdated
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. |
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.
'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. |
locale/it/translation.js
Outdated
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! |
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.
'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
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 |
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.
CONFIRM_POPUP_TRANSACTION: 'Conferma la transizione', //Confirm your transaction | |
CONFIRM_POPUP_TRANSACTION: 'Conferma la transazione', //Confirm your transaction |
locale/it/translation.js
Outdated
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 |
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.
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 |
locale/it/translation.js
Outdated
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. |
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.
"//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. |
locale/it/translation.js
Outdated
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. |
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.
"//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. |
locale/it/translation.js
Outdated
"//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! |
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.
APP_INSTALLED: '//Applicazione installata!', //App Installed! | |
APP_INSTALLED: 'Applicazione installata!', //App Installed! |
Thanks for the review, I implemented your suggestions @Duddino |
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.
Much better now, there's still some minor issues though
locale/it/translation.js
Outdated
// 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: |
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.
This is still missing
locale/it/translation.js
Outdated
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 |
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.
changelogTitle: 'Novita nella ', //What's New in | |
changelogTitle: 'Novità nella ', //What's New in |
locale/it/translation.js
Outdated
'<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! |
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.
PASSWORD_DOESNT_MATCH: 'La passeord non corrisponde', //Your passwords don\'t match! | |
PASSWORD_DOESNT_MATCH: 'La password non corrisponde', //Your passwords don\'t match! |
locale/it/translation.js
Outdated
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! |
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.
'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! |
locale/it/translation.js
Outdated
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> |
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.
MN_START_FAILED is supposed to be "Masternode couldn't be started", this seems to be an error in the english translation too
locale/it/translation.js
Outdated
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! |
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.
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! |
locale/it/translation.js
Outdated
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! |
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.
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! |
locale/it/translation.js
Outdated
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} |
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.
'<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} |
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.
tACK fad6cc0
Nice translation
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.
tACK very good translation!
Ty @Duddino |
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