1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-01-06 08:20:11 +00:00

Compare commits

..

No commits in common. "570e3a1e54ee17ccdb1f780697363561d6386a87" and "adbb74f56bb917af06f292722609998676935752" have entirely different histories.

8 changed files with 10 additions and 12 deletions

1
api.go
View File

@ -1668,6 +1668,7 @@ func (app *appContext) GetEmail(gc *gin.Context) {
newEmail = true
msg, err = app.email.constructWelcome("", time.Time{}, app, true)
content = msg.Text
conditionals = []string{"{yourAccountWillExpire}"}
} else {
variables = app.storage.customEmails.WelcomeEmail.Variables
}

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Español (ES)"
"name": "Inglés (US)"
},
"strings": {
"invites": "Invitaciones",
@ -90,8 +90,7 @@
"inviteExpiresInTime": "Caduca en {n}",
"notifyEvent": "Notificar en:",
"notifyInviteExpiry": "Al vencimiento",
"notifyUserCreation": "Sobre la creación de usuarios",
"conditionals": "Condicionales"
"notifyUserCreation": "Sobre la creación de usuarios"
},
"notifications": {
"changedEmailAddress": "Se cambió la dirección de correo electrónico de {n}.",

View File

@ -90,8 +90,7 @@
"advancedSettings": "Geavanceerde instellingen",
"inviteMonths": "Maanden",
"reEnable": "Opnieuw inschakelen",
"disable": "Uitschakelen",
"conditionals": "Voorwaarden"
"disable": "Uitschakelen"
},
"notifications": {
"changedEmailAddress": "E-mailadres van {n} gewijzigd.",

View File

@ -90,8 +90,7 @@
"advancedSettings": "Configurações Avançada",
"inviteMonths": "Meses",
"reEnable": "Reativar",
"disable": "Desativar",
"conditionals": "Condicionais"
"disable": "Desativar"
},
"notifications": {
"changedEmailAddress": "Endereço de e-mail alterado de {n}.",

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Español (ES)"
"name": "Inglés (US)"
},
"strings": {
"username": "Nombre de usuario",

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Español (ES)"
"name": "Inglés (US)"
},
"strings": {
"ifItWasNotYou": "Si no fue usted, ignore este correo electrónico.",

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Español (ES)"
"name": "Inglés (US)"
},
"strings": {
"pageTitle": "Crear cuenta de Jellyfin",

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Español (ES)"
"name": "Inglés (US)"
},
"strings": {
"pageTitle": "Configuración - jfa-go",
@ -40,7 +40,7 @@
"listenAddress": "Dirección de recibidor (Listen Address)",
"urlBase": "Base de URL",
"urlBaseNotice": "Solo es necesario si se usa un proxy inverso en un subdominio (por ejemplo, 'jellyf.in/accounts').",
"lightTheme": "Claro",
"lightTheme": "Light",
"darkTheme": "Oscuro",
"useHTTPS": "Usar HTTPS (Conexión segura SSL)",
"httpsPort": "Puerto HTTPS",