From 5a335a14653109a308817b228f820c3b18304fff Mon Sep 17 00:00:00 2001 From: Cartoon Kritthapath Yaviraj Date: Sat, 10 May 2025 21:45:13 +0200 Subject: [PATCH] Added translation using Weblate (Thai) --- lang/email/th-TH.json | 84 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 lang/email/th-TH.json diff --git a/lang/email/th-TH.json b/lang/email/th-TH.json new file mode 100644 index 0000000..6c92614 --- /dev/null +++ b/lang/email/th-TH.json @@ -0,0 +1,84 @@ +{ + "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": "" + }, + "userExpiryAdjusted": { + "name": "", + "title": "", + "yourExpiryWasAdjusted": "", + "ifPreviouslyDisabled": "", + "newExpiry": "" + }, + "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": "" + } +}