diff --git a/src/app/components/Foot.tsx b/src/app/components/Foot.tsx index 66907d0e..3bc8fb30 100644 --- a/src/app/components/Foot.tsx +++ b/src/app/components/Foot.tsx @@ -126,7 +126,7 @@ export const Footer = (props: Props): JSX.Element => { className="editor_button editor_button--secondary" onClick={() => setDialog(!dialog)} > - {"Upload"} + {t("editor.form.upload")}
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 18fcc761..76037c2d 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -23,6 +23,7 @@ }, "form": { "reset": "Reset", + "upload": "Upload", "validate": "Validate", "generate": "Generate", "addnew": "Add new", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index e88ae1d4..3bd1c5bf 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -23,6 +23,7 @@ }, "form": { "reset": "Reset", + "upload": "Upload", "validate": "Validate", "generate": "Generate", "addnew": "Add new", diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json index 46c8ba1b..1b1c0afa 100644 --- a/src/i18n/locales/it.json +++ b/src/i18n/locales/it.json @@ -13,7 +13,7 @@ "genericerror": "Ci sono degli errori", "success": "Ottimo", "browsefile": "Carica il file dal disco", - "browse": "Upload", + "browse": "Sfoglia", "pastefile": "Incolla l'URL del tuo publiccode.yml", "load": "Carica", "notvalidurl": "URL non valido", @@ -23,10 +23,11 @@ }, "form": { "reset": "Reset", + "upload": "Carica", "validate": "Valida", "generate": "Genera", "addnew": "Aggiungi", - "overwrite": "Sovrascrivi form", + "overwrite": "Sovrascrivi", "overwritetext": "Questa operazione cancellerà tutti i dati già inseriti" }, "sections": {