Files
paliad/frontend/src/i18n-keys.ts
m e3b093d9a2 feat(t-paliad-131): Phase B3 cont — DE instance-split proceeding types
PR-4 of the Unified Fristenrechner. Three new proceeding types so the
user can pick "I'm at OLG defending a Berufung" or "I'm at BGH on the
Nichtigkeitsberufung" and get the per-instance timeline directly,
rather than chaining off DE_INF / DE_NULL trailing rows.

Migration 043 adds:

  - DE_INF_OLG (Berufung OLG, sort_order=210): 7 rules. Anchor
    "Zustellung LG-Urteil" + Berufungsschrift (ZPO §517, 1mo) +
    Berufungsbegründung (ZPO §520(2), 2mo, anchored on Urteil not on
    notice) + Berufungserwiderung (ZPO §521(2), court-set 1mo typ.) +
    Anschlussberufung (ZPO §524(2), filed-with-erwiderung) +
    mündl. Verhandlung + OLG-Urteil.
  - DE_INF_BGH (Revision/NZB BGH, sort_order=220): 8 rules. Anchor
    "Zustellung OLG-Urteil" + parallel NZB (§544.1, 1mo) /
    NZB-Begründung (§544.4, 2mo) / Revisionsfrist (§548, 1mo) /
    Revisionsbegründung (§551.2, 2mo) — all four from the
    OLG-Urteil-Datum since they're alternatives. Plus
    Revisionserwiderung (§554, 1mo court-set) + mündl. + BGH-Urteil.
  - DE_NULL_BGH (Berufung BGH gegen Nichtigkeit, sort_order=230): 6
    rules. Anchor "Zustellung BPatG-Urteil" + Berufungsschrift
    (PatG §110.1, 1mo) + Berufungsbegründung (PatG §111.1, 3mo) +
    Berufungserwiderung (PatG §111.3 → ZPO §521.2, 2mo court-set typ.)
    + mündl. + BGH-Urteil.

Anchor convention: synthetic 0-duration root rule "Zustellung [prev-
instance] Urteil" with party='both' + event_type='filing' so it
renders as IsRootEvent (= the trigger date). Per design, this is the
honest model — the user enters the actual previous-instance Urteil
date, no fabricated inter-stage gap.

Four new DE-only concepts (per slug rule: DE for German-only
procedures): nichtzulassungsbeschwerde, nichtzulassungsbeschwerde-
begruendung, revisionsfrist, revisionsbegruendung. Other rules reuse
the existing shared concepts (notice-of-appeal, statement-of-grounds-
of-appeal, response-to-appeal, cross-appeal, oral-hearing, decision).

Frontend: 3 new tiles in DE_TYPES + 8 new i18n keys (DE+EN). Tiles
appear between DE_INF and DE_NULL per sort_order grouping.

Out of scope (kept in DE_INF / DE_NULL trees during transition until
Phase D Full Appeal Chain ships): the existing trailing rows
de_inf.berufung / de_inf.beruf_begr / de_null.berufung /
de_null.beruf_begr stay live so users picking those trees still see
the appeal-period entry. Phase D will gate the visibility.

Live-verified all 3 trees on paliad.de:
  DE_INF_OLG trigger 2026-05-04 → Berufung 2026-06-04 (1mo) /
    Begründung 2026-07-06 (2mo from Urteil, weekend-shift) /
    Erwiderung 2026-08-06 (1mo from Begründung) / Anschluss
    2026-08-06 (filed-with-erwiderung).
  DE_INF_BGH trigger 2026-05-04 → NZB 2026-06-04 (1mo) /
    NZB-Begr 2026-07-06 / Revision 2026-06-04 / RevBegr 2026-07-06
    (parallel options) / RevErw 2026-08-06.
  DE_NULL_BGH trigger 2026-05-04 → Berufung 2026-06-04 / Begr
    2026-08-04 (3mo per PatG §111.1 = the now-fixed seed) / Erwidg
    2026-10-05 (2mo from Begr, weekend-shift).
2026-05-05 02:19:37 +02:00

1434 lines
45 KiB
TypeScript

