added accelerator.md to api folders and translated (#5316)

* added accelerator.md to api folders and translated 🎉

* added file-object.md to api folder and translated

* added all folders to /tr-TR for broken links

* removed untouched documentation file

* broken link fix
This commit is contained in:
Arif Çakıroğlu 2016-04-29 02:28:46 +03:00 committed by Cheng Zhao
parent 4001f10e2d
commit f7d4ff90ea
4 changed files with 133 additions and 55 deletions

View file

@ -5,82 +5,82 @@ Eğer öyleyse, atom.io üzerinden [mevcut sürümler](http://electron.atom.io/d
## SSS(Sıkça Sorulan Sorular)
Bir problem(issue) bildirmeden önce sıkça sorulan sorulara göz atın:
* [Electron SSS](faq/electron-faq.md)
* [Electron SSS](https://github.com/electron/electron/tree/master/docs/faq/electron-faq.md)
## Klavuzlar
* [Desteklenen Platformlar ](tutorial/supported-platforms.md)
* [Uygulama Dağıtımı](tutorial/application-distribution.md)
* [Mac Uygulama Mağazası Başvuru Klavuzu](tutorial/mac-app-store-submission-guide.md)
* [Uygulama Paketleme](tutorial/application-packaging.md)
* [Native Node Modüllerini Kullanma](tutorial/using-native-node-modules.md)
* [Ana Süreç(Main Process) Hata ayıklama](tutorial/debugging-main-process.md)
* [Selenium ve WebDriver kullanımı](tutorial/using-selenium-and-webdriver.md)
* [DevTools Eklentisi](tutorial/devtools-extension.md)
* [Pepper Flash Kullanımı](tutorial/using-pepper-flash-plugin.md)
* [Widevine CDM Kullanımı](tutorial/using-widevine-cdm-plugin.md)
* [CI Sistem Testleri (Travis, Jenkins)](tutorial/testing-on-headless-ci.md)
* [Desteklenen Platformlar ](https://github.com/electron/electron/tree/master/docs/tutorial/supported-platforms.md)
* [Uygulama Dağıtımı](https://github.com/electron/electron/tree/master/docs/tutorial/application-distribution.md)
* [Mac Uygulama Mağazası Başvuru Klavuzu](https://github.com/electron/electron/tree/master/docs/tutorial/mac-app-store-submission-guide.md)
* [Uygulama Paketleme](https://github.com/electron/electron/tree/master/docs/tutorial/application-packaging.md)
* [Native Node Modüllerini Kullanma](https://github.com/electron/electron/tree/master/docs/tutorial/using-native-node-modules.md)
* [Ana Süreç(Main Process) Hata ayıklama](https://github.com/electron/electron/tree/master/docs/tutorial/debugging-main-process.md)
* [Selenium ve WebDriver kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-selenium-and-webdriver.md)
* [DevTools Eklentisi](https://github.com/electron/electron/tree/master/docs/tutorial/devtools-extension.md)
* [Pepper Flash Kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-pepper-flash-plugin.md)
* [Widevine CDM Kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-widevine-cdm-plugin.md)
* [CI Sistem Testleri (Travis, Jenkins)](https://github.com/electron/electron/tree/master/docs/tutorial/testing-on-headless-ci.md)
## Eğitimler
* [Quick Start](tutorial/quick-start.md)
* [Desktop Environment Integration](tutorial/desktop-environment-integration.md)
* [Online/Offline Event Detection](tutorial/online-offline-events.md)
* [Quick Start](https://github.com/electron/electron/tree/master/docs/tutorial/quick-start.md)
* [Desktop Environment Integration](https://github.com/electron/electron/tree/master/docs/tutorial/desktop-environment-integration.md)
* [Online/Offline Event Detection](https://github.com/electron/electron/tree/master/docs/tutorial/online-offline-events.md)
## API Kaynakları
* [Synopsis](api/synopsis.md)
* [Process Object](api/process.md)
* [Desteklenen Chrome Komut Satırı Anahtarları](api/chrome-command-line-switches.md)
* [Environment Değişkenleri](api/environment-variables.md)
* [Synopsis](https://github.com/electron/electron/tree/master/docs/api/synopsis.md)
* [Process Object](https://github.com/electron/electron/tree/master/docs/api/process.md)
* [Desteklenen Chrome Komut Satırı Anahtarları](https://github.com/electron/electron/tree/master/docs/api/chrome-command-line-switches.md)
* [Environment Değişkenleri](https://github.com/electron/electron/tree/master/docs/api/environment-variables.md)
### Özel DOM Elementleri:
* [`File` Nesnesi](api/file-object.md)
* [`<webview>` Etiketi](api/web-view-tag.md)
* [`window.open` Fonksiyonu](api/window-open.md)
* [`<webview>` Etiketi](https://github.com/electron/electron/tree/master/docs/api/web-view-tag.md)
* [`window.open` Fonksiyonu](https://github.com/electron/electron/tree/master/docs/api/window-open.md)
### Ana Süreç(Main Process) Modülleri:
* [app](api/app.md)
* [autoUpdater](api/auto-updater.md)
* [BrowserWindow](api/browser-window.md)
* [contentTracing](api/content-tracing.md)
* [dialog](api/dialog.md)
* [globalShortcut](api/global-shortcut.md)
* [ipcMain](api/ipc-main.md)
* [Menu](api/menu.md)
* [MenuItem](api/menu-item.md)
* [powerMonitor](api/power-monitor.md)
* [powerSaveBlocker](api/power-save-blocker.md)
* [protocol](api/protocol.md)
* [session](api/session.md)
* [webContents](api/web-contents.md)
* [Tray](api/tray.md)
* [app](https://github.com/electron/electron/tree/master/docs/api/app.md)
* [autoUpdater](https://github.com/electron/electron/tree/master/docs/api/auto-updater.md)
* [BrowserWindow](https://github.com/electron/electron/tree/master/docs/api/browser-window.md)
* [contentTracing](https://github.com/electron/electron/tree/master/docs/api/content-tracing.md)
* [dialog](https://github.com/electron/electron/tree/master/docs/api/dialog.md)
* [globalShortcut](https://github.com/electron/electron/tree/master/docs/api/global-shortcut.md)
* [ipcMain](https://github.com/electron/electron/tree/master/docs/api/ipc-main.md)
* [Menu](https://github.com/electron/electron/tree/master/docs/api/menu.md)
* [MenuItem](https://github.com/electron/electron/tree/master/docs/api/menu-item.md)
* [powerMonitor](https://github.com/electron/electron/tree/master/docs/api/power-monitor.md)
* [powerSaveBlocker](https://github.com/electron/electron/tree/master/docs/api/power-save-blocker.md)
* [protocol](https://github.com/electron/electron/tree/master/docs/api/protocol.md)
* [session](https://github.com/electron/electron/tree/master/docs/api/session.md)
* [webContents](https://github.com/electron/electron/tree/master/docs/api/web-contents.md)
* [Tray](https://github.com/electron/electron/tree/master/docs/api/tray.md)
### Renderer Process Modülelri (Web Page):
* [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md)
* [remote](api/remote.md)
* [webFrame](api/web-frame.md)
* [desktopCapturer](https://github.com/electron/electron/tree/master/docs/api/desktop-capturer.md)
* [ipcRenderer](https://github.com/electron/electron/tree/master/docs/api/ipc-renderer.md)
* [remote](https://github.com/electron/electron/tree/master/docs/api/remote.md)
* [webFrame](https://github.com/electron/electron/tree/master/docs/api/web-frame.md)
### Her İki Süreç İçin Geçerli Modüller:
* [clipboard](api/clipboard.md)
* [crashReporter](api/crash-reporter.md)
* [nativeImage](api/native-image.md)
* [screen](api/screen.md)
* [shell](api/shell.md)
* [clipboard](https://github.com/electron/electron/tree/master/docs/api/clipboard.md)
* [crashReporter](https://github.com/electron/electron/tree/master/docs/api/crash-reporter.md)
* [nativeImage](https://github.com/electron/electron/tree/master/docs/api/native-image.md)
* [screen](https://github.com/electron/electron/tree/master/docs/api/screen.md)
* [shell](https://github.com/electron/electron/tree/master/docs/api/shell.md)
## Geliştirme
* [Kodlama Stili](development/coding-style.md)
* [Kaynak Kod Dizin Yapısı](development/source-code-directory-structure.md)
* [NW.js(node-webkit adıyla bilinen) İle Arasındaki Teknik Farklılıklar](development/atom-shell-vs-node-webkit.md)
* [Build Sisyem Genel Bakış](development/build-system-overview.md)
* [(OS X) Build Komutları](development/build-instructions-osx.md)
* [(Windows) Build Komutları](development/build-instructions-windows.md)
* [(Linux) Build Komutları](development/build-instructions-linux.md)
* [(Windows) Hata Ayıklama Komutları](development/debug-instructions-windows.md)
* [Simge Sunucusu(Symbol Server) Hata Ayıklama Kurulumu](development/setting-up-symbol-server.md)
* [Kodlama Stili](https://github.com/electron/electron/tree/master/docs/development/coding-style.md)
* [Kaynak Kod Dizin Yapısı](https://github.com/electron/electron/tree/master/docs/development/source-code-directory-structure.md)
* [NW.js(node-webkit adıyla bilinen) İle Arasındaki Teknik Farklılıklar](https://github.com/electron/electron/tree/master/docs/development/atom-shell-vs-node-webkit.md)
* [Build Sisyem Genel Bakış](https://github.com/electron/electron/tree/master/docs/development/build-system-overview.md)
* [(OS X) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-osx.md)
* [(Windows) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-windows.md)
* [(Linux) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-linux.md)
* [(Windows) Hata Ayıklama Komutları](https://github.com/electron/electron/tree/master/docs/development/debug-instructions-windows.md)
* [Simge Sunucusu(Symbol Server) Hata Ayıklama Kurulumu](https://github.com/electron/electron/tree/master/docs/development/setting-up-symbol-server.md)

View file

@ -0,0 +1,49 @@
# Hızlandırıcı
> Kısayol Tanımlama.
Hızlandırıcılar `+` karakteriyle birden fazla niteleyici ile kombinlenebilir.
Örnek:
* `CommandOrControl+A`
* `CommandOrControl+Shift+Z`
## Platform bilgileri
Linux ve Windows'ta `Command` tuşu herhangi bir etki göstermez. Bunun yerine
`CommandOrControl` niteleyicisini kullanın. Bu işlem OS X'te `Command`,
Linux ve Windows'ta `Control` tuşunun işlevini sağlar. `Alt` ise tüm platformlarda mevcuttur.
`Super` tuşu Windows ve Linux'te `Windows` tuşuna, OS X'te ise `Cmd` tuşuna eşleştirilmiştir.
## Mevcut düzenleyiciler
* `Command` (ya da kısa tanım için `Cmd`)
* `Control` (ya da kısa tanım için `Ctrl`)
* `CommandOrControl` (ya da kısa tanım için `CmdOrCtrl`)
* `Alt`
* `Option`
* `AltGr`
* `Shift`
* `Super`
## Mevcut tuş kodları
* `0`dan `9`a
* `A`dan `Z`ye
* `F1`dan `F24`e
* Noktalama işaretleri `~`, `!`, `@`, `#`, `$`, vb.
* `Plus`
* `Space`
* `Backspace`
* `Delete`
* `Insert`
* `Return` (ya da `Enter`)
* `Up`, `Down`, `Left` ve `Right`
* `Home` ve `End`
* `PageUp` ve `PageDown`
* `Escape` (ya da kısa tanım için `Esc`)
* `VolumeUp`, `VolumeDown` ve `VolumeMute`
* `MediaNextTrack`, `MediaPreviousTrack`, `MediaStop` ve `MediaPlayPause`
* `PrintScreen`

View file

@ -0,0 +1,29 @@
# `File` nesnesi
> Dosya ve dosya sistemlerinde HTML5 `File` nesnesini native olarak çalışır.
DOM Dosya arayüzü HTML5 dosya API'sini kullanarak kullanıcılara doğrudan native dosyalar üzerinde çalışmasına olanak sağlar. Electron'da `File` arayüzü için `path` özelliğini eklemiştir.
`dragged-onto-the-app`'dan tam dosya yolu alma örneği:
```html
<div id="holder">
Dosyalarınızı buraya sürükleyin
</div>
<script>
var holder = document.getElementById('holder');
holder.ondragover = function () {
return false;
};
holder.ondragleave = holder.ondragend = function () {
return false;
};
holder.ondrop = function (e) {
e.preventDefault();
var file = e.dataTransfer.files[0];
console.log('Sürükleyip buraktığınız dosyalar:', file.path);
return false;
};
</script>
```

View file

@ -68,7 +68,7 @@ of argument is notated by either the common types:
[`Number`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number),
[`Object`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object),
[`Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
or a custom type like Electron's [`webContent`](api/web-content.md).
or a custom type like Electron's [`webContent`](https://github.com/electron/electron/tree/master/docs/api/web-content.md).
### Events