-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from neoplus72/master
Turkish Language Support
- Loading branch information
Showing
7 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
İki düğmeli ses sinyali üreteci. | ||
|
||
Frekans düğmesi parmak dönmesine tepki verir. İnce frekans ve seviye kaydırıcıları, frekans ve çıkış seviyesinin hassas bir şekilde ayarlanmasını sağlar. Frekans düğmesi ayrıca sol ve sağ ok düğmeleri kullanılarak ayarlanabilir. Frekans düğmesinin altındaki iki yer işareti düğmesi, yer işaretleri olup olmadığını gösterir ve varsa bir sonraki alt veya daha yüksek yer işaretine gider. | ||
|
||
* Frekans aralığı 0.1Hz - 25KHz | ||
* Seviye aralığı 0dB - -80dB | ||
* Tam frekansı ayarlama | ||
* Frekans yer imleri |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Ses Sinyal Üreteci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Signal Generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Sinyal Üreteci</string> | ||
<string name="copyright">Telif hakkı \u00A9 2017 <a href="https://billthefarmer.github.io">Bill Farmer</a> | ||
</string> | ||
<string name="licence">Lisans <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPLv3</a> | ||
</string> | ||
<string name="built">Oluştur %s</string> | ||
|
||
<string name="settings">Ayarlar</string> | ||
<string name="sleep">Uyu</string> | ||
<string name="exact">Kesin</string> | ||
<string name="bookmark">Yer işareti</string> | ||
<string name="frequency">Frekans</string> | ||
<string name="enter">Frekans girin</string> | ||
<string name="cancel">İptal</string> | ||
<string name="ok">Tamam</string> | ||
|
||
<string name="bookmark_added">Yer işareti eklendi %1.2f</string> | ||
<string name="bookmark_removed">Yer işareti kaldırıldı %1.2f</string> | ||
|
||
<string name="sine">Sinüs</string> | ||
<string name="sin">Sin</string> | ||
<string name="s">S</string> | ||
<string name="square">Kare</string> | ||
<string name="squ">Kar</string> | ||
<string name="q">Q</string> | ||
<string name="sawtooth">Testere dişli</string> | ||
<string name="saw">Tes</string> | ||
<string name="w">W</string> | ||
|
||
<string name="mute">Sesi kapat</string> | ||
|
||
<string name="pref_about">Hakkında</string> | ||
<string name="pref_about_summ">Sinyal Üreteci <a href="https://github.com/billthefarmer/sig-gen/releases/latest">version %s</a></string> | ||
|
||
<string name="pref_theme">Tema</string> | ||
<string name="pref_dark_theme">Koyu</string> | ||
<string name="pref_dark_theme_summ">Koyu temayı kullan</string> | ||
|
||
<string name="pref_duty">Kare görev döngüsü</string> | ||
|
||
</resources> |