From 7e21eb87db09e1e969f35c274e68c96ab1f1acb0 Mon Sep 17 00:00:00 2001 From: Peter Wickenberg Date: Tue, 23 Feb 2021 23:32:52 +0100 Subject: [PATCH] Added translation using Weblate (Swedish) --- lang/email/sv-SE.json | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 lang/email/sv-SE.json diff --git a/lang/email/sv-SE.json b/lang/email/sv-SE.json new file mode 100644 index 0000000..d60ed8d --- /dev/null +++ b/lang/email/sv-SE.json @@ -0,0 +1,59 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "ifItWasNotYou": "", + "helloUser": "" + }, + "userCreated": { + "name": "", + "title": "", + "aUserWasCreated": "", + "time": "", + "notificationNotice": "" + }, + "inviteExpiry": { + "name": "", + "title": "", + "inviteExpired": "", + "expiredAt": "", + "notificationNotice": "" + }, + "passwordReset": { + "name": "", + "title": "", + "someoneHasRequestedReset": "", + "ifItWasYou": "", + "codeExpiry": "", + "pin": "" + }, + "userDeleted": { + "name": "", + "title": "", + "yourAccountWasDeleted": "", + "reason": "" + }, + "inviteEmail": { + "name": "", + "title": "", + "hello": "", + "youHaveBeenInvited": "", + "toJoin": "", + "inviteExpiry": "", + "linkButton": "" + }, + "welcomeEmail": { + "name": "", + "title": "", + "welcome": "", + "youCanLoginWith": "", + "jellyfinURL": "" + }, + "emailConfirmation": { + "name": "", + "title": "", + "clickBelow": "", + "confirmEmail": "" + } +}