feat: add governed public self-enrollment links
This commit is contained in:
@@ -1,5 +1,41 @@
|
||||
export const generatedTranslations = {
|
||||
en: {
|
||||
"i18n:govoplan-scheduling.self_enrollment.access": "Open self-enrollment",
|
||||
"i18n:govoplan-scheduling.self_enrollment.bind_account": "Bind this enrollment to my signed-in account",
|
||||
"i18n:govoplan-scheduling.self_enrollment.bind_help": "Account binding requires confirmation and lets you manage this response from Scheduling.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.claim_anonymous": "Bind an earlier anonymous enrollment using its recovery proof",
|
||||
"i18n:govoplan-scheduling.self_enrollment.expires": "Self-enrollment link expires",
|
||||
"i18n:govoplan-scheduling.self_enrollment.invalid": "This self-enrollment link is invalid, expired, full, or the supplied details are incorrect.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.proof": "Anonymous recovery proof",
|
||||
"i18n:govoplan-scheduling.self_enrollment.proof_help": "Keep this value privately. It is required to update or later bind an anonymous response and is never stored in clear text.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.remaining": "Enrollment places remaining",
|
||||
"i18n:govoplan-scheduling.self_enrollment.submit": "Enroll and submit response",
|
||||
"i18n:govoplan-scheduling.self_enrollment.saved": "Your enrollment and response have been recorded.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.participant_details": "Participant details",
|
||||
"i18n:govoplan-scheduling.self_enrollment.links": "Public self-enrollment links",
|
||||
"i18n:govoplan-scheduling.self_enrollment.links_help": "Reusable links are separate from participant invitations. Every link requires a capacity and expiry and is shown only once when copied.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.expires_at": "Expires at",
|
||||
"i18n:govoplan-scheduling.self_enrollment.maximum": "Maximum enrollments",
|
||||
"i18n:govoplan-scheduling.self_enrollment.allow_anonymous": "Allow anonymous enrollment with a recovery proof",
|
||||
"i18n:govoplan-scheduling.self_enrollment.allow_authenticated": "Allow signed-in enrollment after account-binding confirmation",
|
||||
"i18n:govoplan-scheduling.self_enrollment.issue_copy": "Issue and copy link",
|
||||
"i18n:govoplan-scheduling.self_enrollment.open_first": "Open the request before issuing a self-enrollment link.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.loading_links": "Loading self-enrollment links…",
|
||||
"i18n:govoplan-scheduling.self_enrollment.no_links": "No self-enrollment links have been issued.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_title": "Revoke self-enrollment link",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_message": "This stops the reusable link immediately. Existing participant responses remain governed by the request policy.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.copied": "A new self-enrollment link was issued and copied. Its credential will not be shown again.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoked": "The self-enrollment link was revoked.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.load_failed": "Self-enrollment links could not be loaded.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.issue_failed": "The self-enrollment link could not be issued.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_failed": "The self-enrollment link could not be revoked.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.clipboard_failed": "The link was issued, but clipboard access is unavailable. The new link will be revoked automatically.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.mode_anonymous": "anonymous",
|
||||
"i18n:govoplan-scheduling.self_enrollment.mode_authenticated": "signed in",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_active": "Active",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_expired": "Expired",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_revoked": "Revoked",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_exhausted": "Full",
|
||||
"i18n:govoplan-scheduling.calendar_cleanup_retry_title": "Calendar cleanup requires attention.",
|
||||
"i18n:govoplan-scheduling.calendar_cleanup_retry_message": "{value0} tentative hold operations remain. Reconcile failed Calendar outbound changes if necessary, then repeat the original decision or cancellation action.",
|
||||
"i18n:govoplan-scheduling.access_details.79c06b89": "Access details",
|
||||
@@ -182,6 +218,42 @@ export const generatedTranslations = {
|
||||
"i18n:govoplan-scheduling.your_response_has_been_recorded.b855088d": "Your response has been recorded."
|
||||
},
|
||||
de: {
|
||||
"i18n:govoplan-scheduling.self_enrollment.access": "Selbstanmeldung öffnen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.bind_account": "Diese Anmeldung mit meinem angemeldeten Konto verknüpfen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.bind_help": "Die Kontoverknüpfung muss bestätigt werden und ermöglicht die Verwaltung dieser Antwort in der Terminplanung.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.claim_anonymous": "Eine frühere anonyme Anmeldung mit ihrem Wiederherstellungsnachweis verknüpfen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.expires": "Link zur Selbstanmeldung läuft ab",
|
||||
"i18n:govoplan-scheduling.self_enrollment.invalid": "Dieser Link zur Selbstanmeldung ist ungültig, abgelaufen oder vollständig belegt, oder die angegebenen Daten sind falsch.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.proof": "Wiederherstellungsnachweis für anonyme Anmeldung",
|
||||
"i18n:govoplan-scheduling.self_enrollment.proof_help": "Bewahren Sie diesen Wert vertraulich auf. Er wird zum Aktualisieren oder späteren Verknüpfen einer anonymen Antwort benötigt und nie im Klartext gespeichert.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.remaining": "Verbleibende Anmeldeplätze",
|
||||
"i18n:govoplan-scheduling.self_enrollment.submit": "Anmelden und Antwort senden",
|
||||
"i18n:govoplan-scheduling.self_enrollment.saved": "Ihre Anmeldung und Antwort wurden gespeichert.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.participant_details": "Angaben zur teilnehmenden Person",
|
||||
"i18n:govoplan-scheduling.self_enrollment.links": "Öffentliche Links zur Selbstanmeldung",
|
||||
"i18n:govoplan-scheduling.self_enrollment.links_help": "Wiederverwendbare Links sind von persönlichen Einladungen getrennt. Jeder Link benötigt eine Kapazität und ein Ablaufdatum und wird beim Kopieren nur einmal angezeigt.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.expires_at": "Läuft ab am",
|
||||
"i18n:govoplan-scheduling.self_enrollment.maximum": "Maximale Anmeldungen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.allow_anonymous": "Anonyme Anmeldung mit Wiederherstellungsnachweis zulassen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.allow_authenticated": "Anmeldung mit Konto nach Bestätigung der Verknüpfung zulassen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.issue_copy": "Link ausstellen und kopieren",
|
||||
"i18n:govoplan-scheduling.self_enrollment.open_first": "Öffnen Sie die Anfrage, bevor Sie einen Link zur Selbstanmeldung ausstellen.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.loading_links": "Links zur Selbstanmeldung werden geladen …",
|
||||
"i18n:govoplan-scheduling.self_enrollment.no_links": "Es wurden noch keine Links zur Selbstanmeldung ausgestellt.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_title": "Link zur Selbstanmeldung widerrufen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_message": "Der wiederverwendbare Link wird sofort deaktiviert. Vorhandene Antworten bleiben weiterhin durch die Richtlinie der Anfrage geregelt.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.copied": "Ein neuer Link zur Selbstanmeldung wurde ausgestellt und kopiert. Seine Zugangsdaten werden nicht erneut angezeigt.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoked": "Der Link zur Selbstanmeldung wurde widerrufen.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.load_failed": "Die Links zur Selbstanmeldung konnten nicht geladen werden.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.issue_failed": "Der Link zur Selbstanmeldung konnte nicht ausgestellt werden.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.revoke_failed": "Der Link zur Selbstanmeldung konnte nicht widerrufen werden.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.clipboard_failed": "Der Link wurde ausgestellt, aber die Zwischenablage ist nicht verfügbar. Der neue Link wird automatisch widerrufen.",
|
||||
"i18n:govoplan-scheduling.self_enrollment.mode_anonymous": "anonym",
|
||||
"i18n:govoplan-scheduling.self_enrollment.mode_authenticated": "angemeldet",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_active": "Aktiv",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_expired": "Abgelaufen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_revoked": "Widerrufen",
|
||||
"i18n:govoplan-scheduling.self_enrollment.status_exhausted": "Vollständig belegt",
|
||||
"i18n:govoplan-scheduling.calendar_cleanup_retry_title": "Die Kalenderbereinigung erfordert Aufmerksamkeit.",
|
||||
"i18n:govoplan-scheduling.calendar_cleanup_retry_message": "{value0} Vorgänge für vorläufige Reservierungen stehen noch aus. Gleichen Sie fehlgeschlagene ausgehende Kalenderänderungen bei Bedarf ab und wiederholen Sie anschließend die ursprüngliche Entscheidungs- oder Abbruchaktion.",
|
||||
"i18n:govoplan-scheduling.access_details.79c06b89": "Zugangsdaten",
|
||||
|
||||
Reference in New Issue
Block a user