Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 26e5edf

Browse files
d0rukzkat
authored andcommitted
feat(i18n): Add Turkish translation (#73)
1 parent fd6bbcf commit 26e5edf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

locales/tr.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
}

0 commit comments

Comments
 (0)