diff --git a/src/gui/src/i18n/translations/it.js b/src/gui/src/i18n/translations/it.js index e2c7991ab..8d1720fd6 100644 --- a/src/gui/src/i18n/translations/it.js +++ b/src/gui/src/i18n/translations/it.js @@ -347,24 +347,22 @@ const it = { login2fa_recovery_placeholder: 'XXXXXXXX', // *********************************** - // Italian translation + // Missing translations // *********************************** - "change": "Cambia", - "clock_visibility": "Visibilità dell'orologio", - "reading": "Lettura", - "writing": "Scrittura", - "unzipping": "Decomprimendo", - "sequencing": "Sequenziando", - "zipping": "Compressione", - "Editor": "Editor", - "Viewer": "Visualizzatore", - "People with access": "Persone con accesso", - "Share With…": "Condividi con…", - "Owner": "Proprietario", - "You can't share with yourself.": "Non puoi condividere con te stesso.", - "This user already has access to this item": "Questo utente ha già accesso a questo elemento", - - + "change": undefined, // In English: "Change" + "clock_visibility": undefined, // In English: "Clock Visibility" + "reading": undefined, // In English: "Reading %strong%" + "writing": undefined, // In English: "Writing %strong%" + "unzipping": undefined, // In English: "Unzipping %strong%" + "sequencing": undefined, // In English: "Sequencing %strong%" + "zipping": undefined, // In English: "Zipping %strong%" + "Editor": undefined, // In English: "Editor" + "Viewer": undefined, // In English: "Viewer" + "People with access": undefined, // In English: "People with access" + "Share With…": undefined, // In English: "Share With…" + "Owner": undefined, // In English: "Owner" + "You can't share with yourself.": undefined, // In English: "You can't share with yourself." + "This user already has access to this item": undefined, // In English: "This user already has access to this item" } };