diff --git a/web/public/locales/tr/config/cameras.json b/web/public/locales/tr/config/cameras.json index 0967ef424..7bc693e87 100644 --- a/web/public/locales/tr/config/cameras.json +++ b/web/public/locales/tr/config/cameras.json @@ -1 +1,5 @@ -{} +{ + "name": { + "label": "Kamera ismi" + } +} diff --git a/web/public/locales/tr/config/global.json b/web/public/locales/tr/config/global.json index 0967ef424..4b4308cb3 100644 --- a/web/public/locales/tr/config/global.json +++ b/web/public/locales/tr/config/global.json @@ -1 +1,8 @@ -{} +{ + "safe_mode": { + "label": "Güvenli mod" + }, + "environment_vars": { + "label": "Ortam değişkenleri" + } +} diff --git a/web/public/locales/tr/config/validation.json b/web/public/locales/tr/config/validation.json index 0967ef424..73b68c515 100644 --- a/web/public/locales/tr/config/validation.json +++ b/web/public/locales/tr/config/validation.json @@ -1 +1,6 @@ -{} +{ + "minimum": "En az {{limit}} olmalı", + "maximum": "En fazla {{limit}} olmalı", + "exclusiveMinimum": "{{limit}}’den büyük olmalı", + "exclusiveMaximum": "{{limit}}’den küçük olmalı" +} diff --git a/web/public/locales/tr/views/classificationModel.json b/web/public/locales/tr/views/classificationModel.json index 2081188aa..3a14e1f91 100644 --- a/web/public/locales/tr/views/classificationModel.json +++ b/web/public/locales/tr/views/classificationModel.json @@ -17,8 +17,10 @@ }, "toast": { "success": { - "deletedCategory": "Silinmiş Sınıf", - "deletedImage": "Silinmiş Fotoğraflar", + "deletedCategory_one": "Silinmiş Sınıf", + "deletedCategory_other": "", + "deletedImage_one": "Silinmiş Fotoğraflar", + "deletedImage_other": "", "deletedModel_one": "{{count}} model başarıyla silindi", "deletedModel_other": "{{count}} model başarıyla silindi", "categorizedImage": "Fotoğraf Başarıyla Sınıflandırıldı", diff --git a/web/public/locales/tr/views/faceLibrary.json b/web/public/locales/tr/views/faceLibrary.json index 6df04530b..46663ac48 100644 --- a/web/public/locales/tr/views/faceLibrary.json +++ b/web/public/locales/tr/views/faceLibrary.json @@ -3,7 +3,8 @@ "description": { "placeholder": "Bu koleksiyona bir isim verin", "addFace": "İlk görselinizi yükleyerek Yüz Kütüphanesi’ne yeni bir koleksiyon ekleyin.", - "invalidName": "Geçersiz isim. İsimler; yalnızca harf, rakam, boşluk, kesme işareti (’), alt çizgi(_) ve tire (-) içerebilir." + "invalidName": "Geçersiz isim. İsimler; yalnızca harf, rakam, boşluk, kesme işareti (’), alt çizgi(_) ve tire (-) içerebilir.", + "nameCannotContainHash": "İsim, # içeremez." }, "details": { "person": "İnsan", diff --git a/web/public/locales/tr/views/live.json b/web/public/locales/tr/views/live.json index 60a8576ff..1c9af5328 100644 --- a/web/public/locales/tr/views/live.json +++ b/web/public/locales/tr/views/live.json @@ -1,5 +1,7 @@ { - "documentTitle": "Canlı - Frigate", + "documentTitle": { + "default": "Canlı - Frigate" + }, "documentTitle.withCamera": "{{camera}} - Canlı - Frigate", "muteCameras": { "disable": "Tüm Kameraların Sesini Aç",