1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-10-18 09:00:11 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
570e3a1e54
fix en-es name and filename 2021-04-30 13:54:53 +01:00
woosade
a9bde40661 translation from Weblate (Spanish)
Currently translated at 100.0% (151 of 151 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/es/
2021-04-29 23:54:04 +02:00
woosade
b03a185e88 Translated using Weblate (Spanish)
Currently translated at 100.0% (98 of 98 strings)

Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/es/
2021-04-29 23:54:03 +02:00
woosade
e450587eea translation from Weblate (Portuguese (Brazil))
Currently translated at 100.0% (151 of 151 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/pt_BR/
2021-04-29 23:54:03 +02:00
Richard de Boer
30a529baac translation from Weblate (Dutch)
Currently translated at 100.0% (151 of 151 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/nl/
2021-04-29 23:54:03 +02:00
8 changed files with 12 additions and 10 deletions

1
api.go
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"meta": {
"name": "Inglés (US)"
"name": "Español (ES)"
},
"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": "Light",
"lightTheme": "Claro",
"darkTheme": "Oscuro",
"useHTTPS": "Usar HTTPS (Conexión segura SSL)",
"httpsPort": "Puerto HTTPS",