1{ 2 "Execute binaries from npm packages.\n%s": "npm paketlerinden program çalıştırın.\n%s", 3 "Package to be installed.": "Yüklenecek paketin adı.", 4 "Location of the npm cache.":"npm önbelleğinin yeri.", 5 "Skip installation if a package is missing.": "Eğer eksik paket varsa yükleme adımını atla.", 6 "Path to user npmrc.": "Kullanıcının npmrc dosyasının yeri.", 7 "Execute string as if inside `npm run-script`.": "Komutu 'npm run-script' kapsamında çalıştır.", 8 "Shell to execute the command with, if any.": "Komutların çalıştırılacağı shell.", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "Komut eğer 'command not found' hatası veriyorsa, komutu npx üzerinden bir daha dene.", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "$PATH ve lokal projede tanımlanmış programları pas geçer. Bu sayede, npx yeni bir yükleme yapar ve en son versiyonu kullanır.", 11 "npm binary to use for internal operations.": "Bu programın çalıştırılmasında kullanılacak npm.", 12 "For the full documentation, see the manual page for npx(1).": "Tamamını okumak için 'man npx'.", 13 "Unable to guess a binary name from %s. Please use --package.": "%s için hangi npm paketi bilemedim. Lütfen --package kullanın.", 14 "\nERROR: You must supply a command.\n": "\nHATA: Argüman vermelisiniz.\n", 15 "Command failed: %s %s": "Komut çalıştırılamadı: %s %s", 16 "Install for %s failed with code %s": "%s yüklenirken %s kodlu bir hata oluştu. Yükleme sonlandırıldı.", 17 "%s not found. Trying with npx...": "%s bulunamadı. npx ile deniyorum...", 18 "command not found": "komut bulunamadı", 19 "options": "seçenekler", 20 "command": "komut", 21 "version": "versiyon", 22 "command-arg": "argümanlar", 23 "command-string": "argümanlar", 24 "shell": "shell", 25 "package": "paket", 26 "npx": "npx", 27 "Suppress output from npx itself. Subcommands will not be affected.": "npx çıktısını durdur. Alt komutlar etkilenmez." 28} 29