mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 07:15:48 +00:00
29 lines
866 B
JSON
29 lines
866 B
JSON
{
|
||
"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"
|
||
}
|
||
} |