Skip to content

Commit f91a878

Browse files
committed
i18n
1 parent 8b34077 commit f91a878

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

frontend/src/locale/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@
419419
"BULK_IMPORT_INSTRUCTIONS_NEED_HELP_DOCS": "Sieh dir die {wildbookDocsLink} an oder kontaktiere den Support",
420420
"BULK_IMPORT_INSTRUCTIONS_WILDBOOK_DOCS": "Wildbook-Dokumentation",
421421
"BULK_IMPORT_INSTRUCTIONS_CLOSE_BUTTON": "Schließen",
422+
"BULKIMPORT_ERROR_REQUIRE_RPEFIX": "manca il prefisso ID progetto obbligatorio",
423+
"BULKIMPORT_ERROR_REQUIRE_NAME": "manca il nome del progetto di ricerca obbligatorio",
422424
"PHOTOS_UPLOADED_TITLE": "hochgeladene Fotos: {count}",
423425
"PHOTOS_UPLOADED": "Fotos hochgeladen",
424426
"PHOTOS_FAILED": "fehlgeschlagene Fotos",

frontend/src/locale/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@
419419
"BULK_IMPORT_INSTRUCTIONS_NEED_HELP_DOCS": "Check the {wildbookDocsLink} for troubleshooting or contact support",
420420
"BULK_IMPORT_INSTRUCTIONS_WILDBOOK_DOCS": "Wildbook Docs",
421421
"BULK_IMPORT_INSTRUCTIONS_CLOSE_BUTTON": "Close",
422+
"BULKIMPORT_ERROR_REQUIRE_RPEFIX": "missing required project ID prefix",
423+
"BULKIMPORT_ERROR_REQUIRE_NAME": "missing rquired research project name",
422424
"PHOTOS_UPLOADED_TITLE": "photos uploaded: {count}",
423425
"PHOTOS_UPLOADED": "photos uploaded",
424426
"PHOTOS_FAILED": "photos failed",

frontend/src/locale/es.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@
418418
"BULK_IMPORT_INSTRUCTIONS_NEED_HELP_DOCS": "Consulta {wildbookDocsLink} para resolución de problemas o contacto con soporte",
419419
"BULK_IMPORT_INSTRUCTIONS_WILDBOOK_DOCS": "Documentación de Wildbook",
420420
"BULK_IMPORT_INSTRUCTIONS_CLOSE_BUTTON": "Cerrar",
421+
"BULKIMPORT_ERROR_REQUIRE_RPEFIX": "falta el prefijo de ID del proyecto obligatorio",
422+
"BULKIMPORT_ERROR_REQUIRE_NAME": "falta el nombre del proyecto de investigación obligatorio",
421423
"PHOTOS_UPLOADED_TITLE": "fotos subidas: {count}",
422424
"PHOTOS_UPLOADED": "fotos subidas",
423425
"PHOTOS_FAILED": "fotos fallidas",

frontend/src/locale/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@
418418
"BULK_IMPORT_INSTRUCTIONS_NEED_HELP_DOCS": "Consultez {wildbookDocsLink} pour le dépannage ou contactez le support",
419419
"BULK_IMPORT_INSTRUCTIONS_WILDBOOK_DOCS": "Docs Wildbook",
420420
"BULK_IMPORT_INSTRUCTIONS_CLOSE_BUTTON": "Fermer",
421+
"BULKIMPORT_ERROR_REQUIRE_RPEFIX": "préfixe d’identifiant de projet requis manquant",
422+
"BULKIMPORT_ERROR_REQUIRE_NAME": "nom du projet de recherche requis manquant",
421423
"PHOTOS_UPLOADED_TITLE": "photos téléchargées : {count}",
422424
"PHOTOS_UPLOADED": "photos téléchargées",
423425
"PHOTOS_FAILED": "échecs photos",

frontend/src/locale/it.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@
418418
"BULK_IMPORT_INSTRUCTIONS_NEED_HELP_DOCS": "Consulta {wildbookDocsLink} per risoluzione problemi o contatta il supporto",
419419
"BULK_IMPORT_INSTRUCTIONS_WILDBOOK_DOCS": "Documentazione Wildbook",
420420
"BULK_IMPORT_INSTRUCTIONS_CLOSE_BUTTON": "Chiudi",
421+
"BULKIMPORT_ERROR_REQUIRE_RPEFIX": "manca il prefisso ID progetto obbligatorio",
422+
"BULKIMPORT_ERROR_REQUIRE_NAME": "manca il nome del progetto di ricerca obbligatorio",
421423
"PHOTOS_UPLOADED_TITLE": "foto caricate: {count}",
422424
"PHOTOS_UPLOADED": "foto caricate",
423425
"PHOTOS_FAILED": "foto non riuscite",

0 commit comments

Comments
 (0)