Skip to content

Commit

Permalink
i18n(it-IT): Added missing Italian Translations (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco146 committed May 22, 2024
1 parent 412ebd5 commit f2eda9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/assets/i18n/_missing_translations_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"@@info": [
"Here are translations that exist in <en> but not in <it>.",
"After editing this file, you can run 'dart run slang apply --locale=it' to quickly apply the newly added translations."
],
"sanitization": {
"empty": "Filename cannot be empty",
"invalid": "Filename contains invalid characters"
}
]
}
4 changes: 4 additions & 0 deletions app/assets/i18n/strings_it.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@
"encryptionHint": "LocalSend utilizza un certificato self-signed. Devi accettarlo nel browser.",
"pendingRequests": "Richieste in sospeso: {n}"
},
"sanitization": {
"empty": "Il nome del file non può essere vuoto",
"invalid": "Il nome del file contiene caratteri invalidi"
},
"aboutPage": {
"title": "Riguardo LocalSend",
"description": [
Expand Down

0 comments on commit f2eda9a

Please sign in to comment.