Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Italian translations #486

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions _locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,42 @@
"dkim_verifier.updateKey": {
"message": "Aggiorna chiave DKIM"
},
"details.result": {
"message": "Risultato",
"description": "Detailed view row name for the overall DKIM result."
},
"details.warnings": {
"message": "Avvisi",
"description": "Detailed view row name for the warnings of the DKIM signature."
},
"details.SDID": {
"message": "SDID",
"description": "Detailed view row name for the SDID."
},
"details.AUID": {
"message": "AUID",
"description": "Detailed view row name for the AUID."
},
"details.signDate": {
"message": "Data firma",
"description": "Detailed view row name for the date (including time) the signature was created."
},
"details.expirationDate": {
"message": "Scadenza",
"description": "Detailed view row name for the date (including time) the signature expires."
},
"details.algorithm": {
"message": "Algoritmo",
"description": "Detailed view row name for the algorithm used in the signature."
},
"details.signedHeaders": {
"message": "Intestazioni firmate",
"description": "Detailed view row name for the message headers signed by DKIM."
},
"details.noDate": {
"message": "Nessuna data inclusa nella firma",
"description": "Value shown for sign and expiration date if no date is given in the signature."
},
// ==================== Table Views ====================
"treeviewKeys.title": {
"message": "Chiavi DKIM",
Expand Down
Loading