From 6f69f3b8f5bb63304016b1bff6fce033343bd123 Mon Sep 17 00:00:00 2001 From: DragoPrime Date: Tue, 5 Apr 2022 20:34:52 +0200 Subject: [PATCH] Added translation using Weblate (Romanian) --- lang/email/ro-RO.json | 77 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 lang/email/ro-RO.json diff --git a/lang/email/ro-RO.json b/lang/email/ro-RO.json new file mode 100644 index 0000000..b4dd787 --- /dev/null +++ b/lang/email/ro-RO.json @@ -0,0 +1,77 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "ifItWasNotYou": "", + "helloUser": "", + "reason": "" + }, + "userCreated": { + "name": "", + "title": "", + "aUserWasCreated": "", + "time": "", + "notificationNotice": "" + }, + "inviteExpiry": { + "name": "", + "title": "", + "inviteExpired": "", + "expiredAt": "", + "notificationNotice": "" + }, + "passwordReset": { + "name": "", + "title": "", + "someoneHasRequestedReset": "", + "ifItWasYou": "", + "ifItWasYouLink": "", + "codeExpiry": "", + "pin": "" + }, + "userDeleted": { + "name": "", + "title": "", + "yourAccountWasDeleted": "" + }, + "userDisabled": { + "name": "", + "title": "", + "yourAccountWasDisabled": "" + }, + "userEnabled": { + "name": "", + "title": "", + "yourAccountWasEnabled": "" + }, + "inviteEmail": { + "name": "", + "title": "", + "hello": "", + "youHaveBeenInvited": "", + "toJoin": "", + "inviteExpiry": "", + "linkButton": "" + }, + "welcomeEmail": { + "name": "", + "title": "", + "welcome": "", + "youCanLoginWith": "", + "yourAccountWillExpire": "", + "jellyfinURL": "" + }, + "emailConfirmation": { + "name": "", + "title": "", + "clickBelow": "", + "confirmEmail": "" + }, + "userExpired": { + "name": "", + "title": "", + "yourAccountHasExpired": "", + "contactTheAdmin": "" + } +}