mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
merge language changes
This commit is contained in:
commit
3e73d16cce
@ -8,9 +8,10 @@
|
||||
"password": "Passwort",
|
||||
"emailAddress": "E-Mail-Adresse",
|
||||
"submit": "Absenden",
|
||||
"success": "Erfolg",
|
||||
"success": "Erfolgreich",
|
||||
"error": "Fehler",
|
||||
"copy": "Kopieren",
|
||||
"theme": "Thema"
|
||||
"theme": "Thema",
|
||||
"copied": "Kopiert"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
"success": "Success",
|
||||
"error": "Fout",
|
||||
"copy": "Kopiëer",
|
||||
"theme": "Thema"
|
||||
"theme": "Thema",
|
||||
"copied": "Gekopieerd"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
"success": "Sucesso",
|
||||
"error": "Erro",
|
||||
"copy": "Copiar",
|
||||
"theme": "Tema"
|
||||
"theme": "Tema",
|
||||
"copied": "Copiado"
|
||||
}
|
||||
}
|
||||
|
@ -23,10 +23,11 @@
|
||||
"passwordReset": {
|
||||
"title": "Wachtwoordreset aangevraagd - Jellyfin",
|
||||
"someoneHasRequestedReset": "Iemand heeft recentelijk een wachtwoordreset aangevraagd in Jellyfin.",
|
||||
"ifItWasYou": "Als jij dit was, voor dan onderstaande PIN in.",
|
||||
"ifItWasYou": "Als jij dit was, voer dan onderstaande PIN in.",
|
||||
"codeExpiry": "De code verloopt op {date}, op {time} UTC, dat is over {expiresInMinutes}.",
|
||||
"pin": "PIN",
|
||||
"name": "Wachtwoordreset"
|
||||
"name": "Wachtwoordreset",
|
||||
"ifItWasYouLink": "Als jij dit was, klik dan op onderstaande link."
|
||||
},
|
||||
"userDeleted": {
|
||||
"title": "Je account is verwijderd - Jellyfin",
|
||||
|
@ -26,7 +26,8 @@
|
||||
"ifItWasYou": "Se foi você, insira o PIN abaixo.",
|
||||
"codeExpiry": "O código irá expirar em {date}, ás {time}, que está em {expiresInMinutes}.",
|
||||
"pin": "PIN",
|
||||
"name": "Redefinir senha"
|
||||
"name": "Redefinir senha",
|
||||
"ifItWasYouLink": "Se foi você, clique no link abaixo."
|
||||
},
|
||||
"userDeleted": {
|
||||
"title": "Sua conta foi excluída - Jellyfin",
|
||||
|
@ -13,11 +13,11 @@
|
||||
"reEnterPasswordInvalid": "Passwörter stimmen nicht überein.",
|
||||
"createAccountButton": "Konto erstellen",
|
||||
"passwordRequirementsHeader": "Passwortanforderungen",
|
||||
"successHeader": "Erfolg!",
|
||||
"successHeader": "Erfolgreich!",
|
||||
"successContinueButton": "Weiter",
|
||||
"confirmationRequired": "E-Mail-Bestätigung erforderlich",
|
||||
"confirmationRequiredMessage": "Bitte überprüfe dein Posteingang und bestätige deine E-Mail-Adresse.",
|
||||
"yourAccountIsValidUntil": "Dein Konto wird bis am {date} gültig sein."
|
||||
"yourAccountIsValidUntil": "Dein Konto wird bis zum {date} gültig sein."
|
||||
},
|
||||
"validationStrings": {
|
||||
"length": {
|
||||
|
@ -31,9 +31,9 @@
|
||||
"language": {
|
||||
"title": "Sprache",
|
||||
"description": "Gemeinschaftsübersetzungen sind für die meisten Teile von jfa-go verfügbar. Du kannst unten die Standardsprachen auswählen, aber Benutzer können dies immer noch ändern, wenn sie wollen. Wenn du helfen willst zu übersetzen, melde dich bei {n} an, um anzufangen, etwas beizutragen!",
|
||||
"defaultAdminLang": "Standardsprache Admin",
|
||||
"defaultFormLang": "Standardsprache Kontoerstellung",
|
||||
"defaultEmailLang": "Standardsprache E-Mail"
|
||||
"defaultAdminLang": "Admin Standardsprache",
|
||||
"defaultFormLang": "Kontoerstellung Standardsprache",
|
||||
"defaultEmailLang": "E-Mail Standardsprache"
|
||||
},
|
||||
"general": {
|
||||
"title": "Allgemein",
|
||||
|
Loading…
Reference in New Issue
Block a user