86 lines
3.5 KiB
PHP
86 lines
3.5 KiB
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'admin_panel' => 'Backstage-Management',
|
|
'edit' => 'bearbeiten',
|
|
'status' => 'Status',
|
|
'action' => 'Aktion',
|
|
'install' => 'installieren',
|
|
'uninstall' => 'deinstallieren',
|
|
|
|
// errors
|
|
'forbidden' => 'Kein Zugang',
|
|
'has_no_permission' => 'Sie sind nicht berechtigt, auf diese Seite zuzugreifen, wenden Sie sich bitte an Ihren Systemadministrator.',
|
|
|
|
// header
|
|
'home' => 'Titelseite',
|
|
'order' => 'Befehl',
|
|
'rma' => 'Kundendienst',
|
|
'rma_reason' => 'Rücksendegrund',
|
|
'product' => 'Produkt',
|
|
'brand' => 'Markenführung',
|
|
'attribute' => 'attribute',
|
|
'attribute_group' => 'attribute group',
|
|
'category' => 'category management',
|
|
'customer_group' => 'Kundengruppen',
|
|
'customer' => 'Kunden',
|
|
'page' => 'Inhalts',
|
|
'page_category' => 'Page Category',
|
|
'setting' => 'System',
|
|
'plugin' => 'plugin',
|
|
'admin_user' => 'Backend-Benutzer',
|
|
'admin_role' => 'Benutzerrolle',
|
|
'region' => 'Regionsgruppierung',
|
|
'tax_rate' => 'Steuersatz',
|
|
'tax_class' => 'Steuer',
|
|
'currency' => 'Währungs',
|
|
'language' => 'Sprach',
|
|
'zone' => 'Provinz',
|
|
'country' => 'Landes',
|
|
'file_manager' => 'Dateimanager',
|
|
'access_frontend' => 'Zugang zum Frontend',
|
|
|
|
// sidebar
|
|
'settings_index' => 'Systemeinstellungen',
|
|
'admin_users_index' => 'Backend-Benutzer',
|
|
'plugins_index' => 'plugins-liste',
|
|
'regions_index' => 'Regionsgruppierung',
|
|
'tax_rates_index' => 'Steuersatzeinstellungen',
|
|
'tax_classes_index' => 'Steuerkategorie',
|
|
'currencies_index' => 'Währungsverwaltung',
|
|
'languages_index' => 'Sprachverwaltung',
|
|
'design_index' => 'Wohndekoration',
|
|
'pages_index' => 'Artikelverwaltung',
|
|
'page_categories_index' => 'Artikelklassifizierung',
|
|
'design_footer_index' => 'Fußzeilendekoration',
|
|
'design_menu_index' => 'Navigationskonfiguration',
|
|
'categories_index' => 'Kategorie',
|
|
'products_index' => 'Produkt',
|
|
'products_trashed' => 'Papierkorb',
|
|
'customers_trashed' => 'Papierkorb',
|
|
'brands_index' => 'Marke',
|
|
'orders_index' => 'Bestellliste',
|
|
'rmas_index' => 'Kundendienstverwaltung',
|
|
'rma_reasons_index' => 'Nachverkaufsgrund',
|
|
'customers_index' => 'Kundenliste',
|
|
'customer_groups_index' => 'Kundengruppe',
|
|
'countries_index' => 'Landesverwaltung',
|
|
'zones_index' => 'Provinzverwaltung',
|
|
'update_nav' => 'aktualisieren',
|
|
'update_title' => 'Neue Version von BeikeShop suchen, jetzt aktualisieren',
|
|
'update_new_version' => 'neueste Version',
|
|
'update_old_version' => 'aktuelle Version',
|
|
'update_date' => 'Aktualisierungsdatum',
|
|
'update_btn' => 'zum Download gehen',
|
|
'expired_at' => 'Ablaufzeit',
|
|
];
|