Advertisement
Guest User

TR.js

a guest
Mar 17th, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.40 KB | None | 0 0
  1. var Translation = {
  2. info: {
  3. language: {
  4. short: 'TR',
  5. full: 'Türkçe',
  6. },
  7. version: 1,
  8. author: 'Mirac',
  9. authorID: 'fV73qgLi00daMiKeGushmCM2HDm1', // In profile in left bottom corner
  10. date: '28.02.17', /* Gün.Ay.Yıl */
  11. },
  12. translation: {
  13. menu: {
  14. to_next_level: {
  15. text: 'Level atlamak için ${1} puan kaldı.',
  16. en: '${1} to next level'
  17. },
  18. open_case: {
  19. text: 'Kasayı aç',
  20. en: 'Open Case'
  21. },
  22. cases_menu: {
  23. official: {
  24. text: 'Resmi Kasalar',
  25. en: 'Official cases'
  26. },
  27. custom: {
  28. text: 'Özel Kasalar',
  29. en: 'Custom cases'
  30. }
  31. },
  32. games: {
  33. text: 'Oyunlar',
  34. en: 'Games'
  35. },
  36. online_games: {
  37. text: 'Çok oyunculu',
  38. en: 'Online games'
  39. },
  40. games_list: {
  41. jackpot: {
  42. text: 'Pot',
  43. en: 'Jackpot'
  44. },
  45. rps: {
  46. text: 'Taş Kağıt Makas',
  47. en: 'Rock-Paper-Scissors'
  48. },
  49. coinflip: {
  50. text: 'Yazı Tura',
  51. en: 'CoinFlip'
  52. },
  53. double: {
  54. text: 'Çift',
  55. en: 'Double'
  56. },
  57. crash: {
  58. text: 'Crash',
  59. en: 'Crash'
  60. },
  61. dice: {
  62. text: 'Zar',
  63. en: 'Dice'
  64. }
  65. },
  66. inventory: {
  67. text: 'Envanterim',
  68. en: 'My inventory'
  69. },
  70. market: {
  71. text: 'Market',
  72. en: 'Market'
  73. },
  74. chat: {
  75. text: 'Sohbet',
  76. en: 'Chat'
  77. },
  78. faq: {
  79. text: 'Çok Sorulan Sorular',
  80. en: 'FAQ'
  81. },
  82. statistic: {
  83. text: 'İstatistik',
  84. en: 'Statistic'
  85. },
  86. updates: {
  87. text: 'Yeni Güncellemeler',
  88. en: 'Updates'
  89. },
  90. settings: {
  91. text: 'Ayarlar',
  92. en: 'Settings'
  93. },
  94. about: {
  95. text: 'Hakkında',
  96. en: 'About'
  97. },
  98. other_apps: {
  99. text: 'Diğer uygulamalar',
  100. en: 'Other apps'
  101. }
  102. },
  103. cases: {
  104. page_name: {
  105. text: 'Kasa aç',
  106. en: 'Open Cases'
  107. },
  108. cases: {
  109. text: 'Kasalar',
  110. en: 'Cases'
  111. },
  112. esports: {
  113. text: 'eSports',
  114. en: 'eSports'
  115. },
  116. collections: {
  117. text: 'Koleksiyonlar',
  118. en: 'Collections'
  119. },
  120. souvenir: {
  121. text: 'Hatıra kasalar',
  122. en: 'Souvenir collections'
  123. },
  124. workshop: {
  125. text: 'Atölye',
  126. en: 'Workshop'
  127. },
  128. special: {
  129. text: 'Özel',
  130. en: 'Special'
  131. },
  132. special_popup: {
  133. need_more_cases: {
  134. text: 'Özel bir kasa açman için <i>${1}</i> kaldı.Daha fazla kasa aç<br>yada reklamları izle.',
  135. en: 'To open a special case you need to open <i>${1}</i> more cases.<br>Or watch the ads.'
  136. },
  137. ad_button: {
  138. text: 'Reklam izle',
  139. en: 'Watch the ads'
  140. },
  141. low_level: {
  142. text: 'Sadece şu leveldeki oyuncular <i>${1}</i> ve daha yükseği bu kasayı açabilir',
  143. en: 'Only players with level <i>${1}</i> and higher can open this case.'
  144. },
  145. lvl_up: {
  146. text: 'Nasıl level atlarım?',
  147. en: 'How to level up?'
  148. }
  149. }
  150. },
  151. open_case: {
  152. open_case: {
  153. text: 'Kasa aç',
  154. en: 'Open case'
  155. },
  156. opening: {
  157. text: 'Açılıyor...',
  158. en: 'Opening...'
  159. },
  160. try_again: {
  161. text: 'Tekrardan aç',
  162. en: 'Open again'
  163. },
  164. you_won: {
  165. text: 'Sen kazandın',
  166. en: 'You won'
  167. },
  168. sell: {
  169. text: 'Sat',
  170. en: 'Sell'
  171. },
  172. opened: {
  173. text: 'Açıldı:',
  174. en: 'Opened:'
  175. },
  176. what_in_case: {
  177. text: 'Bu kasanın içinde neler var?',
  178. en: 'What\'s in the case?'
  179. },
  180. you_can_win: {
  181. text: 'Bu koleksiyonlardan bu itemleri kazanabilirsin : ${1}',
  182. en: 'You can win one of those items from collection ${1}'
  183. }
  184. },
  185. custom_cases: {
  186. page_name: {
  187. text: 'Кейсы игроков',
  188. en: 'Custom cases'
  189. },
  190. create_case: {
  191. text: 'Создать кейс',
  192. en: 'Create case'
  193. },
  194. recent: {
  195. text: 'Недавно созданные',
  196. en: 'Recent'
  197. },
  198. popular: {
  199. text: 'Популярные',
  200. en: 'Popular'
  201. },
  202. popular_time: {
  203. 24: {
  204. text: '24 часа',
  205. en: '24 hours'
  206. },
  207. 48: {
  208. text: '48 часов',
  209. en: '48 hours'
  210. },
  211. week: {
  212. text: '7 дней',
  213. en: '7 days'
  214. },
  215. },
  216. hide_search: {
  217. text: 'Убрать результаты поиска',
  218. en: 'Hide search result'
  219. },
  220. you_won: {
  221. text: 'Вы выиграли',
  222. en: 'You won'
  223. },
  224. sell: {
  225. text: 'Продать',
  226. en: 'Sell'
  227. },
  228. opened: {
  229. text: 'Открыт:',
  230. en: 'Opened:'
  231. },
  232. case_by: {
  233. text: 'Кейс сделал',
  234. en: 'Case by'
  235. },
  236. what_in_case: {
  237. text: 'Что в кейсе?',
  238. en: 'What\'s in the case?'
  239. },
  240. you_can_win: {
  241. text: 'Вы можете выиграть один из данных предметов из кейса "${1}"',
  242. en: 'You can win one of those items from the "${1}" case'
  243. },
  244. create: {
  245. name: {
  246. text: 'Название',
  247. en: 'Name'
  248. },
  249. picture: {
  250. text: 'Выберите изображение кейса',
  251. en: 'Choose case picture'
  252. },
  253. items: {
  254. text: 'Выберите предметы для кейса',
  255. en: 'Select items'
  256. },
  257. odds: {
  258. text: 'Укажите шансы на выпадение',
  259. en: 'Choose Roll Chance'
  260. },
  261. total_odds: {
  262. text: 'Сумма шансов: ${1}',
  263. en: 'Total odds: ${1}'
  264. },
  265. case_price: {
  266. text: 'Цена кейса: ${1}',
  267. en: 'Case price: ${1}'
  268. },
  269. calc_price: {
  270. text: 'Посчитать стоимость',
  271. en: 'Calc Price'
  272. },
  273.  
  274. },
  275. beta_modal: {
  276. text: '<p>Данная страница находится в Бета тесте.<br>\
  277. Это значит, что тут могут быть ошибки, созданные кейсы могут быть удалены и изменены без предупреждения.</p>\
  278. <p>После релиза, все кейсы, созданные во время бета теста, могут быть удалены.</p>',
  279. en: '<p>Current page is on Beta test.<br>\
  280. That means that there can be bugs and cases that you created can be deleted or changed without warning.</p>\
  281. <p>After release all custom cases can be deleted.</p>'
  282. },
  283. boost_modal: {
  284. text: '<h5>Как это работает?</h5>\
  285. <p>Вы смотрите рекламу за это ваш кейс попадает в "Популярное за 24 часа" на 10 минут.</p><p>Если на данный момент в популярном уже есть забущенный кейс, ваш кейс будет добавлен в очередь на показ.</p>',
  286. en: '<h5>How it works?</h5>\
  287. <p>You watch the ad then your case will be in first place in "Popular 24h" for 10 minutes.</p>\
  288. <p>If the "Popular" already have a boosted case, your case will get in line.</p>'
  289. }
  290. },
  291. jackpot: {
  292. page_name: {
  293. text: 'Pot',
  294. en: 'Jackpot'
  295. },
  296. add_items: {
  297. text: 'Eşya ekle',
  298. en: 'Add items'
  299. },
  300. choose_items: {
  301. text: 'Seçilmiş eşyaları ekle',
  302. en: 'Add selected items'
  303. },
  304. difficulty: {
  305. 1: {
  306. text: 'Çok Kolay $0.1 - $5',
  307. en: 'Easy peasy $0.1 - $5'
  308. },
  309. 2: {
  310. text: 'Kolay $5 - $30',
  311. en: 'Easy $5 - $30'
  312. },
  313. 3: {
  314. text: 'Normal $30 - $80',
  315. en: 'Normal $30 - $80'
  316. },
  317. 4: {
  318. text: 'Zor $80 - $200',
  319. en: 'Hard $80 - $200'
  320. },
  321. 5: {
  322. text: 'Efsanevi $200 - $∞',
  323. en: 'Legendary $200 - $∞'
  324. }
  325. },
  326. winner: {
  327. text: 'Kazanan',
  328. en: 'The winner'
  329. },
  330. select_room: {
  331. text: 'Oda seç',
  332. en: 'Select room'
  333. },
  334. back_items: {
  335. text: 'Eşyalarını geri al',
  336. en: 'Get Items back'
  337. },
  338. chat: {
  339. top: {
  340. text: 'Konuş',
  341. en: 'Chat'
  342. },
  343. current_room: {
  344. text: 'Şuanki oda',
  345. en: 'Current room'
  346. },
  347. all: {
  348. text: 'Herkes',
  349. en: 'All'
  350. }
  351. }
  352. },
  353. rps: {
  354. page_name: {
  355. text: 'Taş Kağıt Makas',
  356. en: 'RPS Battle'
  357. },
  358. status: {
  359. start: {
  360. text: 'Oyuna başlamak için bir silah ekle.',
  361. en: 'Add weapons to start a game.'
  362. },
  363. round_win: {
  364. text: 'Bu roundu sen kazandın!',
  365. en: 'You win this round!'
  366. },
  367. round_lost: {
  368. text: 'Bu roundu kaybettin.',
  369. en: 'You lost this round.'
  370. },
  371. round_tie: {
  372. text: 'Berabere',
  373. en: 'Tie!'
  374. },
  375. win: {
  376. text: 'Sen kazandın!',
  377. en: 'You win!'
  378. },
  379. lost: {
  380. text: 'Kaybettin',
  381. en: 'You lost.'
  382. }
  383. },
  384. scores: {
  385. you: {
  386. text: 'Sen',
  387. en: 'You'
  388. },
  389. comp: {
  390. text: 'Rakip',
  391. en: 'Opponent'
  392. }
  393. },
  394. you_add: {
  395. text: 'Şu itemi ekledin:',
  396. en: 'You added:'
  397. },
  398. comp_add: {
  399. text: 'Rakip ekledi:',
  400. en: 'Opponent added:'
  401. },
  402. choose_hand: {
  403. text: 'Taş , Kağıt veya Makas seç.',
  404. en: 'Choose Rock, Paper or Scissors.'
  405. },
  406. add_items: {
  407. text: 'Eşya ekle',
  408. en: 'Add items'
  409. },
  410. choose_items: {
  411. text: 'Seçilen eşyaları ekle',
  412. en: 'Add selected items'
  413. }
  414. },
  415. coinflip: {
  416. page_name: {
  417. text: 'Yazı Tura',
  418. en: 'CoinFlip'
  419. },
  420. table: {
  421. players: {
  422. text: 'Oyuncular',
  423. en: 'Players'
  424. },
  425. items: {
  426. text: 'Eşyalar',
  427. en: 'Items'
  428. },
  429. worth: {
  430. text: 'Değer',
  431. en: 'Worth'
  432. },
  433. join: {
  434. text: 'Katıl',
  435. en: 'Join'
  436. },
  437. view: {
  438. text: 'İzle',
  439. en: 'View'
  440. }
  441. },
  442. start_game: {
  443. text: 'Başlat',
  444. en: 'Start'
  445. },
  446. winner: {
  447. text: 'Kazanan',
  448. en: 'Winner'
  449. },
  450. add_items: {
  451. text: 'Eşya ekle',
  452. en: 'Add items'
  453. },
  454. choose_items: {
  455. text: 'Seçilmiş eşyaları ekle',
  456. en: 'Add selected items'
  457. }
  458. },
  459. double: {
  460. page_name: {
  461. text: 'Çift',
  462. en: 'Double'
  463. },
  464. previous_numbers: {
  465. text: 'Önceki numaralar:',
  466. en: 'Previous numbers:'
  467. },
  468. rolling_in: {
  469. text: 'Sallanıyor:',
  470. en: 'Rolling in'
  471. },
  472. rolling: {
  473. text: 'Sallanılıyor',
  474. en: 'Rolling'
  475. },
  476. balance: {
  477. text: 'Cüzdan:',
  478. en: 'Balance:'
  479. },
  480. fill_up_balance: {
  481. text: 'Cüzdanını doldur',
  482. en: 'Fill up balance'
  483. },
  484. choose_items: {
  485. text: 'Sat',
  486. en: 'Sell'
  487. },
  488. connection_lost: {
  489. text: '<div class="loading-dots" style="text-align: left;margin-left: 10px;">Bağlantı kaybedildi</div>',
  490. en: '<div class="loading-dots" style="text-align: left;margin-left: 10px;">Connection lost</div>'
  491. },
  492. chat: {
  493. top: {
  494. text: 'Sohbet',
  495. en: 'Chat'
  496. },
  497. welcome: {
  498. text: 'Sohbete hoşgeldin!',
  499. en: 'Welcome to chat!'
  500. },
  501. send: {
  502. text: 'Gönder',
  503. en: 'Send'
  504. }
  505. }
  506. },
  507. crash: {
  508. page_name: {
  509. text: 'Crash',
  510. en: 'Crash'
  511. },
  512. next_round_in: {
  513. text: 'Sonraki round başlıyacak',
  514. en: 'Next round in'
  515. },
  516. seconds: {
  517. text: 'Saniye',
  518. en: 's'
  519. },
  520. balance: {
  521. text: 'Cüzdan:',
  522. en: 'Balance:'
  523. },
  524. bet: {
  525. place: {
  526. text: 'Bahis at',
  527. en: 'Place bet'
  528. },
  529. cash_out: {
  530. text: 'Parayı al<br>@ ${1} <i class="double-icon"></i>',
  531. en: 'Cash Out<br>@ ${1} <i class="double-icon"></i>'
  532. },
  533. betting: {
  534. text: 'Basılıyor',
  535. en: 'Betting'
  536. }
  537. },
  538. tabs: {
  539. bets: {
  540. text: 'Bahisler',
  541. en: 'Bets'
  542. },
  543. history: {
  544. text: 'Geçmiş',
  545. en: 'History'
  546. },
  547. top: {
  548. text: 'Yukarı',
  549. en: 'Top'
  550. }
  551. },
  552. table: {
  553. nick: {
  554. text: 'Kullanıcı adı',
  555. en: 'Nickname'
  556. },
  557. bet: {
  558. text: 'Bahis',
  559. en: 'Bet'
  560. },
  561. profit: {
  562. text: 'Kazanç',
  563. en: 'Profit'
  564. }
  565. },
  566. chat: {
  567. top: {
  568. text: 'Sohbet',
  569. en: 'Chat'
  570. },
  571. welcome: {
  572. text: 'Sohbete hoşgeldin!',
  573. en: 'Welcome to chat!'
  574. },
  575. send: {
  576. text: 'Gönder',
  577. en: 'Send'
  578. }
  579. }
  580. },
  581. dice: {
  582. page_name: {
  583. text: 'Zar',
  584. en: 'Dice'
  585. },
  586. roll_dice: {
  587. text: 'Zarı salla',
  588. en: 'Roll dice'
  589. },
  590. how_to_play: {
  591. text: 'Nasıl oynanır',
  592. en: 'How to play'
  593. },
  594. how_to_play_modal: {
  595. title: {
  596. text: 'Nasıl Oynanır',
  597. en: 'How to play'
  598. },
  599. body: {
  600. text: '<p>Oyuna başlamadan önce sayıyı değiştirip parayı ve kazanma oranını değiştirebilirsin.</p> \
  601. <p>Bir bahis gir ve "Zarı Salla" butonuna bas.</p> \
  602. <p>Eğer zarı salla butonuna basarsan otomatik rastgele bir numara seçecek ve eğer bu numaraya şart olursa bahsin katlanıcak ve paranı alabileceksin.</p> \
  603. <p>Maksimum hız : 50.000</p>',
  604. en: '<p>Before you start the game you can change roll determiner, payout and win chance.</p> \
  605. <p>Then you input a bet amount and tap on the "Roll dice" button.</p> \
  606. <p>When you click on "Roll dice" button it will generate a random number. And if this number is satisfies the condition you will get your bet multiply by payout.</p>'
  607. },
  608. close: {
  609. text: 'Kapat',
  610. en: 'Close'
  611. }
  612. },
  613. game: {
  614. to_win_roll: {
  615. text: 'Kazanmak için salla',
  616. en: 'To Win Roll'
  617. },
  618. payout: {
  619. text: 'Paranı çek',
  620. en: 'Payout'
  621. },
  622. win_chance: {
  623. text: 'Kazanma şansı',
  624. en: 'Win Chance'
  625. },
  626. bet: {
  627. text: 'Bahis',
  628. en: 'Bet'
  629. },
  630. roll_dice: {
  631. text: 'Zarı salla',
  632. en: 'Roll dice'
  633. },
  634. end_roll: {
  635. text: 'Salladın : ${1}. Tekrardan sallamak istermisin?',
  636. en: 'Rolled ${1}. Roll again?'
  637. }
  638. },
  639. history: {
  640. history_title: {
  641. text: 'Geçmiş',
  642. en: 'History'
  643. },
  644. bet: {
  645. text: 'Bahis',
  646. en: 'Bet'
  647. },
  648. payout: {
  649. text: 'Paranı çek',
  650. en: 'Payout'
  651. },
  652. win_condition: {
  653. text: 'Şart',
  654. en: 'Condition'
  655. },
  656. roll: {
  657. text: 'Salla',
  658. en: 'Roll'
  659. },
  660. profit: {
  661. text: 'Kazanç',
  662. en: 'Profit'
  663. }
  664. }
  665. },
  666. inventory: {
  667. page_name: {
  668. text: 'Envanter',
  669. en: 'Inventory'
  670. },
  671. weapon_info: {
  672. price: {
  673. text: 'Fiyat',
  674. en: 'Price'
  675. },
  676. quality: {
  677. text: 'Kalite',
  678. en: 'Quality'
  679. },
  680. trade_up_contract: {
  681. text: 'Takas Kontratını imzala',
  682. en: 'Trade Up Contract'
  683. },
  684. sell: {
  685. text: 'Sat',
  686. en: 'Sell'
  687. }
  688. },
  689. trade_up_contract: {
  690. close: {
  691. text: 'Takas kontratını kapat.',
  692. en: 'Close contract'
  693. },
  694. proceed: {
  695. text: 'İşleniyor...',
  696. en: 'Proceed...'
  697. },
  698. contract_error: {
  699. title: {
  700. text: 'Hata',
  701. en: 'Error'
  702. },
  703. message: {
  704. text: 'Başka silahda deneyin',
  705. en: 'Try another weapon'
  706. }
  707. },
  708. },
  709. sell_error: {
  710. text: 'Silahın fiyatı yanlış',
  711. en: 'Something wrong with weapon price'
  712. },
  713. statistic: {
  714. worth: {
  715. text: 'Değer:',
  716. en: 'Worth:'
  717. },
  718. count: {
  719. text: 'Sayaç:',
  720. en: 'Count:'
  721. }
  722. },
  723. sort: {
  724. special: {
  725. text: ["Hepsi", "Yeni", "StatTrak", "StatTrak değil", "Hatıra", "Hatıra değil", "Normal"],
  726. en: ["All types", "New", "StatTrak", "Not StatTrak", "Souvenir", "Not Souvenir", "Normal"]
  727. },
  728. types: {
  729. text: ["Bütün Silahlar", "Tabancalar", "Tüfekler", "Keskin nişancı tüfekleri", "Hafif Taramalı", "Pompalı", "Ağır silah", "Bıçaklar", "Eldivenler"],
  730. en: ["All weapons", "Pistols", "Rifles", "Sniper rifles", "SMGs", "Shotguns", "Machineguns", "Knives", "Gloves"]
  731. },
  732. quality: {
  733. text: ["Bütün kaliteler", "Beyaz", "Açık Mavi", "Mavi", "Mor", "Pembe", "Kırmızı", "Altın"],
  734. en: ["All qualities", "White", "Light-blue", "Blue", "Purple", "Pink", "Red", "Gold"]
  735. }
  736. }
  737. },
  738. marketplace: {
  739. page_name: {
  740. text: 'Мaгket',
  741. en: 'Market'
  742. },
  743. weapon_info: {
  744. price: {
  745. text: 'Fiyat',
  746. en: 'Price'
  747. },
  748. quality: {
  749. text: 'Kalite',
  750. en: 'Quality'
  751. },
  752. buy: {
  753. text: 'Satın al:',
  754. en: 'Buy:'
  755. },
  756. not_for_sale: {
  757. text: 'Bu item satışda değildir',
  758. en: 'This item is not for sale'
  759. }
  760. },
  761. },
  762. chat: {
  763. page_name: {
  764. text: 'Sohbet',
  765. en: 'Chat'
  766. },
  767. login: {
  768. sign_in: {
  769. text: 'Kayıt ol',
  770. en: 'Sign in'
  771. },
  772. register: {
  773. text: 'Kayıt ol',
  774. en: 'Register'
  775. },
  776. forgot_pass: {
  777. text: 'Şifreyi unuttum?',
  778. en: 'Forgot password?'
  779. },
  780. have_ban: {
  781. text: 'Banlandın. Yeni hesap açamazsın',
  782. en: 'You have ban. You can\'t create new account.'
  783. }
  784. },
  785. banlist: {
  786. text: 'Banlananlar',
  787. en: 'Banlist'
  788. },
  789. send_message: {
  790. text: 'Gönder',
  791. en: 'Send'
  792. },
  793. moderator: {
  794. delete_msg: {
  795. title: {
  796. text: 'Mesajı sil',
  797. en: 'Delete message'
  798. },
  799. message: {
  800. text: 'Bu mesajı silmek istediğine emin misin',
  801. en: 'Are you sure that you want to delete this message?'
  802. }
  803. },
  804.  
  805. }
  806. },
  807. banlist: {
  808. page_name: {
  809. text: 'Banlananlar',
  810. en: 'Banlist'
  811. }
  812. },
  813. profile: {
  814. page_name: {
  815. text: 'Profil',
  816. en: 'Profile'
  817. },
  818. stats: {
  819. level: {
  820. text: 'Seviye',
  821. en: 'Level'
  822. },
  823. inventory: {
  824. text: 'Eşyalar',
  825. en: 'Inventory'
  826. },
  827. reputation: {
  828. text: 'Şöhret',
  829. en: 'Reputation'
  830. }
  831. },
  832. user_cases: {
  833. text: 'Kullanıcının kasalarını göster',
  834. en: 'Show user cases'
  835. },
  836. text_field: {
  837. text: 'Ne yapıyorsun?',
  838. en: 'Sup?'
  839. },
  840. moderator: {
  841. chat_ban: {
  842. text: 'Sohbet banı',
  843. en: 'Chat ban'
  844. },
  845. trade_ban: {
  846. text: 'Takas banı',
  847. en: 'Trade ban'
  848. },
  849. no_ban: {
  850. text: 'Ban yok',
  851. en: 'No ban.'
  852. },
  853. ban_modal: {
  854. title: {
  855. text: 'Ban sebebi',
  856. en: 'Ban reason'
  857. },
  858. reasons: {
  859. spam: {
  860. text: 'Rahatsız etme / spamlama',
  861. en: 'Spam'
  862. },
  863. cheats: {
  864. text: 'Hile',
  865. en: 'Cheats'
  866. },
  867. insults: {
  868. text: 'Hakaret',
  869. en: 'Insults'
  870. },
  871. scam: {
  872. text: 'Dolandırıcılık',
  873. en: 'Scam'
  874. },
  875. adult_img: {
  876. text: '18+ resimler',
  877. en: '18+ pictures'
  878. },
  879. other: {
  880. text: 'Diğer',
  881. en: 'Other'
  882. },
  883. }
  884. }
  885. },
  886. send_post: {
  887. text: 'Ekle',
  888. en: 'Send'
  889. },
  890. delete_trade_confirm: {
  891. confirm_text: {
  892. text: 'Bu kullanıcıyla bütün takaslarını silmek istediğine emin misin?',
  893. en: 'Do you really want to delete all trades with this user?'
  894. },
  895. yes: {
  896. text: 'Evet',
  897. en: 'Yes'
  898. },
  899. no: {
  900. text: 'Hayır',
  901. en: 'No'
  902. }
  903. },
  904. exchange: {
  905. title: {
  906. text: 'Takas',
  907. en: 'Trade'
  908. },
  909. exchange_offers: {
  910. text: 'Takas Teklifleri: ',
  911. en: 'Exchange offers: '
  912. },
  913. status: {
  914. ready: {
  915. text: 'Hazır',
  916. en: 'Ready'
  917. },
  918. not_ready: {
  919. text: 'Hazır değil',
  920. en: 'Not ready'
  921. },
  922. checkbox: {
  923. text: 'Takasa hazır olduğunda bu kutuyu işaretle.',
  924. en: 'Check this box when ready to trade.'
  925. },
  926. gift: {
  927. text: 'Bu bir hediye',
  928. en: 'It\'s a gift.'
  929. }
  930. },
  931. your_offer: {
  932. main: {
  933. text: 'Senin tekliflerin',
  934. en: 'Your offerings'
  935. },
  936. info: {
  937. text: 'Bu eşyaları takasda kaybedeceksin.',
  938. en: 'These are the items you will lose in the trade.'
  939. }
  940. },
  941. other_offer: {
  942. main: {
  943. text: 'Diğer oyuncuların teklifleri',
  944. en: 'Other player offerings'
  945. },
  946. info: {
  947. text: 'Bu eşyaları takasda kazanacaksın',
  948. en: 'These are the items you will receive in the trade.'
  949. }
  950. },
  951. buttons: {
  952. change_offer: {
  953. text: 'Teklifini değiştir',
  954. en: 'Change your offer'
  955. },
  956. cancel_trade: {
  957. text: 'Takası iptal et',
  958. en: 'Cancel trade'
  959. },
  960. make_trade: {
  961. text: 'Takası yap',
  962. en: 'Make trade'
  963. },
  964. back: {
  965. text: 'Geri',
  966. en: 'Back'
  967. },
  968. add_items: {
  969. text: 'Eşya ekle',
  970. en: 'Add items'
  971. }
  972. },
  973. your_inventory: {
  974. text: 'Senin eşyaların',
  975. en: 'Your inventory'
  976. },
  977. their_inventory: {
  978. text: 'Onların eşyaları',
  979. en: 'Their inventory'
  980. },
  981. summary: {
  982. text: 'Özet',
  983. en: 'Summary'
  984. },
  985. watch_inventory_wip: {
  986. text: 'Takası gönder ve diğer oyuncunun eşya eklemesini bekle.',
  987. en: 'Send trade and wait for other player add something.'
  988. },
  989. navigation: {
  990. back: {
  991. text: 'Geri',
  992. en: 'Back'
  993. },
  994. next: {
  995. text: 'Sonraki',
  996. en: 'Next'
  997. },
  998. send_trade: {
  999. text: 'Takası gönder',
  1000. en: 'Send trade'
  1001. }
  1002. },
  1003. notification: {
  1004. title: {
  1005. text: 'Takas',
  1006. en: 'Trade'
  1007. },
  1008. trade_send: {
  1009. text: 'Takas teklifiniz başarıyla bitti.',
  1010. en: 'Trade offer successful sended'
  1011. },
  1012. to_many_weapons: {
  1013. text: 'Koyabileceğin en fazla eşya numarası: ${1}.',
  1014. en: 'The maximum number of items: ${1}'
  1015. }
  1016. }
  1017. }
  1018. },
  1019. statistic: {
  1020. page_name: {
  1021. text: 'İstatistik',
  1022. en: 'Statistic'
  1023. },
  1024. total_opened: {
  1025. text: 'Toplam kasa açıldı',
  1026. en: 'Total cases opened'
  1027. },
  1028. white: {
  1029. text: 'Beyaz',
  1030. en: 'White'
  1031. },
  1032. light_blue: {
  1033. text: 'Açık Mavi',
  1034. en: 'Light-blue'
  1035. },
  1036. blue: {
  1037. text: 'Mavi',
  1038. en: 'Blue'
  1039. },
  1040. purpule: {
  1041. text: 'Mor',
  1042. en: 'Purpule'
  1043. },
  1044. pink: {
  1045. text: 'Pembe',
  1046. en: 'Pink'
  1047. },
  1048. red: {
  1049. text: 'Kırmızı',
  1050. en: 'Red'
  1051. },
  1052. gold: {
  1053. text: 'Bıçaklar/Eldivenler',
  1054. en: 'Knives/Gloves'
  1055. },
  1056. contracts: {
  1057. text: 'Takas kontratı yap',
  1058. en: 'Trade up contracts'
  1059. },
  1060. jackpot_win_lose: {
  1061. text: 'Pot kazan/kaybet',
  1062. en: 'Jackpot win/lose'
  1063. },
  1064. jackpot_max: {
  1065. text: 'En fazla pot parası kazanıldı',
  1066. en: 'Jackpot max money won'
  1067. },
  1068. rps_win_lose: {
  1069. text: 'Taş Kağıt Makas kazan/kaybet',
  1070. en: 'Rock-Paper-Scissors win/lose'
  1071. },
  1072. coinflip_win_lose: {
  1073. text: 'Yazı Tura kazan/kaybet',
  1074. en: 'Coinflip win/lose'
  1075. },
  1076. coinflip_max: {
  1077. text: 'Yazı Tura en fazla para kazanıldı',
  1078. en: 'Coinflip max money won'
  1079. },
  1080. double_win_lose: {
  1081. text: 'Çift kazan/kaybet',
  1082. en: 'Double win/lose'
  1083. }
  1084. },
  1085. faq: {
  1086. page_name: {
  1087. text: 'Sık sorulan sorular',
  1088. en: 'FAQ'
  1089. },
  1090. how_to_play_jackpot: {
  1091. title: {
  1092. text: 'Nasıl pot oynanır?',
  1093. en: 'How to play Jackpot?'
  1094. },
  1095. info: {
  1096. text: 'En fazla ekleyebileceğin eşya numarası: 15.<br> Maximum fiyat sınırsız.<br>Oyun 50 silah alındıktan sonra başlayacak.<br>Eğer pota silah ekleyip potu kapatırsan (veya uygulamayı) silahların silinecek.',
  1097. en: 'The max number of weapons that you can add: 15.<br>Maximum price is unlimited.<br>The game will begin after 50 weapons are collected.<br>If you add weapons and close the jackpot, weapons will disappear.'
  1098. }
  1099. },
  1100. why_no_price: {
  1101. title: {
  1102. text: 'Neden silah fiyatı $0?',
  1103. en: 'Why weapon price is $0?'
  1104. },
  1105. info: {
  1106. text: 'Fiyatlar oyunun veritabanından alınır.Eğer orada yoksa , Steam Marketinden alınır.Eğer orada\'da bir fiyat yok ise 0$ olarak sayılır..<br>Silah markette çıkarsa, silahı envanterinizde açın, ve fiyatının yüklenmesini bekleyin, yeniden envanterinizi açın.',
  1107. en: 'Weapons prices are taken from the database. If there are no prices for current weapon, then price is taken from the Steam Market. If there is no price as well, it counts as $0. <br> When the weapon appears in market, open the weapon info in inventory, wait until the price is loaded, reopen inventory.'
  1108. }
  1109. },
  1110. how_to_exchange: {
  1111. title: {
  1112. text: 'Nasıl takas yaparım?',
  1113. en: 'How to exchange?'
  1114. },
  1115. info: {
  1116. text: 'Herşeyden önce ayarlarınızdan takası açmalısınız</b><br> \
  1117. <ol> \
  1118. <li>Nasıl takas yollarım</li> \
  1119. <li>Başka bir oyuncunun profini açın (<i class="fa fa-exchange" aria-hidden="true"></i>)</li> \
  1120. <li>"Mor" takas butonuna basın</li> \
  1121. <li><s>Göndermek istediğiniz silahı seçin"</s> (ve sonraki butonuna basın)</li> \
  1122. <li>Eğer hediye ise "Bu bir hediye\'dir" butonuna basın.</li> \
  1123. <li>Takası yolla butonuna basın</li> \
  1124. </ol> \
  1125. <b>Nasıl Tekliflere Bakılır/Onaylanır/Red edilir</b> \
  1126. <ol> \
  1127. <li>Kendi profilinize gidin</li> \
  1128. <li>Takas butonuna basınız (<i class="fa fa-exchange" aria-hidden="true"></i>)</li> \
  1129. <li>Bir takas teklifi seçin.</li> \
  1130. <li>Hazırsanız butonu işaretleyin</li> \
  1131. <li>Diğer adamın basmasını bekleyin</li> \
  1132. <li>Diğer adam işaretleyince hesabınız açıksa otomatik gelicektir</li> \
  1133. <li>Hesabınız kapalı ise takaslarınızdan eşyaları alabilirsiniz </li> \
  1134. </ol> \
  1135. Eğer hesabınız offline ise bu takası açıp silahlarınızı alabilirsiniz..',
  1136. en: 'First of all, you need to enable "Exchange" in settings.<br><b>How to send the trade offer</b><br><ol><li>Open another player profile</li><li>Press on the exchange icon (<i class="fa fa-exchange" aria-hidden="true"></i>)</li><li>Select the weapons that you want to send and press on the "Next" button</li><li><s>Select the weapons that you want to get from player</s> (WIP)</li><li>If you want to send weapons as a gift then check "It\'s a gift" checkbox</li><li>Press on the "Send trade" button</li></ol><b>How to get weapons</b><ol><li>Open your profile</li><li>Press on the exchange icon (<i class="fa fa-exchange" aria-hidden="true"></i>)</li><li>Select the player that send the offer to you</li><li>Select the offer</li><li>Change your offer if you want</li><li>Check the "Check this box when ready to trade." checkbox</li><li>Wait until another player check this checkbox too and press on the "Make trade" button. Or another player can press it</li></ol>If another player pressed the "Make trade" button when you was offline then open this trade to get your weapons.'
  1137. }
  1138. },
  1139. how_to_level_up: {
  1140. title: {
  1141. text: 'Nasıl seviye atlarım?',
  1142. en: 'How to level up?'
  1143. },
  1144. info: {
  1145. text: 'Level atlamak için puan lazım.Puanları bu aşamaları takip ederek alabilirsiniz:<ul><li>Uygulamayı açın — ${1} puan (Puanlar 1 günde 1 verilir.)</li><li>Kasa aç — ${2} puan</li><li>Bir oyun kazanın — ${3} 3 puan </li></ul>',
  1146. en: 'For increasing your level you need points. Points are given for the following steps:<ul> \
  1147. <li>Open the app - ${1} points (award is given once a day)</li> \
  1148. <li>Open one case - ${2} point</li> \
  1149. <li>Won in the mini-game - ${3} points</li> \
  1150. </li></ul>'
  1151. }
  1152. },
  1153. found_bug: {
  1154. title: {
  1155. text: 'Bir bug buldum ne yapmayalıyım',
  1156. en: 'I found a bug what should I do?'
  1157. },
  1158. info: {
  1159. text: 'Kurucuyla bu emailden konuşabilirsiniz (Mesajı ingilizce atın.Ben kurucu değilim.Ben Miraç) : <b>kurtukovvlad@gmail.com</b>',
  1160. en: 'You can contact me via email: kurtukovvlad@gmail.com'
  1161. }
  1162. }
  1163. },
  1164. updates: {
  1165. page_name: {
  1166. text: 'Güncellemeler',
  1167. en: 'Updates'
  1168. }
  1169. },
  1170. settings: {
  1171. page_name: {
  1172. text: 'Ayarlar',
  1173. en: 'Settings'
  1174. },
  1175. profile: {
  1176. group_title: {
  1177. text: 'Profil',
  1178. en: 'Profile'
  1179. },
  1180. nick: {
  1181. text: 'İsmin',
  1182. en: 'Your name'
  1183. },
  1184. avatar: {
  1185. text: 'Profil Resmin',
  1186. en: 'Avatar'
  1187. }
  1188. },
  1189. beta: {
  1190. group_title: {
  1191. text: 'Beta',
  1192. en: 'Beta'
  1193. },
  1194. exchange: {
  1195. text: 'Takas',
  1196. en: 'Exchange'
  1197. }
  1198. },
  1199. interface: {
  1200. group_title: {
  1201. text: 'Arayüz',
  1202. en: 'Interface'
  1203. },
  1204. language: {
  1205. text: 'Dil',
  1206. en: 'Language'
  1207. },
  1208. sound: {
  1209. text: 'Ses',
  1210. en: 'Sound'
  1211. },
  1212. fast_drop: {
  1213. text: 'Hızlı kasa açma (x2)',
  1214. en: 'Fast drop (x2)'
  1215. }
  1216. },
  1217. reset: {
  1218. text: 'Oyunu sıfırla',
  1219. en: 'Full reset'
  1220. },
  1221. save: {
  1222. text: 'Kaydet',
  1223. en: 'Save'
  1224. },
  1225. notification: {
  1226. title: {
  1227. text: 'Durum',
  1228. en: 'Status'
  1229. },
  1230. saved: {
  1231. text: 'Kaydedildi',
  1232. en: 'Saved'
  1233. },
  1234. reset_done: {
  1235. text: 'Bitti.',
  1236. en: 'Done'
  1237. },
  1238. reset_confirm_title: {
  1239. text: 'Oyunu resetle',
  1240. en: 'Full Reset'
  1241. },
  1242. reset_confirm: {
  1243. text: 'Bütün silahların silinecek.İstatiklerin silinecek.Emin misin?',
  1244. en: 'All weapons will be deleted. Statistics will be reset. Are you sure?'
  1245. },
  1246. invalid_nick_title: {
  1247. text: 'Hata',
  1248. en: 'Error'
  1249. },
  1250. invalid_nick: {
  1251. text: 'Yanlış isim.Sadece harfler ve numaralar alınabilir',
  1252. en: 'Wrong name. Only letters and numbers are available.'
  1253. }
  1254. }
  1255. },
  1256. about: {
  1257. page_name: {
  1258. text: 'Hakkında',
  1259. en: 'About'
  1260. },
  1261. main_developer: {
  1262. text: 'Ana Geliştirici',
  1263. en: 'Main developer'
  1264. },
  1265. info: {
  1266. text: 'Eğer bug bulduysanız veya sorunuz varsa buradan kurucuya yazabilirsiniz<br>Eğer kurucuya teşekkür etmek istiyorsanız steamdan skin yollayabilirsiniz<br>Oyunu playstore\'de oylamayı unutmayın ^_^',
  1267. en: 'If you found some bugs or you have a suggestion you can write me an email.<br>If you want to thank the developer you can send something in Steam :)<br>Do not forget to rate the app in the Play Market ^_^'
  1268. },
  1269. special_thanks: {
  1270. text: 'Emeği geçenler',
  1271. en: 'Special Thanks'
  1272. },
  1273. copyright: {
  1274. text: 'Bütün hakları saklıdır.',
  1275. en: 'Copyright'
  1276. },
  1277. copyright_info: {
  1278. text: 'Bütün açıklamalar açık kaynaklardan alınmıştır.Eğer bunu ihlal ettiğini düşünüyorsanız lütfen kurucuyla kontak kurun.',
  1279. en: 'All information is taken from public sources. If anything in the application infringes your copyright, please contact me.'
  1280. }
  1281. },
  1282. apps: {
  1283. page_name: {
  1284. text: 'Diğer uygulamalar',
  1285. en: 'Other apps'
  1286. }
  1287. },
  1288. other: {
  1289. souvenir: {
  1290. text: 'Hatıra',
  1291. en: 'Souvenir'
  1292. },
  1293. new_version: {
  1294. new_version: {
  1295. text: 'Uygulamanın yeni sürümü var!.',
  1296. en: 'New version of the app is available.'
  1297. },
  1298. update: {
  1299. text: 'Güncelle',
  1300. en: 'Update'
  1301. },
  1302. later: {
  1303. text: 'Sonra',
  1304. en: 'Later'
  1305. }
  1306. },
  1307. daily_reward: {
  1308. title: {
  1309. text: 'Ödül!',
  1310. en: 'Reward!'
  1311. },
  1312. message: {
  1313. text: 'Günlük ödülünü aldın!<br>+${1} EXP | +${2} çift puanlar.',
  1314. en: 'You get daily reward!<br>+${1} EXP | +${2} double points.'
  1315. }
  1316. },
  1317. sum_text: {
  1318. text: 'Değer: ',
  1319. en: 'Worth: '
  1320. },
  1321. empty_inventory: {
  1322. text: 'Envanteriniz bomboş. <a href="cases.html">Biraz kasa açarak doldurabilirsiniz.</a>',
  1323. en: 'Inventory is empty. <a href="cases.html">Open some cases to fill it.</a>'
  1324. },
  1325. ban: {
  1326. wrong_ban: {
  1327. text: 'Eğer yanlışıkla banlandığınızı düşünüyorsanız kurucuyla iletişime geçin : kurtukovvlad@gmail.com',
  1328. en: 'If you were banned by a mistake, write to email kurtukovvlad@gmail.com'
  1329. }
  1330. }
  1331. }
  1332. }
  1333. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement