Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jan 7, 2025
1 parent ebd87d9 commit 3adbaf7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apiInformation": "Dieser <i>geopilot</i> verwendet die API-Version {{version}}. Weitere Informationen finden Sie in der <apiLink>API-Dokumentation</apiLink>.",
"bugTracking": "Bugtracking",
"cancel": "Abbrechen",
"clickToUpload": "Zum Hochladen klicken",
"clickToSelect": "Zum Auswählen klicken",
"codeLicenseInfo": "Der Code steht unter der <licenseLink>GNU Affero General Public License v3.0 Lizenz</licenseLink> im <repositoryLink>Github Repository</repositoryLink> zur Verfügung. Falls Ihnen Bugs begegnen, können Sie dort einen <issuesLink>Issue</issuesLink> eröffnen.",
"comment": "Kommentar",
"completedWithErrors": "Mit Fehlern abgeschlossen",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apiInformation": "This <i>geopilot</i> uses the API version {{version}}. Further information can be found in the <apiLink>API documentation</apiLink>.",
"bugTracking": "bug tracking",
"cancel": "Cancel",
"clickToUpload": "Click to upload",
"clickToSelect": "Click to select",
"codeLicenseInfo": "The code is available under the <licenseLink>GNU Affero General Public License v3.0 license</licenseLink> in the <repositoryLink>Github repository</repositoryLink>. If you encounter bugs, you can open an <issuesLink>issue</issuesLink> there.",
"comment": "Comment",
"completedWithErrors": "Completed with errors",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apiInformation": "Ce <i>geopilot</i> utilise la version {{version}} de l'API. Pour plus d'informations, consultez la <apiLink>API documentation</apiLink>.",
"bugTracking": "Suivi des bugs",
"cancel": "Annuler",
"clickToUpload": "Cliquer pour télécharger",
"clickToSelect": "Cliquer pour sélectionner",
"codeLicenseInfo": "Le code est disponible sous la <licenseLink>licence GNU Affero General Public License v3.0</licenseLink> dans le référentiel <repositoryLink>GitHub</repositoryLink>. Si vous rencontrez des bugs, vous pouvez ouvrir un <issuesLink>problème</issuesLink> là-bas.",
"comment": "Commentaire",
"completedWithErrors": "Terminé avec des erreurs",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/it/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apiInformation": "Questo <i>geopilota</i> utilizza la versione dell'API {{version}}. Ulteriori informazioni sono disponibili nella <apiLink>API documentazione</apiLink>.",
"bugTracking": "Tracciamento bug",
"cancel": "Annulla",
"clickToUpload": "Clicca per caricare",
"clickToSelect": "Clicca per selezionare",
"codeLicenseInfo": "Il codice è disponibile sotto la <licenseLink>licenza GNU Affero General Public License v3.0</licenseLink> nel <repositoryLink>repository di GitHub</repositoryLink>. Se trovi dei bug, puoi aprire un <issuesLink>Issue</issuesLink> lì.",
"comment": "Commento",
"completedWithErrors": "Completato con errori",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/src/components/fileDropzone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const FileDropzone: FC<FileDropzoneProps> = ({
{!selectedFile ? (
<>
<Typography variant="body1" className={disabled ? "Mui-disabled" : ""}>
<Link>{t("clickToUpload")}</Link>
<Link>{t("clickToSelect")}</Link>
&nbsp;
{t("or")} {t("dragAndDrop")}
</Typography>
Expand Down

0 comments on commit 3adbaf7

Please sign in to comment.