Skip to content

Commit

Permalink
i18n translations
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 20, 2025
1 parent d04b920 commit fcc34cd
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
9 changes: 8 additions & 1 deletion frontend/src/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,12 @@
"NO_PROJECTS" : "Keine Projekte",
"PROJECT_LIST_TITLE": "Wildbook – Meine Projekte",
"ADD_ANNOTATIONS": "Annotationen hinzufügen",
"SAVE_ANNOTATION" : "Annotation speichern"
"SAVE_ANNOTATION" : "Annotation speichern",
"DRAW_ANNOTATION" : "Annotation zeichnen",
"DRAWING" : "Zeichnen",
"DELETE" : "Löschen",
"ANNOTATION_SAVED" : "Annotation gespeichert",
"ANNOTATION_SAVED_DESC" : "Ihre Annotation wurde erfolgreich gespeichert.",
"ANNOTATION_ID": "Annotation ID",
"ENCOUNTER_ID": "Begegnungs ID"
}
9 changes: 8 additions & 1 deletion frontend/src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,12 @@
"NO_PROJECTS" : "No Projects",
"PROJECT_LIST_TITLE": "Wildbook - My Projects",
"ADD_ANNOTATIONS" : "Add Annotations",
"SAVE_ANNOTATION" : "Save Annotation"
"SAVE_ANNOTATION" : "Save Annotation",
"DRAW_ANNOTATION" : "Draw Annotation",
"DRAWING" : "Drawing",
"DELETE" : "Delete",
"ANNOTATION_SAVED" : "Annotation Saved",
"ANNOTATION_SAVED_DESC" : "Your annotation was saved successfully.",
"ANNOTATION_ID": "Annotation ID",
"ENCOUNTER_ID": "Encounter ID"
}
9 changes: 8 additions & 1 deletion frontend/src/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,12 @@
"NO_PROJECTS" : "Sin proyectos",
"PROJECT_LIST_TITLE": "Wildbook - Mis Proyectos",
"ADD_ANNOTATIONS": "Añadir anotaciones",
"SAVE_ANNOTATION" : "Guardar anotación"
"SAVE_ANNOTATION" : "Guardar anotación",
"DRAW_ANNOTATION" : "Dibujar anotación",
"DRAWING" : "Dibujando",
"DELETE" : "Eliminar",
"ANNOTATION_SAVED" : "Anotación guardada",
"ANNOTATION_SAVED_DESC" : "La anotación se ha guardado correctamente.",
"ANNOTATION_ID" : "ID de anotación",
"ENCOUNTER_ID" : "ID de encuentro"
}
9 changes: 8 additions & 1 deletion frontend/src/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,12 @@
"NO_PROJECTS" : "Aucun projet",
"PROJECT_LIST_TITLE": "Wildbook - Mes projets",
"ADD_ANNOTATIONS": "Ajouter des annotations",
"SAVE_ANNOTATION" : "Enregistrer l'annotation"
"SAVE_ANNOTATION" : "Enregistrer l'annotation",
"DRAW_ANNOTATION" : "Dessiner une annotation",
"DRAWING" : "Dessin",
"DELETE" : "Supprimer",
"ANNOTATION_SAVED" : "Annotation enregistrée",
"ANNOTATION_SAVED_DESC" : "L'annotation a été enregistrée avec succès.",
"ANNOTATION_ID": "ID d'annotation",
"ENCOUNTER_ID": "ID de rencontre"
}
9 changes: 8 additions & 1 deletion frontend/src/locale/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,12 @@
"NO_PROJECTS" : "Nessun progetto",
"PROJECT_LIST_TITLE": "Wildbook - I miei progetti",
"ADD_ANNOTATIONS": "Aggiungi annotazioni",
"SAVE_ANNOTATION" : "Salva annotazione"
"SAVE_ANNOTATION" : "Salva annotazione",
"DRAW_ANNOTATION" : "Disegna annotazione",
"DRAWING": "Disegno",
"DELETE" : "Elimina",
"ANNOTATION_SAVED" : "Annotazione salvata",
"ANNOTATION_SAVED_DESC" : "L'annotazione è stata salvata con successo.",
"ANNOTATION_ID": "ID Annotazione",
"ENCOUNTER_ID": "ID Incontro"
}

0 comments on commit fcc34cd

Please sign in to comment.