ソースを参照

Merge pull request #936 from HeyPuter/revert-935-update-italian-translations

Revert "Update Italian translations"
Nariman Jelveh 6 ヶ月 前
コミット
c3a042371c
1 ファイル変更15 行追加17 行削除
  1. 15 17
      src/gui/src/i18n/translations/it.js

+ 15 - 17
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"
     }
 };