// GENERATED FILE — do not edit by hand.
// Regenerated on every build by frontend/build.ts (generateI18nKeys).
// Source of truth: frontend/src/client/i18n.ts.
//
// `t(key: I18nKey)` accepts this union, so a literal-string typo at a
// call site fails `tsc --noEmit`. Runtime-composed keys go through
// `tDyn(key: string)` which deliberately bypasses the type check. The
// build's `data-i18n` scan uses the same set to verify literal
// `data-i18n*` attributes in TSX/TS sources.
export type I18nKey =
| "admin.audit.col.actor"
| "admin.audit.col.description"
| "admin.audit.col.event"
| "admin.audit.col.source"
| "admin.audit.col.subject"
| "admin.audit.col.time"
| "admin.audit.empty"
| "admin.audit.error.forbidden"
| "admin.audit.error.unavailable"
| "admin.audit.event.caldav_sync_error"
| "admin.audit.event.caldav_synced"
| "admin.audit.event.deadline_reminder"
| "admin.audit.event.due_today"
| "admin.audit.event.evening_digest"
| "admin.audit.event.morning_digest"
| "admin.audit.event.weekly"
| "admin.audit.filter.from"
| "admin.audit.filter.range"
| "admin.audit.filter.search"
| "admin.audit.filter.source"
| "admin.audit.filter.to"
| "admin.audit.heading"
| "admin.audit.loading"
| "admin.audit.loadmore"
| "admin.audit.range.24h"
| "admin.audit.range.30d"
| "admin.audit.range.7d"
| "admin.audit.range.all"
| "admin.audit.range.custom"
| "admin.audit.search.placeholder"
| "admin.audit.source.all"
| "admin.audit.source.caldav_sync_log"
| "admin.audit.source.partner_unit_events"
| "admin.audit.source.project_events"
| "admin.audit.source.reminder_log"
| "admin.audit.subtitle"
| "admin.audit.title"
| "admin.card.audit.desc"
| "admin.card.audit.title"
| "admin.card.email_templates.desc"
| "admin.card.email_templates.title"
| "admin.card.event_types.desc"
| "admin.card.event_types.title"
| "admin.card.feature_flags.desc"
| "admin.card.feature_flags.title"
| "admin.card.partner_units.desc"
| "admin.card.partner_units.title"
| "admin.card.team.desc"
| "admin.card.team.title"
| "admin.coming_soon"
| "admin.email_templates.back"
| "admin.email_templates.card.base.desc"
| "admin.email_templates.card.base.title"
| "admin.email_templates.card.deadline_digest.desc"
| "admin.email_templates.card.deadline_digest.title"
| "admin.email_templates.card.invitation.desc"
| "admin.email_templates.card.invitation.title"
| "admin.email_templates.editor.body"
| "admin.email_templates.editor.dirty_warn"
| "admin.email_templates.editor.heading"
| "admin.email_templates.editor.heading_for"
| "admin.email_templates.editor.is_default"
| "admin.email_templates.editor.last_modified"
| "admin.email_templates.editor.note_optional"
| "admin.email_templates.editor.note_placeholder"
| "admin.email_templates.editor.parse_error"
| "admin.email_templates.editor.preview"
| "admin.email_templates.editor.preview_error"
| "admin.email_templates.editor.preview_refresh"
| "admin.email_templates.editor.reset"
| "admin.email_templates.editor.reset_confirm"
| "admin.email_templates.editor.reset_error"
| "admin.email_templates.editor.reset_ok"
| "admin.email_templates.editor.restore"
| "admin.email_templates.editor.restore_confirm"
| "admin.email_templates.editor.restore_error"
| "admin.email_templates.editor.restore_ok"
| "admin.email_templates.editor.save"
| "admin.email_templates.editor.save_error"
| "admin.email_templates.editor.save_ok"
| "admin.email_templates.editor.slot.evening"
| "admin.email_templates.editor.slot.morning"
| "admin.email_templates.editor.subject"
| "admin.email_templates.editor.title"
| "admin.email_templates.editor.unknown_key"
| "admin.email_templates.editor.variables"
| "admin.email_templates.editor.versions"
| "admin.email_templates.editor.versions_empty"
| "admin.email_templates.heading"
| "admin.email_templates.lang.de"
| "admin.email_templates.lang.en"
| "admin.email_templates.load_error"
| "admin.email_templates.loading"
| "admin.email_templates.status.default"
| "admin.email_templates.status.last_modified"
| "admin.email_templates.subtitle"
| "admin.email_templates.title"
| "admin.event_types.action.archive"
| "admin.event_types.action.archive_selected"
| "admin.event_types.action.merge_selected"
| "admin.event_types.action.promote"
| "admin.event_types.action.restore"
| "admin.event_types.author.system"
| "admin.event_types.author.unknown"
| "admin.event_types.bulk.count"
| "admin.event_types.col.actions"
| "admin.event_types.col.author"
| "admin.event_types.col.category"
| "admin.event_types.col.created"
| "admin.event_types.col.jurisdiction"
| "admin.event_types.col.label"
| "admin.event_types.col.usage"
| "admin.event_types.confirm.archive"
| "admin.event_types.confirm.bulk_archive"
| "admin.event_types.confirm.merge"
| "admin.event_types.confirm.promote"
| "admin.event_types.empty"
| "admin.event_types.error.forbidden"
| "admin.event_types.feedback.archive_error"
| "admin.event_types.feedback.archived"
| "admin.event_types.feedback.merge_error"
| "admin.event_types.feedback.merged"
| "admin.event_types.feedback.promote_error"
| "admin.event_types.feedback.promoted"
| "admin.event_types.feedback.restore_error"
| "admin.event_types.feedback.restored"
| "admin.event_types.heading"
| "admin.event_types.loading"
| "admin.event_types.merge.body"
| "admin.event_types.merge.submit"
| "admin.event_types.merge.title"
| "admin.event_types.private.empty"
| "admin.event_types.row.archived"
| "admin.event_types.search.placeholder"
| "admin.event_types.section.firm_wide"
| "admin.event_types.section.private_pending"
| "admin.event_types.section.private_pending.hint"
| "admin.event_types.show_archived"
| "admin.event_types.subtitle"
| "admin.event_types.title"
| "admin.heading"
| "admin.partner_units.action.delete"
| "admin.partner_units.action.edit"
| "admin.partner_units.action.members"
| "admin.partner_units.cancel"
| "admin.partner_units.col.actions"
| "admin.partner_units.col.lead"
| "admin.partner_units.col.members"
| "admin.partner_units.col.name"
| "admin.partner_units.col.office"
| "admin.partner_units.confirm_delete"
| "admin.partner_units.create"
| "admin.partner_units.edit.heading"
| "admin.partner_units.empty"
| "admin.partner_units.error.name_required"
| "admin.partner_units.error.user_required"
| "admin.partner_units.feedback.created"
| "admin.partner_units.feedback.deleted"
| "admin.partner_units.feedback.updated"
| "admin.partner_units.heading"
| "admin.partner_units.loading"
| "admin.partner_units.member.add"
| "admin.partner_units.member.add_btn"
| "admin.partner_units.member.confirm_remove"
| "admin.partner_units.member.empty"
| "admin.partner_units.member.heading"
| "admin.partner_units.member.placeholder"
| "admin.partner_units.member.remove"
| "admin.partner_units.new"
| "admin.partner_units.new.heading"
| "admin.partner_units.subtitle"
| "admin.partner_units.title"
| "admin.section.available"
| "admin.section.planned"
| "admin.subtitle"
| "admin.team.add.direct"
| "admin.team.add.invite"
| "admin.team.col.actions"
| "admin.team.col.additional"
| "admin.team.col.created"
| "admin.team.col.email"
| "admin.team.col.job_title"
| "admin.team.col.lang"
| "admin.team.col.name"
| "admin.team.col.office"
| "admin.team.col.permission"
| "admin.team.confirm.delete"
| "admin.team.direct_add.body"
| "admin.team.direct_add.cancel"
| "admin.team.direct_add.email"
| "admin.team.direct_add.email.placeholder"
| "admin.team.direct_add.empty"
| "admin.team.direct_add.job_title"
| "admin.team.direct_add.name"
| "admin.team.direct_add.office"
| "admin.team.direct_add.submit"
| "admin.team.direct_add.title"
| "admin.team.empty"
| "admin.team.error.forbidden"
| "admin.team.feedback.added"
| "admin.team.feedback.deleted"
| "admin.team.feedback.saved"
| "admin.team.heading"
| "admin.team.loading"
| "admin.team.permission.global_admin"
| "admin.team.permission.last_admin"
| "admin.team.permission.standard"
| "admin.team.row.cancel"
| "admin.team.row.delete"
| "admin.team.row.edit"
| "admin.team.row.save"
| "admin.team.search.placeholder"
| "admin.team.subtitle"
| "admin.team.title"
| "admin.title"
| "agenda.appointment_type.consultation"
| "agenda.appointment_type.deadline_hearing"
| "agenda.appointment_type.hearing"
| "agenda.appointment_type.meeting"
| "agenda.day.today"
| "agenda.day.tomorrow"
| "agenda.empty.hint"
| "agenda.empty.title"
| "agenda.filter.appointments"
| "agenda.filter.both"
| "agenda.filter.deadlines"
| "agenda.filter.event_type"
| "agenda.filter.range"
| "agenda.filter.type"
| "agenda.heading"
| "agenda.label.appointment"
| "agenda.label.deadline"
| "agenda.loading"
| "agenda.range.14"
| "agenda.range.30"
| "agenda.range.7"
| "agenda.range.90"
| "agenda.subtitle"
| "agenda.title"
| "agenda.unavailable"
| "agenda.urgency.later"
| "agenda.urgency.overdue"
| "agenda.urgency.this_week"
| "agenda.urgency.today"
| "agenda.urgency.tomorrow"
| "appointments.col.akte"
| "appointments.col.location"
| "appointments.col.start"
| "appointments.col.title"
| "appointments.col.type"
| "appointments.detail.akte"
| "appointments.detail.back"
| "appointments.detail.delete"
| "appointments.detail.delete.confirm"
| "appointments.detail.loading"
| "appointments.detail.notfound"
| "appointments.detail.notfound.hint"
| "appointments.detail.save"
| "appointments.detail.saved"
| "appointments.detail.title"
| "appointments.empty.filtered"
| "appointments.empty.hint"
| "appointments.empty.title"
| "appointments.error.generic"
| "appointments.error.required"
| "appointments.field.akte"
| "appointments.field.akte.none"
| "appointments.field.description"
| "appointments.field.description.placeholder"
| "appointments.field.end"
| "appointments.field.location"
| "appointments.field.location.placeholder"
| "appointments.field.start"
| "appointments.field.title"
| "appointments.field.title.placeholder"
| "appointments.field.type"
| "appointments.field.type.none"
| "appointments.filter.akte"
| "appointments.filter.akte.all"
| "appointments.filter.akte.personal"
| "appointments.filter.from"
| "appointments.filter.to"
| "appointments.filter.type"
| "appointments.filter.type.all"
| "appointments.kalender.empty"
| "appointments.kalender.heading"
| "appointments.kalender.list"
| "appointments.kalender.subtitle"
| "appointments.kalender.title"
| "appointments.list.calendar"
| "appointments.list.heading"
| "appointments.list.new"
| "appointments.list.subtitle"
| "appointments.list.title"
| "appointments.neu.back"
| "appointments.neu.cancel"
| "appointments.neu.heading"
| "appointments.neu.submit"
| "appointments.neu.subtitle"
| "appointments.neu.title"
| "appointments.personal"
| "appointments.summary.later"
| "appointments.summary.thisweek"
| "appointments.summary.today"
| "appointments.type.consultation"
| "appointments.type.deadline_hearing"
| "appointments.type.hearing"
| "appointments.type.meeting"
| "appointments.unavailable"
| "bottomnav.add"
| "bottomnav.add.appointment"
| "bottomnav.add.appointment.sub"
| "bottomnav.add.cancel"
| "bottomnav.add.deadline"
| "bottomnav.add.deadline.sub"
| "bottomnav.add.project"
| "bottomnav.add.project.sub"
| "bottomnav.add.title"
| "bottomnav.badge.deadlines"
| "bottomnav.menu"
| "cal.day.fri"
| "cal.day.mon"
| "cal.day.sat"
| "cal.day.sun"
| "cal.day.thu"
| "cal.day.tue"
| "cal.day.wed"
| "cal.month.0"
| "cal.month.1"
| "cal.month.10"
| "cal.month.11"
| "cal.month.2"
| "cal.month.3"
| "cal.month.4"
| "cal.month.5"
| "cal.month.6"
| "cal.month.7"
| "cal.month.8"
| "cal.month.9"
| "caldav.delete"
| "caldav.delete.confirm"
| "caldav.delete.done"
| "caldav.disabled"
| "caldav.error.generic"
| "caldav.error.password_required"
| "caldav.error.required"
| "caldav.field.calendar_path"
| "caldav.field.calendar_path.hint"
| "caldav.field.calendar_path.placeholder"
| "caldav.field.enabled"
| "caldav.field.password"
| "caldav.field.password.hint"
| "caldav.field.url"
| "caldav.field.url.hint"
| "caldav.field.url.placeholder"
| "caldav.field.username"
| "caldav.heading"
| "caldav.log.col.duration"
| "caldav.log.col.error"
| "caldav.log.col.pulled"
| "caldav.log.col.pushed"
| "caldav.log.col.time"
| "caldav.log.empty"
| "caldav.log.heading"
| "caldav.never"
| "caldav.save"
| "caldav.saved"
| "caldav.status.last_error"
| "caldav.status.last_sync"
| "caldav.subtitle"
| "caldav.test"
| "caldav.test.fail"
| "caldav.test.ok"
| "caldav.title"
| "changelog.empty"
| "changelog.heading"
| "changelog.subtitle"
| "changelog.tag.content"
| "changelog.tag.feature"
| "changelog.tag.fix"
| "changelog.title"
| "checklisten.back"
| "checklisten.disclaimer"
| "checklisten.empty"
| "checklisten.feedback.btn"
| "checklisten.feedback.cancel"
| "checklisten.feedback.error"
| "checklisten.feedback.error.generic"
| "checklisten.feedback.error.required"
| "checklisten.feedback.message"
| "checklisten.feedback.missing"
| "checklisten.feedback.other"
| "checklisten.feedback.submit"
| "checklisten.feedback.success"
| "checklisten.feedback.suggestion"
| "checklisten.feedback.title"
| "checklisten.feedback.type"
| "checklisten.filter.all"
| "checklisten.filter.de"
| "checklisten.heading"
| "checklisten.instance.akte.open"
| "checklisten.instance.back"
| "checklisten.instance.loading"
| "checklisten.instance.notfound"
| "checklisten.instance.rename"
| "checklisten.instance.rename.error"
| "checklisten.instance.rename.save"
| "checklisten.instance.title"
| "checklisten.instances.all.col.created"
| "checklisten.instances.all.col.name"
| "checklisten.instances.all.col.progress"
| "checklisten.instances.all.col.project"
| "checklisten.instances.all.col.template"
| "checklisten.instances.all.empty"
| "checklisten.instances.all.loading"
| "checklisten.instances.all.personal"
| "checklisten.instances.col.akte"
| "checklisten.instances.col.created"
| "checklisten.instances.col.name"
| "checklisten.instances.col.progress"
| "checklisten.instances.delete.confirm"
| "checklisten.instances.delete.error"
| "checklisten.instances.empty"
| "checklisten.instances.heading"
| "checklisten.instances.loading"
| "checklisten.instances.sub"
| "checklisten.newInstance"
| "checklisten.newInstance.akte"
| "checklisten.newInstance.akte.hint"
| "checklisten.newInstance.akte.none"
| "checklisten.newInstance.cancel"
| "checklisten.newInstance.error.generic"
| "checklisten.newInstance.error.name"
| "checklisten.newInstance.name"
| "checklisten.newInstance.name.hint"
| "checklisten.newInstance.submit"
| "checklisten.newInstance.title"
| "checklisten.notfound"
| "checklisten.print"
| "checklisten.reset"
| "checklisten.reset.confirm"
| "checklisten.reset.error"
| "checklisten.subtitle"
| "checklisten.tab.instances"
| "checklisten.tab.templates"
| "checklisten.title"
| "common.cancel"
| "dashboard.action.short.akte_archived"
| "dashboard.action.short.akte_created"
| "dashboard.action.short.appointment_created"
| "dashboard.action.short.appointment_deleted"
| "dashboard.action.short.appointment_updated"
| "dashboard.action.short.checklist_created"
| "dashboard.action.short.checklist_deleted"
| "dashboard.action.short.checklist_linked"
| "dashboard.action.short.checklist_renamed"
| "dashboard.action.short.checklist_reset"
| "dashboard.action.short.checklist_unlinked"
| "dashboard.action.short.checkliste_created"
| "dashboard.action.short.checkliste_deleted"
| "dashboard.action.short.checkliste_linked"
| "dashboard.action.short.checkliste_renamed"
| "dashboard.action.short.checkliste_reset"
| "dashboard.action.short.checkliste_unlinked"
| "dashboard.action.short.collaborators_updated"
| "dashboard.action.short.deadline_completed"
| "dashboard.action.short.deadline_created"
| "dashboard.action.short.deadline_deleted"
| "dashboard.action.short.deadline_reopened"
| "dashboard.action.short.deadline_updated"
| "dashboard.action.short.deadlines_imported"
| "dashboard.action.short.frist_completed"
| "dashboard.action.short.frist_created"
| "dashboard.action.short.frist_deleted"
| "dashboard.action.short.frist_updated"
| "dashboard.action.short.fristen_imported"
| "dashboard.action.short.note_created"
| "dashboard.action.short.notiz_created"
| "dashboard.action.short.partei_added"
| "dashboard.action.short.partei_removed"
| "dashboard.action.short.project_archived"
| "dashboard.action.short.project_created"
| "dashboard.action.short.project_reparented"
| "dashboard.action.short.project_type_changed"
| "dashboard.action.short.projekt_archived"
| "dashboard.action.short.projekt_created"
| "dashboard.action.short.projekt_reparented"
| "dashboard.action.short.status_changed"
| "dashboard.action.short.termin_created"
| "dashboard.action.short.termin_deleted"
| "dashboard.action.short.termin_updated"
| "dashboard.action.short.visibility_changed"
| "dashboard.activity.empty"
| "dashboard.activity.event"
| "dashboard.activity.heading"
| "dashboard.activity.system"
| "dashboard.appointment_summary.heading"
| "dashboard.appointments.empty"
| "dashboard.appointments.heading"
| "dashboard.deadlines.empty"
| "dashboard.deadlines.heading"
| "dashboard.greeting.prefix"
| "dashboard.matters.active"
| "dashboard.matters.archived"
| "dashboard.matters.heading"
| "dashboard.matters.total"
| "dashboard.onboarding"
| "dashboard.summary.completed"
| "dashboard.summary.heading"
| "dashboard.summary.later"
| "dashboard.summary.next_week"
| "dashboard.summary.overdue"
| "dashboard.summary.this_week"
| "dashboard.summary.today"
| "dashboard.title"
| "dashboard.unavailable"
| "dashboard.urgency.overdue"
| "dashboard.urgency.soon"
| "dashboard.urgency.today"
| "dashboard.urgency.urgent"
| "dashboard.when.today"
| "dashboard.when.tomorrow"
| "deadlines.action.reopen"
| "deadlines.adjusted"
| "deadlines.adjusted.holiday"
| "deadlines.adjusted.reason"
| "deadlines.adjusted.vacation"
| "deadlines.adjusted.weekend"
| "deadlines.adjusted.weekend.saturday"
| "deadlines.adjusted.weekend.sunday"
| "deadlines.calculate"
| "deadlines.col.akte"
| "deadlines.col.both"
| "deadlines.col.court"
| "deadlines.col.due"
| "deadlines.col.event_type"
| "deadlines.col.proactive"
| "deadlines.col.reactive"
| "deadlines.col.rule"
| "deadlines.col.status"
| "deadlines.col.title"
| "deadlines.complete.action"
| "deadlines.court.set"
| "deadlines.date.edit.hint"
| "deadlines.de"
| "deadlines.de_inf"
| "deadlines.de_inf_bgh"
| "deadlines.de_inf_olg"
| "deadlines.de_null"
| "deadlines.de_null_bgh"
| "deadlines.detail.back"
| "deadlines.detail.cancel"
| "deadlines.detail.complete"
| "deadlines.detail.completed"
| "deadlines.detail.completed.already"
| "deadlines.detail.created"
| "deadlines.detail.delete"
| "deadlines.detail.delete.confirm.body"
| "deadlines.detail.delete.confirm.cancel"
| "deadlines.detail.delete.confirm.ok"
| "deadlines.detail.delete.confirm.title"
| "deadlines.detail.due"
| "deadlines.detail.edit"
| "deadlines.detail.loading"
| "deadlines.detail.notes"
| "deadlines.detail.notfound"
| "deadlines.detail.reopen"
| "deadlines.detail.rule"
| "deadlines.detail.save"
| "deadlines.detail.source"
| "deadlines.detail.title"
| "deadlines.empty.filtered"
| "deadlines.empty.hint"
| "deadlines.empty.title"
| "deadlines.ep_grant"
| "deadlines.epa"
| "deadlines.epa_app"
| "deadlines.epa_opp"
| "deadlines.error.generic"
| "deadlines.error.required"
| "deadlines.event.adjusted"
| "deadlines.event.calculate"
| "deadlines.event.composite.label"
| "deadlines.event.date"
| "deadlines.event.empty"
| "deadlines.event.error"
| "deadlines.event.loading"
| "deadlines.event.noresults"
| "deadlines.event.results.date"
| "deadlines.event.results.trigger"
| "deadlines.event.search.label"
| "deadlines.event.search.placeholder"
| "deadlines.event.selected"
| "deadlines.event.step1"
| "deadlines.event.step1.hint"
| "deadlines.event.step2"
| "deadlines.event.step3"
| "deadlines.event.timing.after"
| "deadlines.event.timing.before"
| "deadlines.event.unit.days.many"
| "deadlines.event.unit.days.one"
| "deadlines.event.unit.months.many"
| "deadlines.event.unit.months.one"
| "deadlines.event.unit.weeks.many"
| "deadlines.event.unit.weeks.one"
| "deadlines.event.unit.working_days.many"
| "deadlines.event.unit.working_days.one"
| "deadlines.field.akte"
| "deadlines.field.akte.choose"
| "deadlines.field.akte.empty"
| "deadlines.field.akte.empty.link"
| "deadlines.field.due"
| "deadlines.field.event_type"
| "deadlines.field.notes"
| "deadlines.field.notes.placeholder"
| "deadlines.field.rule"
| "deadlines.field.rule.none"
| "deadlines.field.title"
| "deadlines.field.title.placeholder"
| "deadlines.filter.akte"
| "deadlines.filter.akte.all"
| "deadlines.filter.all"
| "deadlines.filter.completed"
| "deadlines.filter.event_type"
| "deadlines.filter.later"
| "deadlines.filter.nextweek"
| "deadlines.filter.overdue"
| "deadlines.filter.pending"
| "deadlines.filter.status"
| "deadlines.filter.thisweek"
| "deadlines.filter.today"
| "deadlines.flag.ccr"
| "deadlines.flag.inf_amend"
| "deadlines.flag.rev_amend"
| "deadlines.flag.rev_cci"
| "deadlines.heading"
| "deadlines.kalender.empty"
| "deadlines.kalender.heading"
| "deadlines.kalender.list"
| "deadlines.kalender.subtitle"
| "deadlines.kalender.title"
| "deadlines.kalender.today"
| "deadlines.list.calendar"
| "deadlines.list.heading"
| "deadlines.list.new"
| "deadlines.list.subtitle"
| "deadlines.list.title"
| "deadlines.mode.event"
| "deadlines.mode.procedure"
| "deadlines.neu.back"
| "deadlines.neu.cancel"
| "deadlines.neu.heading"
| "deadlines.neu.submit"
| "deadlines.neu.subtitle"
| "deadlines.neu.title"
| "deadlines.party.both"
| "deadlines.party.both.label"
| "deadlines.party.claimant"
| "deadlines.party.court"
| "deadlines.party.defendant"
| "deadlines.print"
| "deadlines.priority.date"
| "deadlines.reset"
| "deadlines.save.cta"
| "deadlines.save.error"
| "deadlines.save.modal.akte"
| "deadlines.save.modal.akte.choose"
| "deadlines.save.modal.cancel"
| "deadlines.save.modal.choose"
| "deadlines.save.modal.no_akten"
| "deadlines.save.modal.no_akten.link"
| "deadlines.save.modal.submit"
| "deadlines.save.modal.title"
| "deadlines.save.skip_court_set"
| "deadlines.save.success"
| "deadlines.save.success.link"
| "deadlines.source.caldav"
| "deadlines.source.fristenrechner"
| "deadlines.source.imported"
| "deadlines.source.manual"
| "deadlines.status.cancelled"
| "deadlines.status.completed"
| "deadlines.status.pending"
| "deadlines.status.waived"
| "deadlines.step1"
| "deadlines.step2"
| "deadlines.step3"
| "deadlines.subtitle"
| "deadlines.summary.completed"
| "deadlines.summary.later"
| "deadlines.summary.nextweek"
| "deadlines.summary.overdue"
| "deadlines.summary.thisweek"
| "deadlines.summary.today"
| "deadlines.title"
| "deadlines.trigger.date"
| "deadlines.trigger.event"
| "deadlines.trigger.label"
| "deadlines.unavailable"
| "deadlines.upc"
| "deadlines.upc_app"
| "deadlines.upc_app_orders"
| "deadlines.upc_cost_appeal"
| "deadlines.upc_damages"
| "deadlines.upc_discovery"
| "deadlines.upc_inf"
| "deadlines.upc_pi"
| "deadlines.upc_rev"
| "deadlines.urgency.later"
| "deadlines.urgency.overdue"
| "deadlines.urgency.soon"
| "deadlines.urgency.today"
| "deadlines.view.columns"
| "deadlines.view.label"
| "deadlines.view.timeline"
| "downloads.btn"
| "downloads.heading"
| "downloads.style.desc"
| "downloads.style.title"
| "downloads.subtitle"
| "downloads.title"
| "einstellungen.error.generic"
| "einstellungen.heading"
| "einstellungen.loading"
| "einstellungen.optional"
| "einstellungen.prefs.escalation.default_option"
| "einstellungen.prefs.escalation.heading"
| "einstellungen.prefs.escalation.hint"
| "einstellungen.prefs.reminders.due_today"
| "einstellungen.prefs.reminders.due_warning"
| "einstellungen.prefs.reminders.heading"
| "einstellungen.prefs.reminders.hint"
| "einstellungen.prefs.reminders.master"
| "einstellungen.prefs.reminders.overdue"
| "einstellungen.prefs.times.error.required"
| "einstellungen.prefs.times.evening"
| "einstellungen.prefs.times.evening.hint"
| "einstellungen.prefs.times.heading"
| "einstellungen.prefs.times.hint"
| "einstellungen.prefs.times.morning"
| "einstellungen.prefs.times.morning.hint"
| "einstellungen.prefs.times.timezone"
| "einstellungen.prefs.times.timezone.hint"
| "einstellungen.prefs.warning_offset.error"
| "einstellungen.prefs.warning_offset.hint"
| "einstellungen.prefs.warning_offset.label"
| "einstellungen.profil.display_name"
| "einstellungen.profil.display_name.placeholder"
| "einstellungen.profil.email"
| "einstellungen.profil.email.hint"
| "einstellungen.profil.error.display_name"
| "einstellungen.profil.error.job_title"
| "einstellungen.profil.error.office"
| "einstellungen.profil.job_title"
| "einstellungen.profil.job_title.placeholder"
| "einstellungen.profil.lang"
| "einstellungen.profil.lang.de"
| "einstellungen.profil.lang.en"
| "einstellungen.profil.lang.hint"
| "einstellungen.profil.office"
| "einstellungen.save"
| "einstellungen.saved"
| "einstellungen.subtitle"
| "einstellungen.tab.benachrichtigungen"
| "einstellungen.tab.caldav"
| "einstellungen.tab.profil"
| "einstellungen.title"
| "event.description.appointment_created"
| "event.description.appointment_deleted"
| "event.description.appointment_updated"
| "event.description.deadline_completed"
| "event.description.deadline_created"
| "event.description.deadline_deleted"
| "event.description.deadline_reopened"
| "event.description.deadline_updated"
| "event.description.deadlines_imported"
| "event.note.added_to"
| "event.note.parent.appointment"
| "event.note.parent.deadline"
| "event.note.parent.project"
| "event.title.appointment_created"
| "event.title.appointment_deleted"
| "event.title.appointment_updated"
| "event.title.checklist_created"
| "event.title.checklist_deleted"
| "event.title.checklist_linked"
| "event.title.checklist_renamed"
| "event.title.checklist_reset"
| "event.title.checklist_unlinked"
| "event.title.deadline_completed"
| "event.title.deadline_created"
| "event.title.deadline_deleted"
| "event.title.deadline_reopened"
| "event.title.deadline_updated"
| "event.title.deadlines_imported"
| "event.title.note_created"
| "event.title.project_archived"
| "event.title.project_created"
| "event.title.project_reparented"
| "event.title.project_type_changed"
| "event.title.status_changed"
| "event_types.add.category"
| "event_types.add.duplicate_warn"
| "event_types.add.error.generic"
| "event_types.add.error.required"
| "event_types.add.error.slug_taken"
| "event_types.add.firm_wide"
| "event_types.add.firm_wide.hint"
| "event_types.add.jurisdiction"
| "event_types.add.jurisdiction.any"
| "event_types.add.jurisdiction.none"
| "event_types.add.label_de"
| "event_types.add.label_en"
| "event_types.add.submit"
| "event_types.add.title"
| "event_types.browse.apply"
| "event_types.browse.cancel"
| "event_types.browse.empty"
| "event_types.browse.jurisdiction.none"
| "event_types.browse.search"
| "event_types.browse.selected_count"
| "event_types.browse.title"
| "event_types.cat.decision"
| "event_types.cat.fee"
| "event_types.cat.hearing"
| "event_types.cat.order"
| "event_types.cat.other"
| "event_types.cat.service"
| "event_types.cat.submission"
| "event_types.filter.all"
| "event_types.filter.apply"
| "event_types.filter.n_selected"
| "event_types.filter.reset"
| "event_types.filter.search"
| "event_types.filter.untyped"
| "event_types.picker.add"
| "event_types.picker.browse_all"
| "event_types.picker.no_match"
| "event_types.picker.remove"
| "event_types.picker.search"
| "events.calendar.empty"
| "events.col.appointment_type"
| "events.col.date"
| "events.col.location"
| "events.empty.filtered"
| "events.empty.hint"
| "events.empty.title"
| "events.filter.status.all"
| "events.row.type.appointment"
| "events.row.type.deadline"
| "events.summary.later"
| "events.toggle.all"
| "events.toggle.appointment"
| "events.toggle.deadline"
| "events.unavailable"
| "events.view.calendar"
| "events.view.cards"
| "events.view.list"
| "footer.text"
| "gebuehren.col.courtfee"
| "gebuehren.col.fee"
| "gebuehren.col.maxvalue"
| "gebuehren.col.streitwert"
| "gebuehren.current"
| "gebuehren.epa.fee"
| "gebuehren.epa.proceeding"
| "gebuehren.epa.smefee"
| "gebuehren.feedback.btn"
| "gebuehren.feedback.cancel"
| "gebuehren.feedback.error"
| "gebuehren.feedback.error.generic"
| "gebuehren.feedback.error.required"
| "gebuehren.feedback.general"
| "gebuehren.feedback.message"
| "gebuehren.feedback.missing"
| "gebuehren.feedback.other"
| "gebuehren.feedback.schedule"
| "gebuehren.feedback.submit"
| "gebuehren.feedback.success"
| "gebuehren.feedback.suggestion"
| "gebuehren.feedback.title"
| "gebuehren.feedback.type"
| "gebuehren.heading"
| "gebuehren.lookup"
| "gebuehren.multipliers.basis"
| "gebuehren.multipliers.courtfee"
| "gebuehren.multipliers.desc"
| "gebuehren.multipliers.factor"
| "gebuehren.multipliers.instance"
| "gebuehren.multipliers.title"
| "gebuehren.patkostg.annual"
| "gebuehren.patkostg.court"
| "gebuehren.patkostg.dpma"
| "gebuehren.patkostg.item"
| "gebuehren.patkostg.note"
| "gebuehren.patkostg.year"
| "gebuehren.streitwert"
| "gebuehren.streitwert.placeholder"
| "gebuehren.subtitle"
| "gebuehren.title"
| "gebuehren.upc.ceiling"
| "gebuehren.upc.recoverable"
| "gebuehren.upc.valuebased"
| "gerichte.empty"
| "gerichte.feedback.btn"
| "gerichte.feedback.cancel"
| "gerichte.feedback.court"
| "gerichte.feedback.error.generic"
| "gerichte.feedback.error.required"
| "gerichte.feedback.message"
| "gerichte.feedback.submit"
| "gerichte.feedback.success"
| "gerichte.feedback.title"
| "gerichte.feedback.type"
| "gerichte.feedback.type.address"
| "gerichte.feedback.type.filing"
| "gerichte.feedback.type.missing"
| "gerichte.feedback.type.notes"
| "gerichte.feedback.type.other"
| "gerichte.field.address"
| "gerichte.field.contact"
| "gerichte.field.fax"
| "gerichte.field.filing"
| "gerichte.field.hlContact"
| "gerichte.field.notes"
| "gerichte.filter.all"
| "gerichte.filter.country"
| "gerichte.filter.de"
| "gerichte.filter.epa"
| "gerichte.filter.national"
| "gerichte.filter.type"
| "gerichte.heading"
| "gerichte.search.placeholder"
| "gerichte.subtitle"
| "gerichte.title"
| "glossar.col.de"
| "glossar.col.definition"
| "glossar.col.en"
| "glossar.empty"
| "glossar.feedback.title"
| "glossar.feedback.tooltip"
| "glossar.filter.all"
| "glossar.filter.general"
| "glossar.filter.litigation"
| "glossar.filter.prosecution"
| "glossar.heading"
| "glossar.search.placeholder"
| "glossar.subtitle"
| "glossar.suggest"
| "glossar.suggest.cancel"
| "glossar.suggest.category"
| "glossar.suggest.de"
| "glossar.suggest.definition"
| "glossar.suggest.en"
| "glossar.suggest.error.generic"
| "glossar.suggest.error.required"
| "glossar.suggest.submit"
| "glossar.suggest.success"
| "glossar.suggest.title"
| "glossar.title"
| "index.checklisten.desc"
| "index.checklisten.title"
| "index.cost.desc"
| "index.cost.title"
| "index.deadline.desc"
| "index.deadline.title"
| "index.documents.desc"
| "index.documents.title"
| "index.downloads"
| "index.gebuehren.desc"
| "index.gebuehren.title"
| "index.gerichte.desc"
| "index.gerichte.title"
| "index.glossar.desc"
| "index.glossar.title"
| "index.guides.desc"
| "index.guides.title"
| "index.hero.accent"
| "index.hero.sub"
| "index.office.amsterdam"
| "index.office.duesseldorf"
| "index.office.hamburg"
| "index.office.london"
| "index.office.milan"
| "index.office.munich"
| "index.office.paris"
| "index.offices"
| "index.style.desc"
| "index.style.title"
| "index.templates.desc"
| "index.templates.title"
| "index.title"
| "index.tools"
| "invite.button"
| "invite.modal.body"
| "invite.modal.cancel"
| "invite.modal.email"
| "invite.modal.message"
| "invite.modal.message.placeholder"
| "invite.modal.send"
| "invite.modal.title"
| "kosten.attorney.fees"
| "kosten.attorney.label"
| "kosten.attorneys"
| "kosten.clients"
| "kosten.compare"
| "kosten.compare.exit"
| "kosten.court.fees"
| "kosten.de.infringement"
| "kosten.de.nullity"
| "kosten.detail.hearing"
| "kosten.detail.increase"
| "kosten.detail.lump"
| "kosten.detail.procedure"
| "kosten.detail.total"
| "kosten.detail.vat"
| "kosten.empty"
| "kosten.epa"
| "kosten.epa.fees"
| "kosten.epa.note"
| "kosten.epa.official"
| "kosten.fee.current"
| "kosten.fee.from2026"
| "kosten.fee.pre2026"
| "kosten.fee.schedule"
| "kosten.fee.version"
| "kosten.heading"
| "kosten.inst.bgh_nullity"
| "kosten.inst.bgh_nzb"
| "kosten.inst.bgh_rev"
| "kosten.inst.bpatg"
| "kosten.inst.epa_appeal"
| "kosten.inst.epa_opposition"
| "kosten.inst.lg"
| "kosten.inst.olg"
| "kosten.inst.upc_appeal"
| "kosten.inst.upc_first"
| "kosten.oral.hearing"
| "kosten.patent.attorney.fees"
| "kosten.patent.attorney.label"
| "kosten.patent.attorneys"
| "kosten.print"
| "kosten.print.date"
| "kosten.print.disclaimer"
| "kosten.print.instances"
| "kosten.print.streitwert"
| "kosten.print.title"
| "kosten.print.vat"
| "kosten.revocation"
| "kosten.scenario.a"
| "kosten.scenario.b"
| "kosten.scenario.diff"
| "kosten.share"
| "kosten.share.copied"
| "kosten.streitwert"
| "kosten.subtitle"
| "kosten.title"
| "kosten.total"
| "kosten.upc"
| "kosten.upc.court.total"
| "kosten.upc.fixed"
| "kosten.upc.recoverable"
| "kosten.upc.sme"
| "kosten.upc.value"
| "kosten.vat"
| "kosten.vat.foreign"
| "links.empty"
| "links.feedback.broken"
| "links.feedback.message"
| "links.feedback.other"
| "links.feedback.outdated"
| "links.feedback.placeholder"
| "links.feedback.submit"
| "links.feedback.success"
| "links.feedback.title"
| "links.feedback.type"
| "links.feedback.update"
| "links.filter.all"
| "links.heading"
| "links.pending"
| "links.search.placeholder"
| "links.subtitle"
| "links.suggest.btn"
| "links.suggest.cancel"
| "links.suggest.category"
| "links.suggest.desc"
| "links.suggest.error"
| "links.suggest.name"
| "links.suggest.submit"
| "links.suggest.success"
| "links.suggest.title"
| "links.title"
| "login.confirm"
| "login.confirm.placeholder"
| "login.email"
| "login.error.connection"
| "login.error.minlength"
| "login.error.mismatch"
| "login.hint"
| "login.minchars"
| "login.password"
| "login.password.placeholder"
| "login.register.submit"
| "login.submit"
| "login.success.created"
| "login.tab.login"
| "login.tab.register"
| "login.title"
| "nav.admin.audit"
| "nav.admin.bereich"
| "nav.admin.event_types"
| "nav.admin.partner_units"
| "nav.admin.team"
| "nav.agenda"
| "nav.akten"
| "nav.caldav"
| "nav.checklisten"
| "nav.dashboard"
| "nav.downloads"
| "nav.einstellungen"
| "nav.fristen"
| "nav.fristenrechner"
| "nav.gebuehrentabellen"
| "nav.gerichte"
| "nav.glossar"
| "nav.group.admin"
| "nav.group.arbeit"
| "nav.group.einstellungen"
| "nav.group.ressourcen"
| "nav.group.uebersicht"
| "nav.group.werkzeuge"
| "nav.group.wissen"
| "nav.home"
| "nav.kostenrechner"
| "nav.links"
| "nav.logout"
| "nav.neuigkeiten"
| "nav.projekte"
| "nav.soon.tooltip"
| "nav.team"
| "nav.termine"
| "notes.cancel"
| "notes.delete"
| "notes.delete.confirm"
| "notes.edit"
| "notes.edited"
| "notes.empty"
| "notes.error.empty"
| "notes.error.generic"
| "notes.placeholder"
| "notes.save"
| "notes.section.title"
| "notes.shortcut.hint"
| "notes.submit"
| "notes.time.just_now"
| "notes.unknown_author"
| "notfound.cta"
| "notfound.heading"
| "notfound.lede"
| "notfound.title"
| "office.amsterdam"
| "office.duesseldorf"
| "office.hamburg"
| "office.london"
| "office.milan"
| "office.munich"
| "office.paris"
| "onboarding.display_name"
| "onboarding.display_name.placeholder"
| "onboarding.error.connection"
| "onboarding.error.display_name"
| "onboarding.error.generic"
| "onboarding.error.job_title"
| "onboarding.error.office"
| "onboarding.heading"
| "onboarding.job_title"
| "onboarding.job_title.placeholder"
| "onboarding.lede"
| "onboarding.office"
| "onboarding.office.placeholder"
| "onboarding.optional"
| "onboarding.partner_unit"
| "onboarding.partner_unit.unassigned"
| "onboarding.submit"
| "onboarding.title"
| "palette.action.app.invite"
| "palette.action.app.logout"
| "palette.action.create.appointment"
| "palette.action.create.deadline"
| "palette.action.create.project"
| "palette.action.nav.agenda"
| "palette.action.nav.appointments"
| "palette.action.nav.checklists"
| "palette.action.nav.courts"
| "palette.action.nav.dashboard"
| "palette.action.nav.deadlines"
| "palette.action.nav.downloads"
| "palette.action.nav.glossary"
| "palette.action.nav.links"
| "palette.action.nav.projects"
| "palette.action.nav.settings"
| "palette.action.nav.team"
| "palette.action.toggle.lang"
| "palette.action.toggle.pin"
| "palette.footer.close"
| "palette.footer.navigate"
| "palette.footer.open"
| "palette.section.actions"
| "partner_unit.heading"
| "partner_unit.members_label"
| "partner_unit.none"
| "partner_unit.subtitle"
| "projects.cancel"
| "projects.col.clientmatter"
| "projects.col.office"
| "projects.col.ref"
| "projects.col.reference"
| "projects.col.status"
| "projects.col.title"
| "projects.col.type"
| "projects.col.updated"
| "projects.detail.appointments.add"
| "projects.detail.appointments.empty"
| "projects.detail.appointments.form.cancel"
| "projects.detail.appointments.form.submit"
| "projects.detail.back"
| "projects.detail.checklisten.col.created"
| "projects.detail.checklisten.col.name"
| "projects.detail.checklisten.col.progress"
| "projects.detail.checklisten.col.template"
| "projects.detail.checklisten.empty"
| "projects.detail.checklisten.hint"
| "projects.detail.checklisten.hint.link"
| "projects.detail.checklisten.hint.prefix"
| "projects.detail.checklisten.hint.suffix"
| "projects.detail.clientmatter.inherited"
| "projects.detail.deadlines.add"
| "projects.detail.deadlines.empty"
| "projects.detail.delete"
| "projects.detail.delete.confirm.body"
| "projects.detail.delete.confirm.cancel"
| "projects.detail.delete.confirm.ok"
| "projects.detail.delete.confirm.title"
| "projects.detail.description.heading"
| "projects.detail.edit"
| "projects.detail.edit.modal.title"
| "projects.detail.edit.type_change_warning.title"
| "projects.detail.firmwide.off"
| "projects.detail.firmwide.on"
| "projects.detail.kinder.add"
| "projects.detail.kinder.empty"
| "projects.detail.loading"
| "projects.detail.notfound"
| "projects.detail.parteien.add"
| "projects.detail.parteien.col.name"
| "projects.detail.parteien.col.rep"
| "projects.detail.parteien.col.role"
| "projects.detail.parteien.empty"
| "projects.detail.parteien.form.cancel"
| "projects.detail.parteien.form.name"
| "projects.detail.parteien.form.rep"
| "projects.detail.parteien.form.role"
| "projects.detail.parteien.form.submit"
| "projects.detail.parteien.remove"
| "projects.detail.parteien.remove.confirm"
| "projects.detail.parteien.role.claimant"
| "projects.detail.parteien.role.defendant"
| "projects.detail.parteien.role.thirdparty"
| "projects.detail.save"
| "projects.detail.tab.checklisten"
| "projects.detail.tab.fristen"
| "projects.detail.tab.kinder"
| "projects.detail.tab.notizen"
| "projects.detail.tab.parteien"
| "projects.detail.tab.team"
| "projects.detail.tab.termine"
| "projects.detail.tab.verlauf"
| "projects.detail.team.add"
| "projects.detail.team.col.name"
| "projects.detail.team.col.role"
| "projects.detail.team.col.source"
| "projects.detail.team.confirm_remove"
| "projects.detail.team.empty"
| "projects.detail.team.error.user_required"
| "projects.detail.team.form.cancel"
| "projects.detail.team.form.role"
| "projects.detail.team.form.submit"
| "projects.detail.team.form.user"
| "projects.detail.team.remove"
| "projects.detail.title"
| "projects.detail.verlauf.empty"
| "projects.detail.verlauf.loadMore"
| "projects.detail.verlauf.loadingMore"
| "projects.empty.filtered"
| "projects.empty.hint"
| "projects.empty.title"
| "projects.error.forbidden"
| "projects.error.generic"
| "projects.error.required"
| "projects.error.title_required"
| "projects.field.akteType"
| "projects.field.billing_reference"
| "projects.field.case_number"
| "projects.field.client_number"
| "projects.field.clientmatter.hint"
| "projects.field.collaborators"
| "projects.field.collaborators.hint"
| "projects.field.collaborators.placeholder"
| "projects.field.country"
| "projects.field.court"
| "projects.field.courtRef"
| "projects.field.description"
| "projects.field.description.placeholder"
| "projects.field.filing_date"
| "projects.field.firmWide"
| "projects.field.firmWide.hint"
| "projects.field.grant_date"
| "projects.field.industry"
| "projects.field.matter_number"
| "projects.field.netdocuments_url"
| "projects.field.office"
| "projects.field.parent"
| "projects.field.parent.hint"
| "projects.field.parent.placeholder"
| "projects.field.patent_number"
| "projects.field.proceeding_type_id"
| "projects.field.ref"
| "projects.field.ref.placeholder"
| "projects.field.reference"
| "projects.field.reference.placeholder"
| "projects.field.status"
| "projects.field.title"
| "projects.field.title.placeholder"
| "projects.field.type"
| "projects.field.type.choose"
| "projects.filter.office"
| "projects.filter.office.all"
| "projects.filter.status"
| "projects.filter.status.active"
| "projects.filter.status.all"
| "projects.filter.status.archived"
| "projects.filter.status.closed"
| "projects.filter.status.completed"
| "projects.filter.type"
| "projects.filter.type.all"
| "projects.filter.view"
| "projects.heading"
| "projects.neu.heading"
| "projects.neu.subtitle"
| "projects.neu.title"
| "projects.new"
| "projects.onboarding.required"
| "projects.search.placeholder"
| "projects.status.active"
| "projects.status.archived"
| "projects.status.completed"
| "projects.submit"
| "projects.subtitle"
| "projects.team.direct"
| "projects.team.inherited.hint"
| "projects.team.role.associate"
| "projects.team.role.expert"
| "projects.team.role.lead"
| "projects.team.role.local_counsel"
| "projects.team.role.observer"
| "projects.team.role.of_counsel"
| "projects.team.role.pa"
| "projects.title"
| "projects.tree.deadlines.open"
| "projects.tree.deadlines.overdue"
| "projects.tree.error"
| "projects.tree.loading"
| "projects.tree.toggle"
| "projects.type.case"
| "projects.type.client"
| "projects.type.litigation"
| "projects.type.patent"
| "projects.type.project"
| "projects.unavailable"
| "projects.view.flat"
| "projects.view.roots"
| "projects.view.tree"
| "search.group.appointments"
| "search.group.checklists"
| "search.group.courts"
| "search.group.deadlines"
| "search.group.glossary"
| "search.group.links"
| "search.group.projects"
| "search.group.users"
| "search.no_results"
| "search.placeholder"
| "sidebar.resize.title"
| "team.dept.lead"
| "team.dept.unassigned"
| "team.empty"
| "team.filter.all"
| "team.filter.role"
| "team.group.department"
| "team.group.office"
| "team.group.other"
| "team.heading"
| "team.partner_unit.unassigned"
| "team.role.associate"
| "team.role.counsel"
| "team.role.counsel_knowledge_lawyer"
| "team.role.junior_associate"
| "team.role.pa"
| "team.role.paralegal"
| "team.role.partner"
| "team.role.secretary"
| "team.role.senior_associate"
| "team.role.trainee"
| "team.search.placeholder"
| "team.subtitle"
| "team.title"
| "theme.toggle.auto"
| "theme.toggle.cycle.auto"
| "theme.toggle.cycle.dark"
| "theme.toggle.cycle.light"
| "theme.toggle.dark"
| "theme.toggle.light";