diff --git a/.goreleaser.yml b/.goreleaser.yml index eb89483..e48c045 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -41,7 +41,7 @@ builds: - arm64 archives: - replacements: - darwin: Darwin + darwin: macOS linux: Linux windows: Windows amd64: x86_64 diff --git a/Dockerfile b/Dockerfile index fea39d1..36dac94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update -y \ && apt install build-essential python3-pip curl software-properties-common sed -y \ && (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \ && apt install nodejs \ - && (cd /opt/build; make configuration npm email version typescript bundle-css swagger external-files copy GOESBUILD=on) \ + && (cd /opt/build; make configuration npm email version typescript bundle-css swagger copy external-files GOESBUILD=on) \ && sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' /opt/build/data/html/setup.html diff --git a/lang/email/it-it.json b/lang/email/it-it.json deleted file mode 100644 index ed980b0..0000000 --- a/lang/email/it-it.json +++ /dev/null @@ -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": "" - } -}