mediawiki-extensions-Scribunto/i18n/tr.json

73 lines
4.6 KiB
JSON
Raw Permalink Normal View History

{
"@metadata": {
"authors": [
"BaRaN6161 TURK",
"Incelemeelemani",
"McDutchie",
"MuratTheTurkish",
"Sadrettin",
"SaldırganSincap",
"Sezgin İbiş",
"Violetanka",
"Vito Genovese"
]
},
"scribunto-desc": "Betik dillerini MediaWiki sayfalarına gömmek için çerçeve",
"scribunto-line": "$1 satırında",
"scribunto-module-line": "$2 satırında $1",
"scribunto-parser-dialog-title": "Betik hatası",
"scribunto-error-short": "Betik hatası: $1",
"scribunto-error-long": "Betik hataları:\n\n$1",
"scribunto-doc-page-name": "Module:$1/belge",
"scribunto-doc-page-does-not-exist": "''Bu modül için bir [[$1]] belgelendirmesi oluşturabilirsiniz''",
"scribunto-doc-page-header": "'''Bu [[$1]] belgelendirme sayfası içindir'''",
"scribunto-console-intro": "* Modül dışa aktarımları, kaydedilmemiş değişiklikler de dahil olmak üzere \"p\" değişkeni olarak mevcuttur.\n* Bir ifadeyi ifade olarak değerlendirmek veya print() kullanmak için bir satırdan önce \"=\" işaretini kullanın. Tablolar için mw.logObject() öğesini kullanın.\n* Bu konsola mesaj göndermek için modül kodunda mw.log() ve mw.logObject() kullanın.",
"scribunto-console-title": "Hata ayıklama konsolu",
"scribunto-console-too-large": "Bu konsol oturumu çok büyük. Lütfen konsol geçmişini temizleyin veya modülün boyutunu küçültün.",
"scribunto-console-current-src": "konsol girişi",
"scribunto-console-clear": "Temizle",
"scribunto-console-cleared": "Modül güncellendiğinden konsol durumu temizlendi.",
"scribunto-console-cleared-session-lost": "Oturum verileri kaybolduğu için konsol durumu temizlendi.",
"scribunto-common-error-category": "Betik hata içeren sayfalar",
"scribunto-common-error-category-desc": "Sayfaya dahil edilen modüller işlenirken bir hata oluştu.",
"scribunto-common-nosuchmodule": "Betik hatası: Böyle bir \"$2\" modülü yok.",
"scribunto-common-nofunction": "Betik hatası: Aramak için bir işlev belirtmelisiniz.",
"scribunto-common-nosuchfunction": "Betik hatası: \"$2\" işlevi mevcut değil.",
"scribunto-common-notafunction": "Betik hatası: \"$2\" bir işlev değil.",
"scribunto-common-timeout": "Betikleri çalıştırmak için ayrılan süre doldu.",
"scribunto-common-oom": "Betikleri çalıştırmak için izin verilen bellek miktarııldı.",
"scribunto-common-backtrace": "Geritakip:",
"scribunto-common-no-details": "Daha fazla bilgi mevcut değildir.",
"scribunto-lua-in-function": "\"$1\" işlevinde",
"scribunto-lua-in-main": "ana grupta",
"scribunto-lua-in-function-at": "işlevinde $1:$2",
"scribunto-lua-error-location": "Lua hatası $1: $2.",
"scribunto-lua-error": "Lua hatası: $2.",
"scribunto-lua-notarrayreturn": "Betik hatası: Modül $2 değerini döndürdü. Bir aktarım tablosu döndürmesi gerekiyor.",
"scribunto-lua-warning": "Betik uyarısı: $1",
"scribunto-luastandalone-proc-error": "Lua hatası: İşlem oluşturulamıyor.",
"scribunto-luastandalone-proc-error-msg": "Lua hatası: İşlem oluşturulamıyor: $2",
"scribunto-luastandalone-proc-error-proc-open": "Lua hatası: İşlem oluşturulamıyor: proc_open mevcut değil. PHP'nin \"disable_functions\" yapılandırma yönergesini kontrol edin.",
"scribunto-luastandalone-decode-error": "Lua hatası: Dahili hata: Mesajın kodu çözülemedi.",
"scribunto-luastandalone-write-error": "Lua hatası: Dahili hata: Boruya yazma hatası.",
"scribunto-luastandalone-read-error": "Lua hatası: Dahili hata: Borudan okuma hatası.",
"scribunto-luastandalone-gone": "Lua hatası: Dahili hata: Yorumlayıcı zaten var.",
"scribunto-luastandalone-signal": "Lua hatası: Dahili hata: Yorumlayıcı \"$2\" sinyaliyle sonlandırıldı.",
"scribunto-luastandalone-exited": "Lua hatası: Dahili hata: Yorumlayıcı durum $2 ile çıkıldı.",
"scribunto-module-with-errors-category": "Hatalı Scribunto modülleri",
"scribunto-module-with-errors-category-desc": "Modülde bir hata bulunuyor.",
"scribunto-limitreport-timeusage": "Lua zaman kullanımı",
"scribunto-limitreport-timeusage-value": "$1/$2 saniye",
"scribunto-limitreport-virtmemusage": "Lua sanal boyutu",
"scribunto-limitreport-virtmemusage-value": "$1/$2 bayt",
"scribunto-limitreport-estmemusage": "Lua tahmini bellek kullanımı",
"scribunto-limitreport-estmemusage-value": "$1 bayt",
"scribunto-limitreport-memusage": "Lua bellek kullanımı",
"scribunto-limitreport-memusage-value": "$1/$2 bayt",
"scribunto-limitreport-profile": "Lua Profili",
"scribunto-limitreport-profile-ms": "$1 ms",
"scribunto-limitreport-logs": "Lua günlükleri",
"nstab-module": "Modül",
"tooltip-ca-nstab-module": "Modül sayfasını görüntüle"
}