mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-21 21:50:34 -04:00
wip
This commit is contained in:
parent
cee5c6bc60
commit
45f9b516fc
23 changed files with 1069 additions and 797 deletions
|
@ -68,25 +68,26 @@
|
|||
"lab.reset": "Sıfırla",
|
||||
"lab.select_level": "Oynamak için bir seviye seçin",
|
||||
"lab.unlocks_at": "Toplam puan {{score}}olduğunda açılır",
|
||||
"level_up.add_perks": "",
|
||||
"level_up.challenges.catchRateGood.description": "",
|
||||
"level_up.challenges.catchRateGood.name": "",
|
||||
"level_up.challenges.intro": "",
|
||||
"level_up.challenges.levelMisses.description": "",
|
||||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.instructions": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
"level_up.maxed_upgrade": "",
|
||||
"level_up.missed.best": "",
|
||||
"level_up.missed.catchRate.best": "",
|
||||
"level_up.missed.catchRate.good": "",
|
||||
"level_up.missed.good": "",
|
||||
"level_up.missed.levelMisses.best": "",
|
||||
"level_up.missed.levelMisses.good": "",
|
||||
"level_up.missed.levelTime.best": "",
|
||||
"level_up.missed.levelTime.good": "",
|
||||
"level_up.missed.levelWallBounces.best": "",
|
||||
"level_up.missed.levelWallBounces.good": "",
|
||||
"level_up.no_points": "",
|
||||
"level_up.no": "",
|
||||
"level_up.pick": "",
|
||||
"level_up.pick_upgrade": "",
|
||||
"level_up.silver": "",
|
||||
"level_up.title": " {{level}}/{{max}}seviyesini yeni bitirdiniz.",
|
||||
"level_up.upgrade": "",
|
||||
"level_up.upgrade_perk_to_level": "",
|
||||
"level_up.upgrade_perks": "",
|
||||
"main_menu.basic": "",
|
||||
"main_menu.basic_help": "",
|
||||
"main_menu.colorful_coins": "",
|
||||
|
@ -169,11 +170,12 @@
|
|||
"play.stats.levelTime": "Seviye zamanı",
|
||||
"play.stats.levelWallBounces": "Duvar sıçramaları",
|
||||
"score_panel.close_to_unlock": "Sonraki seviyenin kilidini aç:",
|
||||
"score_panel.extra_lives_count": "",
|
||||
"score_panel.get_upgrades_to_unlock": " {{missingUpgrades}} alın ve \"{{level}}\" seviyesinin kilidini açmak için {{points}} puan daha kazanın",
|
||||
"score_panel.score_to_unlock": "\"{{level}}\" seviyesini açmak için {{points}} puan daha kazanın",
|
||||
"score_panel.title": " {{level}}/{{max}} seviyesinde{{score}} puan",
|
||||
"score_panel.upcoming_levels": "Yaklaşan seviyeler :",
|
||||
"score_panel.upcoming_levels": "",
|
||||
"score_panel.upgrade_point_count": "",
|
||||
"score_panel.upgrade_points_count": "Yaklaşan seviyeler :",
|
||||
"score_panel.upgrades_picked": "Bu oyun çalışmasında seçilen yükseltmeler:",
|
||||
"settings.autoplay": "Otomatik oynatma",
|
||||
"settings.autoplay_help": "Rastgele yükseltmeler ve bilgisayar kontrollü bir kürekle bir oturum başlatın",
|
||||
|
@ -313,6 +315,9 @@
|
|||
"upgrades.extra_levels.name": "5 dakika daha",
|
||||
"upgrades.extra_levels.tooltip": "7 yerine {{count}} seviye oyna",
|
||||
"upgrades.extra_levels.verbose_description": "Varsayılan oyun en fazla 7 seviye sürebilir, ardından oyun biter. \n\nBu avantajın her seviyesi bir seviye daha yukarı çıkmanızı sağlar. Son seviyeler genellikle en fazla puanı aldığınız seviyelerdir, bu yüzden fark dramatik olabilir.",
|
||||
"upgrades.extra_life.name": "",
|
||||
"upgrades.extra_life.tooltip": "",
|
||||
"upgrades.extra_life.verbose_description": "",
|
||||
"upgrades.forgiving.name": "Bağışlayıcı",
|
||||
"upgrades.forgiving.tooltip": "Molaları kaçırmak, komboyu bir kerede azaltmak yerine kademeli olarak azaltır.",
|
||||
"upgrades.forgiving.verbose_description": "Her seviyede ilk ıskalama bedava, sonra kombonun %10'u, sonra %20'si...",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue