'Abonnements', 'subscriptions' => 'Abonnements Liste', 'list' => 'Abonnements Liste', 'detail' => 'Abonnement Details', 'search' => 'Suche Abonnements', 'found' => 'Abonnement gefunden.', 'not_found' => 'Abonnement nicht gefunden.', 'empty' => 'Abonnements Liste ist leer.', 'back_to_show' => 'Zurück zu Abonnement Details', 'back_to_index' => 'Zurück zu Abonnements Liste', // Actions 'create' => 'Neues Abonnement erstellen', 'created' => 'Abonnement wurde erstellt.', 'show' => 'Abonnement Details anzeigen', 'edit' => 'Abonnement bearbeiten', 'update' => 'Abonnement aktualisieren', 'updated' => 'Abonnementdaten wurden aktualisiert.', 'delete' => 'Abonnement löschen', 'deleted' => 'Abonnement wurde gelöscht.', 'undeleted' => 'Abonnement nicht gelöscht.', // Attributes 'name' => 'Abonnement Name', 'price' => 'Preis', 'domain_name' => 'Domain', 'domain_price' => 'Domain Price', 'epp_code' => 'EPP Code', 'hosting_capacity' => 'Hosting Kapazität', 'hosting_price' => 'Hosting Preis', 'start_date' => 'Startdatum', 'due_date' => 'Fälligkeitsdatum', 'extension_price' => 'Verlängerungspreis', 'project' => 'Pojekt', 'customer' => 'Kunde', 'vendor' => 'Hersteller', 'notes' => 'Notizen', 'type' => 'Abonnement Typ', // Types 'types' => [ 'domain' => 'Domain', 'hosting' => 'Hosting', 'maintenance' => 'Wartung', ], ];