Skip to content

Commit 3b262f9

Browse files
authored
Merge pull request #24 from mfkaraoz/patch-1
Create Turkish language file
2 parents a6d5ee1 + a9ea414 commit 3b262f9

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

locales/tr.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"start": {
3+
"success": "Yayın başarıyla başlatıldı",
4+
"error": "Hata oluştu: {error}"
5+
},
6+
"stop": {
7+
"success": "Yayın başarıyla durduruldu",
8+
"error": "Hata oluştu: {error}"
9+
},
10+
"switch": {
11+
"success": "Sahne başarıyla geçti \"{scene}\"",
12+
"error": "Sahne belirtilmedi"
13+
},
14+
"bitrate": {
15+
"success": "Mevcut bit hızı: {bitrate} Kbps",
16+
"error": "Mevcut bit hızı: çevrimdışı"
17+
},
18+
"refresh": {
19+
"success": "Yayın yenileniyor",
20+
"error": "Yayın yenilenirken hata oluştu",
21+
"done": "Yayın yenileme tamamlandı"
22+
},
23+
"trigger": {
24+
"success": "Tetik başarıyla ayarlandı {number} Kbps",
25+
"error": "Tetik düzenlenirken hata oluştu {number} geçerli bir değer değil",
26+
"current": "Şimdiki tetik {number} Kbps"
27+
},
28+
"sourceinfo": {
29+
"success": "[SRC] R: {height} | F: {fps} | B: {bitrate}",
30+
"error": "[SRC] Çevrimdışı"
31+
},
32+
"obsinfo": {
33+
"success": "[OBS] S: {currentScene} | F: {fps} | B: {bitrate}",
34+
"error": "[OBS] Çevrimdışı"
35+
},
36+
"rec": {
37+
"started": "Başladı",
38+
"stopped": "Durduruldu",
39+
"invalid": "Geçersiz seçenek",
40+
"error": "Zaten {option}"
41+
},
42+
"fix": {
43+
"try": "Yayını düzeltmeye çalışıyor",
44+
"success": "Yayın başarıyla düzeltildi",
45+
"error": "Yayın düzeltilirken hata oluştu"
46+
},
47+
"alias": {
48+
"success": "Takma ad eklendi \"{alias}\"",
49+
"error": "Hata oluştu: \"{command}\" bulunmuyor",
50+
"removed": "Takma ad kaldırıldı \"{alias}\""
51+
},
52+
"sceneSwitch": {
53+
"switch": "Sahne değiştirildi \"{scene}\""
54+
},
55+
"handleCommands": {
56+
"public": "Genel komutlar",
57+
"mod": "Mod komutları",
58+
"notify": "Otomatik geçiş bildirimi",
59+
"autostop": "Yayını otomatik durdur",
60+
"enabled": "etkin",
61+
"disabled": "engelli",
62+
"already": "zaten"
63+
}
64+
}

0 commit comments

Comments
 (0)