diff --git a/src/Geopilot.Frontend/public/locale/de/common.json b/src/Geopilot.Frontend/public/locale/de/common.json index f741d1f1..8afb7259 100644 --- a/src/Geopilot.Frontend/public/locale/de/common.json +++ b/src/Geopilot.Frontend/public/locale/de/common.json @@ -9,7 +9,7 @@ "apiInformation": "Dieser geopilot verwendet die API-Version {{version}}. Weitere Informationen finden Sie in der API-Dokumentation.", "bugTracking": "Bugtracking", "cancel": "Abbrechen", - "clickToUpload": "Zum Hochladen klicken", + "clickToSelect": "Zum Auswählen klicken", "codeLicenseInfo": "Der Code steht unter der GNU Affero General Public License v3.0 Lizenz im Github Repository zur Verfügung. Falls Ihnen Bugs begegnen, können Sie dort einen Issue eröffnen.", "comment": "Kommentar", "completedWithErrors": "Mit Fehlern abgeschlossen", diff --git a/src/Geopilot.Frontend/public/locale/en/common.json b/src/Geopilot.Frontend/public/locale/en/common.json index d6c17d1d..28048930 100644 --- a/src/Geopilot.Frontend/public/locale/en/common.json +++ b/src/Geopilot.Frontend/public/locale/en/common.json @@ -9,7 +9,7 @@ "apiInformation": "This geopilot uses the API version {{version}}. Further information can be found in the API documentation.", "bugTracking": "bug tracking", "cancel": "Cancel", - "clickToUpload": "Click to upload", + "clickToSelect": "Click to select", "codeLicenseInfo": "The code is available under the GNU Affero General Public License v3.0 license in the Github repository. If you encounter bugs, you can open an issue there.", "comment": "Comment", "completedWithErrors": "Completed with errors", diff --git a/src/Geopilot.Frontend/public/locale/fr/common.json b/src/Geopilot.Frontend/public/locale/fr/common.json index 649b1223..e35fa08b 100644 --- a/src/Geopilot.Frontend/public/locale/fr/common.json +++ b/src/Geopilot.Frontend/public/locale/fr/common.json @@ -9,7 +9,7 @@ "apiInformation": "Ce geopilot utilise la version {{version}} de l'API. Pour plus d'informations, consultez la API documentation.", "bugTracking": "Suivi des bugs", "cancel": "Annuler", - "clickToUpload": "Cliquer pour télécharger", + "clickToSelect": "Cliquer pour sélectionner", "codeLicenseInfo": "Le code est disponible sous la licence GNU Affero General Public License v3.0 dans le référentiel GitHub. Si vous rencontrez des bugs, vous pouvez ouvrir un problème là-bas.", "comment": "Commentaire", "completedWithErrors": "Terminé avec des erreurs", diff --git a/src/Geopilot.Frontend/public/locale/it/common.json b/src/Geopilot.Frontend/public/locale/it/common.json index 9edd67a2..2b62d5c3 100644 --- a/src/Geopilot.Frontend/public/locale/it/common.json +++ b/src/Geopilot.Frontend/public/locale/it/common.json @@ -9,7 +9,7 @@ "apiInformation": "Questo geopilota utilizza la versione dell'API {{version}}. Ulteriori informazioni sono disponibili nella API documentazione.", "bugTracking": "Tracciamento bug", "cancel": "Annulla", - "clickToUpload": "Clicca per caricare", + "clickToSelect": "Clicca per selezionare", "codeLicenseInfo": "Il codice è disponibile sotto la licenza GNU Affero General Public License v3.0 nel repository di GitHub. Se trovi dei bug, puoi aprire un Issue lì.", "comment": "Commento", "completedWithErrors": "Completato con errori", diff --git a/src/Geopilot.Frontend/src/components/fileDropzone.tsx b/src/Geopilot.Frontend/src/components/fileDropzone.tsx index 082853e5..c7f2ae0c 100644 --- a/src/Geopilot.Frontend/src/components/fileDropzone.tsx +++ b/src/Geopilot.Frontend/src/components/fileDropzone.tsx @@ -121,7 +121,7 @@ export const FileDropzone: FC = ({ {!selectedFile ? ( <> - {t("clickToUpload")} + {t("clickToSelect")}   {t("or")} {t("dragAndDrop")}