L2 Aufträge & Backoffice: Backoffice-UI (Liste, Detail, Konflikte, Dashboard, Suche, Einstellungen) + Texte de/en
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"crumb": "Settings",
|
||||
"nav": {
|
||||
"orderTypes": "Order types",
|
||||
"checklists": "Checklist templates",
|
||||
"numbering": "Number sequences"
|
||||
},
|
||||
"orderTypes": {
|
||||
"title": "Order types",
|
||||
"sub": "Order types per company – including whether a customer signature is required",
|
||||
"key": "Key",
|
||||
"name": "Name",
|
||||
"signatureRequired": "Signature required",
|
||||
"active": "Active",
|
||||
"sortOrder": "Order",
|
||||
"create": "Create order type",
|
||||
"save": "Save",
|
||||
"keyHint": "Lower-case letters, digits, underscore – cannot be changed",
|
||||
"inactive": "Inactive",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
},
|
||||
"checklists": {
|
||||
"title": "Checklist templates",
|
||||
"sub": "Templates per order type – applied when a work order is created",
|
||||
"empty": "No templates yet.",
|
||||
"new": "New template",
|
||||
"edit": "Edit",
|
||||
"name": "Name",
|
||||
"orderType": "Order type",
|
||||
"noOrderType": "— none —",
|
||||
"active": "Active",
|
||||
"items": "Checklist items",
|
||||
"itemsHint": "One line per item. Prefix “*” = required, suffix “[Foto]” = with photo.",
|
||||
"photos": "Required photos",
|
||||
"photosHint": "One line per required photo.",
|
||||
"suggestion": "Insert default suggestion",
|
||||
"suggestionHint": "Suggestion from the default items; adjust before saving.",
|
||||
"save": "Save template",
|
||||
"itemCount": "{count, plural, =0 {No items} one {# item} other {# items}}",
|
||||
"photoCount": "{count, plural, =0 {no required photos} one {# required photo} other {# required photos}}",
|
||||
"inactive": "Inactive",
|
||||
"photoSuffix": "[Foto]"
|
||||
},
|
||||
"numbering": {
|
||||
"title": "Number sequences",
|
||||
"sub": "Prefix and number of digits of running numbers. The counter always continues.",
|
||||
"key": "Sequence",
|
||||
"prefix": "Prefix",
|
||||
"padding": "Digits",
|
||||
"next": "Next number",
|
||||
"save": "Save",
|
||||
"keys": {
|
||||
"work_order": "Work orders",
|
||||
"emergency": "Emergencies",
|
||||
"customer": "Customers",
|
||||
"report": "Reports"
|
||||
}
|
||||
},
|
||||
"saved": "Saved.",
|
||||
"errors": {
|
||||
"forbidden": "You lack the permission for this.",
|
||||
"invalid": "Please check your input.",
|
||||
"not_found": "Not found.",
|
||||
"internal": "Operation not possible.",
|
||||
"validation_failed": "Please check required fields.",
|
||||
"order_type_key_taken": "This key is already taken.",
|
||||
"order_type_not_found": "Order type not found.",
|
||||
"template_not_found": "Template not found.",
|
||||
"duplicate_item_key": "Two checklist items have the same label.",
|
||||
"duplicate_photo_key": "Two required photos have the same label."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user