Skip to content

Commit dfcf7db

Browse files
authored
Merge pull request #756 from turkce-ceviriler/main
turkish translations
2 parents 822c895 + fd35c7f commit dfcf7db

6 files changed

Lines changed: 75 additions & 3 deletions

File tree

sys-info-widget/i18n/tr.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"widget": {
3+
"distribution": "Sistem",
4+
"kernel": "Kernel",
5+
"uptime": "Çalışma",
6+
"cpu": "CPU",
7+
"separator_at": "@",
8+
"memory": "Hafıza",
9+
"disk_root": "Disk /",
10+
"disk_home": "Disk /home",
11+
"ipaddress": "Genel IP",
12+
"lanaddress": "Yerel IP",
13+
"loading": "Yükleniyor..."
14+
}
15+
}

sys-info-widget/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "sys-info-widget",
33
"name": "System Info",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"minNoctaliaVersion": "4.6.6",
66
"author": "Simon",
77
"license": "MIT",

tamagotchi/i18n/tr.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"settings": {
3+
"volume": "Ses",
4+
"volume-desc": "Besleme, oyun ve temizlik sırasında ses efektlerinin ses düzeyi.",
5+
6+
"difficulty": "Zorluk",
7+
"difficulty-desc": "Değerler yükseldikçe evcil hayvanınızın daha sık bakıma ihtiyacı olur.",
8+
9+
"debug": "Hata Ayıklama Butonları",
10+
"debug-desc": "Test için istatistik değişikliklerini manuel olarak tetiklemek için butonları göster.",
11+
12+
"percentage": "Yüzde",
13+
"percentage-desc": "Her istatistik çubuğunun yanında yüzde değerlerini göster.",
14+
15+
"random": "Rastgele Olaylar ",
16+
"random-desc": "Zamanla evcil hayvanınızı etkileyen rastgele olayları etkinletir."
17+
},
18+
"debug": {
19+
"action": "Eylemler",
20+
"feed": "-10 Besleme",
21+
"play": "-10 Oyun",
22+
"clean": "-10 Temizlik",
23+
"sleep": "-10 Uyku"
24+
}
25+
}

tamagotchi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tamagotchi",
33
"name": "Tamagochi",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minNoctaliaVersion": "4.6.6",
66
"author": "Joaquin Righetti, Lucia Bollati",
77
"license": "MIT",

web-search/i18n/tr.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"settings": {
3+
"engine": {
4+
"label": "Arama Motoru",
5+
"description": "İnternette arama yapılacakken kullanılacak varsayılan arama motoru"
6+
},
7+
"directUrl": {
8+
"label": "Doğrudan URL Açma",
9+
"description": "URLleri aramak yerine direkt aç"
10+
},
11+
"suggestions": {
12+
"label": "Arama Önerilerini Göster",
13+
"description": "Yazarken gerçek zamanlı önerileri çek"
14+
},
15+
"maxResults": {
16+
"label": "Maksimim Sonuç",
17+
"description": "Gösterilecek öneri sınırı"
18+
}
19+
},
20+
"launcher": {
21+
"typeSomething": "Bir Şeyler Yaz...",
22+
"searchInternet": "{engine} ile internette ara",
23+
"search": "\"{query}\" ara",
24+
"openIn": "{engine} ile aç",
25+
"openUrl": "{url} aç",
26+
"openUrlDescription": "URLi direkt tarayıcıda aç",
27+
"suggestion": "{engine} tarafından öneri",
28+
"command": {
29+
"description": "İnterntten bir şeyler ara"
30+
}
31+
}
32+
}

web-search/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "web-search",
33
"name": "Web Search",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Rigelyon",
66
"license": "MIT",
77
"description": "Search the Internet from the Launcher.",

0 commit comments

Comments
 (0)