[java-idp-plugin-webauthn] branch main updated: JWEBAUTHN-75 - Add translations to a future release
Codeberg
noreply at shibboleth.net
Tue May 19 16:32:12 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/2dcdace5612b45b9717faf995f4c7243ef9e5686
The following commit(s) were added to refs/heads/main by this push:
new 2dcdace JWEBAUTHN-75 - Add translations to a future release
2dcdace is described below
commit 2dcdace5612b45b9717faf995f4c7243ef9e5686
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 19 17:32:00 2026 +0100
JWEBAUTHN-75 - Add translations to a future release
- Added translations from the i18n project.
https://shibboleth.atlassian.net/browse/JWEBAUTHN-75
---
.../plugin/authn/webauthn/messages_de.properties | 64 +++++++++++++++++++++
.../authn/webauthn/messages_de_CH.properties | 64 +++++++++++++++++++++
.../plugin/authn/webauthn/messages_sk.properties | 65 ++++++++++++++++++++++
3 files changed, 193 insertions(+)
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de.properties
new file mode 100644
index 0000000..ea24f6b
--- /dev/null
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de.properties
@@ -0,0 +1,64 @@
+# In addition to the Apache 2.0 license, this content is also licensed
+# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
+# (see http://creativecommons.org/licenses/by-sa/3.0/).
+
+# This is the as-delivered set of messages used in various views
+# so that internationalized translations can be made available and
+# so administrators can locally override or supplement the values
+# in their own message files.
+
+idp.webauthn.authn.inprogress = Authentifizierung läuft...
+idp.webauthn.authn.retry = Anmeldung fehlgeschlagen, bitte erneut versuchen
+idp.webauthn.authn.submit = Authentifizierung abschließen
+idp.webauthn.authn.authenticate = Mit Passkey oder Sicherheitsschlüssel anmelden
+idp.webauthn.authn.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+idp.webauthn.authn.passwordless.explain = Wenn Sie einen Passkey oder ein Gerät/Token für die passwortlose Anmeldung registriert haben, geben Sie bitte unten Ihren Benutzernamen ein und klicken Sie auf die entsprechende Schaltfläche.
+
+idp.webauthn.enrollment.url = /idp/profile/admin/webauthn-registration
+idp.webauthn.enrollment = Neue Anmeldedaten registrieren
+
+idp.webauthn.register.registered.keys = Registrierte Schlüssel für
+idp.webauthn.register.credential.nickname = Bezeichnung der Anmeldedaten
+idp.webauthn.register.credential.remove.confirm = Sind Sie sicher?
+idp.webauthn.register.table.header.keyName = Schlüsselname
+idp.webauthn.register.table.header.authenticatorDescription = Authentifikator
+idp.webauthn.register.table.header.transports = Transportprotokolle
+idp.webauthn.register.table.header.passkey = Passkey?
+idp.webauthn.register.table.header.registrationTime = Registrierungszeit
+idp.webauthn.register.table.header.action = Aktion
+idp.webauthn.register.table.unknownCredential = unbekannt
+idp.webauthn.register.credential.remove = Entfernen
+idp.webauthn.register.registered.noKeys = Sie haben keine registrierten Schlüssel
+idp.webauthn.register.addKey = Neuen Sicherheitsschlüssel hinzufügen
+idp.webauthn.register.finish = Fertigstellen
+idp.webauthn.register.submit = Registrierung absenden
+idp.webauthn.register.username.explain = Bitte geben Sie unten Ihren Benutzernamen ein.
+idp.webauthn.register.username.proceed = Weiter
+idp.webauthn.register.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+
+idp.webauthn.admin.search.title = Nach Benutzer suchen
+idp.webauthn.admin.header = Registrierte Schlüssel für
+idp.webauthn.admin.table.header.userName = Benutzer
+idp.webauthn.admin.table.header.keyName = Schlüsselname
+idp.webauthn.admin.table.header.authenticatorDescription = Authentifikator
+idp.webauthn.admin.table.header.transports = Transportprotokolle
+idp.webauthn.admin.table.header.passkey = Passkey?
+idp.webauthn.admin.table.header.registrationTime = Registrierungszeit
+idp.webauthn.admin.table.header.action = Aktion
+idp.webauthn.admin.noKeys = Es sind keine Schlüssel registriert
+idp.webauthn.admin.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+idp.webauthn.admin.table.hasMetadata = Ja
+idp.webauthn.admin.table.noMetadata = Nein
+
+idp.webauthn.ended = Ihre Sitzung wurde beendet
+
+# When debug information has been enabled
+idp.webauthn.debug.title = Debugging
+idp.webauthn.debug.request = Anfrageoptionen
+idp.webauthn.debug.register.title = Debugging
+idp.webauthn.debug.register.request = Registrierungsoptionen
+
+# Messages to report back to the user during registration
+InvalidRegistration = Schlüsselregistrierung fehlgeschlagen
+ValidRegistration = Schlüssel wurde erfolgreich registriert
+KeyRemoved = Schlüssel wurde erfolgreich entfernt
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de_CH.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de_CH.properties
new file mode 100644
index 0000000..89fd9fe
--- /dev/null
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_de_CH.properties
@@ -0,0 +1,64 @@
+# In addition to the Apache 2.0 license, this content is also licensed
+# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
+# (see http://creativecommons.org/licenses/by-sa/3.0/).
+
+# This is the as-delivered set of messages used in various views
+# so that internationalized translations can be made available and
+# so administrators can locally override or supplement the values
+# in their own message files.
+
+idp.webauthn.authn.inprogress = Authentifizierung läuft...
+idp.webauthn.authn.retry = Anmeldung fehlgeschlagen, bitte erneut versuchen
+idp.webauthn.authn.submit = Authentifizierung abschliessen
+idp.webauthn.authn.authenticate = Mit Passkey oder Sicherheitsschlüssel anmelden
+idp.webauthn.authn.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+idp.webauthn.authn.passwordless.explain = Wenn Sie einen Passkey oder ein Gerät/Token für die passwortlose Anmeldung registriert haben, geben Sie bitte unten Ihren Benutzernamen ein und klicken Sie auf die entsprechende Schaltfläche.
+
+idp.webauthn.enrollment.url = /idp/profile/admin/webauthn-registration
+idp.webauthn.enrollment = Neue Anmeldedaten registrieren
+
+idp.webauthn.register.registered.keys = Registrierte Schlüssel für
+idp.webauthn.register.credential.nickname = Bezeichnung der Anmeldedaten
+idp.webauthn.register.credential.remove.confirm = Sind Sie sicher?
+idp.webauthn.register.table.header.keyName = Schlüsselname
+idp.webauthn.register.table.header.authenticatorDescription = Authentifikator
+idp.webauthn.register.table.header.transports = Transportprotokolle
+idp.webauthn.register.table.header.passkey = Passkey?
+idp.webauthn.register.table.header.registrationTime = Registrierungszeit
+idp.webauthn.register.table.header.action = Aktion
+idp.webauthn.register.table.unknownCredential = unbekannt
+idp.webauthn.register.credential.remove = Entfernen
+idp.webauthn.register.registered.noKeys = Sie haben keine registrierten Schlüssel
+idp.webauthn.register.addKey = Neuen Sicherheitsschlüssel hinzufügen
+idp.webauthn.register.finish = Fertigstellen
+idp.webauthn.register.submit = Registrierung absenden
+idp.webauthn.register.username.explain = Bitte geben Sie unten Ihren Benutzernamen ein.
+idp.webauthn.register.username.proceed = Weiter
+idp.webauthn.register.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+
+idp.webauthn.admin.search.title = Nach Benutzer suchen
+idp.webauthn.admin.header = Registrierte Schlüssel für
+idp.webauthn.admin.table.header.userName = Benutzer
+idp.webauthn.admin.table.header.keyName = Schlüsselname
+idp.webauthn.admin.table.header.authenticatorDescription = Authentifikator
+idp.webauthn.admin.table.header.transports = Transportprotokolle
+idp.webauthn.admin.table.header.passkey = Passkey?
+idp.webauthn.admin.table.header.registrationTime = Registrierungszeit
+idp.webauthn.admin.table.header.action = Aktion
+idp.webauthn.admin.noKeys = Es sind keine Schlüssel registriert
+idp.webauthn.admin.unsupported = Ihr Browser ist nicht WebAuthn-kompatibel
+idp.webauthn.admin.table.hasMetadata = Ja
+idp.webauthn.admin.table.noMetadata = Nein
+
+idp.webauthn.ended = Ihre Sitzung wurde beendet
+
+# When debug information has been enabled
+idp.webauthn.debug.title = Debugging
+idp.webauthn.debug.request = Anfrageoptionen
+idp.webauthn.debug.register.title = Debugging
+idp.webauthn.debug.register.request = Registrierungsoptionen
+
+# Messages to report back to the user during registration
+InvalidRegistration = Schlüsselregistrierung fehlgeschlagen
+ValidRegistration = Schlüssel wurde erfolgreich registriert
+KeyRemoved = Schlüssel wurde erfolgreich entfernt
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_sk.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_sk.properties
new file mode 100644
index 0000000..0f5a3cf
--- /dev/null
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages_sk.properties
@@ -0,0 +1,65 @@
+# In addition to the Apache 2.0 license, this content is also licensed
+# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
+# (see http://creativecommons.org/licenses/by-sa/3.0/).
+
+# This is the as-delivered set of messages used in various views
+# so that internationalized translations can be made available and
+# so administrators can locally override or supplement the values
+# in their own message files.
+
+
+idp.webauthn.authn.inprogress = Autentifikácia...
+idp.webauthn.authn.retry = Prihlásenie zlyhalo, skúste to znova
+idp.webauthn.authn.submit = Odoslať overenie
+idp.webauthn.authn.authenticate = Prihlásenie pomocou prístupového kľúča alebo bezpečnostného kľúča
+idp.webauthn.authn.unsupported = Váš prehliadač nie je kompatibilný s WebAuthn
+idp.webauthn.authn.passwordless.explain = Ak ste si zaregistrovali prístupový kľúč alebo zariadenie/token pre prihlásenie bez hesla, zadajte nižšie svoje používateľské meno a stlačte príslušné tlačidlo.
+
+idp.webauthn.enrollment.url = /idp/profile/admin/webauthn-registration
+idp.webauthn.enrollment = Zaregistrovať nové poverenie
+
+idp.webauthn.register.registered.keys = Registrované kľúče pre
+idp.webauthn.register.credential.nickname = Prezývka poverenia
+idp.webauthn.register.credential.remove.confirm = Si si istý/á
+idp.webauthn.register.table.header.keyName = Názov kľúča
+idp.webauthn.register.table.header.authenticatorDescription = Autentifikátor
+idp.webauthn.register.table.header.transports = Prepravy
+idp.webauthn.register.table.header.passkey = Prístupový kľúč?
+idp.webauthn.register.table.header.registrationTime = Čas registrácie
+idp.webauthn.register.table.header.action = Akcia
+idp.webauthn.register.table.unknownCredential = neznámy
+idp.webauthn.register.credential.remove = Odstrániť
+idp.webauthn.register.registered.noKeys = Nemáte žiadne registrované kľúče
+idp.webauthn.register.addKey = Pridať nový bezpečnostný kľúč
+idp.webauthn.register.finish = Dokončiť
+idp.webauthn.register.submit = Odoslať registráciu
+idp.webauthn.register.username.explain = Zadajte nižšie svoje používateľské meno.
+idp.webauthn.register.username.proceed = Ďalej
+idp.webauthn.register.unsupported = Váš prehliadač nie je kompatibilný s WebAuthn
+
+idp.webauthn.admin.search.title = Hľadať používateľa
+idp.webauthn.admin.header = Registrované kľúče pre
+idp.webauthn.admin.table.header.userName = Používateľ
+idp.webauthn.admin.table.header.keyName = Názov kľúča
+idp.webauthn.admin.table.header.authenticatorDescription = Autentifikátor
+idp.webauthn.admin.table.header.transports = Prepravy
+idp.webauthn.admin.table.header.passkey = Prístupový kľúč?
+idp.webauthn.admin.table.header.registrationTime = Čas registrácie
+idp.webauthn.admin.table.header.action = Akcia
+idp.webauthn.admin.noKeys = Nie sú registrované žiadne kľúče
+idp.webauthn.admin.unsupported = Váš prehliadač nie je kompatibilný s WebAuthn
+idp.webauthn.admin.table.hasMetadata = Áno
+idp.webauthn.admin.table.noMetadata = Nie
+
+idp.webauthn.ended = Vaša relácia sa skončila
+
+# When debug information has been enabled
+idp.webauthn.debug.title = Ladenie
+idp.webauthn.debug.request = Možnosti žiadosti
+idp.webauthn.debug.register.title = Ladenie
+idp.webauthn.debug.register.request = Možnosti žiadosti
+
+# Messages to report back to the user during registration
+InvalidRegistration = Registrácia kľúča neúspešná
+ValidRegistration = Kľúč bol úspešne zaregistrovaný
+KeyRemoved = Kľúč bol úspešne odstránený
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list