From 75d654b6d5b795c2d2b145ef187e1fece4e9323a Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sat, 4 Apr 2026 14:57:22 +0200 Subject: [PATCH] Translated using Weblate (Turkish) Currently translated at 18.1% (4 of 22 strings) Translated using Weblate (Turkish) Currently translated at 0.2% (2 of 788 strings) Translated using Weblate (Turkish) Currently translated at 93.1% (54 of 58 strings) Translated using Weblate (Turkish) Currently translated at 0.2% (1 of 467 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (98 of 98 strings) Translated using Weblate (Turkish) Currently translated at 98.3% (120 of 122 strings) Co-authored-by: Hosted Weblate Co-authored-by: Serhat Karaman Co-authored-by: m.a.tecik Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/tr/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live --- web/public/locales/tr/config/cameras.json | 6 +++++- web/public/locales/tr/config/global.json | 9 ++++++++- web/public/locales/tr/config/validation.json | 7 ++++++- web/public/locales/tr/views/classificationModel.json | 6 ++++-- web/public/locales/tr/views/faceLibrary.json | 3 ++- web/public/locales/tr/views/live.json | 4 +++- 6 files changed, 28 insertions(+), 7 deletions(-) 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ç",