mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-05 17:51:36 +02:00
Merge 06d4b472b0
into fd6e7afea9
This commit is contained in:
commit
7fa720bf4b
@ -130,7 +130,7 @@
|
||||
"meters": "metry"
|
||||
}
|
||||
},
|
||||
"selectItem": "Vyberte {{item}}",
|
||||
"selectItem": "Vybrat {{item}}",
|
||||
"menu": {
|
||||
"documentation": {
|
||||
"label": "Dokumentace Frigate",
|
||||
@ -185,7 +185,8 @@
|
||||
"hu": "Magyar (Maďarština)",
|
||||
"pl": "Polski (Polština)",
|
||||
"th": "ไทย (Thaiština)",
|
||||
"ca": "Català (Katalánština)"
|
||||
"ca": "Català (Katalánština)",
|
||||
"sl": "Slovinština (Slovinsko)"
|
||||
},
|
||||
"theme": {
|
||||
"highcontrast": "Vysoký kontrast",
|
||||
@ -262,6 +263,5 @@
|
||||
"viewer": "Divák",
|
||||
"desc": "Správci mají plný přístup ke všem funkcím v uživatelském rozhraní Frigate. Diváci jsou omezeni na sledování kamer, položek přehledu a historických záznamů v UI."
|
||||
},
|
||||
"selectItem": "Vybrat {{item}}",
|
||||
"readTheDocumentation": "Přečtěte si dokumentaci"
|
||||
}
|
||||
|
@ -123,5 +123,13 @@
|
||||
},
|
||||
"zoneMask": {
|
||||
"filterBy": "Filtrar por máscara de zona"
|
||||
},
|
||||
"classes": {
|
||||
"label": "Clases",
|
||||
"all": {
|
||||
"title": "Todas las Clases"
|
||||
},
|
||||
"count_one": "{{count}} Clase",
|
||||
"count_other": "{{count}} Clases"
|
||||
}
|
||||
}
|
||||
|
@ -12,5 +12,7 @@
|
||||
}
|
||||
},
|
||||
"documentTitle": "Editor de Configuración - Frigate",
|
||||
"confirm": "¿Salir sin guardar?"
|
||||
"confirm": "¿Salir sin guardar?",
|
||||
"safeConfigEditor": "Editor de Configuración (Modo Seguro)",
|
||||
"safeModeDescription": "Frigate esta en modo seguro debido a un error en la configuración."
|
||||
}
|
||||
|
@ -35,5 +35,7 @@
|
||||
"selected": "{{count}} seleccionados",
|
||||
"selected_one": "{{count}} seleccionados",
|
||||
"selected_other": "{{count}} seleccionados",
|
||||
"detected": "detectado"
|
||||
"detected": "detectado",
|
||||
"suspiciousActivity": "Actividad Sospechosa",
|
||||
"threateningActivity": "Actividad Amenzadora"
|
||||
}
|
||||
|
@ -42,7 +42,15 @@
|
||||
"label": "Haz clic en el marco para centrar la cámara PTZ"
|
||||
}
|
||||
},
|
||||
"presets": "Preajustes de cámara PTZ"
|
||||
"presets": "Preajustes de cámara PTZ",
|
||||
"focus": {
|
||||
"in": {
|
||||
"label": "Enfocar camara PTZ"
|
||||
},
|
||||
"out": {
|
||||
"label": "Desenfocar camara PTZ"
|
||||
}
|
||||
}
|
||||
},
|
||||
"camera": {
|
||||
"enable": "Habilitar cámara",
|
||||
@ -154,5 +162,8 @@
|
||||
"label": "Editar grupo de cámaras"
|
||||
},
|
||||
"exitEdit": "Salir de la edición"
|
||||
},
|
||||
"transcription": {
|
||||
"enable": "Habilitar transcipcion de audio en tiempo real"
|
||||
}
|
||||
}
|
||||
|
@ -42,7 +42,8 @@
|
||||
"inferenceSpeed": "Velocidad de inferencia del detector",
|
||||
"cpuUsage": "Uso de CPU del Detector",
|
||||
"memoryUsage": "Uso de Memoria del Detector",
|
||||
"temperature": "Detector de Temperatura"
|
||||
"temperature": "Detector de Temperatura",
|
||||
"cpuUsageInformation": "CPU utilizado para preparar los datos de entrada y salida desde/hacia la detección del modelo. Este valor no mide el uso de inferencia, incluso si se está utilizando una GPU o un acelerador."
|
||||
},
|
||||
"hardwareInfo": {
|
||||
"title": "Información de Hardware",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"object": "Débogage - Frigate",
|
||||
"frigatePlus": "Paramètres Frigate+ - Frigate",
|
||||
"notifications": "Paramètres de notification - Frigate",
|
||||
"enrichments": "Paramètres d'enrichissement - Frigate"
|
||||
"enrichments": "Paramètres d'enrichissements - Frigate"
|
||||
},
|
||||
"menu": {
|
||||
"ui": "Interface utilisateur",
|
||||
@ -675,7 +675,7 @@
|
||||
}
|
||||
},
|
||||
"enrichments": {
|
||||
"title": "Paramètres d'enrichissement",
|
||||
"title": "Paramètres d'enrichissements",
|
||||
"birdClassification": {
|
||||
"title": "Identification des oiseaux",
|
||||
"desc": "L'identification des oiseaux est réalisée à l'aide d'un modèle TensorFlow quantifié. Lorsqu'un oiseau est reconnu, son nom commun est automatiquement ajouté comme sous-libellé. Cette information est intégréesà l'interface utilisateur, aux filtres de recherche et aux notifications."
|
||||
@ -707,7 +707,7 @@
|
||||
},
|
||||
"desc": "La recherche sémantique de Frigate vous permet de retrouver les objets suivis dans votre revue d'évènements en utilisant soit l'image elle-même, soit une description textuelle définie par l'utilisateur, soit une description générée automatiquement."
|
||||
},
|
||||
"unsavedChanges": "Modifications non enregistrées des paramètres d'enrichissement",
|
||||
"unsavedChanges": "Modifications non enregistrées des paramètres d'enrichissements",
|
||||
"faceRecognition": {
|
||||
"title": "Reconnaissance faciale",
|
||||
"readTheDocumentation": "Lire la documentation",
|
||||
@ -732,9 +732,9 @@
|
||||
},
|
||||
"toast": {
|
||||
"error": "Échec de l'enregistrement des modifications de configuration : {{errorMessage}}",
|
||||
"success": "Les paramètres d'enrichissement ont été enregistrés. Redémarrez Frigate pour appliquer les modifications."
|
||||
"success": "Les paramètres d'enrichissements ont été enregistrés. Redémarrez Frigate pour appliquer les modifications."
|
||||
},
|
||||
"restart_required": "Redémarrage nécessaire (paramètres d'enrichissement modifiés)"
|
||||
"restart_required": "Redémarrage nécessaire (paramètres d'enrichissements modifiés)"
|
||||
},
|
||||
"triggers": {
|
||||
"documentTitle": "Déclencheurs",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"speech": "Reč",
|
||||
"babbling": "Bľabotanie",
|
||||
"yell": "Krik",
|
||||
"bellow": "Rev",
|
||||
"bellow": "Pod",
|
||||
"whispering": "Šepkanie",
|
||||
"whoop": "Výskanie",
|
||||
"laughter": "Smiech",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"documentTitle": {
|
||||
"default": "Nastavenia - Frigate",
|
||||
"authentication": "Nastavenie autentifikácie- Frigate",
|
||||
"camera": "Nastavenia fotoaparátu – Frigate",
|
||||
"camera": "Nastavenia Kamier– Frigate",
|
||||
"enrichments": "Nastavenia obohatenia – Frigate",
|
||||
"masksAndZones": "Editor masky a zón - Frigate",
|
||||
"motionTuner": "Ladič detekcie pohybu - Frigate",
|
||||
|
@ -211,5 +211,11 @@
|
||||
"beatboxing": "Beatboxning",
|
||||
"rock_music": "Rockmusik",
|
||||
"heavy_metal": "Heavy Metal musik",
|
||||
"punk_rock": "Punkrock"
|
||||
"punk_rock": "Punkrock",
|
||||
"grunge": "Grunge",
|
||||
"progressive_rock": "Progressiv rock",
|
||||
"rock_and_roll": "Rock and roll",
|
||||
"psychedelic_rock": "Psykedelisk rock",
|
||||
"rhythm_and_blues": "Rytm och blues",
|
||||
"soul_music": "Soulmusik"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"count_one": "{{count}} Etikett",
|
||||
"count_other": "{{count}} Etiketter"
|
||||
},
|
||||
"filter": "Filter",
|
||||
"filter": "Filtrera",
|
||||
"zones": {
|
||||
"label": "Zoner",
|
||||
"all": {
|
||||
|
@ -80,7 +80,7 @@
|
||||
"desk": "Skrivbord",
|
||||
"toilet": "Toalett",
|
||||
"tv": "TV",
|
||||
"laptop": "Laptop",
|
||||
"laptop": "Bärbar dator",
|
||||
"remote": "Fjärrkontroll",
|
||||
"keyboard": "Tangentbord",
|
||||
"cell_phone": "Mobiltelefon",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"startingUp": "Startar upp…",
|
||||
"estimatedTime": "Beräknad återstående tid:",
|
||||
"finishingShortly": "Snart klar",
|
||||
"context": "Utforska kan användas efter att spårade objektinbäddningar har slutförts omindexering.",
|
||||
"context": "Utforskaren kan användas efter inbäddade spårade objekt har slutat återindexerat.",
|
||||
"step": {
|
||||
"thumbnailsEmbedded": "Miniatyrbilder inbäddad: ",
|
||||
"descriptionsEmbedded": "Beskrivningar inbäddade: ",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"timestamp": "tidsstämpel",
|
||||
"faceDesc": "Detaljer om det spårade objektet som genererade detta ansikte",
|
||||
"unknown": "Okänt",
|
||||
"subLabelScore": "Underetikett Poäng",
|
||||
"subLabelScore": "Underetikettpoäng",
|
||||
"scoreInfo": "Underetikettpoängen är den viktade poängen för alla igenkända ansiktskonfidenser, så detta kan skilja sig från poängen som visas på ögonblicksbilden."
|
||||
},
|
||||
"description": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"export": "Export",
|
||||
"filter": "Filter",
|
||||
"filter": "Filtrera",
|
||||
"calendar": "Kalender",
|
||||
"filters": "Filter",
|
||||
"toast": {
|
||||
|
@ -9,7 +9,7 @@
|
||||
"enrichments": "Förbättringsinställningar - Frigate",
|
||||
"frigatePlus": "Frigate+ Inställningar - Frigate",
|
||||
"notifications": "Notifikations Inställningar - Frigate",
|
||||
"motionTuner": "Rörelsetuner - Frigate",
|
||||
"motionTuner": "Rörelse inställning - Frigate",
|
||||
"object": "Felsöka - Frigate"
|
||||
},
|
||||
"general": {
|
||||
@ -362,7 +362,16 @@
|
||||
},
|
||||
"objectMasks": {
|
||||
"label": "Objektmasker",
|
||||
"documentTitle": "Redigera objektmask - Frigate"
|
||||
"documentTitle": "Redigera objektmask - Frigate",
|
||||
"point_one": "{{count}} poäng",
|
||||
"point_other": "{{count}} poäng",
|
||||
"desc": {
|
||||
"title": "Objektfiltermasker används för att filtrera bort falska positiva resultat för en given objekttyp baserat på plats.",
|
||||
"documentation": "Dokumentation"
|
||||
},
|
||||
"add": "Lägg till objektmask",
|
||||
"edit": "Redigera objektmask",
|
||||
"context": "Objektfiltermasker används för att filtrera bort falska positiva resultat för en given objekttyp baserat på plats."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
"cameras": "Kamerastatistik - Frigate",
|
||||
"logs": {
|
||||
"frigate": "Frigate-loggar - Frigate",
|
||||
"go2rtc": "Go2RTC-loggar - Frigate",
|
||||
"nginx": "Nginx-loggar - Frigate"
|
||||
"go2rtc": "Go2RTC loggar - Frigate",
|
||||
"nginx": "Nginx loggar - Frigate"
|
||||
},
|
||||
"enrichments": "Förbättringsstatistik - Frigate"
|
||||
},
|
||||
|
1
web/public/locales/ta/audio.json
Normal file
1
web/public/locales/ta/audio.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/common.json
Normal file
1
web/public/locales/ta/common.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/auth.json
Normal file
1
web/public/locales/ta/components/auth.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/camera.json
Normal file
1
web/public/locales/ta/components/camera.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/dialog.json
Normal file
1
web/public/locales/ta/components/dialog.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/filter.json
Normal file
1
web/public/locales/ta/components/filter.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/icons.json
Normal file
1
web/public/locales/ta/components/icons.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/input.json
Normal file
1
web/public/locales/ta/components/input.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/components/player.json
Normal file
1
web/public/locales/ta/components/player.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/objects.json
Normal file
1
web/public/locales/ta/objects.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/configEditor.json
Normal file
1
web/public/locales/ta/views/configEditor.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/events.json
Normal file
1
web/public/locales/ta/views/events.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/explore.json
Normal file
1
web/public/locales/ta/views/explore.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/exports.json
Normal file
1
web/public/locales/ta/views/exports.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/faceLibrary.json
Normal file
1
web/public/locales/ta/views/faceLibrary.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/live.json
Normal file
1
web/public/locales/ta/views/live.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/recording.json
Normal file
1
web/public/locales/ta/views/recording.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/search.json
Normal file
1
web/public/locales/ta/views/search.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/settings.json
Normal file
1
web/public/locales/ta/views/settings.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
web/public/locales/ta/views/system.json
Normal file
1
web/public/locales/ta/views/system.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
@ -60,7 +60,7 @@
|
||||
"title": "{{camera}} Ayarları",
|
||||
"autotracking": "Otomatik Takip",
|
||||
"cameraEnabled": "Kamera Açık",
|
||||
"objectDetection": "Nesne Algılama",
|
||||
"objectDetection": "Nesne Tespiti",
|
||||
"audioDetection": "Ses Algılama",
|
||||
"transcription": "Ses Çözümlemesi"
|
||||
},
|
||||
|
@ -55,7 +55,8 @@
|
||||
"inferenceSpeed": "Algılayıcı Çıkarım Hızı",
|
||||
"memoryUsage": "Algılayıcı Bellek Kullanımı",
|
||||
"cpuUsage": "Algılayıcı İşlemci Kullanımı",
|
||||
"temperature": "Algılayıcı Sıcaklığı"
|
||||
"temperature": "Algılayıcı Sıcaklığı",
|
||||
"cpuUsageInformation": "Tespit modellerine giriş ve çıkış verilerini hazırlarken kullanılan işlemci yoğunluğu. Bu değer, grafik işlemci veya benzeri bir hızlandırıcı kullanılsa bile çıkarım yükünü ölçmek için kullanılmamalıdır."
|
||||
},
|
||||
"title": "Genel"
|
||||
},
|
||||
@ -138,7 +139,8 @@
|
||||
"healthy": "Sistem sağlıklı",
|
||||
"detectIsVerySlow": "{{detect}} çok yavaş çalışıyor ({{speed}} ms)",
|
||||
"cameraIsOffline": "{{camera}} çevrimdışı",
|
||||
"detectIsSlow": "{{detect}} yavaş çalışıyor ({{speed}} ms)"
|
||||
"detectIsSlow": "{{detect}} yavaş çalışıyor ({{speed}} ms)",
|
||||
"shmTooLow": "Ayrılan /dev/shm belleği (şu anda {{total}} MB), en az {{min}} MB'a çıkartılmalıdır."
|
||||
},
|
||||
"enrichments": {
|
||||
"embeddings": {
|
||||
|
@ -66,7 +66,8 @@
|
||||
"label": "相容模式",
|
||||
"desc": "只有在鏡頭的串流影像中出現色彩異常及右側有斜線時才啟用此選項。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"birdseye": "鳥瞰"
|
||||
}
|
||||
},
|
||||
"debug": {
|
||||
|
@ -20,7 +20,8 @@
|
||||
"debug": "除錯",
|
||||
"users": "使用者",
|
||||
"notifications": "通知",
|
||||
"frigateplus": "Frigate+"
|
||||
"frigateplus": "Frigate+",
|
||||
"triggers": "觸發"
|
||||
},
|
||||
"dialog": {
|
||||
"unsavedChanges": {
|
||||
|
Loading…
Reference in New Issue
Block a user