1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-01 15:17:47 +02:00

Added translation using Weblate (Hungarian)

This commit is contained in:
Bgabor997 2023-08-31 21:16:47 +02:00 committed by Harvey Tindall
parent 998b719f38
commit 05df04b754
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

77
lang/email/hu-HU.json Normal file
View File

@ -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": ""
}
}