Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web/public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,8 @@
"desc": "Du hast keine Berechtigung diese Seite anzuzeigen.",
"documentTitle": "Zugang verweigert - Frigate",
"title": "Zugang verweigert"
},
"information": {
"pixels": "{{area}}px"
}
}
2 changes: 1 addition & 1 deletion web/public/locales/de/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"donut": "Donut",
"cake": "Kuchen",
"chair": "Stuhl",
"couch": "Couch",
"couch": "Sofa",
"bed": "Bett",
"dining_table": "Esstisch",
"toilet": "Toilette",
Expand Down
2 changes: 1 addition & 1 deletion web/public/locales/de/views/faceLibrary.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"selectFace": "Wähle Gesicht",
"imageEntry": {
"dropActive": "Ziehe das Bild hierher…",
"dropInstructions": "Ziehe ein Bild hier her oder klicke um eines auszuwählen",
"dropInstructions": "Ziehe ein Bild hier her, füge es ein oder klicke um eines auszuwählen",
"maxSize": "Maximale Größe: {{size}} MB",
"validation": {
"selectImage": "Bitte wähle ein Bild aus."
Expand Down
8 changes: 8 additions & 0 deletions web/public/locales/de/views/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
"playInBackground": {
"tips": "Aktivieren Sie diese Option, um das Streaming fortzusetzen, wenn der Player ausgeblendet ist.",
"label": "Im Hintergrund abspielen"
},
"debug": {
"picker": "Stream Auswahl nicht verfügbar im Debug Modus. Die Debug Ansicht nutzt immer den Stream, welcher der Rolle zugewiesen ist."
}
},
"effectiveRetainMode": {
Expand Down Expand Up @@ -167,5 +170,10 @@
"transcription": {
"enable": "Live Audio Transkription einschalten",
"disable": "Live Audio Transkription ausschalten"
},
"noCameras": {
"title": "Keine Kameras eingerichtet",
"description": "Beginne indem du eine Kamera anschließt.",
"buttonText": "Kamera hinzufügen"
}
}
12 changes: 11 additions & 1 deletion web/public/locales/de/views/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"users": "Benutzer",
"notifications": "Benachrichtigungen",
"enrichments": "Erkennungsfunktionen",
"triggers": "Auslöser"
"triggers": "Auslöser",
"roles": "Rollen"
},
"dialog": {
"unsavedChanges": {
Expand Down Expand Up @@ -812,6 +813,11 @@
"error": {
"min": "Mindesten eine Aktion muss ausgewählt sein."
}
},
"friendly_name": {
"title": "Nutzerfreundlicher Name",
"placeholder": "Benenne oder beschreibe diesen Auslöser",
"description": "Ein optionaler nutzerfreundlicher Name oder eine Beschreibung für diesen Auslöser."
}
}
},
Expand All @@ -826,6 +832,10 @@
"updateTriggerFailed": "Auslöser könnte nicht aktualisiert werden: {{errorMessage}}",
"deleteTriggerFailed": "Auslöser konnte nicht gelöscht werden: {{errorMessage}}"
}
},
"semanticSearch": {
"title": "Semantische Suche ist deaktiviert",
"desc": "Semantische Suche muss aktiviert sein um Auslöser nutzen zu können."
}
},
"roles": {
Expand Down
5 changes: 4 additions & 1 deletion web/public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,8 @@
"desc": "Página no encontrada"
},
"selectItem": "Seleccionar {{item}}",
"readTheDocumentation": "Leer la documentación"
"readTheDocumentation": "Leer la documentación",
"information": {
"pixels": "{{area}}px"
}
}
3 changes: 2 additions & 1 deletion web/public/locales/es/components/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"button": {
"export": "Exportar",
"markAsReviewed": "Marcar como revisado",
"deleteNow": "Eliminar ahora"
"deleteNow": "Eliminar ahora",
"markAsUnreviewed": "Marcar como no revisado"
}
},
"imagePicker": {
Expand Down
2 changes: 1 addition & 1 deletion web/public/locales/es/views/faceLibrary.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"selectImage": "Por favor, selecciona un archivo de imagen."
},
"dropActive": "Suelta la imagen aquí…",
"dropInstructions": "Arrastra y suelta una imagen aquí, o haz clic para seleccionar",
"dropInstructions": "Arrastra y suelta, o pega una imagen aquí, o haz clic para seleccionar",
"maxSize": "Tamaño máximo: {{size}}MB"
},
"toast": {
Expand Down
7 changes: 6 additions & 1 deletion web/public/locales/es/views/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"snapshots": "Capturas de pantalla",
"autotracking": "Seguimiento automático",
"cameraEnabled": "Cámara habilitada",
"transcription": "Transcripción de audio"
"transcription": "Transcripción de Audio"
},
"history": {
"label": "Mostrar grabaciones históricas"
Expand All @@ -170,5 +170,10 @@
"transcription": {
"enable": "Habilitar transcripción de audio en tiempo real",
"disable": "Deshabilitar transcripción de audio en tiempo real"
},
"noCameras": {
"title": "No hay cámaras configuradas",
"description": "Comienza conectando una cámara.",
"buttonText": "Añade Cámara"
}
}
69 changes: 67 additions & 2 deletions web/public/locales/es/views/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"users": "Usuarios",
"notifications": "Notificaciones",
"enrichments": "Análisis avanzado",
"triggers": "Disparadores"
"triggers": "Disparadores",
"roles": "Rols"
},
"dialog": {
"unsavedChanges": {
Expand Down Expand Up @@ -773,7 +774,71 @@
"desc": "Editar configuractión del disparador para cámara {{camera}}"
},
"deleteTrigger": {
"title": "Eliminar Disparador"
"title": "Eliminar Disparador",
"desc": "Está seguro de que desea eliminar el disparador <strong>{{triggerName}}</strong>? Esta acción no se puede deshacer."
},
"form": {
"name": {
"title": "Nombre",
"placeholder": "Entre nombre de disparador",
"error": {
"minLength": "El nombre debe tener al menos 2 caracteres.",
"invalidCharacters": "El nombre sólo puede contener letras, números, guiones bajos, y guiones.",
"alreadyExists": "Un disparador con este nombre ya existe para esta cámara."
}
},
"enabled": {
"description": "Activa o desactiva este disparador"
},
"type": {
"title": "Tipo",
"placeholder": "Seleccione tipo de disparador"
},
"friendly_name": {
"title": "Nombre amigable",
"placeholder": "Nombre o describa este disparador",
"description": "Un nombre o texto descriptivo amigable (opcional) para este disparador."
},
"content": {
"title": "Contenido",
"imagePlaceholder": "Seleccione una imágen",
"textPlaceholder": "Entre contenido de texto",
"error": {
"required": "El contenido es requrido."
},
"imageDesc": "Seleccione una imágen para iniciar esta acción cuando una imágen similar es detectada.",
"textDesc": "Entre texto para iniciar esta acción cuando la descripción de un objecto seguido similar es detectado."
},
"threshold": {
"title": "Umbral",
"error": {
"min": "El umbral debe ser al menos 0",
"max": "El umbral debe ser al menos 1"
}
},
"actions": {
"title": "Acciones",
"error": {
"min": "Al menos una acción debe ser seleccionada."
},
"desc": "Por defecto, Frigate manda un mensaje MQTT por todos los disparadores. Seleccione una acción adicional que se realizará cuando este disparador se accione."
}
}
},
"semanticSearch": {
"title": "Búsqueda semántica desactivada",
"desc": "Búsqueda semántica debe estar activada para usar Disparadores."
},
"toast": {
"success": {
"createTrigger": "Disparador {{name}} creado exitosamente.",
"updateTrigger": "Disparador {{name}} actualizado exitosamente.",
"deleteTrigger": "Disparador {{name}} eliminado exitosamente."
},
"error": {
"createTriggerFailed": "Fallo al crear el disparador: {{errorMessage}}",
"updateTriggerFailed": "Fallo al actualizar el disparador: {{errorMessage}}",
"deleteTriggerFailed": "Fallo al eliminar el disparador: {{errorMessage}}"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion web/public/locales/es/views/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"unusedStorageInformation": "Información de Almacenamiento No Utilizado"
},
"shm": {
"title": "Asignación SHM (memoria compartida)",
"title": "Asignación de SHM (memoria compartida)",
"warning": "El tamaño actual de SHM de {{total}}MB es muy pequeño. Aumente al menos a {{min_shm}}MB."
}
},
Expand Down
3 changes: 3 additions & 0 deletions web/public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,8 @@
"feet": "pieds",
"meters": "mètres"
}
},
"information": {
"pixels": "{{area}}px"
}
}
3 changes: 2 additions & 1 deletion web/public/locales/fr/components/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"button": {
"export": "Exporter",
"markAsReviewed": "Marquer comme passé en revue",
"deleteNow": "Supprimer maintenant"
"deleteNow": "Supprimer maintenant",
"markAsUnreviewed": "Marqué comme non passé en revue"
}
},
"imagePicker": {
Expand Down
2 changes: 1 addition & 1 deletion web/public/locales/fr/views/faceLibrary.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"imageEntry": {
"dropActive": "Déposez l'image ici…",
"dropInstructions": "Glissez et déposez une image ici, ou cliquez pour sélectionner",
"dropInstructions": "Glissez-déposez ou coller une image ici, ou cliquez pour la sélectionner",
"maxSize": "Taille max : {{size}}Mo",
"validation": {
"selectImage": "Veuillez sélectionner un fichier image."
Expand Down
5 changes: 5 additions & 0 deletions web/public/locales/fr/views/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,10 @@
"transcription": {
"enable": "Activer la transcription audio en direct",
"disable": "Désactiver la transcription audio en direct"
},
"noCameras": {
"title": "Aucune caméra configurée",
"description": "Pour commencer, connectez une caméra.",
"buttonText": "Ajouter une caméra"
}
}
12 changes: 11 additions & 1 deletion web/public/locales/fr/views/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"notifications": "Notifications",
"frigateplus": "Frigate+",
"enrichments": "Enrichissements",
"triggers": "Déclencheurs"
"triggers": "Déclencheurs",
"roles": "Rôles"
},
"dialog": {
"unsavedChanges": {
Expand Down Expand Up @@ -816,6 +817,11 @@
"error": {
"min": "Au moins une action doit être sélectionnée."
}
},
"friendly_name": {
"title": "Nom convivial",
"placeholder": "Nommez ou décrivez ce déclencheur",
"description": "Nom convivial ou texte descriptif facultatif pour ce déclencheur."
}
}
},
Expand All @@ -830,6 +836,10 @@
"updateTriggerFailed": "Échec de la mise à jour du déclencheur : {{errorMessage}}",
"deleteTriggerFailed": "Échec de la suppression du déclencheur : {{errorMessage}}"
}
},
"semanticSearch": {
"title": "La recherche sémantique est désactivée",
"desc": "La recherche sémantique doit être activée pour utiliser les déclencheurs."
}
},
"roles": {
Expand Down
7 changes: 5 additions & 2 deletions web/public/locales/hu/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
},
"role": {
"viewer": "Néző",
"title": "Szerep",
"title": "Szerepkör",
"admin": "Adminisztrátor",
"desc": "Az adminisztrátoroknak teljes hozzáférése van az összes feature-höz. A nézők csak a kamerákat láthatják, áttekinthetik az elemeket és az előzményeket a UI-on."
},
Expand Down Expand Up @@ -263,5 +263,8 @@
"label": {
"back": "Vissza"
},
"readTheDocumentation": "Olvassa el a dokumentációt"
"readTheDocumentation": "Olvassa el a dokumentációt",
"information": {
"pixels": "{{area}}px"
}
}
5 changes: 3 additions & 2 deletions web/public/locales/hu/components/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"button": "Újraindítás",
"restarting": {
"title": "A Frigate újraindul",
"content": "Az oldal újrtölt {{countdown}} másodperc múlva.",
"content": "Az oldal újratölt {{countdown}} másodperc múlva.",
"button": "Erőltetett újraindítás azonnal"
}
},
Expand Down Expand Up @@ -107,7 +107,8 @@
"button": {
"markAsReviewed": "Megjelölés áttekintettként",
"deleteNow": "Törlés Most",
"export": "Exportálás"
"export": "Exportálás",
"markAsUnreviewed": "Megjelölés nem ellenőrzöttként"
}
},
"imagePicker": {
Expand Down
8 changes: 8 additions & 0 deletions web/public/locales/hu/views/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
"playInBackground": {
"label": "Lejátszás a háttérben",
"tips": "Engedélyezze ezt az opciót a folyamatos közvetítéshez akkor is, ha a lejátszó rejtve van."
},
"debug": {
"picker": "A stream kiválasztása nem érhető el hibakeresési módban. A hibakeresési nézet mindig az észlelési szerepkörhöz rendelt streamet használja."
}
},
"cameraSettings": {
Expand Down Expand Up @@ -167,5 +170,10 @@
"transcription": {
"enable": "Élő Audio Feliratozás Engedélyezése",
"disable": "Élő Audio Feliratozás Kikapcsolása"
},
"noCameras": {
"title": "Nincsenek kamerák beállítva",
"description": "Kezdje egy kamera csatlakoztatásával.",
"buttonText": "Kamera hozzáadása"
}
}
Loading