diff --git a/public/locales/it/common.json b/public/locales/it/common.json
index 4eb941b3..0e45b23f 100644
--- a/public/locales/it/common.json
+++ b/public/locales/it/common.json
@@ -655,5 +655,15 @@
     "kavita": {
         "seriesCount": "Serie",
         "totalFiles": "File"
+    },
+    "azurePipelines": {
+        "result": "Result",
+        "status": "Status",
+        "buildId": "Build ID",
+        "succeeded": "Succeeded",
+        "notStarted": "Not Started",
+        "failed": "Failed",
+        "canceled": "Canceled",
+        "inProgress": "In Progress"
     }
 }