Files
homarr/public/locales/tr/manage/boards.json
2025-08-02 18:04:19 +02:00

57 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"metaTitle": "Paneller",
"pageTitle": "Paneller",
"cards": {
"statistics": {
"apps": "Uygulamalar",
"widgets": "Widget'lar",
"categories": "Kategoriler"
},
"buttons": {
"view": "Panelleri görüntüle"
},
"menu": {
"setAsDefault": "Öntanımlı panel olarak ayarlayın",
"delete": {
"label": "Kalıcı olarak sil",
"disabled": "Silme devre dışı, çünkü eski Homarr bileşenleri varsayılan yapılandırmanın silinmesine izin vermiyor. Silme işlemi gelecekte mümkün olacaktır."
},
"duplicate": "Çoğalt",
"rename": {
"label": "Yeniden adlandır",
"modal": {
"title": "Paneli yeniden adlandır {{name}}",
"fields": {
"name": {
"label": "Yeni isim",
"placeholder": "Yeni panel ismi"
}
}
}
}
},
"badges": {
"fileSystem": "Dosya Sistemi",
"default": "Öntanımlı"
}
},
"buttons": {
"create": "Yeni panel oluştur"
},
"modals": {
"delete": {
"title": "Paneli sil",
"text": "Bu paneli silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve verileriniz kalıcı olarak kaybolur."
},
"create": {
"title": "Panel oluştur",
"text": "Bir panel oluşturulduktan sonra isim değiştirilemez.",
"form": {
"name": {
"label": "İsim"
},
"submit": "Oluştur"
}
}
}
}