mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
21 lines
1.3 KiB
JSON
21 lines
1.3 KiB
JSON
{
|
||
"python.command.python.sortImports.title": "Import İfadelerini Sırala",
|
||
"python.command.python.startREPL.title": "REPL Başlat",
|
||
"python.command.python.createTerminal.title": "Terminal Oluştur",
|
||
"python.command.python.execInTerminal.title": "Terminalde Çalıştır",
|
||
"python.command.python.setInterpreter.title": "Bir Interpreter Seçin",
|
||
"python.command.python.execSelectionInTerminal.title": "Seçimi/Satırı Terminalde Çalıştır",
|
||
"python.command.python.execSelectionInDjangoShell.title": "Seçimi/Satırı Django Shell'inde Çalıştır",
|
||
"python.command.python.goToPythonObject.title": "Python Nesnesine Git",
|
||
"python.command.python.setLinter.title": "Bir Linter Seç",
|
||
"python.command.python.enableLinting.title": "Linting'i Aktifleştir",
|
||
"python.command.python.runLinting.title": "Linter Çalıştır",
|
||
"python.snippet.launch.standard.label": "Python: Geçerli Dosya",
|
||
"python.snippet.launch.module.label": "Python: Modül",
|
||
"python.snippet.launch.module.default": "modül-adını-yazın",
|
||
"python.snippet.launch.attach.label": "Python: Remote Attach",
|
||
"python.snippet.launch.django.label": "Python: Django",
|
||
"python.snippet.launch.flask.label": "Python: Flask",
|
||
"python.snippet.launch.pyramid.label": "Python: Pyramid Uygulaması"
|
||
}
|