Skip to content

Commit cf94743

Browse files
Daniele Doraweblate
authored andcommitted
Translated using Weblate (Italian)
Currently translated at 6.6% (15 of 227 strings) Translated using Weblate (Italian) Currently translated at 40.6% (13 of 32 strings) Co-authored-by: Daniele Dora <pelican@cpn.it> Translate-URL: https://translate.couchershq.org/projects/couchers/backend-notifications/it/ Translate-URL: https://translate.couchershq.org/projects/couchers/mobile-general/it/ Translation: Couchers/Backend - Notifications Translation: Couchers/Mobile - General
1 parent 7f6c534 commit cf94743

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

  • app
    • backend/src/couchers/notifications/locales
    • mobile/i18n/locales

app/backend/src/couchers/notifications/locales/it.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
"account_deletion": {
33
"complete": {
44
"push": {
5-
"title": "Account cancellato"
6-
}
5+
"title": "Account cancellato",
6+
"ios_title": "Account eliminato"
7+
},
8+
"event_description": "Il tuo account è stato eliminato"
79
},
810
"start": {
911
"push": {
1012
"ios_title": "E' stata richiesta la cancellazione dell'account",
1113
"body": "Usa il link che ti abbiamo inviato via email per confermare."
1214
}
15+
},
16+
"recovered": {
17+
"event_description": "Il tuo account è stato ripristinato"
1318
}
1419
},
1520
"_adhoc": {

app/mobile/i18n/locales/it.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,17 @@
77
"camera_permission_required": "Permesso fotocamera richiesto",
88
"camera_permission_explanation": "Questa applicazione ha bisogno dell'accesso alla fotocamera per fare le foto. Per favore concedere il permesso quando richiesto.",
99
"camera_permission_denied_permanently": "L'accesso alla fotocamera è stato negato. Per fare le foto dovrai abilitare il permesso della fotocamera nelle impostazioni del tuo dispositivo."
10+
},
11+
"not_found": {
12+
"title": "Oops!",
13+
"go_home": "Vai alla schermata iniziale!"
14+
},
15+
"tabs": {
16+
"messages": "Messaggi",
17+
"search": "Cerca",
18+
"events": "Eventi"
19+
},
20+
"common": {
21+
"cancel": "Cancella"
1022
}
1123
}

0 commit comments

Comments
 (0)