From ccff1040d2603875b1e4405ec540679959d89a8a Mon Sep 17 00:00:00 2001 From: pcislocked Date: Sun, 6 Apr 2025 22:36:38 +0200 Subject: [PATCH] Translated using Weblate (Turkish) Currently translated at 12.5% (18 of 144 strings) Translation: Frigate NVR/common Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/tr/ --- web/public/locales/tr/common.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/web/public/locales/tr/common.json b/web/public/locales/tr/common.json index 0967ef424b..efb7a23cbd 100644 --- a/web/public/locales/tr/common.json +++ b/web/public/locales/tr/common.json @@ -1 +1,22 @@ -{} +{ + "time": { + "lastWeek": "Geçen Hafta", + "thisWeek": "Bu Hafta", + "lastMonth": "Geçen Ay", + "untilForRestart": "Frigate yeniden başlatılana kadar.", + "untilRestart": "Yeniden başlatmaya kadar", + "ago": "{{timeAgo}} önce", + "justNow": "Az önce", + "today": "Bugün", + "yesterday": "Dün", + "last7": "Son 7 gün", + "last30": "Son 30 gün", + "thisMonth": "Bu Ay", + "5minutes": "5 dakika", + "10minutes": "10 dakika", + "30minutes": "30 dakika", + "1hour": "1 saat", + "12hours": "12 saat", + "last14": "Son 14 gün" + } +}