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.
85 lines
3.2 KiB
85 lines
3.2 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'project' => 'Projekt',
|
|
'projects' => 'Projektliste',
|
|
'index_title' => ':status Projektliste',
|
|
'work_duration' => 'Arbeitsdauer',
|
|
'cash_in_total' => 'Summe Zahlungseingang',
|
|
'cash_out_total' => 'Summe Zahlungsausgang',
|
|
'all' => 'Alle Projekte',
|
|
'search' => 'Projekte suchen',
|
|
'detail' => 'Projekt details',
|
|
'found' => 'Projekte gefunden',
|
|
'not_found' => 'Projekt nicht gefunden.',
|
|
'select' => 'Projekt auswählen',
|
|
'empty' => 'Projektliste ist leer.',
|
|
'back_to_show' => 'Back to Project Detail',
|
|
'back_to_index' => 'Zurück zur Projektliste',
|
|
'receiveable_earnings' => 'Forderungsauszahlung',
|
|
'payment_remaining' => 'Verbleibende Zahlung',
|
|
'earnings_calculation' => 'Ergebnisberechnung',
|
|
'additional_jobs' => 'Zusätzliche Beschäftigungsliste',
|
|
'overall_progress' => 'Overall Progress',
|
|
|
|
// Payments
|
|
'view_payments' => 'View All Project Payments',
|
|
'payment_summary' => 'Zahlungssumme',
|
|
'payment_status' => 'Zahlungsstatus',
|
|
'payment_statuses' => [
|
|
'paid' => 'bezahlt',
|
|
'outstanding' => 'ausstehend',
|
|
],
|
|
|
|
// Actions
|
|
'create' => 'Neues Projekt erstellen',
|
|
'created' => 'Neues Projekt wurde erstellt.',
|
|
'show' => 'Show Project Detail',
|
|
'edit' => 'Projekt bearbeiten',
|
|
'update' => 'Projekt aktualisieren',
|
|
'updated' => 'Projekt wurde aktualisiert.',
|
|
'delete' => 'Projekt löschen',
|
|
'deleted' => 'Projekt wurde gelöscht.',
|
|
'undeleted' => 'Projekt nicht gelöscht.',
|
|
'show_jobs' => 'Beschäftigung anzeigen',
|
|
'update_status' => 'Update Project Status',
|
|
|
|
'jobs_list_export_html' => 'Export HTML',
|
|
'jobs_export_excel' => 'Export Excel',
|
|
'jobs_progress_export_html' => 'Export Fortschritt',
|
|
'sort_jobs' => 'sortiere Beschäftigungspriorität',
|
|
|
|
// Attributes
|
|
'name' => 'Projektname',
|
|
'description' => 'Projektbeschreibung',
|
|
'start_date' => 'Startdatum',
|
|
'end_date' => 'Enddatum',
|
|
'due_date' => 'Due Date',
|
|
'proposal_date' => 'Datum des Angebotes',
|
|
'project_value' => 'Projektwert',
|
|
'proposal_value' => 'Angebotswert',
|
|
'updated_at' => 'Last Update',
|
|
|
|
// Relations
|
|
'files' => 'Dokumentenliste',
|
|
'jobs' => 'Beschäftigungsliste',
|
|
'no_jobs' => 'Beschäftigungsliste ist leer.',
|
|
'cost_proposal' => 'Kostenvoranschlag',
|
|
'invoices' => 'Rechnungsliste',
|
|
'customer' => 'Kunder',
|
|
'worker' => 'Mitarbeiter',
|
|
'subscriptions' => 'Abonnements',
|
|
'status' => 'Projektstatus',
|
|
'payments' => 'Zahlungen',
|
|
'issues' => 'Issues',
|
|
'activities' => 'Activities',
|
|
|
|
// Statuses
|
|
'planned' => 'geplant',
|
|
'progress' => 'in Bearbeitung',
|
|
'done' => 'erledigt',
|
|
'closed' => 'Geschlossen',
|
|
'canceled' => 'Abgebrochen',
|
|
'on_hold' => 'in Warteposition',
|
|
];
|