You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
1.8 KiB

<?php
return [
// Labels
'subscription' => 'Abonnements',
'subscriptions' => 'Abonnements Liste',
'list' => 'Abonnements Liste',
'view_all' => 'View All Subscriptions',
'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',
],
];