Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#82 from jkocjan/patch-3
Browse files Browse the repository at this point in the history
Update 1 - Navigation & General (SL by jkocjan )
  • Loading branch information
tayvano committed Aug 23, 2016
2 parents f39cc5f + 7ddce7b commit 7941abf
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions app/scripts/translations/sl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@ sl.code = 'sl';
sl.data = {

/* Navigation*/
NAV_YourWallets: 'Your Wallets',
NAV_AddWallet: 'Add Wallet',
NAV_GenerateWallet: 'Generate Wallet',
NAV_BulkGenerate: 'Bulk Generate',
NAV_SendEther: 'Send Ether',
NAV_SendTokens: 'Send Tokens',
NAV_Offline: 'Send Offline',
NAV_WithdrawDAO: 'Withdraw DAO',
DAO_TitleLong: 'Withdraw Your Dao Tokens For ETH',
NAV_ClaimDGD: 'Claim DGD',
DGD_TitleLong: 'Claim Your DGD Tokens',
NAV_MyWallets: 'My Wallets',
NAV_ViewWallet: 'View Wallet Info',
NAV_Help: 'Help',
NAV_Contact: 'Contact',
NAV_YourWallets: 'Vaše Denarnice',
NAV_AddWallet: 'Dodaj Denarnico',
NAV_GenerateWallet: 'Ustvari Denarnico',
NAV_BulkGenerate: 'Ustvari Serijo Denarnic',
NAV_SendEther: 'Pošlji Ether',
NAV_SendTokens: 'Pošlji Žetone',
NAV_Offline: 'Pošlji Brez Povezave',
NAV_WithdrawDAO: 'Izplačaj DAO',
DAO_TitleLong: 'Izplačaj Tvoje DAO Žetone za ETH',
NAV_ClaimDGD: 'Zahtevaj DGD',
DGD_TitleLong: 'Zahtevaj Svoje DGD Žetone',
NAV_MyWallets: 'Moje Denarnice',
NAV_ViewWallet: 'Prikaži Informacije o Denarnicah',
NAV_Help: 'Pomoč',
NAV_Contact: 'Kontakt',

/* General */
x_Password: 'Password',
x_Download: 'Download',
x_Address: 'Your Address',
x_Save: 'Save',
x_Cancel: 'Cancel',
x_AddessDesc: 'You may know this as your "Account #" or your "Public Key". It is what you send people so they can send you ETH. That icon is an easy way to recognize your address.',
x_PrivKey: 'Private Key (unencrypted)',
x_PrivKeyDesc: 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.',
x_Keystore: 'Keystore/JSON File (Recommended · Encrypted · Mist/Geth Format)',
x_KeystoreDesc: 'This Keystore / JSON file matches the format used by Mist & Geth so you can easily import it in the future. It is the recommended file to download and back up.',
x_Json: 'JSON File (unencrypted)',
x_JsonDesc: 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.',
x_PrintShort: 'Print',
x_Print: 'Print Paper Wallet',
x_PrintDesc: 'ProTip: Click print and save this as a PDF, even if you do not own a printer!',
x_CSV: 'CSV file (unencrypted)',
x_TXT: 'TXT file (unencrypted)',
x_Password: 'Geslo',
x_Download: 'Prenesi',
x_Address: 'Vaš Naslov',
x_Save: 'x_Shrani',
x_Cancel: 'x_Prekliči',
x_AddessDesc: 'To je vaš "Naslov #" oziroma vaš "Osebni Ključ". Ta naslov lahko pošljete drugim, zato da vedo kam vam poslati ETH. Ta ikona je unikatna, je grafični prikaz številke vašega naslova in vam ga pomaga lažje prepoznati.',
x_PrivKey: 'Osebni Ključ (nekriptiran)',
x_PrivKeyDesc: 'To je nekriptirana tekst verzija vašega osebnega ključa, kar pomeni, da za uporabo ne potrebujete nobenega gesla. V primeru da bi kdorkoli dobil datoteko vašega nekriptiranega osebnega ključa, bi lahko dostopal do vaše denarnice brez gesla. Zaradi tega vam priporocamo uporabo krtiptirane denarnice.',
x_Keystore: 'Shramba ključa/JSON Datoteka (Priporočeno · Kriptirano · Mist/Geth Format)',
x_KeystoreDesc: 'Ta shramba ključa / JSON se ujema s formatom datoteke, ki jo uporabljata programa Mist in Geth, kar pomeni da ga lahko v prihodnosti enostavno izvozite iz te internetne strani in uvozite v Mist ali Geth. Priporočamo vam da to datoteko prenesete na vaš računalnik in jo shranite na varnem mestu. Za dodatno varnost priporočamo, da datoteko shranite na večih napravah.',
x_Json: 'JSON Datoteka (nekriptirana)',
x_JsonDesc: 'To je nekriptirana, JSON format verzija vašega osebnega ključa. To pomeni, da za uporabo ne potrebujete gesla. V primeru da kdorkoli najde datoteko vašega ključa, dobi takojšen dostop do vaše denarnice in vašega Ethra brez uporabe gesla.',
x_PrintShort: 'Natisni',
x_Print: 'Natisni Papirnato Denarnico',
x_PrintDesc: 'Napotek: V primeru da nimate printerja lahko vseeno pritisnete natisni in izberete tiskalnik PDF, s tem boste natisnili datoteko PDF, ki jo lahko po želji shranite ali natisnete.',
x_CSV: 'CSV datoteka (nekriptirana)',
x_TXT: 'TXT datoteka (nekriptirana)',

/* Header */
MEW_Warning_1: 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!',
Expand Down

0 comments on commit 7941abf

Please sign in to comment.