Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update tr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan Fidan authored Aug 24, 2016
1 parent 0f8ea8c commit c81d0e9
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions app/scripts/translations/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ tr.data = {
NAV_YourWallets: 'Cüzdanin',
NAV_AddWallet: 'Cüzdan ekle',
NAV_GenerateWallet: 'Cüzdan oluştur',
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_BulkGenerate: 'Birkaç Cüzdan oluştur',
NAV_SendEther: 'Ether gönder',
NAV_SendTokens: 'Tokens gönder',
NAV_Offline: 'Offline gönder',
NAV_WithdrawDAO: 'DAO çek',
DAO_TitleLong: 'DAO tokenlerini ETH olarak çek',
NAV_ClaimDGD: 'DGD talep et',
DGD_TitleLong: 'DGD tokenlerini talep et',
NAV_MyWallets: 'Cüzdanim',
NAV_ViewWallet: 'Cüzdan bilgilerni göster',
NAV_Help: 'Yardim et',
NAV_Contact: 'Iletişime geç',

/* 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_Password: 'Parola',
x_Download: 'Indir',
x_Address: 'Adresin',
x_Save: 'Indir',
x_Cancel: 'Iptal et',
x_AddessDesc: 'Bu "hesap numarası" veya "genel anahtar" dir. Birisi ETH göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur',
x_PrivKey: 'Özel anahtar (şifrelenmis)',
x_PrivKeyDesc: 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir.',
x_Keystore: 'Keystore/JSON dosya (Tavsiye edilen· şifrelenmemiş · Mist/Geth formati)',
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_Json: 'JSON dosya (şifrelenmemis)',
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_PrintShort: 'Yazdir',
x_Print: 'Cüzdanin kağıt versiyonunu yazdir',
x_PrintDesc: 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin!',
x_CSV: 'CSV dosya (şifrelenmis)',
x_TXT: 'TXT dosya (şifrelenmis)',

/* 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 c81d0e9

Please sign in to comment.