mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
temporarily modify lang for release
Fixed name on Indonesian and removed Italian emails.
This commit is contained in:
parent
5d7972db56
commit
5e001bed60
@ -23,6 +23,7 @@ FROM golang:latest
|
|||||||
COPY --from=build /opt/build/build /opt/jfa-go
|
COPY --from=build /opt/build/build /opt/jfa-go
|
||||||
|
|
||||||
EXPOSE 8056
|
EXPOSE 8056
|
||||||
|
EXPOSE 8057
|
||||||
|
|
||||||
CMD [ "/opt/jfa-go/jfa-go", "-data", "/data" ]
|
CMD [ "/opt/jfa-go/jfa-go", "-data", "/data" ]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inggris (Amerika Serikat)"
|
"name": "Bahasa Indonesia (ID)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"invites": "Undangan",
|
"invites": "Undangan",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inggris (Amerika Serikat)"
|
"name": "Bahasa Indonesia (ID)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"username": "Nama pengguna",
|
"username": "Nama pengguna",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inggris (Amerika Serikat)"
|
"name": "Bahasa Indonesia (ID)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"ifItWasNotYou": "Jika ini bukan kamu, silahkan mengabaikan email ini.",
|
"ifItWasNotYou": "Jika ini bukan kamu, silahkan mengabaikan email ini.",
|
||||||
|
@ -1,52 +0,0 @@
|
|||||||
{
|
|
||||||
"meta": {
|
|
||||||
"name": "Italiano (IT)"
|
|
||||||
},
|
|
||||||
"strings": {
|
|
||||||
"ifItWasNotYou": "Se non sei stato tu, puoi ignorare questa email.",
|
|
||||||
"helloUser": "Ciao {n},"
|
|
||||||
},
|
|
||||||
"userCreated": {
|
|
||||||
"title": "Nota: Utente creato",
|
|
||||||
"aUserWasCreated": "Un utente è stato creato usando il codice {n}.",
|
|
||||||
"time": "Tempo",
|
|
||||||
"notificationNotice": "Nota: Le notifiche via email possono essere attivate nel pannello di admin."
|
|
||||||
},
|
|
||||||
"inviteExpiry": {
|
|
||||||
"title": "Nota: Invito scaduto",
|
|
||||||
"inviteExpired": "Invito scaduto.",
|
|
||||||
"expiredAt": "Il codice {n} è scaduto il {n}.",
|
|
||||||
"notificationNotice": "Nota: le e-mail di notifica possono essere attivate dal pannello di admin."
|
|
||||||
},
|
|
||||||
"passwordReset": {
|
|
||||||
"title": "Richiesto un reset della password - Jellyfin",
|
|
||||||
"someoneHasRequestedReset": "Qualcuno ha recentemente richiesto un reset della password su Jellyfin.",
|
|
||||||
"ifItWasYou": "Se sei stato tu, scrivi il PIN sotto alla richiesta.",
|
|
||||||
"codeExpiry": "Il codice scadrà in {n}, alle {n} UTC, che è alle {n}.",
|
|
||||||
"pin": "PIN"
|
|
||||||
},
|
|
||||||
"userDeleted": {
|
|
||||||
"title": "Il tuo account è stato eliminato - Jellyfin",
|
|
||||||
"yourAccountWasDeleted": "Il tuo account di Jellyfin è stato eliminato.",
|
|
||||||
"reason": "Motivo"
|
|
||||||
},
|
|
||||||
"inviteEmail": {
|
|
||||||
"title": "Invita - Jellyfin",
|
|
||||||
"hello": "Salve",
|
|
||||||
"youHaveBeenInvited": "Sei stato inviatato su Jellyfin.",
|
|
||||||
"toJoin": "Per entrare, segui il link sotto.",
|
|
||||||
"inviteExpiry": "",
|
|
||||||
"linkButton": ""
|
|
||||||
},
|
|
||||||
"welcomeEmail": {
|
|
||||||
"title": "",
|
|
||||||
"welcome": "",
|
|
||||||
"youCanLoginWith": "",
|
|
||||||
"jellyfinURL": ""
|
|
||||||
},
|
|
||||||
"emailConfirmation": {
|
|
||||||
"title": "",
|
|
||||||
"clickBelow": "",
|
|
||||||
"confirmEmail": ""
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inggris (Amerika Serikat)"
|
"name": "Bahasa Indonesia (ID)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "Buat Akun Jellyfin",
|
"pageTitle": "Buat Akun Jellyfin",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inggris (Amerika Serikat)"
|
"name": "Bahasa Indonesia (ID)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "Persiapan - jfa-go",
|
"pageTitle": "Persiapan - jfa-go",
|
||||||
|
Loading…
Reference in New Issue
Block a user