german translations
# Conflicts: # packages/Webkul/Velocity/src/Resources/assets/js/app.js
This commit is contained in:
parent
a1f4a29b28
commit
eae82352f7
|
|
@ -25,8 +25,9 @@
|
|||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"opencollective": "^1.0.3",
|
||||
"opencollective-postinstall": "^2.0.1",
|
||||
"opencollective": "^1.0.3"
|
||||
"vee-validate": "^3.3.0"
|
||||
},
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
import Vue from 'vue';
|
||||
import VeeValidate from 'vee-validate';
|
||||
import de from 'vee-validate/dist/locale/de';
|
||||
import ar from 'vee-validate/dist/locale/ar';
|
||||
|
||||
import './bootstrap';
|
||||
|
||||
|
|
@ -7,6 +9,10 @@ window.Vue = Vue;
|
|||
window.VeeValidate = VeeValidate;
|
||||
|
||||
Vue.use(VeeValidate, {
|
||||
dictionary: {
|
||||
ar: ar,
|
||||
de: de,
|
||||
},
|
||||
events: 'input|change|blur',
|
||||
});
|
||||
Vue.prototype.$http = axios
|
||||
|
|
@ -90,7 +96,7 @@ $(document).ready(function () {
|
|||
if (typeof flashMessages == 'undefined') {
|
||||
return;
|
||||
};
|
||||
|
||||
|
||||
const flashes = this.$refs.flashes;
|
||||
|
||||
flashMessages.forEach(function(flash) {
|
||||
|
|
|
|||
|
|
@ -789,7 +789,7 @@ return array (
|
|||
'design' => 'Design',
|
||||
'theme' => 'Theme',
|
||||
'home_page_content' => 'Startseite Inhalt',
|
||||
'footer_content' => 'Footer Inhalt',
|
||||
'footer_content' => 'Fusszeile Inhalt',
|
||||
'logo' => 'Logo',
|
||||
'favicon' => 'Favicon',
|
||||
'create-success' => 'Kanal erfolgreich erstellt.',
|
||||
|
|
@ -1292,10 +1292,10 @@ return array (
|
|||
'email-verification' => 'E-Mail-Prüfung erlauben',
|
||||
'sort_order' => 'Sortierreihenfolge',
|
||||
'general' => 'Allgemein',
|
||||
'footer' => 'Footer',
|
||||
'footer' => 'Fusszeile',
|
||||
'content' => 'Inhalt',
|
||||
'footer-content' => 'Footer Text',
|
||||
'footer-toggle' => 'Toggle-footer',
|
||||
'footer-content' => 'Fusszeile Text',
|
||||
'footer-toggle' => 'Toggle-Fusszeile',
|
||||
'locale-options' => 'Einheit-Optionen',
|
||||
'weight-unit' => 'Gewichtseinheit',
|
||||
'email-settings' => 'E-Mail Einstellungen',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ import accounting from 'accounting';
|
|||
import VueCarousel from 'vue-carousel';
|
||||
import VueToast from 'vue-toast-notification';
|
||||
import 'vue-toast-notification/dist/index.css';
|
||||
import messagesAr from 'vee-validate/dist/locale/ar';
|
||||
import de from 'vee-validate/dist/locale/de';
|
||||
import ar from 'vee-validate/dist/locale/ar';
|
||||
|
||||
window.axios = require("axios");
|
||||
window.VeeValidate = require("vee-validate");
|
||||
|
|
@ -11,13 +12,15 @@ window.jQuery = window.$ = require("jquery");
|
|||
window.BootstrapSass = require("bootstrap-sass");
|
||||
|
||||
Vue.use(VueToast);
|
||||
Vue.use(VeeValidate);
|
||||
Vue.use(VueCarousel);
|
||||
Vue.use(BootstrapSass);
|
||||
Vue.prototype.$http = axios;
|
||||
|
||||
Vue.use(VeeValidate, {
|
||||
dictionary: {
|
||||
ar: messagesAr
|
||||
ar: ar,
|
||||
de: de,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -4,288 +4,288 @@ return [
|
|||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'General',
|
||||
'category' => 'Category',
|
||||
'settings' => 'Settings',
|
||||
'general' => 'Allgemein',
|
||||
'category' => 'Kategorie',
|
||||
'settings' => 'Einstellungen',
|
||||
'extension_name' => 'Velocity Theme',
|
||||
'error-module-inactive' => 'Warning: Velocity theme status is inactive',
|
||||
'error-module-inactive' => 'Warnung: Der Status des Velocity-Themes ist inaktiv',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'channels'=> [
|
||||
'subscription_bar' => 'Subscription bar content'
|
||||
'subscription_bar' => 'Inhalt der Abonnementleiste'
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'status' => 'Status',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'active' => 'Aktive',
|
||||
'inactive' => 'Inaktiv',
|
||||
],
|
||||
'category' => [
|
||||
'all' => 'All',
|
||||
'left' => 'Left',
|
||||
'right' => 'Right',
|
||||
'active' => 'Active',
|
||||
'custom' => 'Custom',
|
||||
'inactive' => 'Inactive',
|
||||
'image-alignment' => 'Image Alignment',
|
||||
'icon-status' => 'Category Icon Status',
|
||||
'image-status' => 'Category Image Status',
|
||||
'sub-category-show' => 'Show Sub Category',
|
||||
'image-height' => 'Image\'s Height [in Pixel]',
|
||||
'image-width' => 'Image\'s Width [in Pixel]',
|
||||
'show-tooltip' => 'Show Category\'s Tooltip',
|
||||
'num-sub-category' => 'Number Of Sub Category',
|
||||
'all' => 'Alle',
|
||||
'left' => 'Links',
|
||||
'right' => 'Rechts',
|
||||
'active' => 'Aktiv',
|
||||
'custom' => 'Benutzerdefiniert',
|
||||
'inactive' => 'Inaktiv',
|
||||
'image-alignment' => 'Bildausrichtung',
|
||||
'icon-status' => 'Kategorie Symbol Status',
|
||||
'image-status' => 'Kategorie Bild Status',
|
||||
'sub-category-show' => 'Unterkategorie anzeigen',
|
||||
'image-height' => 'Bild Höhe [in Pixel]',
|
||||
'image-width' => 'Bild Breite [in Pixel]',
|
||||
'show-tooltip' => 'Tooltip der Kategorie anzeigen',
|
||||
'num-sub-category' => 'Anzahl der Unterkategorien',
|
||||
]
|
||||
],
|
||||
'layouts' => [
|
||||
'velocity' => 'Velocity',
|
||||
'cms-pages' => 'CMS Pages',
|
||||
'meta-data' => 'Meta Data',
|
||||
'category-menu' => 'Category Menu',
|
||||
'header-content' => 'Header Content',
|
||||
'cms-pages' => 'CMS Seiten',
|
||||
'meta-data' => 'Metadaten',
|
||||
'category-menu' => 'Kategoriemenü',
|
||||
'header-content' => 'Header-Inhalt',
|
||||
],
|
||||
'contents' => [
|
||||
'self' => 'Self',
|
||||
'active' => 'Active',
|
||||
'new-tab' => 'New Tab',
|
||||
'inactive' => 'Inactive',
|
||||
'title' => 'Content List',
|
||||
'select' => '-- Select --',
|
||||
'add-title' => 'Add Content',
|
||||
'btn-add-content' => 'Add Content',
|
||||
'save-btn-title' => 'Save Content',
|
||||
'autocomplete' => '[Autocomplete]',
|
||||
'no-result-found' => 'No record found.',
|
||||
'search-hint' => 'Search product here...',
|
||||
'mass-delete-success' => 'Selected content deleted successfully.',
|
||||
'self' => 'Selbst',
|
||||
'active' => 'Aktiv',
|
||||
'new-tab' => 'Neuer Tab',
|
||||
'inactive' => 'Inaktiv',
|
||||
'title' => 'Inhaltsangabe',
|
||||
'select' => '-- Auswählen --',
|
||||
'add-title' => 'Inhalt hinzufügen',
|
||||
'btn-add-content' => 'Inhalt hinzufügen',
|
||||
'save-btn-title' => 'Inhalt speichern',
|
||||
'autocomplete' => '[automatisch vervollständigen]',
|
||||
'no-result-found' => 'Kein Eintrag gefunden.',
|
||||
'search-hint' => 'Produkt hier suchen...',
|
||||
'mass-delete-success' => 'Ausgewählter Inhalt erfolgreich gelöscht.',
|
||||
'tab' => [
|
||||
'page' => 'Page Setting',
|
||||
'content' => 'Content Setting',
|
||||
'meta_content' => 'Meta Data',
|
||||
'page' => 'Seiteneinstellung',
|
||||
'content' => 'Inhaltseinstellung',
|
||||
'meta_content' => 'Meta Daten',
|
||||
],
|
||||
'page' => [
|
||||
'title' => 'Title',
|
||||
'title' => 'Titel',
|
||||
'status' => 'Status',
|
||||
'position' => 'Position',
|
||||
],
|
||||
'content' => [
|
||||
'content-type' => 'Content Type',
|
||||
'custom-title' => 'Custom Title',
|
||||
'category-slug' => 'Category Slug',
|
||||
'link-target' => 'Page Link Target',
|
||||
'custom-product' => 'Store Products',
|
||||
'custom-heading' => 'Custom Heading',
|
||||
'catalog-type' => 'Product Catalog Type',
|
||||
'static-description' => 'Content Description',
|
||||
'page-link' => 'Page Link [e.g. http://example.com/../../]',
|
||||
'content-type' => 'Inhaltstyp',
|
||||
'custom-title' => 'Benutzerdefinierter Titel',
|
||||
'category-slug' => 'Kategorie Slug',
|
||||
'link-target' => 'Seitenverknüpfungsziel',
|
||||
'custom-product' => 'Shop Produkte',
|
||||
'custom-heading' => 'Benutzerdefinierte Überschrift',
|
||||
'catalog-type' => 'Produktkatalogtyp',
|
||||
'static-description' => 'Inhaltsbeschreibung',
|
||||
'page-link' => 'Seiten Link [Bsp: http://example.com/../../]',
|
||||
],
|
||||
'datagrid' => [
|
||||
'id' => 'Id',
|
||||
'title' => 'Title',
|
||||
'title' => 'Titel',
|
||||
'status' => 'Status',
|
||||
'position' => 'Position',
|
||||
'content-type' => 'Content Type',
|
||||
'content-type' => 'Inhaltstyp',
|
||||
]
|
||||
],
|
||||
'meta-data' => [
|
||||
'footer' => 'Footer',
|
||||
'title' => 'Velocity meta data',
|
||||
'activate-slider' => 'Activate Slider',
|
||||
'home-page-content' => 'Home Page Content',
|
||||
'footer-left-content' => 'Footer Left Content',
|
||||
'subscription-content' => 'Subscription bar Content',
|
||||
'sidebar-categories' => 'Sidebar Categories',
|
||||
'footer-left-raw-content' => '<p>We love to craft softwares and solve the real world problems with the binaries. We are highly committed to our goals. We invest our resources to create world class easy to use softwares and applications for the enterprise business with the top notch, on the edge technology expertise.</p>',
|
||||
'slider-path' => 'Slider Path',
|
||||
'category-logo' => 'Category logo',
|
||||
'product-policy' => 'Product Policy',
|
||||
'update-meta-data' => 'Update Meta Data',
|
||||
'product-view-image' => 'Product View Image',
|
||||
'advertisement-two' => 'Advertisement Two Images',
|
||||
'advertisement-one' => 'Advertisement One Images',
|
||||
'footer-middle-content' => 'Footer Middle Content',
|
||||
'advertisement-four' => 'Advertisement Four Images',
|
||||
'advertisement-three' => 'Advertisement Three Images',
|
||||
'images' => 'Images',
|
||||
'general' => 'General',
|
||||
'add-image-btn-title' => 'Add Image'
|
||||
'footer' => 'Fusszeile',
|
||||
'title' => 'Velocity Metadaten',
|
||||
'activate-slider' => 'Slider aktivieren',
|
||||
'home-page-content' => 'Inhalt der Startseite',
|
||||
'footer-left-content' => 'Fußzeile Linker Inhalt',
|
||||
'subscription-content' => 'Abonnementleiste Inhalt',
|
||||
'sidebar-categories' => 'Seitenleisten-Kategorien',
|
||||
'footer-left-raw-content' => '<p>Wir lieben es, Software zu erstellen und die Probleme der realen Welt mit den Binärdateien zu lösen. Wir fühlen uns unseren Zielen sehr verpflichtet. Wir investieren unsere Ressourcen, um benutzerfreundliche Software und Anwendungen von Weltklasse für das Unternehmensgeschäft mit erstklassiger Technologie zu entwickeln.</p>',
|
||||
'slider-path' => 'Slider Pfad',
|
||||
'category-logo' => 'Kategorielogo',
|
||||
'product-policy' => 'Produktrichtlinie',
|
||||
'update-meta-data' => 'Metadaten aktualisieren',
|
||||
'product-view-image' => 'Produktansicht Bild',
|
||||
'advertisement-two' => 'Werbung Zwei Bilder',
|
||||
'advertisement-one' => 'Werbung Eins Bilder',
|
||||
'footer-middle-content' => 'Fußzeile Mittlerer Inhalt',
|
||||
'advertisement-four' => 'Werbung Vier Bilder',
|
||||
'advertisement-three' => 'Werbung Drei Bilder',
|
||||
'images' => 'Bilder',
|
||||
'general' => 'Allgemein',
|
||||
'add-image-btn-title' => 'Bild hinzufügen'
|
||||
],
|
||||
'category' => [
|
||||
'save-btn-title' => 'Save Menu',
|
||||
'title' => 'Category Menu List',
|
||||
'add-title' => 'Add Menu Content',
|
||||
'edit-title' => 'Edit Menu Content',
|
||||
'btn-add-category' => 'Add Category Content',
|
||||
'save-btn-title' => 'Menü speichern',
|
||||
'title' => 'Kategoriemenüliste',
|
||||
'add-title' => 'Menüinhalt hinzufügen',
|
||||
'edit-title' => 'Menüinhalt bearbeiten',
|
||||
'btn-add-category' => 'Kategorieinhalt hinzufügen',
|
||||
'datagrid' => [
|
||||
'category-id' => 'Category Id',
|
||||
'category-name' => 'Category Name',
|
||||
'category-icon' => 'Category Icon',
|
||||
'category-id' => 'Kategorie Id',
|
||||
'category-name' => 'Kategorie Name',
|
||||
'category-icon' => 'Kategorie Symbol',
|
||||
'category-status' => 'Status',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => 'General',
|
||||
'general' => 'Allgemein',
|
||||
],
|
||||
'status' => 'Status',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'select' => '-- Select --',
|
||||
'icon-class' => 'Icon Class',
|
||||
'select-category' => 'Choose Category',
|
||||
'tooltip-content' => 'Tooltip Content',
|
||||
'mass-delete-success' => 'Selected categories menu deleted successfully.',
|
||||
'active' => 'Aktiv',
|
||||
'inactive' => 'Inaktiv',
|
||||
'select' => '-- Auswählen --',
|
||||
'icon-class' => 'Symbol Klasse',
|
||||
'select-category' => 'Kategorie auswählen',
|
||||
'tooltip-content' => 'Tooltip-Inhalt',
|
||||
'mass-delete-success' => 'Ausgewähltes Kategorienmenü erfolgreich gelöscht.',
|
||||
],
|
||||
'general' => [
|
||||
'locale_logo' => 'Locale Logo',
|
||||
'locale_logo' => 'Logo Sprache',
|
||||
],
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'view-all' => 'View All',
|
||||
'add-to-cart' => 'Add To Cart',
|
||||
'hot-categories' => 'Hot Categories',
|
||||
'payment-methods' => 'Payment Methods',
|
||||
'customer-reviews' => 'Customer Reviews',
|
||||
'shipping-methods' => 'Shipping Methods',
|
||||
'popular-categories' => 'Popular Categories',
|
||||
'view-all' => 'Alle ansehen',
|
||||
'add-to-cart' => 'In den Warenkorb legen',
|
||||
'hot-categories' => 'Trend Kategorien',
|
||||
'payment-methods' => 'Zahlungsmethoden',
|
||||
'customer-reviews' => 'Kundenbewertungen',
|
||||
'shipping-methods' => 'Versandarten',
|
||||
'popular-categories' => 'Beliebte Kategorien',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'cart' => 'Cart',
|
||||
'cart' => 'Cart',
|
||||
'guest' => 'Guest',
|
||||
'logout' => 'Logout',
|
||||
'title' => 'Account',
|
||||
'account' => 'Account',
|
||||
'profile' => 'Profile',
|
||||
'wishlist' => 'Wishlist',
|
||||
'all-categories' => 'All Categories',
|
||||
'search-text' => 'Search products here',
|
||||
'welcome-message' => 'Welcome, :customer_name',
|
||||
'dropdown-text' => 'Manage Cart, Orders & Wishlist',
|
||||
'cart' => 'Warenkorb',
|
||||
'cart' => 'Warenkorb',
|
||||
'guest' => 'Gast',
|
||||
'logout' => 'Ausloggen',
|
||||
'title' => 'Konto',
|
||||
'account' => 'Konto',
|
||||
'profile' => 'Profil',
|
||||
'wishlist' => 'Wunschzettel',
|
||||
'all-categories' => 'Alle Kategorien',
|
||||
'search-text' => 'Nach Produkten suchen',
|
||||
'welcome-message' => 'Herzlich willkommen, :customer_name',
|
||||
'dropdown-text' => 'Verwalten Sie Warenkorb, Bestellungen und Wunschliste',
|
||||
],
|
||||
|
||||
'menu-navbar' => [
|
||||
'text-more' => 'More',
|
||||
'text-category' => 'Shop by Category',
|
||||
'text-more' => 'Mehr',
|
||||
'text-category' => 'Kategorien',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'cart' => 'Cart',
|
||||
'view-cart' => 'View Cart',
|
||||
'cart' => 'Warenkorb',
|
||||
'view-cart' => 'Warenkorb ansehen',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Qty',
|
||||
'checkout' => 'Checkout',
|
||||
'qty' => 'Menge',
|
||||
'checkout' => 'Bestellen',
|
||||
'cart' => [
|
||||
'view-cart' => 'View Cart',
|
||||
'cart-summary' => 'Cart Summary',
|
||||
'view-cart' => 'Warenkorb ansehen',
|
||||
'cart-summary' => 'Warenkorb Zusammenfassung',
|
||||
],
|
||||
'qty' => 'Qty',
|
||||
'items' => 'Items',
|
||||
'subtotal' => 'Subtotal',
|
||||
'sub-total' => 'Sub Total',
|
||||
'proceed' => 'Proceed to checkout',
|
||||
'qty' => 'Menge',
|
||||
'items' => 'Artikel',
|
||||
'subtotal' => 'Zwischensumme',
|
||||
'sub-total' => 'Zwischensumme',
|
||||
'proceed' => 'Zur Kasse',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Compare',
|
||||
'compare_similar_items' => 'Compare Similar Items',
|
||||
'added' => 'Item successfully added to compare list',
|
||||
'already_added' => 'Item already added to compare list',
|
||||
'removed' => 'Item successfully removed from compare list',
|
||||
'empty-text' => "You don't have any items in your compare list",
|
||||
'text' => 'Vergleichen',
|
||||
'compare_similar_items' => 'Ähnliche Artikel vergleichen',
|
||||
'added' => 'Element erfolgreich zur Vergleichsliste hinzugefügt',
|
||||
'already_added' => 'Artikel bereits zur Vergleichsliste hinzugefügt',
|
||||
'removed' => 'Element erfolgreich aus Vergleichsliste entfernt',
|
||||
'empty-text' => "Sie haben keine Elemente in Ihrer Vergleichsliste",
|
||||
],
|
||||
'login-form' => [
|
||||
'sign-up' => 'Sign up',
|
||||
'new-customer' => 'New Customer',
|
||||
'customer-login' => 'Customer Login',
|
||||
'registered-user' => 'Registered User',
|
||||
'your-email-address' => 'Your email address',
|
||||
'form-login-text' => 'If you have an account, sign in with your email address.',
|
||||
'sign-up' => 'Anmelden',
|
||||
'new-customer' => 'Neukunde',
|
||||
'customer-login' => 'Kundenlogin',
|
||||
'registered-user' => 'Registrierter Nutzer',
|
||||
'your-email-address' => 'Ihre Email-Adresse',
|
||||
'form-login-text' => 'Wenn Sie ein Konto haben, melden Sie sich mit Ihrer E-Mail-Adresse an.',
|
||||
],
|
||||
'signup-form' => [
|
||||
'login' => 'Login',
|
||||
'become-user' => 'Become User',
|
||||
'user-registration' => 'User Registration',
|
||||
'form-sginup-text' => 'If you are new to our store, we glad to have you as member.',
|
||||
'login' => 'Anmelden',
|
||||
'become-user' => 'Benutzer werden',
|
||||
'user-registration' => 'Benutzer Registration',
|
||||
'form-sginup-text' => 'Wenn Sie neu in unserem Shop sind, freuen wir uns, Sie als Mitglied zu begrüßen zu dürfen.',
|
||||
],
|
||||
'forget-password' => [
|
||||
'login' => 'Login',
|
||||
'forgot-password' => 'Forgot Password',
|
||||
'recover-password' => 'Recover Password',
|
||||
'recover-password-text' => 'If you forgot your password, recover it by entering your email address.',
|
||||
'login' => 'Anmelden',
|
||||
'forgot-password' => 'Passwort vergessen',
|
||||
'recover-password' => 'Passwort wiederherstellen',
|
||||
'recover-password-text' => 'Wenn Sie Ihr Passwort vergessen haben, stellen Sie es durch Eingabe Ihrer E-Mail-Adresse wieder her.',
|
||||
]
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'go-to-home' => 'Go to home',
|
||||
'page-lost-short' => 'Page lost content',
|
||||
'something_went_wrong' => 'something went wrong',
|
||||
'page-lost-description' => "The page you're looking for isn't available. Try to search again or use the Go Back button below.",
|
||||
'go-to-home' => 'Zur Startseite',
|
||||
'page-lost-short' => 'Inhalt verloren',
|
||||
'something_went_wrong' => 'Etwas ist schief gelaufen',
|
||||
'page-lost-description' => "Die gesuchte Seite ist nicht verfügbar. Versuchen Sie erneut zu suchen oder verwenden Sie die Schaltfläche Zurück.",
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'text' => 'Products',
|
||||
'text' => 'Produkte',
|
||||
'details' => 'Details',
|
||||
'reviews-title' => 'Reviews',
|
||||
'reviewed' => 'Reviewed',
|
||||
'review-by' => 'Review by',
|
||||
'quick-view' => 'Quick View',
|
||||
'not-available' => 'Not Available',
|
||||
'submit-review' => 'Submit Review',
|
||||
'ratings' => ':totalRatings Ratings',
|
||||
'reviews-count' => ':totalReviews Reviews',
|
||||
'customer-rating' => 'Customer Rating',
|
||||
'more-infomation' => 'More Information',
|
||||
'view-all-reviews' => 'View All Reviews',
|
||||
'write-your-review' => 'Write Your Review',
|
||||
'short-description' => 'Short Descriptions',
|
||||
'recently-viewed' => 'Recently Viewed Products',
|
||||
'be-first-review' => 'Be the first to write a review',
|
||||
'reviews-title' => 'Bewertungen',
|
||||
'reviewed' => 'Bewertet',
|
||||
'review-by' => 'Bewertung durch',
|
||||
'quick-view' => 'Schnellansicht',
|
||||
'not-available' => 'Nicht verfügbar',
|
||||
'submit-review' => 'Bewertung abschicken',
|
||||
'ratings' => ':totalRatings Sterne',
|
||||
'reviews-count' => ':totalReviews Bewertungen',
|
||||
'customer-rating' => 'Kundenbewertung',
|
||||
'more-infomation' => 'Mehr Informationen',
|
||||
'view-all-reviews' => 'Alle Bewertungen anzeigen',
|
||||
'write-your-review' => 'Schreiben Sie Ihre Rezension',
|
||||
'short-description' => 'Kurze Beschreibungen',
|
||||
'recently-viewed' => 'Kürzlich angesehene Produkte',
|
||||
'be-first-review' => 'Sei der erste der eine Bewertung schreibt',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
'female' => 'Female',
|
||||
'male' => 'Männlich',
|
||||
'other' => 'Andere',
|
||||
'female' => 'Weiblich',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'No',
|
||||
'yes' => 'Yes',
|
||||
'view' => 'View',
|
||||
'no' => 'Nein',
|
||||
'yes' => 'Ja',
|
||||
'view' => 'Ansicht',
|
||||
'filter' => 'Filter',
|
||||
'orders' => 'Orders',
|
||||
'update' => 'Update',
|
||||
'reviews' => 'Reviews',
|
||||
'addresses' => 'Addresses',
|
||||
'top-brands' => 'Top Brands',
|
||||
'new-password' => 'New password',
|
||||
'downloadables' => 'Downloadable Products',
|
||||
'confirm-new-password' => 'Confirm new password',
|
||||
'enter-current-password' => 'Enter your current password',
|
||||
'orders' => 'Bestellungen',
|
||||
'update' => 'Aktualisieren',
|
||||
'reviews' => 'Bewertungen',
|
||||
'addresses' => 'Adressen',
|
||||
'top-brands' => 'Top Marken',
|
||||
'new-password' => 'Neues Passwort',
|
||||
'downloadables' => 'Herunterladbare Produkte',
|
||||
'confirm-new-password' => 'Bestätigen Sie Ihr neues Passwort',
|
||||
'enter-current-password' => 'Geben Sie Ihr aktuelles Passwort ein',
|
||||
|
||||
'alert' => [
|
||||
'info' => 'Info',
|
||||
'error' => 'Error',
|
||||
'success' => 'Success',
|
||||
'warning' => 'Warning',
|
||||
'info' => 'Information',
|
||||
'error' => 'Fehler',
|
||||
'success' => 'Erfolg',
|
||||
'warning' => 'Warnung',
|
||||
],
|
||||
],
|
||||
'wishlist' => [
|
||||
'add-wishlist-text' => 'Add product to wishlist',
|
||||
'remove-wishlist-text' => 'Remove product from wishlist'
|
||||
'add-wishlist-text' => 'Produkt zur Wunschliste hinzufügen',
|
||||
'remove-wishlist-text' => 'Produkt von der Wunschliste entfernen'
|
||||
]
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'languages' => 'Languages',
|
||||
'greeting' => 'Welcome, :customer !',
|
||||
'languages' => 'Sprachen',
|
||||
'greeting' => 'Herzlich willkommen, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Diese Zugangsdaten stimmen nicht mit unseren Aufzeichnungen überein.',
|
||||
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds erneut.',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Vorherige',
|
||||
'next' => 'Nächste »',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Die Passwörter müssen aus mindestens sechs Zeichen bestehen und mit der Bestätigung übereinstimmen.',
|
||||
'reset' => 'Ihr Passwort wurde zurückgesetzt!',
|
||||
'sent' => 'Wir haben Ihnen einen Link zum Zurücksetzen des Passworts per E-Mail geschickt!',
|
||||
'token' => 'Dieses Token zum Zurücksetzen des Passworts ist ungültig.',
|
||||
'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Das Attribut :attribute muss akzeptiert werden.',
|
||||
'active_url' => 'Das :attribute ist keine gültige URL.',
|
||||
'after' => 'Das Attribut :attribute muss ein Datum nach :date sein.',
|
||||
'after_or_equal' => 'Das Attribut :attribute muss ein Datum nach oder gleich :date sein.',
|
||||
'alpha' => 'Das Attribut :attribute darf nur Buchstaben enthalten.',
|
||||
'alpha_dash' => 'Das Attribut :darf nur Buchstaben, Zahlen, Striche und Unterstriche enthalten.',
|
||||
'alpha_num' => 'Das Attribut :attribute darf nur Buchstaben und Zahlen enthalten.',
|
||||
'array' => 'Das :attribute muss ein Array sein.',
|
||||
'before' => 'Das Attribut :attribute muss ein Datum vor :date sein.',
|
||||
'before_or_equal' => 'Das Attribut :attribute muss ein Datum vor oder gleich :date sein.',
|
||||
'between' => [
|
||||
'numeric' => 'Das Attribut :attribute muss zwischen :min und :max liegen.',
|
||||
'file' => 'Das Attribut :attribute muss zwischen :min und :max Kilobyte liegen.',
|
||||
'string' => 'Das Attribut :attribute muss zwischen :min und :max Zeichen liegen.',
|
||||
'array' => 'Das Attribut :attribute muss zwischen :min und :max Elemente haben.',
|
||||
],
|
||||
'boolean' => 'Das Feld :attribute muss wahr oder falsch sein.',
|
||||
'confirmed' => 'Die Bestätigung des :attribute stimmt nicht überein.',
|
||||
'date' => 'Das Attribut :attribute ist kein gültiges Datum.',
|
||||
'date_format' => 'Das Attribut :attribute entspricht nicht dem Format :format.',
|
||||
'different' => 'Das Attribut :attribute und :other müssen unterschiedlich sein.',
|
||||
'digits' => 'Das Attribut :attribute muss aus Ziffern bestehen.',
|
||||
'digits_between' => 'Das Attribut :attribute muss zwischen :min und :max Ziffern liegen.',
|
||||
'dimensions' => 'Das Attribut :attribute hat ungültige Bildabmessungen.',
|
||||
'distinct' => 'Das Feld :attribute hat einen doppelten Wert.',
|
||||
'email' => 'Das Attribut :attribute muss eine gültige E-Mail-Adresse sein.',
|
||||
'exists' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'file' => 'Das Attribut :attribute muss eine Datei sein.',
|
||||
'filled' => 'Das Feld :attribute muss einen Wert haben.',
|
||||
'gt' => [
|
||||
'numeric' => 'Das Attribut :attribute muss größer als :value sein.',
|
||||
'file' => 'Das Attribut :attribute muss größer als der Wert :value kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute muss größer als :value Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute muss mehr als :value items haben.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'Das Attribut :attribute muss größer oder gleich :value sein.',
|
||||
'file' => 'Das Attribut :attribute muss größer oder gleich :value kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute muss größer oder gleich :value Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute muss :value items oder mehr haben.',
|
||||
],
|
||||
'image' => 'Das Attribut :attribute muss ein Bild sein.',
|
||||
'in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
|
||||
'integer' => 'Das Attribut :attribute muss eine ganze Zahl sein.',
|
||||
'ip' => 'Das Attribut :attribute muss eine gültige IP-Adresse sein.',
|
||||
'ipv4' => 'Das :attribute muss eine gültige IPv4-Adresse sein.',
|
||||
'ipv6' => 'Das :attribute muss eine gültige IPv6-Adresse sein.',
|
||||
'json' => 'Das :attribute muss ein gültiger JSON-String sein.',
|
||||
'lt' => [
|
||||
'numeric' => 'Das Attribut :attribute muss kleiner als :value sein.',
|
||||
'file' => 'Das Attribut :attribute muss kleiner als der Wert :value kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute muss kleiner als :value Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute muss kleiner als :value items sein.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'Das Attribut :attribute muss kleiner oder gleich :value sein.',
|
||||
'file' => 'Das Attribut :attribute muss kleiner oder gleich :value kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute muss kleiner oder gleich :value Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute darf nicht mehr als :value items haben.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'Das Attribut :attribute darf nicht größer als :max sein.',
|
||||
'file' => 'Das Attribut :attribute darf nicht größer als :max Kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute darf nicht größer als :max Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute darf nicht mehr als :max Elemente enthalten.',
|
||||
],
|
||||
'mimes' => 'Das Attribut :attribute muss eine Datei vom Typ: :values sein.',
|
||||
'mimetypes' => 'Das Attribut :attribute muss eine Datei vom Typ: :values sein.',
|
||||
'min' => [
|
||||
'numeric' => 'Das Attribut :attribute muss mindestens :min. sein.',
|
||||
'file' => 'Das Attribut :attribute muss mindestens :min Kilobytes betragen.',
|
||||
'string' => 'Das Attribut :attribute muss aus mindestens :min Zeichen bestehen.',
|
||||
'array' => 'Das Attribut :attribute muss mindestens :min Elemente enthalten.',
|
||||
],
|
||||
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'not_regex' => 'Das Format des :attribute ist ungültig.',
|
||||
'numeric' => 'Das Attribut :attribute muss eine Zahl sein.',
|
||||
'present' => 'Das Feld :attribute muss vorhanden sein.',
|
||||
'regex' => 'Das Format des :attribute ist ungültig.',
|
||||
'required' => 'Das Feld :attribute ist erforderlich.',
|
||||
'required_if' => 'Das Feld :attribute wird benötigt, wenn :other der Wert :value ist.',
|
||||
'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn, :other steht in :values.',
|
||||
'required_with' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.',
|
||||
'required_with_all' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.',
|
||||
'required_without' => 'Das Attributfeld :attribute ist erforderlich, wenn :values nicht vorhanden ist.',
|
||||
'required_without_all' => 'Das Attributfeld :attribute wird benötigt, wenn keiner der :values vorhanden ist.',
|
||||
'same' => 'Das Attribut :attribute und :other müssen übereinstimmen.',
|
||||
'size' => [
|
||||
'numeric' => 'Das Attribut :attribute muss :size sein.',
|
||||
'file' => 'Das Attribut :attribute muss :size kilobytes sein.',
|
||||
'string' => 'Das Attribut :attribute muss :size Zeichen sein.',
|
||||
'array' => 'Das Attribut :attribute muss :size Elemente enthalten.',
|
||||
],
|
||||
'string' => 'Das :attribute muss eine Zeichenkette sein.',
|
||||
'timezone' => 'Das Attribut :attribute muss eine gültige Zone sein.',
|
||||
'unique' => 'Das Attribut :attribute wurde bereits vergeben.',
|
||||
'uploaded' => 'Das :attribute konnte nicht hochgeladen werden.',
|
||||
'url' => 'Das Format des :attribute ist ungültig.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'kundenspezifische Nachricht',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue