Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added german language files for admin panel #1822

Draft
wants to merge 2 commits into
base: 1.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions packages/admin/resources/lang/de/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php

return [
'collections' => [
'create_root' => [
'label' => 'Stammsammlung erstellen',
],
'create_child' => [
'label' => 'Untergeordnete Sammlung erstellen',
],
'move' => [
'label' => 'Sammlung verschieben',
],
'delete' => [
'label' => 'Löschen',
],
],
'orders' => [
'update_status' => [
'label' => 'Status aktualisieren',
'wizard' => [
'step_one' => [
'label' => 'Status',
],
'step_two' => [
'label' => 'Mailer & Benachrichtigungen',
'no_mailers' => 'Es sind keine Mailer für diesen Status verfügbar.',
],
'step_three' => [
'label' => 'Vorschau & Speichern',
'no_mailers' => 'Es wurden keine Mailer zur Vorschau ausgewählt.',
],
],
'notification' => [
'label' => 'Bestellstatus aktualisiert',
],
'billing_email' => [
'label' => 'Rechnungs-E-Mail',
],
'shipping_email' => [
'label' => 'Versand-E-Mail',
],
],
],
];
29 changes: 29 additions & 0 deletions packages/admin/resources/lang/de/activity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [

'label' => 'Aktivität',

'plural_label' => 'Aktivitäten',

'table' => [
'subject' => 'Betreff',
'description' => 'Beschreibung',
'log' => 'Protokoll',
'logged_at' => 'Protokolliert am',
'event' => 'Ereignis',
'logged_from' => 'Protokolliert von',
'logged_until' => 'Protokolliert bis',
],

'form' => [
'causer_type' => 'Verursacher-Typ',
'causer_id' => 'Verursacher-ID',
'subject_type' => 'Betreff-Typ',
'subject_id' => 'Betreff-ID',
'description' => 'Beschreibung',
'attributes' => 'Attribute',
'old' => 'Alt',
],

];
94 changes: 94 additions & 0 deletions packages/admin/resources/lang/de/address.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<?php

return [

'label' => 'Adresse',

'plural_label' => 'Adressen',

'table' => [
'title' => [
'label' => 'Titel',
],
'first_name' => [
'label' => 'Vorname',
],
'last_name' => [
'label' => 'Nachname',
],
'company_name' => [
'label' => 'Firmenname',
],
'line_one' => [
'label' => 'Adresse',
],
'line_two' => [
'label' => 'Adresszusatz',
],
'line_three' => [
'label' => 'Adresszusatz',
],
'city' => [
'label' => 'Stadt',
],
'country_id' => [
'label' => 'Land',
],
'state' => [
'label' => 'Bundesland',
],
'postcode' => [
'label' => 'Postleitzahl',
],
'contact_email' => [
'label' => 'Kontakt E-Mail',
],
'contact_phone' => [
'label' => 'Kontakt Telefon',
],
],

'form' => [
'title' => [
'label' => 'Titel',
],
'first_name' => [
'label' => 'Vorname',
],
'last_name' => [
'label' => 'Nachname',
],
'company_name' => [
'label' => 'Firmenname',
],
'line_one' => [
'label' => 'Adresszeile 1',
],
'line_two' => [
'label' => 'Adresszeile 2',
],
'line_three' => [
'label' => 'Adresszeile 3',
],
'city' => [
'label' => 'Stadt',
],
'country_id' => [
'label' => 'Land',
],
'state' => [
'label' => 'Bundesland',
],
'postcode' => [
'label' => 'Postleitzahl',
],
'contact_email' => [
'label' => 'Kontakt E-Mail',
],
'contact_phone' => [
'label' => 'Kontakt Telefon',
],
],

];

54 changes: 54 additions & 0 deletions packages/admin/resources/lang/de/attribute.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?php

return [

'label' => 'Attribut',

'plural_label' => 'Attribute',

'table' => [
'name' => [
'label' => 'Name',
],
'description' => [
'label' => 'Beschreibung',
],
'handle' => [
'label' => 'Handle',
],
'type' => [
'label' => 'Typ',
],
],

'form' => [
'attributable_type' => [
'label' => 'Typ',
],
'name' => [
'label' => 'Name',
],
'description' => [
'label' => 'Beschreibung',
'helper' => 'Verwenden Sie dies, um den Hilfetext unter dem Eintrag anzuzeigen',
],
'handle' => [
'label' => 'Handle',
],
'searchable' => [
'label' => 'Durchsuchbar',
],
'filterable' => [
'label' => 'Filterbar',
],
'required' => [
'label' => 'Erforderlich',
],
'type' => [
'label' => 'Typ',
],
'validation_rules' => [
'label' => 'Validierungsregeln',
],
],
];
46 changes: 46 additions & 0 deletions packages/admin/resources/lang/de/attributegroup.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?php

return [

'label' => 'Attributgruppe',

'plural_label' => 'Attributgruppen',

'table' => [
'attributable_type' => [
'label' => 'Typ',
],
'name' => [
'label' => 'Name',
],
'handle' => [
'label' => 'Handle',
],
'position' => [
'label' => 'Position',
],
],

'form' => [
'attributable_type' => [
'label' => 'Typ',
],
'name' => [
'label' => 'Name',
],
'handle' => [
'label' => 'Handle',
],
'position' => [
'label' => 'Position',
],
],

'action' => [
'delete' => [
'notification' => [
'error_protected' => 'Diese Attributgruppe kann nicht gelöscht werden, da damit verbundene Attribute vorhanden sind.',
],
],
],
];
32 changes: 32 additions & 0 deletions packages/admin/resources/lang/de/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
/**
* Rollen
*/
'roles.admin.label' => 'Admin',
'roles.admin.description' => 'Admin mit vollem Zugriff',
'roles.staff.label' => 'Mitarbeiter',
'roles.staff.description' => 'Mitarbeiter mit grundlegenden Zugriffsrechten',
/**
* Berechtigungen.
*/
'permissions.settings.label' => 'Einstellungen',
'permissions.settings.description' => 'Ermöglicht den Zugriff auf den Einstellungsbereich des Hubs',
'permissions.settings:core.label' => 'Grundeinstellungen',
'permissions.settings:core.description' => 'Zugriff auf grundlegende Shop-Einstellungen wie Kanäle, Sprachen, Währungen usw.',
'permissions.settings:manage-staff.label' => 'Mitarbeiter verwalten',
'permissions.settings:manage-staff.description' => 'Erlaubt dem Mitarbeiter, andere Mitarbeiter zu bearbeiten',
'permissions.settings:manage-attributes.label' => 'Attribute verwalten',
'permissions.settings:manage-attributes.description' => 'Erlaubt dem Mitarbeiter, Attribute zu bearbeiten und neue zu erstellen',
'permissions.catalog:manage-products.label' => 'Produkte verwalten',
'permissions.catalog:manage-products.description' => 'Erlaubt dem Mitarbeiter, Produkte, Produkttypen und Marken zu bearbeiten',
'permissions.catalog:manage-collections.label' => 'Sammlungen verwalten',
'permissions.catalog:manage-collections.description' => 'Erlaubt dem Mitarbeiter, Sammlungen und deren Gruppen zu bearbeiten',
'permissions.sales:manage-orders.label' => 'Bestellungen verwalten',
'permissions.sales:manage-orders.description' => 'Erlaubt dem Mitarbeiter, Bestellungen zu verwalten',
'permissions.sales:manage-customers.label' => 'Kunden verwalten',
'permissions.sales:manage-customers.description' => 'Erlaubt dem Mitarbeiter, Kunden zu verwalten',
'permissions.sales:manage-discounts.label' => 'Rabatte verwalten',
'permissions.sales:manage-discounts.description' => 'Erlaubt dem Mitarbeiter, Rabatte zu verwalten',
];
72 changes: 72 additions & 0 deletions packages/admin/resources/lang/de/brand.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?php

return [

'label' => 'Marke',

'plural_label' => 'Marken',

'table' => [
'name' => [
'label' => 'Name',
],
'products_count' => [
'label' => 'Anzahl Produkte',
],
],

'form' => [
'name' => [
'label' => 'Name',
],
],

'action' => [
'delete' => [
'notification' => [
'error_protected' => 'Diese Marke kann nicht gelöscht werden, da damit verbundene Produkte vorhanden sind.',
],
],
],
'pages' => [
'products' => [
'label' => 'Produkte',
'actions' => [
'attach' => [
'label' => 'Ein Produkt zuordnen',
'form' => [
'record_id' => [
'label' => 'Produkt',
],
],
'notification' => [
'success' => 'Produkt der Marke zugeordnet',
],
],
'detach' => [
'notification' => [
'success' => 'Produkt entfernt.',
],
],
],
],
'collections' => [
'label' => 'Sammlungen',
'table' => [
'header_actions' => [
'attach' => [
'record_select' => [
'placeholder' => 'Wählen Sie eine Sammlung aus',
],
],
],
],
'actions' => [
'attach' => [
'label' => 'Eine Sammlung zuordnen',
],
],
],
],

];
Loading
Loading