From 117d6bf7bc04559ba405a7f1fa7e18f468803c62 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 8 Apr 2026 16:25:53 +0200 Subject: [PATCH] Translated using Weblate (Turkish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 0.3% (3 of 790 strings) Translated using Weblate (Turkish) Currently translated at 1.4% (7 of 469 strings) Co-authored-by: Emre Varcı Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/tr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/tr/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global --- web/public/locales/tr/config/cameras.json | 14 +++++++++++++- web/public/locales/tr/config/global.json | 3 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/web/public/locales/tr/config/cameras.json b/web/public/locales/tr/config/cameras.json index 7bc693e87..5b830bd38 100644 --- a/web/public/locales/tr/config/cameras.json +++ b/web/public/locales/tr/config/cameras.json @@ -1,5 +1,17 @@ { "name": { - "label": "Kamera ismi" + "label": "Kamera adı", + "description": "Kamera adı gereklidir" + }, + "friendly_name": { + "label": "Kolay ad", + "description": "Frigate arayüzünde kullanılacak kolay ad" + }, + "enabled": { + "label": "Etkin", + "description": "Etkin" + }, + "audio": { + "label": "Ses olayları" } } diff --git a/web/public/locales/tr/config/global.json b/web/public/locales/tr/config/global.json index 4b4308cb3..c46088316 100644 --- a/web/public/locales/tr/config/global.json +++ b/web/public/locales/tr/config/global.json @@ -4,5 +4,8 @@ }, "environment_vars": { "label": "Ortam değişkenleri" + }, + "audio": { + "label": "Ses olayları" } }