From 0c5f6a68f996dfcdb63a7c0d965f55677041c829 Mon Sep 17 00:00:00 2001 From: hrfee Date: Thu, 28 Jan 2021 15:13:42 +0100 Subject: [PATCH] Added translation using Weblate (Portuguese (Brazil)) --- lang/email/pt-BR.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 lang/email/pt-BR.json diff --git a/lang/email/pt-BR.json b/lang/email/pt-BR.json new file mode 100644 index 0000000..05c48f7 --- /dev/null +++ b/lang/email/pt-BR.json @@ -0,0 +1,48 @@ +{ + "meta": { + "name": "" + }, + "userCreated": { + "title": "", + "aUserWasCreated": "", + "name": "", + "emailAddress": "", + "time": "", + "notificationNotice": "" + }, + "inviteExpiry": { + "title": "", + "inviteExpired": "", + "expiredAt": "", + "notificationNotice": "" + }, + "passwordReset": { + "title": "", + "helloUser": "", + "someoneHasRequestedReset": "", + "ifItWasYou": "", + "codeExpiry": "", + "ifItWasNotYou": "", + "pin": "" + }, + "userDeleted": { + "title": "", + "yourAccountWasDeleted": "", + "reason": "" + }, + "inviteEmail": { + "title": "", + "hello": "", + "youHaveBeenInvited": "", + "toJoin": "", + "inviteExpiry": "", + "linkButton": "" + }, + "welcomeEmail": { + "title": "", + "welcome": "", + "youCanLoginWith": "", + "jellyfinURL": "", + "username": "" + } +}