About webui translation #947
ElMoribond
started this conversation in
Show and tell
Replies: 1 comment 5 replies
-
I haven't had a ton of time to think about translations yet. Doing translations "properly" will require a bit more forethought than dropping in some JSON maps, especially with likely plans to use JSONSchema for configurations – and using descriptions from the schema to create forms and content. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the web interface a lot. She deserves an internationalized version.
I currently have a working version that I would like to offer.
I would like to integrate several languages into it.
At the moment I only have French.
The texts entered by the developer remain in the code.
There is only one file per additional language.
The content of the French file is below.
If you want to modify it and / or propose another language, please drop your file here.
I would take care of integrating it as soon as possible.
{
"Cameras": "Caméras",
"Events": "Évènements",
"Debug": "Déboguer",
"Documentation": "Documentation",
"Autodarkmode": "Thème",
"Light": "Clair",
"Dark": "Sombre",
"ToggledetectON": "Activer détection",
"ToggledetectOFF": "Désactiver détection",
"ToggleclipsON": "Activer clip",
"ToggleclipsOFF": "Désactiver clip",
"TogglesnapshotsON": "Activer cliché",
"TogglesnapshotsOFF": "Désactiver cliché",
"HideOptions": "Cacher options",
"ShowOptions": "Afficher options",
"Trackedobjects": "Objets suivis",
"Options": "Options",
"Regions": "Régions",
"Motionboxes": "Boîtes de mouvement",
"Timestamp": "Horodatage",
"Boundingbox": "Boîte englobante",
"MaskZonecreator": "Création de zones & masques",
"CameraMaskZonecreator": "Création de zones & masques pour {{camera_name}}",
"Snaptoedges": "Raccrocher aux bords",
"Motionmasks": "Masques de mouvements",
"Zones": "Zones",
"Masks": "Masques",
"Objectmasks": "Masques d'objects",
"Displayingat": "Afficher à {{fps}} img/s",
"Moreoptions": "Plus d'options",
"Warning": "Avertissement",
"WarningText": "Cet outil peut vous aider à créer des masques et des zones pour votre caméra {{camera_name}}. Une fois terminé, copiez chaque masque dans votre fichier <code className="font-mono">config.yml puis redémarrez votre instance Frigate pour valider vos modifications",
"Editor": "Éditeur",
"Camera": "Caméra",
"Label": "Label",
"Score": "Score",
"Date": "Date",
"Start": "Début",
"End": "Fin",
"Nomoreevents": "Aucun évènement",
"camera": "caméra",
"zone": "zone",
"label": "label",
"all": {
"m": "tous",
"f": "toutes"
},
"Timeframe": "Plage de temps ",
"Value": "Valeur",
"Key": "Clé",
"Clipforevent": "Clip pour l'évènement {{event_id}}",
"Bestimage": "Meilleure image",
"Thumbnail": "Vignette",
"Noclipavailable": "Aucun clip disponible ",
"Clip": "Clip",
"detector": "détecteur",
"Config": "Configuration",
"CopytoClipboard": "Copier dans le presse-papier ",
"DebugstatsText": "Les statistiques de débogage sont mises à jour automatiquement toutes les {{secs_nb}} secondes",
"camera_fps": "caméra img/s",
"process_fps": "processus img/s",
"skipped_fps": "ignoré img/s",
"detection_fps": "détection img/s",
"pid": "pid",
"capture_pid": "pid de capture",
"inference_speed": "vitesse d'inférence",
"detection_start": "début de détection",
"Copy": "Copier",
"Add": "Ajouter",
"Remove": "Supprimer",
"Clicktoedit": "Cliquez pour modifier",
"Addto": "Ajouter à {{obj_name}}",
"Loading": "Chargement…"
}
Beta Was this translation helpful? Give feedback.
All reactions