translate turkish strings: # 00console.rpy:271 old "Press to exit console. Type help for help.\n" new "Konsoldan çıkmak için tuşuna bas. Yardım için help yaz.\n" # 00console.rpy:275 old "Ren'Py script enabled." new "Ren'Py scripti etkin." # 00console.rpy:277 old "Ren'Py script disabled." new "Ren'Py scripti devre dışı." # 00console.rpy:524 old "help: show this help" new "yardım: bu yardımcıyı göster" # 00console.rpy:529 old "commands:\n" new "komutlar:\n" # 00console.rpy:539 old " : run the statement\n" new " : ifadeyi yürüt\n" # 00console.rpy:541 old " : run the expression or statement" new " : ibare ya da ifadeyi yürüt" # 00console.rpy:549 old "clear: clear the console history" new "clear: konsol geçmişini temizle" # 00console.rpy:553 old "exit: exit the console" new "exit: konsoldan çık" # 00console.rpy:561 old "load : loads the game from slot" new "load : slottan oyun yükle" # 00console.rpy:574 old "save : saves the game in slot" new "save : slota oyun kaydet" # 00console.rpy:585 old "reload: reloads the game, refreshing the scripts" new "reload: oyunu geri yükler, scriptleri yeniler" # 00console.rpy:593 old "watch : watch a python expression" new "watch : bir python ifadesini izle" # 00console.rpy:619 old "unwatch : stop watching an expression" new "unwatch : bir ifadeyi izlemeyi bırak" # 00console.rpy:650 old "unwatchall: stop watching all expressions" new "unwatchall: tüm ifadeleri izlemeyi bırak" # 00console.rpy:667 old "jump