Files
lifeforge/locales/tr/backups.json
2026-01-05 13:14:11 +08:00

29 lines
866 B
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.
{
"title": "Yedekler",
"description": "Veritabanı yedeklerinizi yönetin.",
"items": {
"backup": "Yedek"
},
"empty": {
"noBackups": {
"title": "Yedek Bulunamadı",
"description": "Kullanılabilir yedek yok. Yukarıdaki düğmeyi kullanarak yeni bir tane oluşturun."
},
"toBeImplemented": {
"title": "Yeniden Uygulanacak",
"description": "Yedekleme geri yükleme işlevi çok yakında tekrar eklenecek."
}
},
"modals": {
"createBackup": "Yeni Yedek Başlat"
},
"inputs": {
"backupName": {
"label": "Yedek Adı (.zip ile bitmelidir)",
"placeholder": "Yedek Adını Girin (otomatik oluşturmak için boş bırakın)"
}
},
"buttons": {
"startBackup": "Yedeklemeyi Başlat"
}
}