From 8e680ff576f96d8866fad853b848f2a9c1f3eb75 Mon Sep 17 00:00:00 2001 From: frankwalter1301 Date: Sun, 14 Feb 2021 16:46:37 +0100 Subject: [PATCH] Added translation using Weblate (Italian) --- lang/email/it-IT.json | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 lang/email/it-IT.json diff --git a/lang/email/it-IT.json b/lang/email/it-IT.json new file mode 100644 index 0000000..d962eff --- /dev/null +++ b/lang/email/it-IT.json @@ -0,0 +1,52 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "ifItWasNotYou": "", + "helloUser": "" + }, + "userCreated": { + "title": "", + "aUserWasCreated": "", + "time": "", + "notificationNotice": "" + }, + "inviteExpiry": { + "title": "", + "inviteExpired": "", + "expiredAt": "", + "notificationNotice": "" + }, + "passwordReset": { + "title": "", + "someoneHasRequestedReset": "", + "ifItWasYou": "", + "codeExpiry": "", + "pin": "" + }, + "userDeleted": { + "title": "", + "yourAccountWasDeleted": "", + "reason": "" + }, + "inviteEmail": { + "title": "", + "hello": "", + "youHaveBeenInvited": "", + "toJoin": "", + "inviteExpiry": "", + "linkButton": "" + }, + "welcomeEmail": { + "title": "", + "welcome": "", + "youCanLoginWith": "", + "jellyfinURL": "" + }, + "emailConfirmation": { + "title": "", + "clickBelow": "", + "confirmEmail": "" + } +}